diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-13 12:25:19 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-13 12:25:19 -0400 |
commit | a65cea7c6990dcd81384824877dc8c7af9d04fbe (patch) | |
tree | 68afae0fffd70da63db37eada7cddd74afd112a3 /tests | |
parent | 0e8a318dd7fe35499f8b87dd64c9a6215e04d0f7 (diff) |
gstprotection: Add missing namespace to macro
GST_PROTECTION_SYSTEM_ID_CAPS_FIELD was missing the GST_ namespace.
Add it before its too late.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/gst/gstprotection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/gst/gstprotection.c b/tests/check/gst/gstprotection.c index 3f11f8a09..89181f893 100644 --- a/tests/check/gst/gstprotection.c +++ b/tests/check/gst/gstprotection.c @@ -68,7 +68,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-cenc, original-media-type=(string)video/x-h264, " - PROTECTION_SYSTEM_ID_CAPS_FIELD "=(string)" CLEARKEY_SYSTEM_ID) + GST_PROTECTION_SYSTEM_ID_CAPS_FIELD "=(string)" CLEARKEY_SYSTEM_ID) ); static void |