summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-19 02:55:21 +0000
committerDavid Schleef <ds@schleef.org>2004-02-19 02:55:21 +0000
commit18a480ef4b23a2dacb5118c222f24a1e50fea151 (patch)
tree4f43c2c0fe8f10f03b560ff27e17d111819db5ab
parentdd5bdf743280b9a828b8c08bc28b604f39faa36e (diff)
downloadgst-plugins-bad-18a480ef4b23a2dacb5118c222f24a1e50fea151.tar.gz
gst-plugins-bad-18a480ef4b23a2dacb5118c222f24a1e50fea151.tar.bz2
gst-plugins-bad-18a480ef4b23a2dacb5118c222f24a1e50fea151.zip
ext/gdk_pixbuf/gstgdkpixbuf.c: Disable gdk_pixbuf typefinding, since it seems to be worse than nothing.
Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf typefinding, since it seems to be worse than nothing. * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp atom to recognize .mp4 and .m4a files as video/quicktime.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a890beb1..6fc3959b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-02-18 David Schleef <ds@schleef.org>
+ * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
+ typefinding, since it seems to be worse than nothing.
+ * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
+ atom to recognize .mp4 and .m4a files as video/quicktime.
+
+2004-02-18 David Schleef <ds@schleef.org>
+
* gst/sine/demo-dparams.c: (quit_live),
(dynparm_log_value_changed), (dynparm_value_changed), (main):
Use double dparams, not float.