[gstreamer-bugs] [Bug 511935] New: queue2:

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 24 16:33:32 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=511935

  GStreamer | gst-plugins-base | Ver: 0.10.15
           Summary: queue2:
           Product: GStreamer
           Version: 0.10.15
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bastiaan at bjacques.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.19/2.20
   GNOME milestone: Unspecified


Please describe the problem:
When a pipeline with queue2's temp-location property is created, playback does
not progress from PAUSED. This is always in combination with the decodebin or
decodebin2 element. If queue2 is hooked up directly with fakesink, or if an
additional queue2 element is added, the pipeline works as normal.

Steps to reproduce:
gst-launch -v  audiotestsrc  ! queue2 temp-location=$PWD/tmpfile ! decodebin2 !
fakesink


Actual results:
The pipeline goes into PAUSE mode, but never goes into PLAYING.

Expected results:
The following pipeline (without queue2's temp-location property) works:
gst-launch -v  audiotestsrc  ! queue2 ! decodebin2 ! fakesink

and also:

gst-launch -v  audiotestsrc  ! queue2 temp-location=$PWD/tmpfile ! fakesink

Does this happen every time?
Yes.

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=511935.




More information about the Gstreamer-bugs mailing list