[Bug 719635] New: [PATCH] rtspsrc: provide 'control' attribute from SDP in new pad caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 1 05:00:51 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=719635
  GStreamer | gst-plugins-good | git

           Summary: [PATCH] rtspsrc: provide 'control' attribute from SDP
                    in new pad caps
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: me at andrey-utkin.pp.ua
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Patch changes original intended behaviour. But this attribute is useful for
identifying the elementary stream.

---8<---

Appears as 'a-control' key in caps structure.
---
 gst/rtsp/gstrtspsrc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index d363f2b..29f077f 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -1597,8 +1597,6 @@ gst_rtspsrc_sdp_attributes_to_caps (GArray * attributes,
GstCaps * caps)
         continue;
       if (!strcmp (key, "rtpmap"))
         continue;
-      if (!strcmp (key, "control"))
-        continue;
       if (!strcmp (key, "range"))
         continue;

-- 
1.8.1.5

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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