[gstreamer-bugs] [Bug 640878] New: g_object_set() for xvimagesink's max-lateness property
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 28 18:35:20 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=640878
GStreamer | gstreamer (core) | unspecified
Summary: g_object_set() for xvimagesink's max-lateness property
Classification: Desktop
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ranjitreddib at yahoo.co.in
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
the below statement throws a warning:
g_object_set(G_OBJECT(plugin), "property1", 451260000, NULL);
and the warning is:
GLib-GObject-WARNING **: IA__g_object_set_valist: object class `plugin'
has no property named "<_my_function_name>"
------------------------------------------------------......
if it is tried as below, it works
gint64 max = 451260000;
g_object_set(G_OBJECT(plugin), "property1", max, NULL);
why this happens?
--
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