After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622736 - [ffdeinterlace] [PATCH] Set the 'interlaced' field to FALSE in the source pad's caps
[ffdeinterlace] [PATCH] Set the 'interlaced' field to FALSE in the source pad...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-25 14:43 UTC by Andoni Morales
Modified: 2010-07-18 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set the 'interlaced' field in the src pad's caps to FALSE (1.51 KB, patch)
2010-06-25 14:43 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2010-06-25 14:43:06 UTC
Created attachment 164625 [details] [review]
Set the 'interlaced' field in the src pad's caps to FALSE

The sink caps are copied to the src pad, and the 'interlaced' field is kept as TRUE (if present), whilst it should be FALSE.
Attached patch.
Comment 1 Tim-Philipp Müller 2010-07-18 19:18:43 UTC
commit e0984904c34cdca2792788e71dd66a076449e770
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sun Jul 18 20:15:32 2010 +0100

    ffdeinterlace: some minor clean-ups
    
    Don't use studlyCaps; gboolean != GstFlowReturn; use gst_caps_set_simple()
    instead of creating a GValue just to set a boolean field on a caps structure.
    
    See #622736.