gstreamer/gst/videoconvert
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
..
gstvideoconvert.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
gstvideoconvert.h videoconvert: Expose some properties from the videoconverter API 2015-05-08 15:17:06 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00