Home
last modified time | relevance | path

Searched defs:_App (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/examples/streamiddemux/
Dstreamiddemux-stream.c7 struct _App struct
9 GstElement *pipeline;
10 GstElement *audiotestsrc[NUM_STREAM];
11 GstElement *audioconvert[NUM_STREAM];
12 GstElement *capsfilter[NUM_STREAM];
13 GstElement *vorbisenc[NUM_STREAM];
14 GstElement *oggmux[NUM_STREAM];
15 GstElement *funnel;
16 GstElement *demux;
17 GstElement *stream_synchronizer;
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream.c55 struct _App struct
57 GstElement *playbin;
58 GstElement *appsrc;
60 GMainLoop *loop;
61 guint sourceid;
63 GMappedFile *file;
64 guint8 *data;
65 gsize length;
66 guint64 offset;
Dappsrc-stream2.c59 struct _App struct
61 GstElement *playbin;
62 GstElement *appsrc;
64 GMainLoop *loop;
66 GMappedFile *file;
67 guint8 *data;
68 gsize length;
69 guint64 offset;
Dappsrc-ra.c50 struct _App struct
52 GstElement *playbin;
53 GstElement *appsrc;
55 GMainLoop *loop;
57 GMappedFile *file;
58 guint8 *data;
59 gsize length;
60 guint64 offset;
Dappsrc-seekable.c52 struct _App struct
54 GstElement *playbin;
55 GstElement *appsrc;
57 GMainLoop *loop;
59 GMappedFile *file;
60 guint8 *data;
61 gsize length;
62 guint64 offset;
Dappsrc_ex.c38 struct _App struct
40 GstElement *pipe;
41 GstElement *src;
42 GstElement *id;
43 GstElement *sink;
/third_party/gstreamer/gstplugins_base/tests/icles/
Dplaybin-text.c33 struct _App struct
35 GstElement *playbin;
36 GstElement *textsink;
38 GMainLoop *loop;