diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-05-08 16:49:02 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-05-13 13:35:14 -0300 |
commit | d617139ee7db7518bacde2722ae2b60447ecf6f3 (patch) | |
tree | 0cee9e693e5c2dca82f04cbc53f43969ff9d2fcd /ext/dash/gstmpdparser.h | |
parent | 57a2105a310ac5837758d91ac6300d17595e3066 (diff) | |
download | gstreamer-plugins-bad-d617139ee7db7518bacde2722ae2b60447ecf6f3.tar.gz |
dashdemux: reuse seeking function to reduce repeated code
Instead of writing a seek routine, just use the mpdparser function.
Also remove function that is not needed anymore
Diffstat (limited to 'ext/dash/gstmpdparser.h')
-rw-r--r-- | ext/dash/gstmpdparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dash/gstmpdparser.h b/ext/dash/gstmpdparser.h index 7298d3c88..98ac1b280 100644 --- a/ext/dash/gstmpdparser.h +++ b/ext/dash/gstmpdparser.h @@ -505,7 +505,6 @@ gboolean gst_mpd_client_is_live (GstMpdClient * client); gboolean gst_mpd_client_stream_seek (GstMpdClient * client, GstActiveStream * stream, GstClockTime ts); gboolean gst_mpd_client_seek_to_time (GstMpdClient * client, GDateTime * time); GstDateTime *gst_mpd_client_add_time_difference (GstDateTime * t1, gint64 usecs); -gint gst_mpd_client_get_segment_index_at_time (GstMpdClient *client, GstActiveStream * stream, const GstDateTime *time); gint gst_mpd_client_check_time_position (GstMpdClient * client, GstActiveStream * stream, GstClockTime ts, gint64 * diff); GstClockTime gst_mpd_parser_get_stream_presentation_offset (GstMpdClient *client, guint stream_idx); |