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 591713 - [y4menc] interlaced support
[y4menc] interlaced support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-13 16:34 UTC by Zaheer Abbas Merali
Modified: 2009-09-06 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds interlace detection and setting in header (2.84 KB, patch)
2009-08-13 16:35 UTC, Zaheer Abbas Merali
accepted-commit_now Details | Review

Description Zaheer Abbas Merali 2009-08-13 16:34:35 UTC
y4menc currently does not use interlaced info from caps. Attached patch fixes that.
Comment 1 Zaheer Abbas Merali 2009-08-13 16:35:29 UTC
Created attachment 140673 [details] [review]
adds interlace detection and setting in header
Comment 2 bens 2009-09-06 01:24:11 UTC
I tested this patch against gst-plugins-good-0.10.15. It works, and it solves my interlace problem.
Comment 3 David Schleef 2009-09-06 03:55:07 UTC
commit c6b2dff77e47e4fe9665aeb22bf6a65c23b6f35e
Author: Zaheer Merali <zaheerabbas@merali.org>
Date:   Sat Sep 5 20:51:14 2009 -0700

    y4menc: Add interlaced support
    
    Fixes #591713
    
    Signed-off-by: David Schleef <ds@schleef.org>