mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
a62c7bd54c
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
xvcontext.c | ||
xvcontext.h | ||
xvimage.c | ||
xvimageallocator.c | ||
xvimageallocator.h | ||
xvimagepool.c | ||
xvimagepool.h | ||
xvimagesink.c | ||
xvimagesink.h |