mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 19:06:33 +00:00
adding comment, no change to test
Original commit message from CVS: adding comment, no change to test
This commit is contained in:
parent
995c529609
commit
bd12c19658
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
noinst_PROGRAMS = threadstate1 threadstate2 threadstate3 threadstate4
|
noinst_PROGRAMS = threadstate1 threadstate2 threadstate3 threadstate4 threadstate5
|
||||||
|
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
AM_CFLAGS = $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
/* this pipeline is:
|
||||||
|
* { { fakesrc } ! queue ! fakesink }
|
||||||
|
*/
|
||||||
|
|
||||||
int main(int argc,char *argv[])
|
int main(int argc,char *argv[])
|
||||||
{
|
{
|
||||||
GstElement *fakesrc, *fakesink;
|
GstElement *fakesrc, *fakesink;
|
||||||
|
|
Loading…
Reference in a new issue