Sanchayan Maity
|
fe55acb4c9
|
net/hlssink3: Refactor out HlsBaseSink & hlscmafsink from hlssink3
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1564>
|
2024-05-09 21:50:32 +05:30 |
|
Sebastian Dröge
|
16b917abb1
|
Update for gst::Rank API changes
|
2023-11-02 14:10:59 +02:00 |
|
Seungha Yang
|
7835d78b3d
|
hlssink3: Add hlscmafsink element
Adding cmafmux based hls sink element
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1306>
|
2023-09-25 21:34:00 +09:00 |
|
Seungha Yang
|
5b563006f9
|
hlssink3: Add baseclass implementation
Adding HlsBaseSink class to make code reusable
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1306>
|
2023-09-25 21:32:16 +09:00 |
|
Seungha Yang
|
a8d67cc607
|
hlssink3: Remove unused deps
gstreamer-base dep is unused. And use gst::glib
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1306>
|
2023-09-25 21:32:16 +09:00 |
|
Arun Raghavan
|
39e0acb55a
|
hlssink3: Fix case on unspecified playlist type nick for consistency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1089>
|
2023-02-10 23:07:12 +00:00 |
|
Vivia Nikolaidou
|
dbd5a44b90
|
hlssink3: Use #[cfg(feature = "doc")] on gst::prelude import
It otherwise gives a warning about the unused import
|
2022-10-13 14:22:36 +03:00 |
|
Thibault Saunier
|
67e651f57c
|
Allow "unused_doc_comments" as we use hotdoc and not rustdoc
|
2022-08-29 18:33:22 -04:00 |
|
Thibault Saunier
|
31a53bba8a
|
Generate plugins documentation using hotdoc
Which will automatically be integrated in gstreamer documentation
|
2022-08-29 18:33:22 -04:00 |
|
|
adde6fc4e3
|
hlssink3: convert playlist type to an enum
Change the property `playlist-type` to an enum. We also expose the
new enum externally from the crate so users of Rust can directly use it.
|
2022-07-08 11:24:32 +02:00 |
|
Sebastian Dröge
|
b38f6cc731
|
Remove now unnecessary Send+Sync impls for element/etc subclasses
This is now automatically implemented.
|
2022-02-28 18:56:58 +02:00 |
|
Sebastian Dröge
|
ab14c50d1c
|
Ignore clippy::non_send_fields_in_send_ty lint
It's useless in its current shape and wrongly triggering on all types.
See https://github.com/rust-lang/rust-clippy/issues/8045
|
2022-01-14 12:09:57 +02:00 |
|
|
58322bcc96
|
Fix license in hlssink3 plugin
|
2021-11-16 19:52:30 +01:00 |
|
|
e87a7afe3e
|
Add hlssink3 plugin
|
2021-11-16 08:23:44 +00:00 |
|