From dc6aabfc5501bc44d5dc522a9c0ee744d05f5f55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 May 2013 15:18:06 +0100 Subject: [PATCH] docs: fix typo in metadata section in app dev manual There's no g_tag_list_get_xyz(). --- docs/manual/advanced-metadata.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/advanced-metadata.xml b/docs/manual/advanced-metadata.xml index e75f107..78a3677 100644 --- a/docs/manual/advanced-metadata.xml +++ b/docs/manual/advanced-metadata.xml @@ -10,7 +10,8 @@ description of the properties of a stream. This can include video size, audio samplerate, codecs used and so on. Tags are handled using the &GStreamer; tagging system. Stream-info can be retrieved from a - GstPad. + GstPad by getting the current (negotiated) + GstCaps for that pad. @@ -59,7 +60,7 @@ print_one_tag (const GstTagList * list, const gchar * tag, gpointer user_data) for (i = 0; i < num; ++i) { const GValue *val; - /* Note: when looking for specific tags, use the g_tag_list_get_xyz() API, + /* Note: when looking for specific tags, use the gst_tag_list_get_xyz() API, * we only use the GValue approach here because it is more generic */ val = gst_tag_list_get_value_index (list, tag, i); if (G_VALUE_HOLDS_STRING (val)) { -- 2.7.4