[gstreamer-bugs] [Bug 636107] New: Pipeline containing x264enc and tee doesn't go to playing state.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 30 00:05:10 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=636107
  GStreamer | gst-plugins-ugly | 0.10.30

           Summary: Pipeline containing x264enc and tee doesn't go to
                    playing state.
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.30
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: daniil.ivanov at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I'm using gstreamer0.10-plugins-ugly 0.10.16-1 and trying to launch the
following pipeline:

gst-launch -v -t videotestsrc ! tee name=t ! queue ! xvimagesink t. ! queue !
x264enc ! fakesink

It goes to prerolling state, but never to playing.
However, removal of x264enc makes pipeline play:

gst-launch -v -t videotestsrc ! tee name=t ! queue ! xvimagesink t. ! queue !
fakesink

Or if I replace x264enc with ffenc_mpeg4 it also works fine

gst-launch -v -t videotestsrc ! tee name=t ! queue ! xvimagesink t. ! queue !
ffenc_mpeg4 ! fakesink

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