[gst-devel] gtk-playlist and glade
Steve Baker
steve at stevebaker.org
Sat Jan 18 17:20:07 CET 2003
There is a function in gstmediaplay.c which will load a glade file
whether the app is installed or uninstalled:
static GladeXML*
gst_media_play_get_glade_xml(const char *fname, const char *root, const
char *domain)
This is used to load the glade files for gstcontrol.c. It is passed in
when creating the gstcontrol object:
GtkWidget *
gst_control_new (GladeXML *xml, GladeXML *volume_xml)
The same could be done for gtk_playlist_new(). This would make it work
uninstalled, and hadess might even take it as a patch as it would remove
anything totem/gst-player specific from gtk-playlist.
cheers
--
Steve Baker <steve at stevebaker.org>
More information about the gstreamer-devel
mailing list