[Bug 743311] mpeg2dec does not cope if downstream buffer allocation has stride != width

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 22 10:23:03 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743311
  GStreamer | gst-plugins-ugly | git master

Nicolas Dufresne (stormer) <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #295211|none                        |needs-work
             status|                            |

--- Comment #17 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2015-01-22 18:22:59 UTC ---
Review of attachment 295211:
 --> (https://bugzilla.gnome.org/review?bug=743311&attachment=295211)

::: ext/mpeg2dec/gstmpeg2dec.c
@@ +350,3 @@
+pool_not_activated:
+  if (!chroma_stride_acceptable)
+    gst_query_set_nth_allocation_pool (query, 0, NULL, size, min, max);

Here, gst_video_buffer_pool_new() instead of NULL, and I think that's it.

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