[Bug 702495] New: sdpdemux fails if not explicitly added to the pipeline

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 17 10:18:41 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702495
  GStreamer | gst-plugins-bad | 1.0.7

           Summary: sdpdemux fails if not explicitly added to the pipeline
    Classification: Platform
           Product: GStreamer
           Version: 1.0.7
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: erik at vontaene.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=247054)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=247054)
sdp file

Steps to reproduce:
1. Create a send-pipeline with
gst-launch-1.0 videotestsrc ! x264enc ! h264parse ! rtph264pay ! udpsink
host=127.0.0.1 port=5000

2. With the attached sdp-file launch this pipeline:
gst-launch-1.0 -v filesrc location=stream.sdp ! decodebin ! autovideosink

This won't show any video.
Same pipeline works with GStreamer 0.10.

Now lets add the a sdpdemux element to the pipeline:
gst-launch-1.0 -v filesrc location=stream.sdp ! sdpdemux ! decodebin !
autovideosink
Result: A Video is shown.

But for some reason with the original pipeline its not.

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