mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
h265parser: Fix wrong warning message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1714>
This commit is contained in:
parent
c1502a2bdf
commit
6f556518c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue