mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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,,))
|
||||||
|
|||||||
Reference in New Issue
Block a user