filesrc: remove FIXME

https://bugzilla.gnome.org/show_bug.cgi?id=735878
This commit is contained in:
Tim-Philipp Müller 2014-09-18 18:55:47 +01:00
parent e87660425c
commit 3c4567f591

View file

@ -75,7 +75,6 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS,
GST_STATIC_CAPS_ANY);
/* FIXME we should be using glib for this */
#ifndef S_ISREG
#define S_ISREG(mode) ((mode)&_S_IFREG)
#endif