pulsevideo: add gstreamer elements

Add custom gstreamer elements to pad/depay
Add pv_init() to register new elements
This commit is contained in:
Wim Taymans 2015-04-16 19:45:26 +02:00
parent 3ddd7a60a7
commit 8b02c9040a
14 changed files with 898 additions and 14 deletions

View file

@ -19,8 +19,7 @@
#include <gst/gst.h>
#include <client/pv-context.h>
#include <client/pv-subscribe.h>
#include <client/pulsevideo.h>
static GMainLoop *loop;
@ -60,7 +59,7 @@ main (gint argc, gchar *argv[])
{
PvContext *c;
gst_init (&argc, &argv);
pv_init (&argc, &argv);
loop = g_main_loop_new (NULL, FALSE);