[Bug 757787] avdec_* seems to be in runtime but not development libs on OSX

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 12 00:02:34 PST 2015


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

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem is not that they are not available (they are). The problem is that
something in decodebin goes completely wrong: typefind:src is linked to the
decode pad, but then tried to be linked to h264parse and avdec_h264 which fails
because it is already linked.

Not sure why it is not unlinked first, the code does that and according to the
logs it also does that.


Can you provide a testcase in C so that we can also reproduce the problem
easily?

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