summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vp8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidecoder_vp8.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidecoder_vp8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_vp8.c b/gst-libs/gst/vaapi/gstvaapidecoder_vp8.c
index 3e078b02..3641a61b 100644
--- a/gst-libs/gst/vaapi/gstvaapidecoder_vp8.c
+++ b/gst-libs/gst/vaapi/gstvaapidecoder_vp8.c
@@ -69,7 +69,7 @@ struct _GstVaapiDecoderVp8Private
*/
struct _GstVaapiDecoderVp8
{
- /*< private >*/
+ /*< private > */
GstVaapiDecoder parent_instance;
GstVaapiDecoderVp8Private priv;
@@ -82,7 +82,7 @@ struct _GstVaapiDecoderVp8
*/
struct _GstVaapiDecoderVp8Class
{
- /*< private >*/
+ /*< private > */
GstVaapiDecoderClass parent_class;
};