gstreamer/sys
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
..
ximage Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
xvimage Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
Makefile.am Remove v4l plugin 2011-06-07 20:47:46 +01:00