mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
check: Fix dash mpd unit test
Unexpected critical/warning: g_object_set_is_valid_property: object class 'GstMPDBaseURLNode' has no property named 'service location' Stack trace: gst_debug_get_stack_trace (gstinfo.c:3021) gst_check_log_critical_func (gstcheck.c:281) g_logv (gmessages.c:1350) g_log (gmessages.c:1415) g_object_set_valist (gobject.c:2327) gst_mpd_client_add_baseurl_node (gstmpdclient.c:3142) dash_mpdparser_check_mpd_client_set_methods (dash_mpd.c:6192) srunner_run_tagged (check_run.c:465) gst_check_run_suite (gstcheck.c:1086) main (dash_mpd.c:6521) __libc_start_main (libc-start.c:308) _start (/home/bilboed/work/devel/gst-build/build/subprojects/gst-plugins-bad/tests/check/elements_dash_mpd:0x40554a)
This commit is contained in:
parent
a4fbb49ef3
commit
cbd89f0381
1 changed files with 1 additions and 1 deletions
|
@ -6191,7 +6191,7 @@ GST_START_TEST (dash_mpdparser_check_mpd_client_set_methods)
|
|||
"namespace-ext", "TestNamespaceEXT", "id", "testId", NULL);
|
||||
gst_mpd_client_add_baseurl_node (second_mpdclient,
|
||||
"url", "TestBaseURL",
|
||||
"service location", "TestServiceLocation",
|
||||
"service-location", "TestServiceLocation",
|
||||
"byte-range", "TestByteRange", NULL);
|
||||
period_id = gst_mpd_client_set_period_node (second_mpdclient, (gchar *) "TestId", "start", 60000, // ms
|
||||
"duration", 40000, "bitstream-switching", 1, NULL);
|
||||
|
|
Loading…
Reference in a new issue