adding comment, no change to test

Original commit message from CVS:
adding comment, no change to test
This commit is contained in:
Steve Baker 2002-06-03 19:09:48 +00:00
parent 995c529609
commit bd12c19658
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
noinst_PROGRAMS = threadstate1 threadstate2 threadstate3 threadstate4
noinst_PROGRAMS = threadstate1 threadstate2 threadstate3 threadstate4 threadstate5
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -1,5 +1,9 @@
#include <gst/gst.h>
/* this pipeline is:
* { { fakesrc } ! queue ! fakesink }
*/
int main(int argc,char *argv[])
{
GstElement *fakesrc, *fakesink;