[Bug 770990] New Plugin: Add GStreamer plugin for Intel's MediaSDK

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 6 16:46:57 UTC 2016


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

--- Comment #11 from Josep Torra Valles <n770galaxy at gmail.com> ---
Review of attachment 339075:
 --> (https://bugzilla.gnome.org/review?bug=770990&attachment=339075)

Add msdk.c into Makefile.am too.

::: sys/msdk/msdk.c
@@ +31,3 @@
+
+#include "msdk.h"
+

Add the following for the session functions moved here.

GST_DEBUG_CATEGORY_EXTERN (gst_msdkenc_debug);
#define GST_CAT_DEFAULT gst_msdkenc_debug

@@ +182,3 @@
+
+void
+_msdk_close_session (mfxSession session)

Do not prefix with underscore.

@@ +195,3 @@
+
+mfxSession
+_msdk_open_session (gboolean hardware)

Do not prefix with underscore.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list