[Bug 750865] gst-libav crash
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 22 12:50:21 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750865
--- Comment #28 from Nicola <lists at svrinformatica.it> ---
(In reply to Sebastian Dröge (slomo) from comment #26)
> Review of attachment 305693 [details] [review]:
>
> ::: ext/libav/gstavviddec.c
> @@ +1323,3 @@
> + if (G_UNLIKELY (ffmpegdec->picture->width != ffmpegdec->ctx_width
> + || GST_ROUND_UP_16 (ffmpegdec->picture->height) !=
> + GST_ROUND_UP_16 (ffmpegdec->ctx_height))) {
>
> How does it end up being 1080 vs 1088? And in which order, is the picture or
> the context information bigger?
I don't remember exactly (probably the picture), I'll retest tommorrow to be
sure
>
> It doesn't make much sense in any case, libav should tell us somewhere how
> many lines have to be cropped in the end... and we should use that
> information instead of arbitrarily rounding here.
It happens only on windows, on linux the reported sizes are consistent
--
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