gstreamer/sys/xvimage
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
xvcontext.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
xvcontext.h xvimagesink: only try to set XV_ITURBT_709 port attribute if it exists 2014-09-11 22:58:16 +01:00
xvimage.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
xvimageallocator.c xvimagsink: fix failure to allocate large shared memory blocks 2015-04-03 11:18:46 +01:00
xvimageallocator.h xvimagesink: use xvcontext for allocation 2013-03-13 11:51:12 +01:00
xvimagepool.c xvimagesink: Put error message into debug output instead of just throwing it away 2015-10-04 18:36:00 +01:00
xvimagepool.h xvimagesink: get rid of unnecessary private struct for pool 2014-09-27 16:21:37 +01:00
xvimagesink.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
xvimagesink.h x/xv_image_sink: rename for consitency 2015-07-06 17:37:15 +02:00