Bug 256953 - multimedia/gstreamer1 package describes inclusion of Gst-Player, which is not included
Summary: multimedia/gstreamer1 package describes inclusion of Gst-Player, which is not...
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-03 09:31 UTC by Graham Perrin
Modified: 2022-12-21 13:19 UTC (History)
1 user (show)

See Also:
riggs: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Perrin freebsd_committer freebsd_triage 2021-07-03 09:31:10 UTC
% pkg info --list gstreamer1 | grep -i layer
% pkg query %e gstreamer1
GStreamer allows the construction of graphs of media-handling
components, ranging from simple mp3 playback to complex audio
(mixing) and video (non-linear editing) processing. Applications
can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing
a simple plugin with a clean, generic interface. GStreamer is
released under the LGPL, with many of the included plugins retaining
the license of the code they were derived from, usually GPL or BSD.

- Features:
* Comprehensive Core Library
* Intelligent Plugin Architecture
* Extensive Development Tools

- Is GStreamer a media player?
No, GStreamer is a development framework for creating applications
like media players, video editors, streaming media broadcasters and
so on. That said, very good media players can easily be built on
top of GStreamer and we even include a simple yet functional
mediaplayer with GStreamer called Gst-Player

WWW: https://gstreamer.freedesktop.org/
% pkg info --list gstreamer1 | grep -i bin\/
        /usr/local/bin/gst-inspect-1.0
        /usr/local/bin/gst-launch-1.0
        /usr/local/bin/gst-stats-1.0
        /usr/local/bin/gst-typefind-1.0
% pkg provides Gst-Player
Name    : clutter-gst3-3.0.27_1
Desc    : Clutter GStreamer integration
Repo    : FreeBSD
Filename: usr/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h

Name    : clutter-gst-2.0.18_2
Desc    : Clutter GStreamer integration
Repo    : FreeBSD
Filename: usr/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h
% uname -KrU
14.0-CURRENT 1400024 1400024
%
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-17 17:29:33 UTC
A commit in branch main references this bug:

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

commit 4b5d538c5ef6e4437279e5ce50b492b1c793c493
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2022-12-17 17:25:37 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2022-12-17 17:29:12 +0000

    multimedia/gstreamer1: Update description to refer to gst-play

    PR:             256953
    Reported by:    grahamperrin

 multimedia/gstreamer1/Makefile  | 1 +
 multimedia/gstreamer1/pkg-descr | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)