mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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;
|
static gboolean playing = TRUE;
|
||||||
|
|
||||||
void eof(GstElement *src) {
|
void eof(GstElement *src) {
|
||||||
DEBUG("have EOF\n");
|
GST_DEBUG("have EOF\n");
|
||||||
playing = FALSE;
|
playing = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ extern gboolean _gst_plugin_spew;
|
||||||
static gboolean playing = TRUE;
|
static gboolean playing = TRUE;
|
||||||
|
|
||||||
void eof(GstElement *src) {
|
void eof(GstElement *src) {
|
||||||
DEBUG("have EOF\n");
|
GST_DEBUG("have EOF\n");
|
||||||
playing = FALSE;
|
playing = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ int main(int argc,char *argv[]) {
|
||||||
GstBin *thread;
|
GstBin *thread;
|
||||||
GstElement *src,*identity,*sink;
|
GstElement *src,*identity,*sink;
|
||||||
|
|
||||||
DEBUG_ENTER("(%d)",argc);
|
GST_DEBUG_ENTER("(%d)",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ int main(int argc,char *argv[]) {
|
||||||
GstElement *pipeline;
|
GstElement *pipeline;
|
||||||
GstElement *src;
|
GstElement *src;
|
||||||
|
|
||||||
DEBUG_ENTER("(%d)",argc);
|
GST_DEBUG_ENTER("(%d)",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc,char *argv[]) {
|
||||||
int i;
|
int i;
|
||||||
int track = (argc == 2) ? atoi(argv[1]) : 1;
|
int track = (argc == 2) ? atoi(argv[1]) : 1;
|
||||||
|
|
||||||
DEBUG_ENTER("(%d)",argc);
|
GST_DEBUG_ENTER("(%d)",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc,char *argv[]) {
|
||||||
int i;
|
int i;
|
||||||
int outfile;
|
int outfile;
|
||||||
|
|
||||||
DEBUG_ENTER("(%d)",argc);
|
GST_DEBUG_ENTER("(%d)",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ int main(int argc,char *argv[]) {
|
||||||
GstElement *src,*identity,*sink;
|
GstElement *src,*identity,*sink;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
DEBUG_ENTER("(%d)",argc);
|
GST_DEBUG_ENTER("(%d)",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue