diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-17 14:25:24 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-17 14:25:24 (GMT) |
commit | 84d5d31dcfb2715a4bf35dc898e4a7f3212ba0cf (patch) | |
tree | f84f10f2036cb10da32e4fc85d39c817aa88730b /src/main.c | |
parent | 79ccdc559490bcdab6529dc74bba5d694e8d5913 (diff) | |
download | soup-transcoding-proxy-84d5d31dcfb2715a4bf35dc898e4a7f3212ba0cf.zip soup-transcoding-proxy-84d5d31dcfb2715a4bf35dc898e4a7f3212ba0cf.tar.gz |
Fix a few comments/debug messages
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |