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 630026 - deinterlace: greedyh misses a field
deinterlace: greedyh misses a field
Status: RESOLVED DUPLICATE of bug 633294
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-18 22:30 UTC by David Schleef
Modified: 2010-12-11 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2010-09-18 22:30:50 UTC
gst-launch-0.10 -q \
  videotestsrc num-buffers=20 pattern=ball ! \
  video/x-raw-yuv,framerate=24000/1001,interlaced=false ! \
  interlace pattern=2:3 allow-rff=true ! \
  deinterlace ! \
  ffmpegcolorspace ! \
  pngenc snapshot=false ! \
  multifilesink location=%05d.png

Look at output png files.  00000.png and 00001.png should be nearly identical.  Output png's should be identical in sets of 2's and 3's, 00000 & 00001, 00002 & 3 & 4, etc.

method=linear gets it right.

Also, there should be 50 png files created, however, there are only 47.
Comment 1 David Schleef 2010-12-11 21:05:32 UTC

*** This bug has been marked as a duplicate of bug 633294 ***