From: Tim-Philipp Müller Date: Thu, 18 Sep 2014 17:55:47 +0000 (+0100) Subject: filesrc: remove FIXME X-Git-Tag: 1.6.1~754 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c4567f5916619f1476e8294391371639f815e10;p=platform%2Fupstream%2Fgstreamer.git filesrc: remove FIXME https://bugzilla.gnome.org/show_bug.cgi?id=735878 --- diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c index 164e3a9..13581d4 100644 --- a/plugins/elements/gstfilesrc.c +++ b/plugins/elements/gstfilesrc.c @@ -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