mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
gst/gstutils.c: Add mising "Since:" to docs.
Original commit message from CVS: * gst/gstutils.c: Add mising "Since:" to docs.
This commit is contained in:
parent
74d2ba2fd5
commit
12f0269d48
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstutils.c:
|
||||
Add mising "Since:" to docs.
|
||||
|
||||
2007-12-11 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstplugin.c:
|
||||
|
|
|
@ -1031,6 +1031,8 @@ gst_element_state_get_name (GstState state)
|
|||
* Gets a string representing the given state change result.
|
||||
*
|
||||
* Returns: a string with the name of the state change result.
|
||||
*
|
||||
* Since: 0.10.11
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
gst_element_state_change_return_get_name (GstStateChangeReturn state_ret)
|
||||
|
|
Loading…
Reference in a new issue