mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
Fix build prob
Original commit message from CVS: Fix build prob
This commit is contained in:
parent
a988bd2d1c
commit
4744ec5a90
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ struct _GstLame {
|
||||||
lame_global_flags *lgf;
|
lame_global_flags *lgf;
|
||||||
|
|
||||||
/* time tracker */
|
/* time tracker */
|
||||||
guint64 last_ts;
|
guint64 last_ts, last_offs;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstLameClass {
|
struct _GstLameClass {
|
||||||
|
|
Loading…
Reference in a new issue