gstreamer/tests
KimTaeSoo b01210c554 tagschecking: Use gst_message_parse_warning in case of GST_MESSAGE_WARNING
Bus message handler of tags checking unit test uses gst_message_parse_error()
in case of GST_MESSAGE_ERROR and GST_MESAGE_WARNING.
If gst_message_parse_error() is called in case of GST_MESSAGE_WARNING, assert occurs.
So modified to use gst_message_parse_warning() in case of GST_MESSAGE_WARNING.
2018-12-19 15:57:32 +00:00
..
check tagschecking: Use gst_message_parse_warning in case of GST_MESSAGE_WARNING 2018-12-19 15:57:32 +00:00
examples meson: only build gtk gl examples if gst-gl was found 2018-10-08 20:35:41 +01:00
files test: rtph265: Copy and port tests from rtph264 2018-12-18 13:39:54 -05:00
icles meson: Add some missing test dependencies 2018-10-28 14:10:12 +00:00
Makefile.am tests: don't build examples if --disable-examples was passed to configure 2009-05-05 13:23:45 +01:00
meson.build tests: Enable unit test on Windows 2018-12-18 22:52:24 +09:00