gstreamer/tests
Matthew Waters 0dcab96d88 sdp/media: caps_from_media() don't modify the input media
Performing a gst_sdp_media_get_caps_from_media() would result in
changing fields in the GstSDPMedia violating the const tag in the
function declaration.

Before there would be a line with a=rtpmap:96 VP8/90000
after, that attribute would only contain a=rtpmap:96

Fix by performing modifications on duplicated strings instead of on
the internal values.

Also add a simple test for checking that the representation doesn't
change by a gst_sdp_media_get_caps_from_media()
2017-04-03 16:49:12 +10:00
..
check sdp/media: caps_from_media() don't modify the input media 2017-04-03 16:49:12 +10:00
examples examples: jsseek: fix typo 2017-03-20 17:45:46 +00:00
files tests: add test to check discoverer return code for missing plugins case 2012-03-03 13:54:53 +00:00
icles test-colorkey: #define GDK_DISABLE_DEPRECATION_WARNINGS 2016-09-01 10:53:35 +03:00
Makefile.am tests: add small unit test for AC3 vs. JPEG typefinding issue 2010-06-05 17:24:45 +01:00
meson.build meson: build examples 2016-08-30 18:15:09 +01:00