gst1-plugins-bad: add shmsrc/sink
This adds POSIX shared memory source and sink plugin Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
parent
b1b14b2a57
commit
f8ec4d90d6
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2014 OpenWrt.org
|
# Copyright (C) 2011-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-plugins-bad
|
PKG_NAME:=gst1-plugins-bad
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.4
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -261,6 +261,7 @@ $(eval $(call GstBuildPlugin,rawparse,rawparse support,audio video,,))
|
||||||
$(eval $(call GstBuildPlugin,rfbsrc,librfb support,video,,))
|
$(eval $(call GstBuildPlugin,rfbsrc,librfb support,video,,))
|
||||||
$(eval $(call GstBuildPlugin,sdpelem,sdp support,rtp sdp,,))
|
$(eval $(call GstBuildPlugin,sdpelem,sdp support,rtp sdp,,))
|
||||||
$(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
|
$(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
|
||||||
|
$(eval $(call GstBuildPlugin,shm,POSIX shared memory source and sink,,,+librt))
|
||||||
$(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,))
|
$(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,))
|
||||||
$(eval $(call GstBuildPlugin,speed,speed support,audio,,))
|
$(eval $(call GstBuildPlugin,speed,speed support,audio,,))
|
||||||
$(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
|
$(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
|
||||||
|
|
Loading…
Reference in a new issue