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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 11 02:30:57 PST 2015


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

--- Comment #28 from A Ashley <bugzilla at ashley-family.net> ---
> 
> That logic is not correct. Even if user_data is not const, input data can be
> const. user_data is a pointer to a structure GstDashDemuxTestCase. One of
> the structure members is pointer to const (const GstDashDemuxTestInputData
> *input;). That member can be initialized with another pointer to const (the
> input data).

Check the patch, the inputTestData is passed directly to
gst_test_http_src_install_callbacks.

You are thinking of a later patch where you wrapped GstDashDemuxTestInputData
inside a GstDashDemuxTestCase.

-- 
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