mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
info: Add some Since: 1.2
This commit is contained in:
parent
797fcd1d49
commit
b9841335ed
1 changed files with 6 additions and 0 deletions
|
@ -1272,6 +1272,8 @@ gst_debug_set_colored (gboolean colored)
|
|||
* Changes the coloring mode for debug output.
|
||||
*
|
||||
* This function may be called before gst_init().
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
void
|
||||
gst_debug_set_color_mode (GstDebugColorMode mode)
|
||||
|
@ -1287,6 +1289,8 @@ gst_debug_set_color_mode (GstDebugColorMode mode)
|
|||
* Changes the coloring mode for debug output.
|
||||
*
|
||||
* This function may be called before gst_init().
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
void
|
||||
gst_debug_set_color_mode_from_string (const gchar * str)
|
||||
|
@ -1319,6 +1323,8 @@ gst_debug_is_colored (void)
|
|||
* Changes the coloring mode for debug output.
|
||||
*
|
||||
* Returns: see @GstDebugColorMode for possible values.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
GstDebugColorMode
|
||||
gst_debug_get_color_mode (void)
|
||||
|
|
Loading…
Reference in a new issue