h265parser: Fix wrong warning message

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1714>
This commit is contained in:
Nicolas Dufresne 2020-11-03 16:05:48 -05:00 committed by GStreamer Merge Bot
parent c1502a2bdf
commit 6f556518c8

View file

@ -940,7 +940,7 @@ gst_h265_slice_parse_ref_pic_list_modification (GstH265SliceHdr * slice,
return TRUE; return TRUE;
error: error:
GST_WARNING ("error parsing \"Prediction weight table\""); GST_WARNING ("error parsing \"Reference picture list modifications\"");
return FALSE; return FALSE;
} }