mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
va: utils: fix log category initialization
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1516>
This commit is contained in:
parent
c905f6131d
commit
69a00541dd
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ gst_va_handle_context_query (GstElement * element, GstQuery * query,
|
|||
g_return_val_if_fail (GST_IS_QUERY (query), FALSE);
|
||||
g_return_val_if_fail (!display || GST_IS_VA_DISPLAY (display), FALSE);
|
||||
|
||||
_init_context_debug ();
|
||||
|
||||
GST_CAT_LOG_OBJECT (GST_CAT_CONTEXT, element,
|
||||
"handle context query %" GST_PTR_FORMAT, query);
|
||||
gst_query_parse_context_type (query, &context_type);
|
||||
|
|
Loading…
Reference in a new issue