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 140129 - [dvdec] can't negotiate audio sink pad
[dvdec] can't negotiate audio sink pad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-15 07:46 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: 2.6.next
GNOME version: 2.5/2.6



Description Stephane Loeuillet 2004-04-15 07:46:32 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)
Comment 1 Jan Schmidt 2004-06-17 06:02:03 UTC
Can you put the first meg or so of this file online somewhere for me to look at?

Comment 2 Jan Schmidt 2004-06-17 06:25:10 UTC
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?

Comment 3 Christian Fredrik Kalager Schaller 2004-12-04 19:49:50 UTC
Assuming fixed since nothing heard back