[gstreamer-bugs] [Bug 144436] - opt / oggmux problem (endless interrupt event loop)
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Tue Jul 27 02:42:20 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=144436
GStreamer | gstreamer (core) | Ver: HEAD CVS
------- Additional Comments From t.i.m at zen.co.uk 2004-07-27 05:42 -------
I know why I used spider. With a pipeline like
gst-launch-0.8 filesrc location=lj.wav ! wavparse ! audioconvert !
rawvorbisenc quality=0.8 ! oggmux ! filesink location=lj.ogg
I used to get something like:
RUNNING pipeline ...
ERROR (0x8050948 - 302988:39:28.190238000) audioconvert(10879)
gstaudioconvert.c(261):gst_audio_convert_chain:<audioconvert0> Sink pad
(connected to wavparse0:src) not negotiated before chain function
ERROR: from element /pipeline0/audioconvert0: Internal GStreamer error:
negotiation problem. File a bug.
Additional debug info:
gstaudioconvert.c(261): gst_audio_convert_chain: /pipeline0/audioconvert0:
Sink pad (connected to wavparse0:src) not negotiated before chain function
With spider I got it working back then.
With current CVS, things work fine using something like:
gst-launch-0.8 filesrc location=lj.wav ! wavparse ! audioconvert !
rawvorbisenc quality=0.8 ! oggmux ! filesink location=lj.ogg
which used to fail in the past. However, now things fail using spider :)
Cheers
-Tim
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list