filesrc: remove FIXME
authorTim-Philipp Müller <tim@centricular.com>
Thu, 18 Sep 2014 17:55:47 +0000 (18:55 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 18 Sep 2014 17:57:05 +0000 (18:57 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=735878

plugins/elements/gstfilesrc.c

index 164e3a9..13581d4 100644 (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