[Bug 767176] vaapiencode: implement flush() vmethod
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 5 18:00:02 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=767176
--- Comment #35 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 330413:
--> (https://bugzilla.gnome.org/review?bug=767176&attachment=330413)
::: gst/vaapi/gstvaapiencode.c
@@ +645,3 @@
+ if (ret && type == GST_EVENT_FLUSH_START) {
+ GST_LOG_OBJECT (encode, "pausing task");
+ gst_pad_pause_task (GST_VAAPI_PLUGIN_BASE_SRC_PAD (encode));
I think pause is not what we need here, but gst_pad_stop_task(), since we are
destroying the VA encoder
--
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