diff options
author | 2024-03-18 16:42:22 +0200 | |
---|---|---|
committer | 2024-04-01 22:53:32 +0300 | |
commit | e6d44f42a08bb309110f7004126ca625f72d649b (patch) | |
tree | 2cbb61cc11fb07ba2c0312d2b19a888a4c1621ad /media-plugins/gst-plugins-smoothstreaming | |
parent | media-plugins/gst-plugins-dash: Note existence of gst-plugins-adaptivedemux2 ... (diff) | |
download | gentoo-e6d44f42a08bb309110f7004126ca625f72d649b.tar.gz gentoo-e6d44f42a08bb309110f7004126ca625f72d649b.tar.bz2 gentoo-e6d44f42a08bb309110f7004126ca625f72d649b.zip |
media-plugins/gst-plugins-smoothstreaming: Note existence of gst-plugins-adaptivedemux2 to users
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-smoothstreaming')
-rw-r--r-- | media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.10.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.10.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.10.ebuild index 7c1531d672b8..eabed01e8c76 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.10.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.10.ebuild @@ -19,3 +19,7 @@ src_prepare() { gstreamer_system_library gstisoff_dep:gstisoff gstreamer_system_library gsturidownloader_dep:gsturidownloader } + +pkg_postinst() { + einfo "media-plugins/gst-plugins-adaptivedemux2 provides an alternative smooth streaming demuxer option (mssdemux2)" +} |