mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
ext/theora/theoradec.c: Don't crash on missing header packets.
Original commit message from CVS: * ext/theora/theoradec.c: (gst_theora_dec_class_init), (theora_get_formats), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain), (theora_dec_change_state): Don't crash on missing header packets.
This commit is contained in:
parent
3f345f38d6
commit
f6d4441d9c
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2004-08-09 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* ext/theora/theoradec.c: (gst_theora_dec_class_init),
|
||||||
|
(theora_get_formats), (theora_dec_src_convert),
|
||||||
|
(theora_dec_sink_convert), (theora_dec_src_query),
|
||||||
|
(theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
|
||||||
|
(theora_dec_change_state):
|
||||||
|
Don't crash on missing header packets.
|
||||||
|
|
||||||
2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* po/LINGUAS:
|
* po/LINGUAS:
|
||||||
|
|
Loading…
Reference in a new issue