[Bug 796818] deinterlace: Timecode pass-through

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 17 12:26:00 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373075|none                        |needs-work
             status|                            |

--- Comment #12 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 373075:
 --> (https://bugzilla.gnome.org/review?bug=796818&attachment=373075)

One more thing, please fix and just push then

::: gst/deinterlace/gstdeinterlace.c
@@ +1132,3 @@
+    if (self->field_history[i].tc)
+      gst_video_time_code_free (self->field_history[i].tc);
+    if (self->field_history[i - fields_to_push].tc)

Need to set to NULL in the else case

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