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
commite2bea9758f1c2f53dae4085f589769ecd19352a9 (patch)
tree0c4d1446fc58452d90ba3243ca94417877224be1
parenta6b4e965a83b42554347dc47efb373b09899dc9f (diff)
downloadgst-plugins-bad-e2bea9758f1c2f53dae4085f589769ecd19352a9.tar.gz
gst-plugins-bad-e2bea9758f1c2f53dae4085f589769ecd19352a9.tar.bz2
gst-plugins-bad-e2bea9758f1c2f53dae4085f589769ecd19352a9.zip
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):