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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 26 14:32:28 PST 2013


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

Antonio Ospite <ospite> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #258677|0                           |1
        is obsolete|                            |

--- Comment #23 from Antonio Ospite <ospite at studenti.unina.it> 2013-11-26 22:32:20 UTC ---
Created an attachment (id=262904)
 View: https://bugzilla.gnome.org/attachment.cgi?id=262904
 Review: https://bugzilla.gnome.org/review?bug=699924&attachment=262904

mssdemux: fix setting codec_data when using WaveFormatEx, version 2

New version attached.

Changes since the previous one:
  - ignore the WaveFormatEx content if it is less than 18 bytes of data.
  - declare GstMapInfo mapinfo in the block it is actually used.

Let me know if you liked a negative check better, like:
  if (!codec_data_str || codec_data_len < 18) {
    /* warning... */
  } else {
    /* common case */
  }

The attached file contains three commits, the first two are preliminary
changes, the third one is the actual fix for this issue. The commits can be
imported with "git am" of course.

Ciao,
   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