summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-10-15 17:45:37 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-10-15 17:45:37 +0000
commitf1c7c8cea0d06011c42875d588afe2c6781b60fb (patch)
tree3f1d5f4dbd7c5c230d4bd170ef418d850d9af8b5 /ChangeLog
parent847dd7016ebba64aeaa5e726a3549117958307df (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc84e4c6..16969a11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):