mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
made glib2-friendly
Original commit message from CVS: made glib2-friendly
This commit is contained in:
parent
7095ffbfab
commit
469e99dc90
1 changed files with 2 additions and 0 deletions
|
@ -62,7 +62,9 @@ gboolean
|
|||
idle_func (gpointer data)
|
||||
{
|
||||
if (!gst_bin_iterate (GST_BIN (data))) {
|
||||
#ifndef USE_GLIB2
|
||||
gtk_main_quit ();
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue