GNOME Bugzilla – Bug 140129
[dvdec] can't negotiate audio sink pad
Last modified: 2004-12-22 21:47:04 UTC
the file is a : DIF (DV) movie file (PAL) generated via : cat /dev/ieee1394/dv/host0/PAL/in > test.dv the problem seems to be that each frame can have its own audio format (first seems to be 16bit / 0kHz, then it switches to 12bit / 32kHz / ...) is that fixable ? gst-launch filesrc location=/mnt/windows/C/Media/test.dv ! dvdec ! audioconvert ! alsasink device=hw:0 EXECUTION du tube en cours ... (process:16600): GStreamer-CRITICAL **: file gstpad.c: line 1361 (gst_pad_renegotiate): assertion `GST_PAD_LINK_SINK (pad)' failed ERROR default(16600) gstdvdec.c(813):gst_dvdec_loop:<dvdec0> (null) ERROR default(16600) gstdvdec.c(813):gst_dvdec_loop:<dvdec0> (null) ERROR: from element /pipeline0/dvdec0: Internal GStreamer error: negotiation problem. File a bug. Execution ended after 1 iterations (sum 31898000 ns, average 31898000 ns, min 31898000 ns, max 31898000 ns)
Can you put the first meg or so of this file online somewhere for me to look at?
Doh, I completely misread the data on the report. I've made changes to dvdec negotiation since 15/4 that should have fixed this problem. Can you re-test?
Assuming fixed since nothing heard back