mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Updated test programs
Original commit message from CVS: Updated test programs
This commit is contained in:
parent
e2b9080249
commit
3c883fb43a
7 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue