[gstreamer-bugs] [Bug 355210] New: Sample pipeline from the documentation doesn't work properly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Sep 9 17:01:31 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=355210
 GStreamer | gstreamer (core) | Ver: 0.10.9

           Summary: Sample pipeline from the documentation doesn't work
                    properly
           Product: GStreamer
           Version: 0.10.9
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mail at zbigniew.chyla.pl
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


Please describe the problem:
When executing sample pipeline from multipartdemux documentation
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multipartdemux.html),
the ximagesink element doesn't display enything.



Steps to reproduce:
1)
Create /tmp/test.multipart file using the following command (sample pipeline
from multipartmux documentation with "num-buffers=500" added):
$ gst-launch videotestsrc num-buffers=500 ! video/x-raw-yuv,
framerate=\(fraction\)5/1 ! jpegenc ! multipartmux ! filesink
location=/tmp/test.multipart

2)
Execute the following command (from multipartdemux documentation):
$ gst-launch filesrc location=/tmp/test.multipart ! multipartdemux ! jpegdec !
video/x-raw-yuv, framerate=\(fraction\)5/1 ! ffmpegcolorspace ! ximagesink

There's no error reported, but the commad doesn't open any window with
ximagesink output.

3)
Execute the same command without setting framerate:
$ gst-launch filesrc location=/tmp/test.multipart ! multipartdemux ! jpegdec !
ffmpegcolorspace ! ximagesink

This time ximagesink works as expected.


Actual results:


Expected results:


Does this happen every time?


Other information:
This is GStreamer 0.10.9 from Garnome:
$ gst-launch --version
gst-launch-0.10 version 0.10.9
GStreamer 0.10.9
Unknown package origin


-- 
Configure bugmail: http://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