mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
wpevideosrc: Ensure debug category is set
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2498>
This commit is contained in:
parent
20483c3449
commit
edc04df13c
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ struct _GstWpeVideoSrc
|
||||||
#define WPE_LOCK(o) g_mutex_lock(&(o)->lock)
|
#define WPE_LOCK(o) g_mutex_lock(&(o)->lock)
|
||||||
#define WPE_UNLOCK(o) g_mutex_unlock(&(o)->lock)
|
#define WPE_UNLOCK(o) g_mutex_unlock(&(o)->lock)
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_EXTERN (wpe_video_src_debug);
|
||||||
|
#define GST_CAT_DEFAULT wpe_video_src_debug
|
||||||
|
|
||||||
#define gst_wpe_video_src_parent_class parent_class
|
#define gst_wpe_video_src_parent_class parent_class
|
||||||
G_DEFINE_TYPE(GstWpeVideoSrc, gst_wpe_video_src, GST_TYPE_GL_BASE_SRC);
|
G_DEFINE_TYPE(GstWpeVideoSrc, gst_wpe_video_src, GST_TYPE_GL_BASE_SRC);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue