[girl] Run function gst_player_play(player)
- From: ole <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [girl] Run function gst_player_play(player)
- Date: Tue, 11 Apr 2017 16:04:42 +0000 (UTC)
commit 6d59676a220a31dc9849de38df68da0a5ccbe266
Author: Ole Aamot <oka oka no>
Date: Tue Apr 11 18:04:17 2017 +0200
Run function gst_player_play(player)
src/GIRL.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/GIRL.c b/src/GIRL.c
index 688c438..f451941 100644
--- a/src/GIRL.c
+++ b/src/GIRL.c
@@ -74,6 +74,7 @@ listen_station(GSimpleAction *simple, GVariant *parameter, gpointer user_data) {
GstPlayer *player = gst_player_new (NULL, gst_player_g_main_context_signal_dispatcher_new
(NULL));
girl_player_new(player, "http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk");
+ gst_player_play(player);
g_print("Listening to BBC World Service\n");
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]