summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb
diff options
context:
space:
mode:
authorhschang <chang@dev3>2013-12-31 08:56:53 (GMT)
committerhschang <chang@dev3>2014-01-02 11:30:25 (GMT)
commit0e1e40be453faff8de5e6c2d71db09f5bb2ad8a9 (patch)
tree549f19095f9c53116a9cb301f6ed30ae761c8014 /meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb
parent7acc07e7425e5fae2ca44528f38f8726e74353ac (diff)
set dvbaudiosink caps to support mpeg 4 profile LC and apply relevant patches.
dvbapp : append gst-plugins-bad-faad on RDEPENDS.
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb
index f2a3eda..e2dc6aa 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb
+++ b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink_0.10.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/gstdvbaudiosink.c;beginline=1;endline=45;md5=023e
DEPENDS = "gstreamer gst-plugins-base"
BRANCH="master"
SRCREV="91738211ef106ae7d14c1ccc5c4dd26c0f2dbf58"
-PR = "r10"
+PR = "r11"
inherit autotools pkgconfig git-project
SRC_URI = "git://schwerkraft.elitedvb.net/dvbmediasink/dvbmediasink.git;protocol=git;branch=${BRANCH};tag=${SRCREV}"
@@ -16,6 +16,7 @@ SRC_URI_append_vuplus = " \
file://fix_dvbaudiosink_async_opt.patch;patch=1;pnum=1 \
file://fix_dvbvideosink_dm8000_padtemplate.patch;patch=1;pnum=1 \
file://fix_dvbaudiosink_support_ddp.patch \
+ file://Set-only-by-hardware-supported-audio-mpeg-4-profile.patch \
"
FILES_${PN} = "${libdir}/gstreamer-0.10/*.so"