Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is ported"

This reverts commit 0615794300.

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:
Sebastian Dröge 2016-03-02 20:47:42 +02:00
parent e79749a531
commit e2c992de46

View file

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