diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-10-15 17:45:37 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-10-15 17:45:37 +0000 |
commit | f1c7c8cea0d06011c42875d588afe2c6781b60fb (patch) | |
tree | 3f1d5f4dbd7c5c230d4bd170ef418d850d9af8b5 /ChangeLog | |
parent | 847dd7016ebba64aeaa5e726a3549117958307df (diff) | |
download | gst-plugins-bad-f1c7c8cea0d06011c42875d588afe2c6781b60fb.tar.gz gst-plugins-bad-f1c7c8cea0d06011c42875d588afe2c6781b60fb.tar.bz2 gst-plugins-bad-f1c7c8cea0d06011c42875d588afe2c6781b60fb.zip |
gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' have otherpad.
Original commit message from CVS:
* gst/selector/gstinputselector.c: (gst_input_selector_event),
(gst_input_selector_query):
Gracefully handle the cases when we dont' have otherpad.
Fixes #556430
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/selector/gstinputselector.c: (gst_input_selector_event), + (gst_input_selector_query): + Gracefully handle the cases when we dont' have otherpad. + Fixes #556430 + 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk> * gst/aiffparse/aiffparse.c: (plugin_init): |