mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
ext/ogg/gstoggdemux.c: Check for pad availability before using it.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query), (gst_ogg_demux_src_event), (_find_chain_seek), (gst_ogg_pad_push): Check for pad availability before using it. * ext/ogg/gstoggdemux.c: (_find_chain_process): Fix parsing of chained ogg. Needs more work on the decoder side.
This commit is contained in:
parent
7e5f9b2500
commit
63d9273740
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
|
||||
(gst_ogg_demux_src_event), (_find_chain_seek),
|
||||
(gst_ogg_pad_push):
|
||||
Check for pad availability before using it.
|
||||
* ext/ogg/gstoggdemux.c: (_find_chain_process):
|
||||
Fix parsing of chained ogg. Needs more work on the decoder side.
|
||||
|
||||
2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst/spectrum/Makefile.am:
|
||||
|
|
Loading…
Reference in a new issue