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

« back to all changes in this revision

Viewing changes to tests/examples/streams/rtpool-test.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
 
155
155
  /* get the bus, we need to install a sync handler */
156
156
  bus = gst_pipeline_get_bus (GST_PIPELINE (bin));
157
 
  gst_bus_set_sync_handler (bus, (GstBusSyncHandler) sync_bus_handler, bin);
 
157
  gst_bus_set_sync_handler (bus, (GstBusSyncHandler) sync_bus_handler, bin,
 
158
      NULL);
158
159
 
159
160
  /* start playing */
160
161
  ret = gst_element_set_state (bin, GST_STATE_PLAYING);