summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-23 10:06:31 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-23 10:06:31 +0000
commit357b075a651f6f2e1152d3eba0df97282929e767 (patch)
tree39ad0f0a96a3724fb18a58169a210cffc08751f7
parent75eed415457a58dc03455818ce82edfb9f9e5dc7 (diff)
downloadgst-plugins-bad-357b075a651f6f2e1152d3eba0df97282929e767.tar.gz
gst-plugins-bad-357b075a651f6f2e1152d3eba0df97282929e767.tar.bz2
gst-plugins-bad-357b075a651f6f2e1152d3eba0df97282929e767.zip
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.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcc3047b..487e146c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: