[Bug 758384] dashdemux: tests: refactor into adaptive_engine components

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 10 06:19:02 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758384

--- Comment #26 from A Ashley <bugzilla at ashley-family.net> ---
(In reply to Florin Apostol from comment #19)
> Review of attachment 316542 [details] [review]:
> 
> ::: tests/check/elements/dash_demux.c
> @@ +142,3 @@
>        "        </SegmentBase>"
>        "      </Representation></AdaptationSet></Period></MPD>";
> +  GstDashDemuxTestInputData inputTestData[] = {
> 
> you forgot a const here

Actually the input data cannot be const, because the user_data parameter to the
 gst_test_http_src_install_callbacks function is not const. In the case of some
of the hlsdemux tests, the contents of the user_data is modified by the tests.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list