gst: New Stream listing/selection system
authorEdward Hervey <edward@centricular.com>
Fri, 12 Jun 2015 08:53:23 +0000 (10:53 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 30 Jun 2016 10:31:06 +0000 (12:31 +0200)
commit63f6f05d66537877365a1099ac176dc3afbb9f6b
treecfceacee50f7f534fec21aa30322664d5daa9858
parent241d0f16f6fc363a17172a2cf1715af68182f2b5
gst: New Stream listing/selection system

* GstStream
* GstStreamCollection
* GST_EVENT_SELECT_STREAMS
* GST_MESSAGE_STREAM_COLLECTION
25 files changed:
docs/design/part-stream-selection.txt [new file with mode: 0644]
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gstevent.c
gst/gstevent.h
gst/gstmessage.c
gst/gstmessage.h
gst/gstquark.c
gst/gstquark.h
gst/gststreamcollection.c [new file with mode: 0644]
gst/gststreamcollection.h [new file with mode: 0644]
gst/gststreams.c [new file with mode: 0644]
gst/gststreams.h [new file with mode: 0644]
gst/gstutils.c
gst/gstutils.h
tests/check/Makefile.am
tests/check/gst/.gitignore
tests/check/gst/gstevent.c
tests/check/gst/gstmessage.c
tests/check/gst/gststream.c [new file with mode: 0644]
tests/check/gst/gststream.h [new file with mode: 0644]
win32/common/libgstreamer.def