diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-08 14:34:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-08 14:34:52 +0000 |
commit | 117d6257936b4efebd82762ff825412e95637170 (patch) | |
tree | e358cc82323d2ca118879b6cc15130296f319ad0 /meta/packages/gstreamer/gst-meta-video_0.10.bb | |
parent | d1da9bfc6c8db5d54e77d0b72d98a333ada87ba3 (diff) | |
download | openembedded-core-117d6257936b4efebd82762ff825412e95637170.tar.gz openembedded-core-117d6257936b4efebd82762ff825412e95637170.tar.bz2 openembedded-core-117d6257936b4efebd82762ff825412e95637170.zip |
Tweak/fix-up GStreamer stuff - gst-launch seems to work with mpegs now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@701 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-meta-video_0.10.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-meta-video_0.10.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/gstreamer/gst-meta-video_0.10.bb b/meta/packages/gstreamer/gst-meta-video_0.10.bb index c085582801..5ff9b58bbb 100644 --- a/meta/packages/gstreamer/gst-meta-video_0.10.bb +++ b/meta/packages/gstreamer/gst-meta-video_0.10.bb @@ -1,6 +1,9 @@ -DEPENDS = "gst-meta-base gst-plugins-good gst-plugins-bad gst-ffmpeg" -RDEPENDS = "gst-meta-base gst-plugins-good gst-plugins-bad gst-plugin-avi \ - gst-plugin-matroska gst-plugin-ogg gst-ffmpeg" +DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \ + gst-plugins-ugly" +RDEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly gst-plugin-avi \ + gst-plugin-matroska gst-plugin-ogg \ + gst-fluendo-mpegdemux gst-plugin-mpeg2dec" RRECOMMENDS = "gst-meta-audio" +PR = "r1" ALLOW_EMPTY = "1" |