gstreamer/gst
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
..
adder win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
app Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
audioconvert win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
audiorate win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
audioresample resample: avoid overflows 2016-02-11 19:55:08 +01:00
audiotestsrc audiotestsrc: increase freq limit 2015-11-02 15:54:19 +01:00
encoding encodebin: Allow streamheader update when profile.allow_dynamic_output == FALSE 2016-01-27 12:58:23 +01:00
gio gio: don't use soon-to-be-deprecated g_cancellable_reset() 2015-05-19 18:52:41 +01:00
playback decodebin: return incomplete topology if decode chains' cap could not be obtained 2016-02-17 10:48:29 +02:00
subparse subparse: detect closing tags even if there's a space after the slash 2015-09-30 18:17:13 +01:00
tcp win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
typefind win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
videoconvert Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
videorate win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
videoscale Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
videotestsrc win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
volume win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00