Since: tags should always be the last thing in a doc block, apparently.
Add some Returns: descriptions to some recent functions.
* This function is used internally and should normally not be called from
* plugins or applications.
*
- * Since: 0.10.24
- *
* MT safe.
+ *
+ * Since: 0.10.24
*/
void
gst_element_lost_state_full (GstElement * element, gboolean new_base_time)
*
* Returns: The message's sequence number.
*
- * Since: 0.10.22
- *
* MT safe.
+ *
+ * Since: 0.10.22
*/
guint32
gst_message_get_seqnum (GstMessage * message)
* the message relates to other messages or events. See gst_message_get_seqnum()
* for more information.
*
- * Since: 0.10.22
- *
* MT safe.
+ *
+ * Since: 0.10.22
*/
void
gst_message_set_seqnum (GstMessage * message, guint32 seqnum)
*
* Returns: The new info message.
*
- * Since: 0.10.12
- *
* MT safe.
+ *
+ * Since: 0.10.12
*/
GstMessage *
gst_message_new_info (GstObject * src, GError * error, const gchar * debug)
*
* Returns: The new buffering message.
*
- * Since: 0.10.11
- *
* MT safe.
+ *
+ * Since: 0.10.11
*/
GstMessage *
gst_message_new_buffering (GstObject * src, gint percent)
* Extracts the buffering percent from the GstMessage. see also
* gst_message_new_buffering().
*
- * Since: 0.10.11
- *
* MT safe.
+ *
+ * Since: 0.10.11
*/
void
gst_message_parse_buffering (GstMessage * message, gint * percent)
* owner remains valid for as long as the reference to @message is valid and
* should thus not be unreffed.
*
- * Since: 0.10.24.
- *
* MT safe.
+ *
+ * Since: 0.10.24.
*/
void
gst_message_parse_stream_status (GstMessage * message,
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.24
- *
* MT safe.
+ *
+ * Since: 0.10.24
*/
GstFlowReturn
gst_pad_chain_list (GstPad * pad, GstBufferList * list)
* Objects can use custom GThreads or can perform additional configuration of
* the threads (such as changing the thread priority) by installing callbacks.
*
- * Since: 0.10.24
- *
* MT safe.
+ *
+ * Since: 0.10.24
*/
void
gst_task_set_thread_callbacks (GstTask * task,
*
* Returns: %TRUE if the state could be changed.
*
- * Since: 0.10.24
- *
* MT safe.
+ *
+ * Since: 0.10.24
*/
gboolean
gst_task_set_state (GstTask * task, GstTaskState state)
*
* Swap byte order of a 32-bit floating point value (float).
*
+ * Returns: @in byte-swapped.
+ *
* Since: 0.10.22
*
*/
*
* Swap byte order of a 64-bit floating point value (double).
*
+ * Returns: @in byte-swapped.
+ *
* Since: 0.10.22
*
*/
*
* Read a 32 bit float value in little endian format from the memory buffer.
*
+ * Returns: The floating point value read from @data
+ *
* Since: 0.10.22
*
*/
*
* Read a 32 bit float value in big endian format from the memory buffer.
*
+ * Returns: The floating point value read from @data
+ *
* Since: 0.10.22
*
*/
*
* Read a 64 bit double value in little endian format from the memory buffer.
*
+ * Returns: The double-precision floating point value read from @data
+ *
* Since: 0.10.22
*
*/
*
* Read a 64 bit double value in big endian format from the memory buffer.
*
+ * Returns: The double-precision floating point value read from @data
+ *
* Since: 0.10.22
*
*/