plugins: implement a gessrc element useable from playbin
authorThibault Saunier <tsaunier@gnome.org>
Sat, 14 Mar 2015 20:52:47 +0000 (20:52 +0000)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Tue, 29 Jan 2019 00:06:32 +0000 (00:06 +0000)
commit4b324da3f4eb1d3c190682c358fc558d168672ee
tree946eacf943b4e972a8a3dd53be94cf54efff1fcf
parentbad64296d9b497a13f5f7fe91d568d85ed236265
plugins: implement a gessrc element useable from playbin

This is a new simple GstBin that can handle the ges:// uris
and will directly expose the srcppads of the tracks present in the
timeline.
examples/c/gessrc.c [new file with mode: 0644]
examples/c/meson.build
examples/python/gst-player.py [new file with mode: 0755]
plugins/ges/gesplugin.c [new file with mode: 0644]
plugins/ges/gessrc.c [new file with mode: 0644]
plugins/ges/gessrc.h [new file with mode: 0644]
plugins/ges/meson.build [new file with mode: 0644]
plugins/meson.build