[Bug 754470] v4l2videodec: send decoder stop command instead of queueing empty buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 2 10:30:32 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

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

--- Comment #4 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 310512:
 --> (https://bugzilla.gnome.org/review?bug=754470&attachment=310512)

::: sys/v4l2/gstv4l2videodec.c
@@ +729,3 @@
+    case GST_EVENT_EOS:
+      GST_DEBUG_OBJECT (self, "got EOS event, send V4L2_DEC_CMD_STOP");
+      gst_v4l2_decoder_cmd (self->v4l2output, V4L2_DEC_CMD_STOP, 0);

This should go in the _finish() function (and drain() which is not implemented)

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