After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696697 - gst_ffmpegvidenc_stop crashes at stop
gst_ffmpegvidenc_stop crashes at stop
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
1.0.6
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-27 14:52 UTC by steffen.roeber
Modified: 2013-11-24 17:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst debug output (512.50 KB, application/x-zip-compressed)
2013-03-28 06:43 UTC, steffen.roeber
Details

Description steffen.roeber 2013-03-27 14:52:58 UTC
I have a appsrc, videoconvert, avenc_mpeg4 pipeline.
I call gst_element_set_state(GST_ELEMENT(m_pipeline), GST_STATE_NULL); at end of recording I get a crash in gst_ffmpegvidenc_stop.
After commenting the line gst_ffmpeg_avcodec_close()...
the crash is gone.
Comment 1 Nicolas Dufresne (ndufresne) 2013-03-27 17:19:52 UTC
Would it be possible to provide a backtrace ?
Comment 2 steffen.roeber 2013-03-28 06:43:25 UTC
Created attachment 240011 [details]
gst debug output
Comment 3 Tim-Philipp Müller 2013-03-28 09:29:33 UTC
Thanks, but that's not a stack trace. Could you run it in a debugger and get a stack trace where the crash occurs.

How did you compile GStreamer? Which videosink are you using?
Comment 4 Tim-Philipp Müller 2013-11-24 17:35:05 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!