mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro.
Original commit message from CVS: * ext/directfb/dfbvideosink.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/libmms/gstmms.c: * ext/neon/gstneonhttpsrc.c: * ext/theora/theoradec.c: * gst/freeze/gstfreeze.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdppay.c: * sys/glsink/glimagesink.c: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro.
This commit is contained in:
parent
1094a0a54d
commit
17582f36fc
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS_ANY);
|
||||
|
||||
GST_DEBUG_CATEGORY (gst_gdp_depay_debug);
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_gdp_depay_debug);
|
||||
#define GST_CAT_DEFAULT gst_gdp_depay_debug
|
||||
|
||||
#define _do_init(x) \
|
||||
|
|
|
@ -56,7 +56,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("application/x-gdp"));
|
||||
|
||||
GST_DEBUG_CATEGORY (gst_gdp_pay_debug);
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_gdp_pay_debug);
|
||||
#define GST_CAT_DEFAULT gst_gdp_pay_debug
|
||||
|
||||
#define DEFAULT_CRC_HEADER TRUE
|
||||
|
|
Loading…
Reference in a new issue