GNOME Bugzilla – Bug 794779
hlssink: Add a property to set start sequence number
Last modified: 2018-11-03 14:19:57 UTC
Created attachment 370259 [details] [review] hlssink: Add a property to set start sequence number This patch adds support to set start sequence number of first segment/file in playlist. Before this patch, hlssink can't specifies starting sequence number of segment, it always had to be set to zero.
Can you add the same patch also for hlssink2?
(In reply to Sebastian Dröge (slomo) from comment #1) > Can you add the same patch also for hlssink2? The patch for hlssink2 will be uploaded soon by my co-worker 'Daeseok Youn'. We recently started the Gstreamer study together. :-) Is it okay?
Youngjin, There is a typo on patch set, see below: + g_object_class_install_property (gobject_class, PROP_START_NUMBER, + g_param_spec_uint ("start-number", "Start Numer", ^^^^^ The "Numer" should be fixed to "Number". Thanks.
Created attachment 370322 [details] hlssink2: Add a property to set start sequence number Introduce new property to set start sequence number for segment file on m3u8. This patch provides same result with the patch(hlssink) created by Youngjin. Thanks.
Created attachment 370323 [details] [review] hlssink2: Add a property to set start sequence number Update author's email address from previous one.
Created attachment 370334 [details] [review] hlssink: Add a property to set start sequence number Update typo on previous patch. + g_object_class_install_property (gobject_class, PROP_START_NUMBER, - g_param_spec_uint ("start-number", "Start Numer", + g_param_spec_uint ("start-number", "Start Number",
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/674.