[Bug 760266] avenc_mpeg4 raises exception when stopping pipeline

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 9 02:18:57 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=760266

--- Comment #11 from Mikhaylo <taitskiy at gmail.com> ---
libavutil/mem.c is it a part of gstreamer or libav ? Can it be fixed by
gstreamer team, or it should be reported to libav ?
Also do you see there any workaround to prevent the exception?

So far I found if I call in my C# application
Pipeline.SetState(State.Paused);
instead of
Pipeline.SetState(State.Null);
that not raises exception and stops encoding correctly, but that causes a
memmory leak.

-- 
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