[Bug 750865] gst-libav crash
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 15 01:30:38 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750865
--- Comment #5 from Nicola <lists at svrinformatica.it> ---
(In reply to Sebastian Dröge (slomo) from comment #4)
> I don't know, you have the testcase not me :)
sorry the file is not sharable :-(
>
> So you're saying that picture->width/height are correct but
> picture->linesize is wrong for those? Or is the problem that the resolution
> has changed and the element does not know about that yet and still wants to
> allocate something for the old resolution?
outpic = (AVPicture *) ffmpegdec->picture;
has correct values for all properties,
while
AVPicture pic
created by gstreamer based on the values from gst_video_frame_map allocate
based on the old resolution for few frames
--
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