gstutils: fix link in parse_bin_from_description_full doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/475>
This commit is contained in:
Mathieu Duponchelle 2020-05-11 17:44:43 +02:00 committed by Tim-Philipp Müller
parent 53b193414d
commit 1816f74339

View file

@ -3440,7 +3440,7 @@ gst_parse_bin_from_description (const gchar * bin_description,
*
* Returns: (transfer floating) (type Gst.Element) (nullable): a newly-created
* element, which is guaranteed to be a bin unless
* GST_FLAG_NO_SINGLE_ELEMENT_BINS was passed, or %NULL if an error
* #GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS was passed, or %NULL if an error
* occurred.
*/
GstElement *