ext/gdk_pixbuf/gstgdkpixbuf.c: Disable gdk_pixbuf typefinding, since it seems to...
authorDavid Schleef <ds@schleef.org>
Thu, 19 Feb 2004 02:55:21 +0000 (02:55 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 19 Feb 2004 02:55:21 +0000 (02:55 +0000)
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.

ChangeLog
gst/typefind/gsttypefindfunctions.c

index a890beb..6fc3959 100644 (file)
--- 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.
index 5bcd354..5cf281d 100644 (file)
@@ -710,6 +710,7 @@ qt_type_find (GstTypeFind *tf, gpointer unused)
        strncmp (&data[4], "mdat", 4) != 0 &&
        strncmp (&data[4], "pnot", 4) != 0 &&
        strncmp (&data[4], "PICT", 4) != 0 &&
+       strncmp (&data[4], "ftyp", 4) != 0 &&
        strncmp (&data[4], "free", 4) != 0) {
       tip = 0;
       break;