summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e9be17d..8308521 100644
--- a/src/main.c
+++ b/src/main.c
@@ -342,7 +342,7 @@ force_key_unit:
GST_CLOCK_TIME_NONE,
FALSE, 1);
if (!gst_element_send_event (encodebin, event))
- g_critical ("Couldn't send upstream key unit event!");
+ g_critical ("Couldn't send force key unit event!");
gst_object_unref (encodebin);
client_ctx->appsink = appsink;