[Bug 743175] Add support for RECORD

bugzilla at gnome.org bugzilla at gnome.org
Tue Feb 10 00:06:31 PST 2015


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

--- Comment #14 from Andreas Frisch <fraxinas at opendreambox.org> ---
Created attachment 296442
  --> https://bugzilla.gnome.org/attachment.cgi?id=296442&action=edit
method to distinguish between in and out streams

I noticed the sdp stream miscount error comes from a loop counting ALL streams,
also the RECORD streams, so GstRTSPStream now has a
gst_rtsp_stream_get_transport_mode method that returns
GST_RTSP_TRANSPORT_MODE_PLAY or RECORD. In three different functions auf
rtsp-media, iterations of ALL streams was modified to only consider PLAY
streams like the traditional behaviour.
This fixes a few ERRORs and glib-CRITICALs but doesn't allow PLAY|RECORD
streaming from depay to pay quite yet.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-bugs/attachments/20150210/7737f7e9/attachment.html>


More information about the gstreamer-bugs mailing list