mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
tests: qtdemux: fix typo in caps field
timesacle -> timescale Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/815>
This commit is contained in:
parent
2ce5909f3a
commit
f5310ce346
1 changed files with 2 additions and 2 deletions
|
@ -799,7 +799,7 @@ GST_START_TEST (test_qtdemux_pad_names)
|
|||
caps =
|
||||
gst_caps_new_simple ("video/quicktime",
|
||||
"variant", G_TYPE_STRING, "mss-fragmented",
|
||||
"timesacle", G_TYPE_UINT64, G_GUINT64_CONSTANT (10000000),
|
||||
"timescale", G_TYPE_UINT64, G_GUINT64_CONSTANT (10000000),
|
||||
"media-caps", GST_TYPE_CAPS, mediacaps, NULL);
|
||||
|
||||
/* Send segment event* */
|
||||
|
@ -855,7 +855,7 @@ GST_START_TEST (test_qtdemux_pad_names)
|
|||
caps =
|
||||
gst_caps_new_simple ("video/quicktime",
|
||||
"variant", G_TYPE_STRING, "mss-fragmented",
|
||||
"timesacle", G_TYPE_UINT64, G_GUINT64_CONSTANT (10000000),
|
||||
"timescale", G_TYPE_UINT64, G_GUINT64_CONSTANT (10000000),
|
||||
"media-caps", GST_TYPE_CAPS, mediacaps, NULL);
|
||||
|
||||
/* Send segment event* */
|
||||
|
|
Loading…
Reference in a new issue