projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7d52c
)
doc: Fix a typo in the GstMixer docs
author
Jan Schmidt
<thaytan@noraisin.net>
Mon, 30 Mar 2009 23:56:18 +0000
(
00:56
+0100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Mon, 30 Mar 2009 23:58:24 +0000
(
00:58
+0100)
gst-libs/gst/interfaces/mixer.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/interfaces/mixer.c
b/gst-libs/gst/interfaces/mixer.c
index d7773bc466ded5c772d44971c20e6abc1862bea9..9d635475e17738995b03e2e94216de0a95c3ccad 100644
(file)
--- a/
gst-libs/gst/interfaces/mixer.c
+++ b/
gst-libs/gst/interfaces/mixer.c
@@
-597,7
+597,7
@@
gst_mixer_message_is_mixer_message (GstMessage * message)
* message and return the GstMixerMessageType identifying which
* type of notification it is.
*
- * Returns: The type of the GstMixerMessage, or GST_MIXER_MESSAGE_
NONE
+ * Returns: The type of the GstMixerMessage, or GST_MIXER_MESSAGE_
INVALID
* if the message is not a GstMixer notification.
*
* Since: 0.10.14