summaryrefslogtreecommitdiffstats
path: root/ext/mythtv
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mythtv')
-rw-r--r--ext/mythtv/gstmythtvsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c
index 894d9b68..4d1ddb53 100644
--- a/ext/mythtv/gstmythtvsrc.c
+++ b/ext/mythtv/gstmythtvsrc.c
@@ -535,8 +535,8 @@ gst_mythtv_src_start (GstBaseSrc * bsrc)
src->live_tv = gmyth_uri_is_livetv (gmyth_uri);
if (src->live_tv) {
- src->spawn_livetv = gmyth_livetv_new (src->backend_info);
gchar *ch = gmyth_uri_get_channel_name (gmyth_uri);
+ src->spawn_livetv = gmyth_livetv_new (src->backend_info);
if (ch != NULL)
src->channel_name = ch;