[gstreamer-bugs] [Bug 619485] matroskademux: skip buffers before a late keyframe (QoS)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 24 02:53:47 PDT 2010


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

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-24 09:53:43 UTC ---
Review of attachment 161841:
 --> (https://bugzilla.gnome.org/review?bug=619485&attachment=161841)

Looks good, now combine all patches and I'll push this after 0.10.23 release :)

::: gst/matroska/matroska-demux.c
@@ +2199,3 @@
       context->last_flow = GST_FLOW_OK;
+    if (context->type == GST_MATROSKA_TRACK_TYPE_VIDEO) {
+      GstMatroskaTrackVideoContext *videocontext =

Well, do that for all tracks and remove the condition... makes the code a bit
better to read IMHO :)

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