}
-/**
+/*
* GstClock abstract base class implementation
*/
G_DEFINE_TYPE (GstClock, gst_clock, GST_TYPE_OBJECT);
* Create a new info message. The message will make copies of @error and
* @debug.
*
- * Returns: The new info message.
- *
* MT safe.
*
+ * Returns: The new info message.
+ *
* Since: 0.10.12
*/
GstMessage *
* message with @percent set to 100, which can happen after the pipeline
* completed prerolling.
*
- * Returns: The new buffering message.
- *
* MT safe.
*
+ * Returns: The new buffering message.
+ *
* Since: 0.10.11
*/
GstMessage *
* inside of the parent element.
* The caller must free this list after use.
*
- * Returns: a newly allocated #GList of pads, free with g_list_free().
- *
* Not MT safe.
+ *
+ * Returns: a newly allocated #GList of pads, free with g_list_free().
*
* Deprecated: This function does not ref the pads in the list so that they
* could become invalid by the time the application accesses them. It's also
* In all cases, success or failure, the caller loses its reference to @list
* after calling this function.
*
- * Returns: a #GstFlowReturn from the pad.
- *
* MT safe.
*
+ * Returns: a #GstFlowReturn from the pad.
+ *
* Since: 0.10.24
*/
GstFlowReturn
}
/**
- * gst_query_new_seeking (GstFormat *format)
+ * gst_query_new_seeking:
* @format: the default #GstFormat for the new query
*
* Constructs a new query object for querying seeking properties of
* gst_task_set_lock() when going to GST_TASK_STARTED or GST_TASK_PAUSED or
* this function will return %FALSE.
*
- * Returns: %TRUE if the state could be changed.
- *
* MT safe.
*
+ * Returns: %TRUE if the state could be changed.
+ *
* Since: 0.10.24
*/
gboolean