mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
aacparse: Fix unit test now that we always have profile/level in the caps
This commit is contained in:
parent
52e4bbab9e
commit
543c8772cb
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_parse_adts_detect_mpeg_version)
|
GST_START_TEST (test_parse_adts_detect_mpeg_version)
|
||||||
{
|
{
|
||||||
gst_parser_test_output_caps (adts_frame_mpeg2, sizeof (adts_frame_mpeg2),
|
gst_parser_test_output_caps (adts_frame_mpeg2, sizeof (adts_frame_mpeg2),
|
||||||
NULL, SINK_CAPS_MPEG2 ", stream-format=(string)adts");
|
NULL,
|
||||||
|
SINK_CAPS_MPEG2
|
||||||
|
", stream-format=(string)adts, level=(string)2, profile=(string)lc");
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
Loading…
Reference in a new issue