gstreamer/ext/theora
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
..
gsttheora.c Fix FSF address 2012-11-03 23:05:09 +00:00
gsttheoradec.c Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
gsttheoradec.h theoradec: Fix decoding in the presence of GstVideoCropMeta 2015-03-12 22:38:37 +11:00
gsttheoraenc.c theoraenc: use template subset check for accept-caps 2015-08-16 12:30:30 -03:00
gsttheoraenc.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttheoraparse.c docs: update element example pipelines 2015-05-10 11:38:19 +01:00
gsttheoraparse.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00