projects
/
gst-aseq-appsrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1964e09
)
Set the debug category name to the same GstAppSrc name used in the pipeline
author
Antonio Ospite <ao2@ao2.it>
Fri, 29 Sep 2017 09:25:23 +0000
(11:25 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 11:28:01 +0000
(13:28 +0200)
gst-aseq-appsrc.c
patch
|
blob
|
history
diff --git
a/gst-aseq-appsrc.c
b/gst-aseq-appsrc.c
index
2fd617f
..
1b2da94
100644
(file)
--- a/
gst-aseq-appsrc.c
+++ b/
gst-aseq-appsrc.c
@@
-38,8
+38,8
@@
#define DEFAULT_TICK_PERIOD_MS 10
#define DEFAULT_POLL_TIMEOUT_MS (DEFAULT_TICK_PERIOD_MS / 2)
#define DEFAULT_TICK_PERIOD_MS 10
#define DEFAULT_POLL_TIMEOUT_MS (DEFAULT_TICK_PERIOD_MS / 2)
-GST_DEBUG_CATEGORY (mys
rc
_debug);
-#define GST_CAT_DEFAULT mys
rc
_debug
+GST_DEBUG_CATEGORY (mys
ource
_debug);
+#define GST_CAT_DEFAULT mys
ource
_debug
typedef struct _App App;
typedef struct _App App;
@@
-412,7
+412,7
@@
main (int argc, char *argv[])
gst_init (&argc, &argv);
gst_init (&argc, &argv);
- GST_DEBUG_CATEGORY_INIT (mys
rc_debug, "mysrc
", 0,
+ GST_DEBUG_CATEGORY_INIT (mys
ource_debug, "mysource
", 0,
"ALSA MIDI sequencer appsrc pipeline");
ret = app_init (app, ports);
"ALSA MIDI sequencer appsrc pipeline");
ret = app_init (app, ports);