After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138321 - [qtdemux] can't play capsissue1.mov
[qtdemux] can't play capsissue1.mov
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-28 09:35 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2004-03-28 09:35:13 UTC
[cschalle@localhost Video]$ totem lord\ of\ the\ rings\ parody\ trailer.mov
ERROR    audioconvert( 7071)
gstaudioconvert.c(245):gst_audio_convert_chain:<audioconvert> (null)
ERROR    audioconvert( 7071)
gstaudioconvert.c(245):gst_audio_convert_chain:<audioconvert> Sink pad not
negotiated before chain function
ERROR       scheduler( 7071)
gstoptimalscheduler.c(2287):gst_opt_scheduler_iterate:<GstOptScheduler@0x918d5d0>
in error state

This movie is available here:
http://freedesktop.org/~uraeus/capsissue1.mov
Comment 1 Christian Fredrik Kalager Schaller 2004-03-28 09:36:38 UTC
Using basicgthread I get this error:
[cschalle@localhost Video]$ totem --gst-scheduler=basicgthread lord\ of\ the\
rings\ parody\ trailer.mov
ERROR        GST_PADS( 7476) gstpad.c(3098):gst_pad_pull:<src_0> (null)
ERROR        GST_PADS( 7476) gstpad.c(3098):gst_pad_pull:<src_0> pull on pad
src_0:sink but the peer pad qtdemux0:audio_00 has no gethandler
Comment 2 Stephane Loeuillet 2004-03-31 21:45:20 UTC
it's audio format fault : uncompressed PCM

see #138666 for tons of similar reports, with basicgthread & avidemux this time 
Comment 3 Ronald Bultje 2004-04-29 01:06:05 UTC
Was fixed recently.