[Bug 699924] smoothstreaming: no audio with BBC bigbuckbunny stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 16 16:37:54 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699924
  GStreamer | gst-plugins-bad | git

--- Comment #12 from Antonio Ospite <ospite at studenti.unina.it> 2013-10-16 14:37:51 UTC ---
Created an attachment (id=257428)
 View: https://bugzilla.gnome.org/attachment.cgi?id=257428
 Review: https://bugzilla.gnome.org/review?bug=699924&attachment=257428

fix setting codec_data when using WaveFormatEx

Hi,

the problem about the audio not playing is that the codec_data passed to the
decoder is the whole WaveFormatEx and not just the actual codec private data
(which is the data from byte 18 on in WaveFormatEx when the cbSize field is non
zero).

The attached patch makes audio work with the bigbuckbunny video from the
blender foundation.

The patch is just an ugly hack, as I am not proficient in gstreamer and glib
stuff, I'd like someone else to fix it properly or to give me direction about
how a final patch should look like.

Thanks,
   Antonio

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list