mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
playsink: remove old marshal remains
This commit is contained in:
parent
3eb5378247
commit
04c4ca23b1
2 changed files with 0 additions and 10 deletions
3
gst/playback/.gitignore
vendored
3
gst/playback/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
gstplay-marshal.c
|
||||
gstplay-marshal.h
|
||||
|
|
@ -102,13 +102,6 @@ gboolean gst_play_sink_reconfigure (GstPlaySink * playsink);
|
|||
|
||||
gboolean gst_play_sink_plugin_init (GstPlugin * plugin);
|
||||
|
||||
void
|
||||
gst_play_marshal_SAMPLE__BOXED (GClosure * closure,
|
||||
GValue * return_value G_GNUC_UNUSED,
|
||||
guint n_param_values,
|
||||
const GValue * param_values,
|
||||
gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_PLAY_SINK_H__ */
|
||||
|
|
Loading…
Reference in a new issue