summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-base
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06Fixes:rodent1-3/+3
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-03-15update to 1.0.5drochner3-7/+8
changes: bugfixes
2012-12-18Ensure HAVE_FIONREAD_IN_SYS_FILIO is defined on Solaris, it appears tojperkin1-1/+6
have been somewhat removed from the source and there is no configure test left to enable it, but it is still required.
2012-11-29Import gst-plugins1-base-1.0.3 as multimedia/gst-plugins1-base.ryoon9-0/+542
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis 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. This package is part of the 'base' plugins for GStreamer. It provides a set of must-have plugins.