[Bug 750800] rtsp-media: always use real payloader when creating streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 15 03:38:51 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #305277|none                        |reviewed
             status|                            |

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

::: gst/rtsp-server/rtsp-media.c
@@ +1457,3 @@
+      if (pay == NULL) {
+        GST_WARNING ("could not find real payloader, using bin");
+        gst_rtsp_media_create_stream (media, elem, pad);

Why is this a warning? Should only be one if GST_IS_BIN(elem), right? Otherwise
we just have the plain payloader as elem?

-- 
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