[Bug 688043] New: multifilesrc example broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 10 08:07:30 PST 2012


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

           Summary: multifilesrc example broken
    Classification: Platform
           Product: GStreamer
           Version: 1.0.2
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: shlomo.dg at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The multifilesrc example in
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multifilesrc.html
is broken.

The example command:

gst-launch-1.0 multifilesrc location="img.%04d.png" index=0
caps="image/png,framerate=\(fraction\)12/1" ! \
    pngdec ! videoconvert ! videorate ! theoraenc ! oggmux ! \
    filesink location="images.ogg"

makes gstreamer stuck on preroll.
(after interrupting with Ctrl-C: ERROR: pipeline doesn't want to preroll.)

The command works using earlier version 0.10 when replacing "videoconvert" with
"ffmpegcolorspace":

gst-launch-0.10 multifilesrc location="img.%04d.png" index=0
caps="image/png,framerate=\(fraction\)12/1" ! \
    pngdec ! ffmpegcolorspace ! videorate ! theoraenc ! oggmux ! \
    filesink location="images.ogg"

I am using Arch Linux, and have installed the following packages:
gstreamer 1.0.2-1
gst-plugins-bad 1.0.2-1
gst-plugins-base 1.0.2-1
gst-plugins-base-libs 1.0.2-1
gst-plugins-good 1.0.2-1
gst-plugins-ugly 1.0.2-1

gstreamer0.10 0.10.36-1
gstreamer0.10-bad 0.10.23-3
gstreamer0.10-bad-plugins 0.10.23-3
gstreamer0.10-base 0.10.36-1
gstreamer0.10-base-plugins 0.10.36-1
gstreamer0.10-ffmpeg 0.10.13-1
gstreamer0.10-good 0.10.31-1
gstreamer0.10-good-plugins 0.10.31-1
gstreamer0.10-ugly 0.10.19-2
gstreamer0.10-ugly-plugins 0.10.19-2

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