diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-02-15 19:03:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-02-15 19:03:58 +0000 |
commit | 58d19cb7ca9cb73e2ccce2f33e6f689f73ab0b44 (patch) | |
tree | e76a4749d07f173106245e228c9c45251060fb02 /tests/check | |
parent | 001bd7895799d77ac96b2ad0d02391b5b2942433 (diff) |
pbutils: descriptions: add MPEG-4 video profile to description if available
https://bugzilla.gnome.org/show_bug.cgi?id=673976
Diffstat (limited to 'tests/check')
-rw-r--r-- | tests/check/libs/pbutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/libs/pbutils.c b/tests/check/libs/pbutils.c index aa8a11fe2..daafc2a37 100644 --- a/tests/check/libs/pbutils.c +++ b/tests/check/libs/pbutils.c @@ -310,6 +310,8 @@ static const gchar *caps_strings[] = { "video/mpeg, mpegversion=(int)4, systemstream=(boolean)FALSE", "video/mpeg, mpegversion=(int)99, systemstream=(boolean)TRUE", "video/mpeg, mpegversion=(int)99, systemstream=(boolean)FALSE", + "video/mpeg, mpegversion=(int)4, systemstream=(boolean)FALSE, profile=main", + "video/mpeg, mpegversion=(int)4, systemstream=(boolean)FALSE, profile=adsfad", "video/mpeg", "video/x-indeo, indeoversion=(int)3", "video/x-indeo, indeoversion=(int)5", |