GNOME Bugzilla – Bug 306665
multichannel regression
Last modified: 2005-06-30 16:06:37 UTC
This recent change makes thoggen's dvd ripping pipeline fail with a negotiation error: 2005-06-01 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/audio/multichannel.c: (gst_audio_set_structure_channel_positions_list): It might help if you want to blame caps for slowness to add the same channel positions n times, but it's not really useful. And now the core warns about it too, that bastard. The error I get is: Internal GStreamer error: pad problem. File a bug. (gstpad.c(2562): gst_pad_set_explicit_caps: /thread3/thread2/thread0/a52dec0: failed to negotiate (try_set_caps with "audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)6, rate=(int)48000, buffer-frames=(int)0, channel-positions=(GstAudioChannelPosition)< GST_AUDIO_CHANNEL_POSITION_LFE, GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT, GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT >" returned REFUSED)) gst-debug log with GST_CAPS attached. Cheers -Tim
Created attachment 47319 [details] gst-debug GST_CAPS:5 log (bzip2'ed)
That change got reverted: 2005-06-06 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/audio/multichannel.c: (gst_audio_set_structure_channel_positions_list): revert my patch from 2005-06-01. I confused arrays and lists.