diff options
author | Alessandro Decina <alessandro@nnva.org> | 2007-10-25 16:18:55 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-10-25 16:18:55 +0000 |
commit | 898f527739b9fc6524a8dd02719bac3b9c7244a3 (patch) | |
tree | 6ba317157f039e2db34cceeea490e8d25cac0dd9 /ChangeLog | |
parent | eb8637606bddb4511dec19d47693b0b52a92b018 (diff) |
gst/gst.*: Patch from Alessandro Decina adding get_type_full and get_protocols_full private vfuncs to the URIHandler ...
Original commit message from CVS:
* gst/gst.defs:
* gst/gst.override:
Patch from Alessandro Decina adding get_type_full and
get_protocols_full private vfuncs to the URIHandler interface
to allow bindings to support creating URI handlers.
Partially fixes: #339279
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com> + + * gst/gst.defs: + * gst/gst.override: + Patch from Alessandro Decina adding get_type_full and + get_protocols_full private vfuncs to the URIHandler interface + to allow bindings to support creating URI handlers. + Partially fixes: #339279 + 2007-10-18 Jan Schmidt <Jan.Schmidt@sun.com> * examples/play.py: |