From 7c812e578ff5fa9d4db5e8215e1e84622138e40e Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Mon, 3 Jun 2019 16:48:33 +0900 Subject: [PATCH] [Tizen/API] Fix the broken link This patch fixes broken links on the doxygen documentation. Signed-off-by: Sangjung Woo --- tizen-api/include/nnstreamer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen-api/include/nnstreamer.h b/tizen-api/include/nnstreamer.h index e6582f7..d683eff 100644 --- a/tizen-api/include/nnstreamer.h +++ b/tizen-api/include/nnstreamer.h @@ -126,7 +126,7 @@ typedef enum { /** * @brief Enumeration for nns pipeline state. * @since_tizen 5.5 - * @detail Refer to https://gstreamer.freedesktop.org/documentation/design/states.html. + * @detail Refer to https://gstreamer.freedesktop.org/documentation/plugin-development/basics/states.html. * The state diagram of pipeline looks like this, assuming that there are no errors. * * [ UNKNOWN ] "new null object" @@ -340,7 +340,7 @@ int nns_pipeline_src_input_data (nns_src_h h, nns_buf_policy_e policy, char *buf /** * @brief Gets a handle to operate a "GstInputSelector / GstOutputSelector" node of nnstreamer pipelines. - * @detail Refer to https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-input-selector.html for input selectors. + * @detail Refer to https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-input-selector.html for input selectors. * Refer to https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-output-selector.html for output selectors. * @remarks If the function succeeds, @a h handle must be released using nns_pipeline_switch_put_handle(). * @param[in] pipe The pipeline to be managed. -- 2.7.4