[Bug 645022] New: gst/gsttask.h - typo - g_cond_breadcast should probably be g_cond_broadcast

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 17 07:14:35 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645022
  GStreamer | gstreamer (core) | unspecified

           Summary: gst/gsttask.h - typo - g_cond_breadcast should
                    probably be g_cond_broadcast
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: rune.saetre at aptomar.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


The macro GST_TASK_BROADCAST in gst/gsttask.h is defined as

#define GST_TASK_BROADCAST(task)        g_cond_breadcast(GST_TASK_GET_COND
(task))

I would expect this should be g_cond_broadcast instead.

Since gstreamer generally compiles the macro cannot be very frequently used
though..

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