ges: Deprecate ges_play_sink_convert_frame
authorThibault Saunier <tsaunier@igalia.com>
Wed, 1 May 2019 17:19:42 +0000 (13:19 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 21:00:00 +0000 (17:00 -0400)
It has nothing to do in our namespace/API

docs/sitemap.txt
ges/ges-pipeline.c
ges/ges-screenshot.c

index bf911c9..8793282 100644 (file)
@@ -42,7 +42,6 @@ gi-index
                ges-operation.h
                ges-overlay-clip.h
                # ges-pitivi-formatter.h
-               ges-screenshot.h
                ges-source-clip.h
                ges-source.h
                ges-text-overlay-clip.h
@@ -50,7 +49,6 @@ gi-index
                ges-track-element-asset.h
                ges-transition-clip.h
                ges-transition.h
-               ges-types.h
                ges-uri-asset.h
                ges-video-test-source.h
                ges-video-transition.h
index 79248f1..6dd5316 100644 (file)
@@ -22,6 +22,8 @@
  * SECTION:gespipeline
  * @title: GESPipeline
  * @short_description: Convenience GstPipeline for editing.
+ * @symbols:
+ * - ges_play_sink_convert_frame
  *
  * #GESPipeline allows developers to view and render #GESTimeline
  * in a simple fashion.
index 1a99a5e..00e5810 100644 (file)
@@ -35,6 +35,9 @@
  *
  * Returns: (transfer full): A #GstSample containing the last frame from
  * @playsink in the format defined by the @caps
+ *
+ * Deprecated: 1.18: Use the "convert-sample" action signal of
+ * #playsink instead.
  */
 GstSample *
 ges_play_sink_convert_frame (GstElement * playsink, GstCaps * caps)