From 31d49da2376f7fc71ec6cdec84381b54aa4d929c Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 10 Dec 2021 14:09:06 -0500 Subject: [PATCH] v4l2codecs: plugin: Minor style fix Part-of: --- subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c b/subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c index 79250bb..f5f09ba 100644 --- a/subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c +++ b/subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c @@ -57,8 +57,8 @@ register_video_decoder (GstPlugin * plugin, GstV4l2CodecDevice * device) case V4L2_PIX_FMT_VP8_FRAME: GST_INFO_OBJECT (decoder, "Registering %s as VP8 Decoder", device->name); - gst_v4l2_codec_vp8_dec_register (plugin, decoder, - device, GST_RANK_PRIMARY + 1); + gst_v4l2_codec_vp8_dec_register (plugin, decoder, device, + GST_RANK_PRIMARY + 1); break; case V4L2_PIX_FMT_MPEG2_SLICE: GST_INFO_OBJECT (decoder, "Registering %s as Mpeg2 Decoder", -- 2.7.4