summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-player.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-08-30 15:17:04 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-08-30 15:17:04 +0100
commitab30a2b758d3635b550958e2b95847b7a800a080 (patch)
tree5f44b383a0e933b721320d416c9a9eddf61e6c69 /clutter-gst/clutter-gst-player.h
parentd131121b7f92cd45f073b72f5cb8f72337c04165 (diff)
downloadclutter-gst-ab30a2b758d3635b550958e2b95847b7a800a080.tar.gz
video-player: Actually implement clutter_gst_player_deinit()
When ClutterGstPlayer has been split out, the deinit() code was forgotten. It's back in with test-video-texture-new-unref-loop showing 0 leak. Yeah!
Diffstat (limited to 'clutter-gst/clutter-gst-player.h')
-rw-r--r--clutter-gst/clutter-gst-player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-player.h b/clutter-gst/clutter-gst-player.h
index 91fa55c..bee442c 100644
--- a/clutter-gst/clutter-gst-player.h
+++ b/clutter-gst/clutter-gst-player.h
@@ -97,6 +97,7 @@ GType clutter_gst_player_get_type (void) G_GNUC_CONST;
void clutter_gst_player_class_init (GObjectClass *object_class);
gboolean clutter_gst_player_init (ClutterGstPlayer *player);
+void clutter_gst_player_deinit (ClutterGstPlayer *player);
GstElement * clutter_gst_player_get_pipeline (ClutterGstPlayer *player);