MediaPlayer Application failed - g_value_set_object failed.

Harikumar nharikumar at tataelxsi.co.in
Thu Jan 3 20:29:52 PST 2013


Tim

I am creating the structure.

struct plugin {
MyPgmInfo *pgminfo;
...
...
}

In one of my save program method i allocate a memory for pgminfo.
{
MyPgmInfo *pgminfo;
pgminfo = g_new0(sizeof(MyPgmInfo), 1);
/* Save elements */

/* Assign to global structure */
plugin->pgminfo = pgminfo;

}

Thanks
Hari



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/MediaPlayer-Application-failed-g-value-set-object-failed-tp4657681p4657710.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list