mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
filesrc: remove FIXME
https://bugzilla.gnome.org/show_bug.cgi?id=735878
This commit is contained in:
parent
e87660425c
commit
3c4567f591
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue