summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro@nnva.org>2007-10-25 16:18:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-10-25 16:18:55 +0000
commit898f527739b9fc6524a8dd02719bac3b9c7244a3 (patch)
tree6ba317157f039e2db34cceeea490e8d25cac0dd9 /ChangeLog
parenteb8637606bddb4511dec19d47693b0b52a92b018 (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11dcb6c..6e21a81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: