# please update gst-python too
          MODULE=gstreamer
         VERSION=1.26.9
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=http://gstreamer.freedesktop.org/src/gstreamer
      SOURCE_VFY=sha256:8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-*}-$VERSION
        WEB_SITE=http://gstreamer.freedesktop.org/releases/gstreamer
         ENTERED=20130103
         UPDATED=20251203
           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
