summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-06 11:18:27 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-06 11:18:27 +0000
commit10e742c2e1b2cfb558216cbbfdfc639cd45f934f (patch)
tree5b71070f63f17c9fde7f25515163150c3e80d620
parent6c3fbe6d459d566f51de66a71245eba6bfaee74e (diff)
ext/ogg/gstoggdemux.c: make sure to handle the case where there's no current chain gracefully.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad), (gst_ogg_demux_src_query): make sure to handle the case where there's no current chain gracefully.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 007d8318..d1459792 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-06 Benjamin Otte <otte@gnome.org>
+
+ * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
+ (gst_ogg_demux_src_query):
+ make sure to handle the case where there's no current chain
+ gracefully.
+
2004-03-05 David Schleef <ds@schleef.org>
* ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):