summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-29 07:01:55 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-29 07:01:55 +0000
commit68a1d6cfd59d02d70f08bbb4a78a1de5ab4b2c22 (patch)
tree08cd1cf59e250e404727cef924f7c4a381c31c03 /ChangeLog
parent453fef95a1527997e6e360d134ed7087a4773876 (diff)
downloadgst-plugins-bad-68a1d6cfd59d02d70f08bbb4a78a1de5ab4b2c22.tar.gz
gst-plugins-bad-68a1d6cfd59d02d70f08bbb4a78a1de5ab4b2c22.tar.bz2
gst-plugins-bad-68a1d6cfd59d02d70f08bbb4a78a1de5ab4b2c22.zip
ext/gio/: Some minor cleanup and allow setting the location only when the element is not playing or paused.
Original commit message from CVS: * ext/gio/gstgiosink.c: (gst_gio_sink_base_init), (gst_gio_sink_set_property), (gst_gio_sink_render): * ext/gio/gstgiosrc.c: (gst_gio_src_base_init), (gst_gio_src_set_property): Some minor cleanup and allow setting the location only when the element is not playing or paused.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1db622cc..53cb9ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-09-29 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
+ (gst_gio_sink_set_property), (gst_gio_sink_render):
+ * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
+ (gst_gio_src_set_property):
+ Some minor cleanup and allow setting the location only when the
+ element is not playing or paused.
+
+2007-09-29 Sebastian Dröge <slomo@circular-chaos.org>
+
* configure.ac:
Update gio's pkg-config file name as currently in SVN.