~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/benchmarks/capsnego.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
static const gchar *factories[NUM_FLAVOURS][NUM_ELEM] = {
52
52
  {"audiotestsrc", "adder", "volume", "audioconvert"},
53
 
  {"videotestsrc", "videomixer", "videoscale", "ffmpegcolorspace"}
 
53
  {"videotestsrc", "videomixer", "videoscale", "videoconvert"}
54
54
};
55
55
 
56
56
static const gchar *sink_pads[NUM_FLAVOURS][NUM_ELEM] = {
57
 
  {NULL, "sink%d", NULL, NULL},
58
 
  {NULL, "sink_%d", NULL, NULL}
 
57
  {NULL, "sink_%u", NULL, NULL},
 
58
  {NULL, "sink_%u", NULL, NULL}
59
59
};
60
60
 
61
61