* GESClip:supported-formats:
*
* The formats supported by the clip.
- *
- * Since: 0.10.XX
*/
properties[PROP_SUPPORTED_FORMATS] = g_param_spec_flags ("supported-formats",
"Supported formats", "Formats supported by the file",
* #GESBaseEffect that are applied on @clip order by ascendant priorities.
* The refcount of the objects will be increased. The user will have to
* unref each #GESBaseEffect and free the #GList.
- *
- * Since: 0.10.2
*/
GList *
ges_clip_get_top_effects (GESClip * clip)
* Gets the top position of an effect.
*
* Returns: The top position of the effect, -1 if something went wrong.
- *
- * Since: 0.10.2
*/
gint
ges_clip_get_top_effect_position (GESClip * clip, GESBaseEffect * effect)
* This is a convenience method that lets you set the priority of a top effect.
*
* Returns: %TRUE if @effect was successfuly moved, %FALSE otherwise.
- *
- * Since: 0.10.2
*/
gboolean
ges_clip_set_top_effect_priority (GESClip * clip,
* @supportedformats: the #GESTrackType defining formats supported by @clip
*
* Sets the formats supported by the file.
- *
- * Since: 0.10.XX
*/
void
ges_clip_set_supported_formats (GESClip * clip, GESTrackType supportedformats)
* Get the formats supported by @clip.
*
* Returns: The formats supported by @clip.
- *
- * Since: 0.10.XX
*/
GESTrackType
ges_clip_get_supported_formats (GESClip * clip)
*
* Returns: a newly created #GESEffectClip, or
* %NULL if something went wrong.
- *
- * Since: 0.10.2
*/
GESEffectClip *
ges_effect_clip_new (const gchar * video_bin_description,
*
* Returns: a newly created #GESEffect, or %NULL if something went
* wrong.
- *
- * Since: 0.10.2
*/
GESEffect *
ges_effect_new (const gchar * bin_description)
* @color: The color @self is being set to
*
* Sets the color of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_clip_set_color (GESTextOverlayClip * self, guint32 color)
* @position: The horizontal position @self is being set to
*
* Sets the horizontal position of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_clip_set_xpos (GESTextOverlayClip * self, gdouble position)
* @position: The vertical position @self is being set to
*
* Sets the vertical position of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_clip_set_ypos (GESTextOverlayClip * self, gdouble position)
* Get the color used by @source.
*
* Returns: The color used by @source.
- *
- * Since: 0.10.2
*/
const guint32
* Get the horizontal position used by @source.
*
* Returns: The horizontal position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
* Get the vertical position used by @source.
*
* Returns: The vertical position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
* @color: The color @self is being set to
*
* Sets the color of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_set_color (GESTextOverlay * self, guint32 color)
* @position: The horizontal position @self is being set to
*
* Sets the horizontal position of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_set_xpos (GESTextOverlay * self, gdouble position)
* @position: The vertical position @self is being set to
*
* Sets the vertical position of the text.
- *
- * Since: 0.10.2
*/
void
ges_text_overlay_set_ypos (GESTextOverlay * self, gdouble position)
* Get the color used by @source.
*
* Returns: The color used by @source.
- *
- * Since: 0.10.2
*/
const guint32
ges_text_overlay_get_color (GESTextOverlay * self)
* Get the horizontal position used by @source.
*
* Returns: The horizontal position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
ges_text_overlay_get_xpos (GESTextOverlay * self)
* Get the vertical position used by @source.
*
* Returns: The vertical position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
ges_text_overlay_get_ypos (GESTextOverlay * self)
* @position: the position where the two objects finally snapping.
*
* Will be emitted when the 2 #GESTrackElement first snapped
- *
- * Since: 0.10.XX
*/
ges_timeline_signals[SNAPING_STARTED] =
g_signal_new ("snapping-started", G_TYPE_FROM_CLASS (klass),
* @position: the position where the two objects finally snapping.
*
* Will be emitted when the 2 #GESTrackElement ended to snap
- *
- * Since: 0.10.XX
*/
ges_timeline_signals[SNAPING_ENDED] =
g_signal_new ("snapping-ended", G_TYPE_FROM_CLASS (klass),
* @track-element: The #GESTrackElement for which to choose the tracks it should land into
*
* Returns: (transfer full) (element-type GESTrack): a #GPtrArray of #GESTrack-s where that object should be added
- *
- * Since: 0.10.XX
*/
ges_timeline_signals[SELECT_TRACKS_FOR_OBJECT] =
g_signal_new ("select-tracks-for-object", G_TYPE_FROM_CLASS (klass),
* @color: The color @self is being set to
*
* Sets the color of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_clip_set_color (GESTitleClip * self, guint32 color)
* @position: The horizontal position @self is being set to
*
* Sets the horizontal position of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_clip_set_xpos (GESTitleClip * self, gdouble position)
* @position: The vertical position @self is being set to
*
* Sets the vertical position of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_clip_set_ypos (GESTitleClip * self, gdouble position)
* Get the color used by @self.
*
* Returns: The color used by @self.
- *
- * Since: 0.10.2
*/
const guint32
ges_title_clip_get_text_color (GESTitleClip * self)
* Get the horizontal position used by @self.
*
* Returns: The horizontal position used by @self.
- *
- * Since: 0.10.2
*/
const gdouble
ges_title_clip_get_xpos (GESTitleClip * self)
* Get the vertical position used by @self.
*
* Returns: The vertical position used by @self.
- *
- * Since: 0.10.2
*/
const gdouble
ges_title_clip_get_ypos (GESTitleClip * self)
* @color: the color @self is being set to
*
* Sets the color of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_source_set_text_color (GESTitleSource * self, guint32 color)
* @position: the horizontal position @self is being set to
*
* Sets the horizontal position of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_source_set_xpos (GESTitleSource * self, gdouble position)
* @position: the color @self is being set to
*
* Sets the vertical position of the text.
- *
- * Since: 0.10.2
*/
void
ges_title_source_set_ypos (GESTitleSource * self, gdouble position)
* Get the color used by @source.
*
* Returns: The color used by @source.
- *
- * Since: 0.10.2
*/
const guint32
ges_title_source_get_text_color (GESTitleSource * source)
* Get the horizontal position used by @source.
*
* Returns: The horizontal position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
ges_title_source_get_xpos (GESTitleSource * source)
* Get the vertical position used by @source.
*
* Returns: The vertical position used by @source.
- *
- * Since: 0.10.2
*/
const gdouble
ges_title_source_get_ypos (GESTitleSource * source)
*
* The deep notify signal is used to be notified of property changes of all
* the childs of @track_element
- *
- * Since: 0.10.2
*/
ges_track_element_signals[DEEP_NOTIFY] =
g_signal_new ("deep-notify", G_TYPE_FROM_CLASS (klass),
* or not.
*
* Returns: %TRUE if @object is active, %FALSE otherwize
- *
- * Since: 0.10.2
*/
gboolean
ges_track_element_is_active (GESTrackElement * object)
* Returns: TRUE if @element and @pspec could be found. FALSE otherwise. In that
* case the values for @pspec and @element are not modified. Unref @element after
* usage.
- *
- * Since: 0.10.2
*/
gboolean
ges_track_element_lookup_child (GESTrackElement * object,
* @value: the value
*
* Sets a property of a child of @object.
- *
- * Since: 0.10.2
*/
void
ges_track_element_set_child_property_by_pspec (GESTrackElement * object,
* that have the same property name, you can distinguish them using the following
* syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
- *
- * Since: 0.10.2
*/
void
ges_track_element_set_child_property_valist (GESTrackElement * object,
* that have the same property name, you can distinguish them using the following
* syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
- *
- * Since: 0.10.2
*/
void
ges_track_element_set_child_properties (GESTrackElement * object,
* that have the same property name, you can distinguish them using the following
* syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
- *
- * Since: 0.10.2
*/
void
ges_track_element_get_child_property_valist (GESTrackElement * object,
*
* Returns: (transfer full) (array length=n_properties): an array of #GParamSpec* which should be freed after use or
* %NULL if something went wrong
- *
- * Since: 0.10.2
*/
GParamSpec **
ges_track_element_list_children_properties (GESTrackElement * object,
* name/return location pairs, followed by NULL
*
* Gets properties of a child of @object.
- *
- * Since: 0.10.2
*/
void
ges_track_element_get_child_properties (GESTrackElement * object,
* @value: (out): return location for the value
*
* Gets a property of a child of @object.
- *
- * Since: 0.10.2
*/
void
ges_track_element_get_child_property_by_pspec (GESTrackElement * object,
*
* Returns: %TRUE if the object as been edited properly, %FALSE if an error
* occured
- *
- * Since: 0.10.XX
*/
gboolean
ges_track_element_edit (GESTrackElement * object,
*
* Returns: %TRUE if the binding could be created and added, %FALSE if an error
* occured
- *
- * Since: 1.0.XX
*/
gboolean
ges_track_element_set_control_source (GESTrackElement * object,
*
* Returns: (transfer none): the #GstControlBinding associated with @property_name, or %NULL
* if that property is not controlled.
- *
- * Since: 1.0.XX
*/
GstControlBinding *
ges_track_element_get_control_binding (GESTrackElement * object,
* like to configure.
* The default implementation will create an object
* of type @gnlobject_factorytype and call
- * @create_element. Since: 0.10.2
+ * @create_element.
*
* Subclasses can override the @create_gnl_object method to override what type
* of GNonLin object will be created.
* @effect: the #GESTrackElement that was added.
*
* Will be emitted after a track element was added to the track.
- *
- * Since: 0.10.2
*/
ges_track_signals[TRACK_ELEMENT_ADDED] =
g_signal_new ("track-element-added", G_TYPE_FROM_CLASS (klass),
* @effect: the #GESTrackElement that was removed.
*
* Will be emitted after a track element was removed from the track.
- *
- * Since: 0.10.2
*/
ges_track_signals[TRACK_ELEMENT_REMOVED] =
g_signal_new ("track-element-removed", G_TYPE_FROM_CLASS (klass),