[Bug 673413] tsdemux causes random segfaults on start of playback

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 23 07:45:02 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673413
  GStreamer | gst-plugins-bad | git

--- Comment #5 from Julian Scheel <julian at jusst.de> 2012-05-23 14:44:56 UTC ---
I can not reproduce the issue with current git anymore. So I assume this commit
fixed it.
But is it really safe to set the pointer to NULL in beach-area?
Couldn't this lead to a memory-leak in the case of

G_UNLIKELY (stream->state != PENDING_PACKET_BUFFER))

there it goes to beach as well, but without processing and cleaning the
currentit. This is why I cleaned the pointer explicitly right after unref.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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