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 791493 - qtmux: fmp4 sometimes sends last buffer twice (crash)
qtmux: fmp4 sometimes sends last buffer twice (crash)
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-11 20:29 UTC by Matej Knopp
Modified: 2018-11-03 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (4.77 KB, patch)
2017-12-11 20:32 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2017-12-11 20:29:35 UTC
The second time the buffer is already released.

At the end of gst_qt_mux_pad_fragment_add_buffer

  if (G_UNLIKELY (force))
    goto flush;

This goes to flush: and after flushing continues through init:, where it attempts to send the buffer twice.
Comment 1 Matej Knopp 2017-12-11 20:32:01 UTC
Created attachment 365389 [details] [review]
Patch
Comment 2 GStreamer system administrator 2018-11-03 15:24:38 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/424.