GNOME Bugzilla – Bug 710168
ges-video-source: Negotiation problem for interlaced videos
Last modified: 2013-11-19 15:39:15 UTC
"deinterlace" element needs to be added to avoid negotiation issue
Created attachment 257330 [details] [review] Fix for negotiation problem Adding deinterlace element fixes the problem
Isn't that the job of decodebin to add this element? Can you provide a sample where that issue happens please?
No, interlaced raw video is decoded raw video, decodebin's job is done at that point. playbin adds a deinterlacer on demand.
Created attachment 260096 [details] interlaced test file dot dump graph Dot dump graph link for interlaced test file to reproduce the issue https://docs.google.com/uc?export=download&id=0BwxewtoMURnSUVpsVW9MdjVTREE
Created attachment 260145 [details] [review] video-uri-source: Handle interlaced videos
@kishore could you please test that last patch so I just merge it afterward?
Yes, It works. Thanks for patch :) (In reply to comment #6) > @kishore could you please test that last patch so I just merge it afterward?
Attachment 260145 [details] pushed as a73644a - video-uri-source: Handle interlaced videos