diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-29 07:01:55 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-29 07:01:55 +0000 |
commit | 68a1d6cfd59d02d70f08bbb4a78a1de5ab4b2c22 (patch) | |
tree | 08cd1cf59e250e404727cef924f7c4a381c31c03 /ChangeLog | |
parent | 453fef95a1527997e6e360d134ed7087a4773876 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |