mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Remove bogus inline
Original commit message from CVS: Remove bogus inline
This commit is contained in:
parent
a4aa00288b
commit
90cff65964
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static GstObjectClass *parent_class = NULL;
|
|||
static GMutex *_gst_clock_mutex;
|
||||
static GCond *_gst_clock_cond;
|
||||
|
||||
static inline GstClockID
|
||||
static GstClockID
|
||||
gst_clock_entry_new (GstClock *clock, GstClockTime time,
|
||||
GstClockTime interval, GstClockEntryType type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue