[gstreamer-bugs] [Bug 577236] New: missing initialization in xvimagesink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 29 15:07:28 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=577236

  GStreamer | gst-plugins-base | Ver: 0.10.22
           Summary: missing initialization in xvimagesink
           Product: GStreamer
           Version: 0.10.22
          Platform: Other
        OS/Version: NetBSD
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: M.Drochner at fz-juelich.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


A missing initialization can cause g_thread_join to be called
with some random argument, leading to an abort() in glib.

--- sys/xvimage/xvimagesink.c.orig      2009-01-13 23:17:00.000000000 +0100
+++ sys/xvimage/xvimagesink.c
@@ -3211,6 +3211,7 @@ gst_xvimagesink_init (GstXvImageSink * x

   xvimagesink->synchronous = FALSE;
   xvimagesink->double_buffer = TRUE;
+  xvimagesink->event_thread = NULL;
   xvimagesink->running = FALSE;
   xvimagesink->keep_aspect = FALSE;
   xvimagesink->handle_events = TRUE;


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=577236.




More information about the Gstreamer-bugs mailing list