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

@ -24,5 +24,7 @@
#include <client/pv-stream.h>
#include <client/pv-subscribe.h>
void pv_init (int *argc, char **argv[]);
#endif /* __PULSEVIDEO_H__ */