summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-07-30 08:41:56 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-07-31 16:35:24 +0200
commitbbede55529e95da8c9bd3d5cbd9cfd7046ec7f68 (patch)
tree22926e7d1539e3b9887e518ecc1db417d5281123 /tests
parentf8abadfd6bc2fcf217937cd8bf54cdeefe6f00ea (diff)
downloadfarstream-bbede55529e95da8c9bd3d5cbd9cfd7046ec7f68.tar.gz
Change video caps from x-raw-yuv to x-raw
Diffstat (limited to 'tests')
-rw-r--r--tests/check/rtp/recvcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/rtp/recvcodecs.c b/tests/check/rtp/recvcodecs.c
index c4842ab8..3cdad875 100644
--- a/tests/check/rtp/recvcodecs.c
+++ b/tests/check/rtp/recvcodecs.c
@@ -256,7 +256,7 @@ GST_START_TEST (test_rtprecv_inband_config_data)
pipeline = gst_parse_launch (
"videotestsrc is-live=1 name=src num-buffers="G_STRINGIFY (BUFFER_COUNT) " !"
- " video/x-raw-yuv, framerate=(fraction)30/1 ! theoraenc !"
+ " video/x-raw, framerate=(fraction)30/1 ! theoraenc !"
" rtptheorapay name=pay config-interval=0 name=pay !"
" application/x-rtp, payload=96, ssrc=(uint)12345678 !"
" udpsink host=127.0.0.1 name=sink", NULL);