[Bug 741030] theoradec: Sets video-meta width/height from padded values

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 1 23:39:46 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=741030
  GStreamer | gst-plugins-good | git master

--- Comment #15 from Jan Schmidt <thaytan at noraisin.net> 2015-02-02 07:39:40 UTC ---
(In reply to comment #12)
> Created an attachment (id=295905)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=295905)
> Theora video encoded from 1025x1025 with pic_x = pic_y = 1
> 
> The provided patch still fails with this video.

This video plays with xvimagesink, but is output as 1026x1026.

It fails using ximagesink, with an assertion:

** (gst-play-1.0:9029): CRITICAL **: gst_video_frame_map_id: assertion
'info->width == meta->width' failed

This assertion actually happens in videoconvert, because the GstVideoMeta on
the buffer it is trying to map actually contains a width of 1040.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list