mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
deinterlace: force deinterlacing in "interlaced" mode
https://bugzilla.gnome.org/show_bug.cgi?id=697467
This commit is contained in:
parent
c82102b158
commit
67c2219687
1 changed files with 2 additions and 0 deletions
|
@ -1047,6 +1047,8 @@ gst_deinterlace_get_buffer_state (GstDeinterlace * self, GstVideoFrame * frame,
|
|||
return;
|
||||
|
||||
interlacing_mode = GST_VIDEO_INFO_INTERLACE_MODE (&frame->info);
|
||||
if (self->mode == GST_DEINTERLACE_MODE_INTERLACED)
|
||||
interlacing_mode = GST_VIDEO_INTERLACE_MODE_INTERLEAVED;
|
||||
|
||||
if (state) {
|
||||
if (interlacing_mode == GST_VIDEO_INTERLACE_MODE_MIXED) {
|
||||
|
|
Loading…
Reference in a new issue