diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2015-09-18 00:58:23 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2015-09-26 22:18:26 +1000 |
commit | 866c86dd377cd5d2ec08eddb9c457224ab7fe98e (patch) | |
tree | 91cca20f8a5ee12fb10a0bb0a17cef9fc52e6e24 /gst/rtpmanager/gstrtpsession.c | |
parent | 563ffc0d8ff426a6691051e289a6beec3e20abdf (diff) |
Fix some compiler warnings when building with G_DISABLE_ASSERT
Touches rtpmanager and gdkpixbufsink
Diffstat (limited to 'gst/rtpmanager/gstrtpsession.c')
-rw-r--r-- | gst/rtpmanager/gstrtpsession.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c index 844a75f5d..d3352fcb1 100644 --- a/gst/rtpmanager/gstrtpsession.c +++ b/gst/rtpmanager/gstrtpsession.c @@ -963,6 +963,7 @@ get_current_times (GstRtpSession * rtpsession, GstClockTime * running_time, ntpns = clock_time; break; default: + ntpns = -1; g_assert_not_reached (); break; } |