# please update gst-python too
          MODULE=gstreamer
         VERSION=1.28.2
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=http://gstreamer.freedesktop.org/src/gstreamer
      SOURCE_VFY=sha256:ce5cd44d4ffeafdcc3dddaa072b2179c0b7cb1abf4e6c5d18d4375f8a39fe491
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-*}-$VERSION
        WEB_SITE=https://gstreamer.freedesktop.org/releases/gstreamer
         ENTERED=20130103
         UPDATED=20260411
           SHORT="A multimedia (video and audio) framework"

cat << EOF
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.
EOF
