[gstreamer-bugs] [Bug 340346] [matroskamux] blocks upon muxing video and vorbis-audio

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 3 11:21:49 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=340346
 GStreamer | gst-plugins-good | Ver: 0.10.2





------- Comment #4 from Tim-Philipp Müller  2006-05-03 18:21 UTC -------
Created an attachment (id=64765)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=64765&action=view)
force new clusters only on VIDEO keyframes; don't feed NULL codec_ids to
strcmp()


This should fix 'make check' again.

 * the segfault was caused by feeding a NULL string to strcmp(). Not really
   sure WHY track->codec_id is NULL here, but protecting against it is
   worthwhile in any case. I attribute it to the test setup ;)

 * the data size assertion failure was caused by the clustering changes. We
   forced starting a new cluster whenever the buffer doesn't have the
   DELTA_UNIT flag set. We really want to do this only for _video_ buffers
   though, not for audio buffers.


-- 
Configure bugmail: http://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