mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
amcvideodec: fix build error from change in libgstgl
gstamcvideodec.c: In function 'gst_amc_video_dec_src_query': gstamcvideodec.c:2412:55: error: 'self' undeclared (first use in this function) if (gst_gl_handle_context_query ((GstElement *) self, query,
This commit is contained in:
parent
03b539bdfc
commit
ed03fd6d3f
1 changed files with 2 additions and 0 deletions
|
@ -2406,6 +2406,8 @@ gst_amc_video_dec_drain (GstAmcVideoDec * self)
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_amc_video_dec_src_query (GstVideoDecoder * bdec, GstQuery * query)
|
gst_amc_video_dec_src_query (GstVideoDecoder * bdec, GstQuery * query)
|
||||||
{
|
{
|
||||||
|
GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (decoder);
|
||||||
|
|
||||||
switch (GST_QUERY_TYPE (query)) {
|
switch (GST_QUERY_TYPE (query)) {
|
||||||
case GST_QUERY_CONTEXT:
|
case GST_QUERY_CONTEXT:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue