diff options
author | Andy Wingo <wingo@pobox.com> | 2006-04-07 14:54:49 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2006-04-07 14:54:49 +0000 |
commit | 182840a50d18dd58d9a4669571feb114ee1e9e4f (patch) | |
tree | ef3ff5c631dcb8dfcfea28c7dc5bd3ad35262977 /ChangeLog | |
parent | 59667a31a70be19fb11c2f3928ecc3ad083ce77b (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |