[Bug 760553] deinterlace: Bug in caps passthrough lead to black screen with Android HW decoder

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 2 18:48:00 UTC 2016


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

--- Comment #55 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Oops and that's exactly what is happening here:

D/GStreamer+playsink(13514): 0:00:16.955212181 0x618330f0
gstplaysink.c:1491:gen_video_deinterlace_chain:<playsink> creating deinterlace
V/GStreamer+GST_ELEMENT_FACTORY(13514): 0:00:16.955376348 0x618330f0
gstelementfactory.c:143:gst_element_factory_find no such element factory
"deinterlace"
V/GStreamer+GST_ELEMENT_FACTORY(13514): 0:00:16.955619108 0x618330f0
gstelementfactory.c:445:gst_element_factory_make:<avdeinterlace> found factory
0x6184c3f0
I/GStreamer+GST_ELEMENT_FACTORY(13514): 0:00:16.955782858 0x618330f0
gstelementfactory.c:362:gst_element_factory_create creating element
"avdeinterlace" named "deinterlace"


It's using avdeinterlace instead, because deinterlace is not included in your
application. Maybe we should stop having avdeinterlace as fallback in playsink?
And you should include deinterlace in your app :)

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