summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2015-02-18 11:46:11 +0200
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-02-18 11:46:11 +0200
commit671b1ea305843eb747b0edcb62e0fca0e1471019 (patch)
treec157b443c4bf6e68b1a194e20d4058dcd7318b7a /gst-libs/gst/vaapi/gstvaapidecoder.c
parentce4d3355e151ddfd055450000ea293b7a089ed33 (diff)
downloadgst-vaapi-671b1ea305843eb747b0edcb62e0fca0e1471019.tar.gz
Fix compiler warnings
This patch fixes some warnings that gcc 4.9 reports. https://bugzilla.gnome.org/show_bug.cgi?id=744411
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidecoder.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidecoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidecoder.c b/gst-libs/gst/vaapi/gstvaapidecoder.c
index fde84508..3ef4cbab 100644
--- a/gst-libs/gst/vaapi/gstvaapidecoder.c
+++ b/gst-libs/gst/vaapi/gstvaapidecoder.c
@@ -908,8 +908,9 @@ gst_interlace_mode_to_string (GstVideoInterlaceMode mode)
return "interleaved";
case GST_VIDEO_INTERLACE_MODE_MIXED:
return "mixed";
+ default:
+ return "<unknown>";
}
- return "<unknown>";
}
void