gstreamer/tests/check/pipelines
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
..
.gitignore tests: add basic unit test for twolame as well 2017-08-26 10:10:19 +01:00
effectv.c tests: fix bus leaks 2016-07-18 10:53:19 +01:00
flacdec.c tests: fix some printf format issues in debug messages 2013-04-11 22:55:58 +01:00
lame.c tests: add basic unit test for twolame as well 2017-08-26 10:10:19 +01:00
simple-launch-lines.c simple-launch-lines: Use correct JPEG2000 caps 2016-06-11 12:16:23 +03:00
tagschecking.c tagschecking: Use gst_message_parse_warning in case of GST_MESSAGE_WARNING 2018-12-19 15:57:32 +00:00
twolame.c tests: add basic unit test for twolame as well 2017-08-26 10:10:19 +01:00
wavenc.c tests: fix a thinko in the wavenc example 2016-01-12 22:20:33 +00:00
wavpack.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:27:24 +02:00