mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
theoradec: don't emit g_warning() on malformed input stream
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1009>
This commit is contained in:
parent
5660743bbf
commit
2a2d6f7efe
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ theora_handle_header_packet (GstTheoraDec * dec, ogg_packet * packet)
|
|||
break;
|
||||
default:
|
||||
/* ignore */
|
||||
g_warning ("unknown theora header packet found");
|
||||
GST_WARNING_OBJECT (dec, "unknown theora header packet found");
|
||||
case 0x80:
|
||||
/* nothing special, this is the identification header */
|
||||
res = GST_FLOW_OK;
|
||||
|
|
Loading…
Reference in a new issue