projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa09b5d
)
flvdemux: make debug category static
author
Stefan Kost
<ensonic@users.sf.net>
Thu, 8 Apr 2010 11:34:59 +0000
(14:34 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Thu, 8 Apr 2010 11:34:59 +0000
(14:34 +0300)
gst/flv/gstflvdemux.c
patch
|
blob
|
history
diff --git
a/gst/flv/gstflvdemux.c
b/gst/flv/gstflvdemux.c
index 043c998fd6f4c9a3dd9cb4e71f2f9c5435b0bb2b..a7af72d928b68545df4cf16d0ac63b8447288e60 100644
(file)
--- a/
gst/flv/gstflvdemux.c
+++ b/
gst/flv/gstflvdemux.c
@@
-58,7
+58,7
@@
GST_STATIC_PAD_TEMPLATE ("video",
GST_PAD_SOMETIMES,
GST_STATIC_CAPS_ANY);
-GST_DEBUG_CATEGORY (flvdemux_debug);
+GST_DEBUG_CATEGORY
_STATIC
(flvdemux_debug);
#define GST_CAT_DEFAULT flvdemux_debug
GST_BOILERPLATE (GstFlvDemux, gst_flv_demux, GstElement, GST_TYPE_ELEMENT);