mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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. |
||
---|---|---|
.. | ||
gsttheora.c | ||
gsttheoradec.c | ||
gsttheoradec.h | ||
gsttheoraenc.c | ||
gsttheoraenc.h | ||
gsttheoraparse.c | ||
gsttheoraparse.h | ||
Makefile.am |