mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Wim, please upload the header files too next time ;)
Original commit message from CVS: Wim, please upload the header files too next time ;)
This commit is contained in:
parent
42dfc7baa7
commit
c2dc4b26c1
4 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@ struct _GstFakeSink {
|
|||
|
||||
gboolean silent;
|
||||
gboolean dump;
|
||||
gchar *last_message;
|
||||
};
|
||||
|
||||
struct _GstFakeSinkClass {
|
||||
|
|
|
@ -105,6 +105,7 @@ struct _GstFakeSrc {
|
|||
gboolean silent;
|
||||
gboolean dump;
|
||||
gboolean need_flush;
|
||||
gchar *last_message;
|
||||
};
|
||||
|
||||
struct _GstFakeSrcClass {
|
||||
|
|
|
@ -56,6 +56,7 @@ struct _GstFakeSink {
|
|||
|
||||
gboolean silent;
|
||||
gboolean dump;
|
||||
gchar *last_message;
|
||||
};
|
||||
|
||||
struct _GstFakeSinkClass {
|
||||
|
|
|
@ -105,6 +105,7 @@ struct _GstFakeSrc {
|
|||
gboolean silent;
|
||||
gboolean dump;
|
||||
gboolean need_flush;
|
||||
gchar *last_message;
|
||||
};
|
||||
|
||||
struct _GstFakeSrcClass {
|
||||
|
|
Loading…
Reference in a new issue