Updated test programs

Original commit message from CVS:
Updated test programs
This commit is contained in:
Wim Taymans 2001-01-01 04:10:52 +00:00
parent e2b9080249
commit 3c883fb43a
7 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ extern gboolean _gst_plugin_spew;
static gboolean playing = TRUE;
void eof(GstElement *src) {
DEBUG("have EOF\n");
GST_DEBUG("have EOF\n");
playing = FALSE;
}

View file

@ -10,7 +10,7 @@ extern gboolean _gst_plugin_spew;
static gboolean playing = TRUE;
void eof(GstElement *src) {
DEBUG("have EOF\n");
GST_DEBUG("have EOF\n");
playing = FALSE;
}

View file

@ -5,7 +5,7 @@ int main(int argc,char *argv[]) {
GstBin *thread;
GstElement *src,*identity,*sink;
DEBUG_ENTER("(%d)",argc);
GST_DEBUG_ENTER("(%d)",argc);
gst_init(&argc,&argv);

View file

@ -55,7 +55,7 @@ int main(int argc,char *argv[]) {
GstElement *pipeline;
GstElement *src;
DEBUG_ENTER("(%d)",argc);
GST_DEBUG_ENTER("(%d)",argc);
gst_init(&argc,&argv);

View file

@ -11,7 +11,7 @@ int main(int argc,char *argv[]) {
int i;
int track = (argc == 2) ? atoi(argv[1]) : 1;
DEBUG_ENTER("(%d)",argc);
GST_DEBUG_ENTER("(%d)",argc);
gst_init(&argc,&argv);

View file

@ -11,7 +11,7 @@ int main(int argc,char *argv[]) {
int i;
int outfile;
DEBUG_ENTER("(%d)",argc);
GST_DEBUG_ENTER("(%d)",argc);
gst_init(&argc,&argv);

View file

@ -6,7 +6,7 @@ int main(int argc,char *argv[]) {
GstElement *src,*identity,*sink;
int i;
DEBUG_ENTER("(%d)",argc);
GST_DEBUG_ENTER("(%d)",argc);
gst_init(&argc,&argv);