[Bug 747574] videodecoder: reverse playback in non-packetized decoders

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 9 10:23:42 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747574

--- Comment #2 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 301228
  --> https://bugzilla.gnome.org/attachment.cgi?id=301228&action=edit
videodecoder: push buffer to adapter if not NULL

In gst_video_decoder_add_to_frame(), the function gst_adapter_take_buffer() is
used for the input adapter, but it can return NULL.

This patch checks if the returned buffer is not NULL in order to push it into
the output adapter.

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