diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-03 21:10:39 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-04 00:40:51 +0100 |
commit | 604097bc3a4a241803350e0ba51ee064023d8c48 (patch) | |
tree | 4e5d6e4c8c2f623460b7532ca75e9a54aa2d46c1 /docs | |
parent | 92984a116b5925a36ea5d64d5f2502dc0578c40e (diff) |
API: add GST_MESSAGE_SRC_NAME macro
Add GST_MESSAGE_SRC_NAME macro that always returns a non-NULL string.
Useful for debugging and logging purposes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 790b0b9e8..448eff73d 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1092,6 +1092,7 @@ gst_iterator_result_get_type GstMessage GstMessageType GST_MESSAGE_SRC +GST_MESSAGE_SRC_NAME GST_MESSAGE_TIMESTAMP GST_MESSAGE_TYPE GST_MESSAGE_TYPE_NAME |