Bug 268545 - multimedia/gstreamer1-plugins-bad 1.20.5: plugin SRT is missing
Summary: multimedia/gstreamer1-plugins-bad 1.20.5: plugin SRT is missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL: https://gstreamer.freedesktop.org/doc...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-24 20:39 UTC by p5B2EA84B3
Modified: 2022-12-25 17:28 UTC (History)
1 user (show)

See Also:
riggs: maintainer-feedback+


Attachments
Poudriere build log file (670.75 KB, text/plain)
2022-12-24 20:39 UTC, p5B2EA84B3
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2022-12-24 20:39:35 UTC
Created attachment 239005 [details]
Poudriere build log file

> gst-inspect-1.0 --version
gst-inspect-1.0 version 1.20.5
GStreamer 1.20.5

> gst-inspect-1.0 | grep srt
srtp:  srtpdec: SRTP decoder
srtp:  srtpenc: SRTP encoder
subenc:  srtenc: Srt encoder
subparse: subparse_typefind: srt, sub, mpsub, mdvd, smi, txt, dks, vtt

----
missing:

srtclientsink – Send data over the network via SRT
srtclientsrc – Receive data over the network via SRT
srtserversink – Send data over the network via SRT
srtserversrc – Receive data over the network via SRT
srtsink – Send data over the network via SRT
srtsrc – Receive data over the network via SRT
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-25 17:26:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6cd2faae3e063772aa01e6a8356513d1fe1ab4d

commit d6cd2faae3e063772aa01e6a8356513d1fe1ab4d
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2022-12-25 17:18:14 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2022-12-25 17:25:23 +0000

    www/gstreamer1-plugins-srt: New SRT plugin for gstreamer

    gstreamer now supports the "Secure Reliable Transport (SRT) Protocol"
    via www/srt. This port adds the corresponding plugin, via
    multimedia/gstreamer1-plugins-bad.
    PR:             268545
    Reported by:    p5B2EA84B3@t-online.de

 multimedia/gstreamer1-plugins/Makefile.common |  1 +
 www/Makefile                                  |  1 +
 www/gstreamer1-plugins-srt/Makefile (new)     | 15 +++++++++++++++
 www/gstreamer1-plugins-srt/pkg-plist (new)    |  1 +
 4 files changed, 18 insertions(+)