subtitleoverlay: Remove unused function

This commit is contained in:
Sebastian Dröge 2014-02-09 23:17:03 +01:00
parent bc92cd8f67
commit c91a4af9ab

View file

@ -220,18 +220,6 @@ static const gchar *const _sub_pad_names[] = { "subpicture", "subpicture_sink",
"subtitle_sink", "subtitle"
};
static inline gboolean
_is_raw_video (GstStructure * s)
{
const gchar *name;
name = gst_structure_get_name (s);
if (g_str_equal (name, "video/x-raw"))
return TRUE;
return FALSE;
}
static gboolean
_is_video_pad (GstPad * pad, gboolean * hw_accelerated)
{