mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
I suppose this is where done=FALSE should be done..
Original commit message from CVS: I suppose this is where done=FALSE should be done..
This commit is contained in:
parent
3fc8ad0842
commit
08b7de807c
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ thread (void)
|
||||||
g_print ("Unreffing pipeline\n");
|
g_print ("Unreffing pipeline\n");
|
||||||
g_object_unref (G_OBJECT (pipeline));
|
g_object_unref (G_OBJECT (pipeline));
|
||||||
}
|
}
|
||||||
|
done = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
@ -63,6 +63,7 @@ thread (void)
|
||||||
g_print ("Unreffing pipeline\n");
|
g_print ("Unreffing pipeline\n");
|
||||||
g_object_unref (G_OBJECT (pipeline));
|
g_object_unref (G_OBJECT (pipeline));
|
||||||
}
|
}
|
||||||
|
done = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue