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 | 10e742c2e1b2cfb558216cbbfdfc639cd45f934f (patch) | |
tree | 5b71070f63f17c9fde7f25515163150c3e80d620 | |
parent | 6c3fbe6d459d566f51de66a71245eba6bfaee74e (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-- | 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): |