mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
androidmedia: Use proper instance name
This commit is contained in:
parent
96a374ebce
commit
e99e69843a
1 changed files with 1 additions and 1 deletions
|
@ -2406,7 +2406,7 @@ gst_amc_video_dec_drain (GstAmcVideoDec * self)
|
|||
static gboolean
|
||||
gst_amc_video_dec_src_query (GstVideoDecoder * bdec, GstQuery * query)
|
||||
{
|
||||
GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (decoder);
|
||||
GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (bdec);
|
||||
|
||||
switch (GST_QUERY_TYPE (query)) {
|
||||
case GST_QUERY_CONTEXT:
|
||||
|
|
Loading…
Reference in a new issue