[Bug 773218] rtpbin: pipeline gets an EOS when any rtpsources byes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 26 14:06:46 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773218

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #338501|none                        |needs-work
             status|                            |

--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 338501:
 --> (https://bugzilla.gnome.org/review?bug=773218&attachment=338501)

Seems almost good to go

::: gst/rtpmanager/gstrtpsession.c
@@ +1167,3 @@
+        gst_object_ref (rtcp_src);
+        GST_LOG_OBJECT (rtpsession, "sending EOS");
+        gst_pad_push_event (rtpsession->send_rtcp_src, gst_event_new_eos ());

Unlock before pushing the event, lock afterwards

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list