summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-14 15:03:39 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:09 +0000
commite9d82dfd9532ad2cbfc8c68a084caa29291b3ef5 (patch)
treebb4729076c7f9f2910b023188df22f110ec374a7 /meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11
parente78d586006f14eb5032d9c9601b6526d94b30002 (diff)
downloadpoky-e9d82dfd9532ad2cbfc8c68a084caa29291b3ef5.tar.gz
gst-ffmpeg: upgrade to version 0.10.11
Derived the recipe from openembedded. For poky, we use the ffmpeg lib contained in the package, while openembedded use the system ffmpeg library. Removed the PATH_prepend since the latest version of gst-ffmpeg install program will be called with "-s" unless expilcitly with "make install-strip". Update recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
new file mode 100644
index 0000000000..bffdb8a698
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
@@ -0,0 +1,14 @@
1Lower the rank of ffmpeg plugin so codecs that hook into accelerated pieces (e.g. dsp or hw engines) can get picked over this
2Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
3
4--- /tmp/gstffmpegdec.c 2009-03-05 09:31:15.000000000 +0100
5+++ gst-ffmpeg-0.10.6/ext/ffmpeg/gstffmpegdec.c 2009-03-05 09:33:09.000000000 +0100
6@@ -2588,7 +2588,7 @@
7 case CODEC_ID_MSMPEG4V3:
8 case CODEC_ID_H264:
9 case CODEC_ID_COOK:
10- rank = GST_RANK_PRIMARY;
11+ rank = GST_RANK_SECONDARY;
12 break;
13 case CODEC_ID_DVVIDEO:
14 /* we have a good dv decoder, fast on both ppc as well as x86. they say