gst1-plugins-base: add videoconvert plugin
authorLuiz Angelo Daros de Luca <redacted>
Fri, 23 Jan 2015 08:06:55 +0000 (06:06 -0200)
committerLuiz Angelo Daros de Luca <redacted>
Fri, 23 Jan 2015 23:24:58 +0000 (21:24 -0200)
videoconvert is the successor of ffmpegcolorspace in gst1.x

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
multimedia/gst1-plugins-base/Makefile

index a886499f4f0f855746a34adee7e9a79df29ae010..bc84030e569b935d5532526ab79b126108a1fea5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2014 OpenWrt.org
+# Copyright (C) 2008-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-base
 PKG_VERSION:=1.4.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
@@ -33,6 +33,7 @@ PKG_CONFIG_DEPENDS:= \
        CONFIG_PACKAGE_gst1-mod-ogg \
        CONFIG_PACKAGE_gst1-mod-tcp \
        CONFIG_PACKAGE_gst1-mod-theora \
+       CONFIG_PACKAGE_gst1-mod-videoconvert \
        CONFIG_PACKAGE_gst1-mod-videotestsrc \
        CONFIG_PACKAGE_gst1-mod-volume \
        CONFIG_PACKAGE_gst1-mod-vorbis \
@@ -134,6 +135,7 @@ CONFIGURE_ARGS += \
        $(call GST_COND_SELECT,theora) \
        --disable-videorate \
        --disable-videoscale \
+       $(call GST_COND_SELECT,videoconvert) \
        $(call GST_COND_SELECT,videotestsrc) \
        $(call GST_COND_SELECT,volume) \
        $(call GST_COND_SELECT,vorbis) \
@@ -275,6 +277,7 @@ $(eval $(call GstBuildPlugin,ogg,Ogg,riff tag pbutils video,,+libogg))
 $(eval $(call GstBuildPlugin,tcp,TCP,,,))
 $(eval $(call GstBuildPlugin,theora,Theora,tag video,,+libogg +libtheora))
 $(eval $(call GstBuildPlugin,typefindfunctions,'typefind' functions,audio pbutils tag video,,))
+$(eval $(call GstBuildPlugin,videoconvert,video format conversion,video,,))
 $(eval $(call GstBuildPlugin,videotestsrc,video test,video,,+liboil))
 $(eval $(call GstBuildPlugin,volume,volume,audio controller,,+liboil))
 $(eval $(call GstBuildPlugin,vorbis,Vorbis,audio tag,ogg,+libvorbis))
git clone https://git.99rst.org/PROJECT