~ubuntu-branches/ubuntu/trusty/gst-plugins-base1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/gst/pbutils/gstdiscoverer.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 16:24:47 UTC
  • mfrom: (1.1.18) (17.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130924162447-0s1qfyjlaswtp1jg
* New upstream stable release:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1510
1510
  ret =
1511
1511
      gst_element_set_state ((GstElement *) dc->priv->pipeline,
1512
1512
      GST_STATE_PAUSED);
 
1513
  if (ret == GST_STATE_CHANGE_NO_PREROLL) {
 
1514
    GST_DEBUG ("Source is live, switching to PLAYING");
 
1515
    ret =
 
1516
        gst_element_set_state ((GstElement *) dc->priv->pipeline,
 
1517
        GST_STATE_PLAYING);
 
1518
  }
1513
1519
  DISCO_LOCK (dc);
1514
1520
 
1515
1521
  GST_DEBUG_OBJECT (dc, "Pipeline going to PAUSED : %s",