Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is ported"
This reverts commit 0615794300234e3efbcb49a524efdee11171ab4c. deinterlace was ported at some point in the last 4 years and has better video format support, and especially better negotiation than avdeinterlace. Having avdeinterlace but not deinterlace causes various problems in zerocopy scenarios. https://bugzilla.gnome.org/show_bug.cgi?id=760553
This commit is contained in:
parent
e79749a531
commit
e2c992de46
@ -1490,10 +1490,6 @@ gen_video_deinterlace_chain (GstPlaySink * playsink)
|
||||
|
||||
GST_DEBUG_OBJECT (playsink, "creating deinterlace");
|
||||
chain->deinterlace = gst_element_factory_make ("deinterlace", "deinterlace");
|
||||
if (chain->deinterlace == NULL) {
|
||||
chain->deinterlace =
|
||||
gst_element_factory_make ("avdeinterlace", "deinterlace");
|
||||
}
|
||||
if (chain->deinterlace == NULL) {
|
||||
post_missing_element_message (playsink, "deinterlace");
|
||||
GST_ELEMENT_WARNING (playsink, CORE, MISSING_PLUGIN,
|
||||
|
Loading…
x
Reference in New Issue
Block a user