diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-03-24 10:53:57 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-03-24 10:53:57 +0000 |
commit | 090a9fee4747585e29c3465d4db6afa9ea651b07 (patch) | |
tree | 87797ac36fdf8f3dbf757378e74875fa78346049 /media-libs/gst-plugins-base/files | |
parent | Fix HOMEPAGE, thanks to Shyam Mani <fox2mike@gentoo.org> (diff) | |
download | gentoo-2-090a9fee4747585e29c3465d4db6afa9ea651b07.tar.gz gentoo-2-090a9fee4747585e29c3465d4db6afa9ea651b07.tar.bz2 gentoo-2-090a9fee4747585e29c3465d4db6afa9ea651b07.zip |
fix typefind m4v null for ppc
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'media-libs/gst-plugins-base/files')
-rw-r--r-- | media-libs/gst-plugins-base/files/gst-plugins-base-0.10.4-typefindfunctions-m4v-NULL-terminator.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.4-typefindfunctions-m4v-NULL-terminator.diff b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.4-typefindfunctions-m4v-NULL-terminator.diff new file mode 100644 index 000000000000..f7ace6a0363e --- /dev/null +++ b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.4-typefindfunctions-m4v-NULL-terminator.diff @@ -0,0 +1,16 @@ +Index: gst/typefind/gsttypefindfunctions.c +=================================================================== +RCS file: /cvs/gstreamer/gst-plugins-base/gst/typefind/gsttypefindfunctions.c,v +retrieving revision 1.97 +diff -u -p -r1.97 gsttypefindfunctions.c +--- gst/typefind/gsttypefindfunctions.c 10 Mar 2006 10:44:02 -0000 1.97 ++++ gst/typefind/gsttypefindfunctions.c 11 Mar 2006 19:44:47 -0000 +@@ -2245,7 +2245,7 @@ plugin_init (GstPlugin * plugin) + "msstyles", "cpl", NULL + }; + static gchar *flv_exts[] = { "flv", NULL }; +- static gchar *m4v_exts[] = { "m4v" }; ++ static gchar *m4v_exts[] = { "m4v", NULL }; + + GST_DEBUG_CATEGORY_INIT (type_find_debug, "typefindfunctions", + GST_DEBUG_FG_GREEN | GST_DEBUG_BG_RED, "generic type find functions"); |