diff options
author | Seungha Yang <sh.yang@lge.com> | 2016-11-22 16:52:46 +0900 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-12-06 20:28:55 +0000 |
commit | 0494c173e0b72005146195ca001771a0cd8eb5ba (patch) | |
tree | 2f464a761e183a0de3c5823b1f9d65bf239760fb /win32/common | |
parent | 0728b9b59b1e18b174e210590e3b120f2bf8cf9f (diff) |
uri: Add new uri API to get media fragments URI as table
As an usecase of URI fragment, it can indicate temporal or spatial
dimension of a media stream. To easily parse key-value pair,
newly added gst_uri_get_media_fragment_table () API will provide
the table of key-value pair likewise URI query.
See also https://www.w3.org/TR/media-frags/
https://bugzilla.gnome.org/show_bug.cgi?id=774830
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index f63ffee4b..9ecf089ca 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1493,6 +1493,7 @@ EXPORTS gst_uri_get_fragment gst_uri_get_host gst_uri_get_location + gst_uri_get_media_fragment_table gst_uri_get_path gst_uri_get_path_segments gst_uri_get_path_string |