h265parser: Fix wrong warning message
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 3 Nov 2020 21:05:48 +0000 (16:05 -0500)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 4 Nov 2020 17:53:23 +0000 (17:53 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1714>

gst-libs/gst/codecparsers/gsth265parser.c

index 75f4a3b..6c17593 100644 (file)
@@ -940,7 +940,7 @@ gst_h265_slice_parse_ref_pic_list_modification (GstH265SliceHdr * slice,
   return TRUE;
 
 error:
-  GST_WARNING ("error parsing \"Prediction weight table\"");
+  GST_WARNING ("error parsing \"Reference picture list modifications\"");
   return FALSE;
 }