[Bug 691117] New: shmsink perms get only a copy and past of set

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 4 02:10:33 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691117
  GStreamer | gst-plugins-bad | 0.10.x

           Summary: shmsink perms get only a copy and past of set
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lfarkas at lfarkas.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


in gstshmsink.c in the gst_shm_sink_get_property (line ~267) the
case PROP_PERMS:
not get but set the perms which is obviously bad. the strange thing that all
other properties properly get-ed and not set. imho it'd have to be a simple
line:
g_value_set_uint (value, self->perms);

it's also bad in 0.10 and 1.0 branch.

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