summaryrefslogtreecommitdiff
path: root/src/gstdvbbackend.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-26 00:08:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-05-26 00:08:15 +0200
commit781fa3888f1cccc455e0218790fefd8e3a2c5e9a (patch)
treeac204d95ee2eab224437d9e40846dcf9eb159a43 /src/gstdvbbackend.c
parentadded gstreamer exception to License (diff)
go rid of some sydra left-overs
Diffstat (limited to 'src/gstdvbbackend.c')
-rw-r--r--src/gstdvbbackend.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gstdvbbackend.c b/src/gstdvbbackend.c
index 0732f57..713d219 100644
--- a/src/gstdvbbackend.c
+++ b/src/gstdvbbackend.c
@@ -26,7 +26,7 @@
* grant permission for non-GPL-compatible GStreamer plugins to be used
* and distributed together with GStreamer and gstdvbbackend.
* This permission goes above and beyond the permissions granted by the
- * GPL license sydra is covered by.
+ * GPL license gstdvbbackend is covered by.
*/
#define _GNU_SOURCE
@@ -279,6 +279,8 @@ int main(int argc, char* argv[])
if(opt.debug_)
options_print(&opt);
+ g_set_prgname (opt.progname_);
+
priv_info_t priv;
if(opt.username_)
if(priv_init(&priv, opt.username_, opt.groupname_)) {