diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-06-25 11:02:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-06-25 11:02:21 +0000 |
commit | 5827f80d621828cc9f3be10fce0f1d4d487bfcd2 (patch) | |
tree | dedc8b71890835c633c5f093fbf1c5032002afd7 /ChangeLog | |
parent | 825b31e29565cd71614b6a64df11a5ce746299e4 (diff) | |
download | gst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.tar.gz gst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.tar.bz2 gst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.zip |
gconf/: Remove dysfunctional directory (this stuff is in -good).
Original commit message from CVS:
* gconf/.cvsignore:
* gconf/Makefile.am:
* gconf/gstreamer.schemas.in:
Remove dysfunctional directory (this stuff is in -good).
* ext/sndfile/gstsf.c: (plugin_init):
* sys/dvb/gstdvbsrc.c: (plugin_init):
Add i18n bindtextdomain stuff.
* gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
(plugin_init):
Post an error message when returning GST_FLOW_ERROR; minor cleanups.
* po/POTFILES.in:
Add more source files with translatable strings (fixes #450605).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-06-25 Tim-Philipp Müller <tim at centricular dot net> + + * gconf/.cvsignore: + * gconf/Makefile.am: + * gconf/gstreamer.schemas.in: + Remove dysfunctional directory (this stuff is in -good). + + * ext/sndfile/gstsf.c: (plugin_init): + * sys/dvb/gstdvbsrc.c: (plugin_init): + Add i18n bindtextdomain stuff. + + * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init), + (plugin_init): + Post an error message when returning GST_FLOW_ERROR; minor cleanups. + + * po/POTFILES.in: + Add more source files with translatable strings (fixes #450605). + 2007-06-23 Thomas Vander Stichele <thomas at apestaart dot org> Contributed by: Wenzheng Hu <db_lobster@163.com> |