mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
fdsink: add the new field in the header
This commit is contained in:
parent
1a6f82f4b0
commit
6c1a1634b4
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ struct _GstFdSink {
|
||||||
|
|
||||||
int fd;
|
int fd;
|
||||||
guint64 bytes_written;
|
guint64 bytes_written;
|
||||||
|
guint64 current_pos;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstFdSinkClass {
|
struct _GstFdSinkClass {
|
||||||
|
|
Loading…
Reference in a new issue