[gstreamer-bugs] [Bug 165525] New: Problem with mplex plugin

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jan 28 09:30:53 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=165525
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: Problem with mplex plugin
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jeff at ollie.clive.ia.us
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Am trying to encode a movie so that I can burn it onto a DVD.  Here is the
pipeline that I am trying to set up:

gst-launch --gst-debug-no-color --gst-debug-level=0 mplex name=mux format=8 !
filesink location=alias0404.mpg { filesrc location=alias0404.avi ! avidemux
name=demux { demux.video_00 ! queue ! ffdec_mpeg4 ! ffmpegcolorspace ! videobox
top=-32 bottom=-32 ! videoscale ! video/x-raw-yuv,width=720,height=480 !
mpeg2enc format=8 sequence-header-every-gop=true bitrate=10240 ! queue ! mux. }
{ demux.audio_00 ! queue ! mad ! ffenc_ac3 ! queue ! audio/x-ac3 ! mux. } }

RUNNING pipeline ...

(process:29290): GStreamer-WARNING **: Unhandled state change from PLAYING to READY

(process:29290): GStreamer-WARNING **: Unhandled state change from PLAYING to READY
ERROR: from element /pipeline0/mux: Could not read from resource.
Additional debug info:
gstmplexibitstream.cc(56): GstMplexIBitStream::GstMplexIBitStream(GstPad*,
guint): /pipeline0/mux:
Failed to read from input pad audio_0
ERROR: from element /pipeline0/mux: Could not read from resource.
Additional debug info:
gstmplexibitstream.cc(56): GstMplexIBitStream::GstMplexIBitStream(GstPad*,
guint): /pipeline0/mux:
Failed to read from input pad video_0
ERROR: from element /pipeline0/mux: Internal GStreamer error: negotiation
problem.  File a bug.
Additional debug info:
gstmplex.cc(265): void gst_mplex_loop(GstElement*): /pipeline0/mux:
no input video or audio tracks set up before loop function
Execution ended after 1 iterations (sum 1657981000 ns, average 1657981000 ns,
min 1657981000 ns, max 1657981000 ns).
Segmentation fault

The original AVI can be found here:

http://fw07.dmacc.net/alias0404.avi

A level 4 debug log can be found here:

http://fw07.dmacc.net/alias0404.log.bz2

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list