diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-06 11:18:27 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-06 11:18:27 +0000 |
commit | e2bea9758f1c2f53dae4085f589769ecd19352a9 (patch) | |
tree | 0c4d1446fc58452d90ba3243ca94417877224be1 /ChangeLog | |
parent | a6b4e965a83b42554347dc47efb373b09899dc9f (diff) | |
download | gst-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |