gst: New encoding plugin
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 13 Aug 2010 15:36:38 +0000 (17:36 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 15 Dec 2010 10:54:32 +0000 (11:54 +0100)
commit8a3b45aa1f5d6fcff5d8020a6ceddc0b7fc84353
tree6dbb7030fa836fe86cf0815567c2495e6afe1e5b
parent82b4f9bfef332393f95325d00d28d97ae784748c
gst: New encoding plugin

https://bugzilla.gnome.org/show_bug.cgi?id=627476
24 files changed:
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-base-plugins-docs.sgml
docs/plugins/gst-plugins-base-plugins-sections.txt
docs/plugins/gst-plugins-base-plugins.args
docs/plugins/gst-plugins-base-plugins.hierarchy
docs/plugins/gst-plugins-base-plugins.interfaces
docs/plugins/gst-plugins-base-plugins.signals
docs/plugins/inspect/plugin-encoding.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-libvisual.xml
gst/encoding/.gitignore [new file with mode: 0644]
gst/encoding/Makefile.am [new file with mode: 0644]
gst/encoding/gstencode-marshal.list [new file with mode: 0644]
gst/encoding/gstencodebin.c [new file with mode: 0644]
gst/encoding/gstencodebin.h [new file with mode: 0644]
gst/encoding/gstsmartencoder.c [new file with mode: 0644]
gst/encoding/gstsmartencoder.h [new file with mode: 0644]
gst/encoding/gststreamcombiner.c [new file with mode: 0644]
gst/encoding/gststreamcombiner.h [new file with mode: 0644]
gst/encoding/gststreamsplitter.c [new file with mode: 0644]
gst/encoding/gststreamsplitter.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/encodebin.c [new file with mode: 0644]