mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
glive: Add recipe for Gstreamer Live Example
glive is a Gstreamer Live Example project consisting of a server and a client program which shows one way of streaming video data using Gstreamer. It makes use of Gstreamer version 0.10 and uses RTP and RTCP, as well as a TCP socket for link status and control. Change-Id: I00c69a23306b6ffdf9c82f26b7b63f4c503ed053 Signed-off-by: John Weber <rjohnweber@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
7f7f56333c
commit
bcf793274b
25
recipes-multimedia/glive/glive_git.bb
Normal file
25
recipes-multimedia/glive/glive_git.bb
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright (C) 2013 Avnet Electronics Marketing
|
||||
|
||||
DESCRIPTION = "Gstreamer Live Example (GLIVE) Server and Client Application"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/johnweber/glive.git;branch=master"
|
||||
SRCREV = "d7263f6dc685efb06cbd0f70b12c12193cec480a"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Depends on Gstreamer
|
||||
DEPENDS = "gstreamer glib-2.0 "
|
||||
RDEPENDS_${PN} = "gstreamer \
|
||||
gst-plugins-good-rtp \
|
||||
gst-plugins-good-udp \
|
||||
gst-plugins-good-rtpmanager \
|
||||
gst-plugins-good-video4linux2 \
|
||||
gst-fsl-plugin \
|
||||
glib-2.0 \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
Loading…
Reference in New Issue
Block a user