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 756841 - gstreamer can't play YUYV RAW interlaced file.
gstreamer can't play YUYV RAW interlaced file.
Status: RESOLVED DUPLICATE of bug 756840
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-20 06:52 UTC by Zhu, Haiyang
Modified: 2015-10-20 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zhu, Haiyang 2015-10-20 06:52:23 UTC
My command:

gst-launch-1.0 filesrc location=interlace.yuy2! videoparse format=yuy2 width=1280 height=720 interlaced=true ! vaapipostproc deinterlace-mode=interlaced deinterlace-method=bob format=nv12 ! vaapisink.

The interlace.yuy2 is interlaced RAW file, which contains top and bottom frames alternately. 

The expect results:
vaapipostproc could deinterlace video and shown by vaapisink.

The real results:
The shown video is not deinterlaced.
Comment 1 Sebastian Dröge (slomo) 2015-10-20 07:04:25 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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