mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
vaapidecode: remove unused variable
Thus silence the compilation warnings.
This commit is contained in:
parent
b8068874d5
commit
9d8a014423
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ gst_vaapi_decoder_state_changed (GstVaapiDecoder * decoder,
|
||||||
{
|
{
|
||||||
GstVaapiDecode *const decode = GST_VAAPIDECODE (user_data);
|
GstVaapiDecode *const decode = GST_VAAPIDECODE (user_data);
|
||||||
GstVideoDecoder *const vdec = GST_VIDEO_DECODER (decode);
|
GstVideoDecoder *const vdec = GST_VIDEO_DECODER (decode);
|
||||||
GstVaapiPluginBase *const plugin = GST_VAAPI_PLUGIN_BASE (vdec);
|
|
||||||
|
|
||||||
g_assert (decode->decoder == decoder);
|
g_assert (decode->decoder == decoder);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue