summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-02-22 19:13:11 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-03-01 17:48:18 -0300
commit96ee17e7b688d1dc021b56efc91de490b9d9583f (patch)
tree237edee43ad2e09cab556b1603599653be78434f /tests
parent48a1935cb0d809eb7666baecb7e954fd4e62c594 (diff)
x264enc: Replace 'avc-sample' with 'avc' in caps
In the element and in its tests Fixes #606662
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/x264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/x264enc.c b/tests/check/elements/x264enc.c
index 60d46e03..c256f4e3 100644
--- a/tests/check/elements/x264enc.c
+++ b/tests/check/elements/x264enc.c
@@ -97,7 +97,7 @@ check_caps (GstCaps * caps)
fail_unless (G_VALUE_HOLDS_STRING (sf));
stream_format = g_value_get_string (sf);
fail_unless (stream_format != NULL);
- if (strcmp (stream_format, "avc-sample") == 0) {
+ if (strcmp (stream_format, "avc") == 0) {
const guint8 *data;
GstBuffer *buf;