gstreamer/sys/ximage
Tim-Philipp Müller a62c7bd54c Fix use of undeclared core debug category symbols
libgstreamer currently exports some debug category
symbols GST_CAT_*, but those are not declared in any
public headers.

Some plugins and libgstvideo just use GST_DEBUG_CATEGORY_EXTERN()
to declare and use those, but that's just not right at
all, and it won't work on Windows with MSVC. Instead look
up the categories via the API.
2016-02-20 11:31:43 +00:00
..
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
ximage.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
ximagepool.c x/xv_image_sink: rename for consitency 2015-07-06 17:37:15 +02:00
ximagepool.h x/xv_image_sink: rename for consitency 2015-07-06 17:37:15 +02:00
ximagesink.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
ximagesink.h x/xv_image_sink: rename for consitency 2015-07-06 17:37:15 +02:00