diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-05-31 19:12:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-05-31 19:12:37 +0000 |
commit | 8dbb65ff36d377364b935ef6274d939b1482da1e (patch) | |
tree | a21ec5f79b47ab2de16c9d83154eea38ffa24369 /ChangeLog | |
parent | 853bb7b5dd839babdbac74ca9abfd30412b5b974 (diff) | |
download | gst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.tar.gz gst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.tar.bz2 gst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.zip |
ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see.
Original commit message from CVS:
* ext/libmms/gstmms.h:
No reason to use gpointers instead of typed pointes here as far as I
can see.
* ext/mythtv/gstmythtvsrc.c:
* ext/neon/gstneonhttpsrc.c:
* gst/switch/gstswitch.c:
Don't use gtk-doc magic markers for things that aren't meant to be
parsed by gtk-doc. Makes gtk-doc complain a bit less.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-05-31 Tim-Philipp Müller <tim at centricular dot net> + + * ext/libmms/gstmms.h: + No reason to use gpointers instead of typed pointes here as far as I + can see. + + * ext/mythtv/gstmythtvsrc.c: + * ext/neon/gstneonhttpsrc.c: + * gst/switch/gstswitch.c: + Don't use gtk-doc magic markers for things that aren't meant to be + parsed by gtk-doc. Makes gtk-doc complain a bit less. + 2007-05-30 Wim Taymans <wim@fluendo.com> * configure.ac: |