summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2006-04-07 14:54:49 +0000
committerAndy Wingo <wingo@pobox.com>2006-04-07 14:54:49 +0000
commit182840a50d18dd58d9a4669571feb114ee1e9e4f (patch)
treeef3ff5c631dcb8dfcfea28c7dc5bd3ad35262977 /ChangeLog
parent59667a31a70be19fb11c2f3928ecc3ad083ce77b (diff)
gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the optional filter caps to propagate up.
Original commit message from CVS: 2006-04-07 Andy Wingo <wingo@pobox.com> * gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the optional filter caps to propagate up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db725c..cb7ae77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-04-07 Andy Wingo <wingo@pobox.com>
+ * gst/gstelement.override (_wrap_gst_element_link): Allow errors
+ parsing the optional filter caps to propagate up.
+
* gst/gst.defs (element_make_from_uri): Element name is optional
and can be None. It defaults to None.