diff --git a/gst/playback/.gitignore b/gst/playback/.gitignore index 091c64d394..e69de29bb2 100644 --- a/gst/playback/.gitignore +++ b/gst/playback/.gitignore @@ -1,3 +0,0 @@ -gstplay-marshal.c -gstplay-marshal.h - diff --git a/gst/playback/gstplaysink.h b/gst/playback/gstplaysink.h index 6141c2ce21..841c79ac6f 100644 --- a/gst/playback/gstplaysink.h +++ b/gst/playback/gstplaysink.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__ */