mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
e79749a531
commit
e2c992de46
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue