--- - branch: MAIN date: Fri Aug 8 21:28:48 UTC 2014 files: - new: '1.9' old: '1.8' path: pkgsrc/multimedia/gst-plugins1-bad/Makefile pathrev: pkgsrc/multimedia/gst-plugins1-bad/Makefile@1.9 type: modified - new: '1.7' old: '1.6' path: pkgsrc/multimedia/gst-plugins1-bad/Makefile.common pathrev: pkgsrc/multimedia/gst-plugins1-bad/Makefile.common@1.7 type: modified - new: '1.7' old: '1.6' path: pkgsrc/multimedia/gst-plugins1-bad/distinfo pathrev: pkgsrc/multimedia/gst-plugins1-bad/distinfo@1.7 type: modified - new: '1.5' old: '1.4' path: pkgsrc/multimedia/gst-plugins1-bad/PLIST pathrev: pkgsrc/multimedia/gst-plugins1-bad/PLIST@1.5 type: modified id: 20140808T212848Z.62e986738452f259c88f06e62ffdc0f8be1ea737 log: "Update to 1.4.0:\n\nThis is GStreamer Bad Plugins 1.4.0\n\nChanges since 1.2:\n\nNew API:\n â\x80¢ GstMessageType has GST_MESSAGE_EXTENDED added. All types before\n \ that can be used together as a flags type as before, but from\n that message onwards the types are just counted incrementally.\n This was necessary to be able to add more message types.\n In 2.0 GstMessageType will just become an enum and not a flags\n type anymore.\n â\x80¢ GstDeviceMonitor for device probing, e.g. to list all available\n audio or video capture devices. This is the replacement for\n GstPropertyProbe from 0.10.\n â\x80¢ Events accumulate the running-time offset now when travelling\n through pads, as set by the gst_pad_set_offset() function. This\n allows to compensate for this in the QOS event for example.\n â\x80¢ GstBuffer has a new flag \"tag-memory\" that is set automatically\n when memory is added or removed to a buffer. This allows buffer\n pools to detect if they can recycle a buffer or need to reset\n it first.\n â\x80¢ GstToc has new API to mark GstTocEntries as loops.\n â\x80¢ A not-authorized resource error has been defined to notify\n applications that accessing the resource has failed because\n of missing authorization and to distinguish this case from others.\n \ This change is actually already in 1.2.4.\n â\x80¢ GstPad has a new flag \"accept-intersect\", that will let the default\n ACCEPT_CAPS query handler do an intersection instead of subset check.\n This is interesting for parser elements that can handle incomplete\n \ caps.\n â\x80¢ GstCollectPads has support for flushing and a default handler for\n SEEK events now.\n â\x80¢ New GstFlowAggregator helper object that simplifies handling of\n flow returns in elements with multiple source pads. Additionally\n \ GstPad now always stores the last flow return and provides an\n API to retrieve it.\n â\x80¢ GstSegment has new API to offset the running time by a specific\n \ value and this is used in GstPad to allow positive and negative\n offsets in gst_pad_set_offset() in all situations.\n â\x80¢ Support for h265/HEVC and VP8 has been added to the codec utils and codec\n parsers library, and was integrated into various elements.\n â\x80¢ API for adjusting the TLS validation of RTSP connection has been added.\n â\x80¢ The RTSP and SDP library has MIKEY (RFC 3830) support now, and\n there is API to distinguish between the different RTSP profiles.\n â\x80¢ API to access RTP time information and statistics.\n â\x80¢ Support for auxiliary streams was added to rtpbin.\n â\x80¢ Support for tiled, raw video formats has been added.\n â\x80¢ GstVideoDecoder and GstAudioDecoder have API to help aggregating tag\n events and merge custom tags into them consistently.\n â\x80¢ GstBufferPool has support for flushing now.\n â\x80¢ playbin/playsink has support for application provided audio and video\n filters.\n â\x80¢ GstDiscoverer has new and simplified API to get details about missing\n plugins and information to pass to the plugin installer.\n â\x80¢ The GL library was merged from gst-plugins-gl to gst-plugins-bad,\n providing a generic infrastructure for handling GL inside GStreamer\n pipelines and a plugin with some elements using these, especially\n \ a video sink. Supported platforms currently are Android, Cocoa (OS X),\n DispManX (Raspberry Pi), EAGL (iOS), WGL (Windows) and generic X11,\n Wayland and EGL platforms.\n This replaces eglglessink and also is supposed to replace osxvideosink.\n â\x80¢ New GstAggregator base class in gst-plugins-bad. This is supposed to\n \ replace GstCollectPads in the future and fix long-known shortcomings\n in its API. Together with the base class some elements are provided\n already, like a videomixer (compositor).\n\nMajor changes:\n â\x80¢ New plugins and elements:\n \ â\x88\x98 v4l2videodec element for accessing hardware codecs on\n platforms that make them accessible via V4L2, e.g.\n Samsung Exynos. This comes together with major refactoring\n of the existing V4L2 elements and the corresponding\n \ infrastructure.\n The v4l2videodec element replaces the mfcdec element.\n \ â\x88\x98 New downloadbuffer element that replaces the download\n buffering feature of queue2. Compared to queue2's code\n it is much simpler and only for this single use case.\n A noteworthy new feature is that it's downloading gaps\n in the already downloaded stream parts when nothing else\n is to be downloaded.\n This is now used by playbin when download buffering is\n \ enabled.\n â\x88\x98 rtpstreampay and rtpstreamdepay elements for transmitting\n \ RTP packets over a stream API (e.g. TCP) according to\n RFC 4571.\n â\x88\x98 rtprtx elements for standard compliant implementation of\n retransmissions, integrated into the rtpmanager plugin.\n â\x88\x98 audiomixer element that mixes multiple audio streams together\n into a single one while keeping synchronization. This is\n planned to become the replacement of the adder element.\n â\x88\x98 OpenNI2 plugin for 3D cameras like the Kinect camera.\n â\x88\x98 OpenEXR plugin for decoding high-dynamic-range EXR images.\n â\x88\x98 curlsshsink and curlsftpsink to write files via SSH/SFTP.\n â\x88\x98 videosignal, ivfparse and sndfile plugins ported from 0.10.\n â\x88\x98 avfvideosrc, vtdec and other elements were ported from 0.10 and\n are available on OS X and iOS now.\n\n â\x80¢ Other changes:\n \ â\x88\x98 gst-libav now uses libav 10.2, and gained support for H265/HEVC.\n \ â\x88\x98 Support for hardware codecs and special memory types has been\n improved with bugfixes and feature additions in various plugins\n and base classes.\n \ â\x88\x98 Various bugfixes and improvements to buffering in queue2 and\n multiqueue elements.\n â\x88\x98 dvbsrc supports more delivery mechanisms and other features\n \ now, including DVB S2 and T2 support.\n â\x88\x98 The MPEGTS library has support for many more descriptors.\n â\x88\x98 Major improvements to tsdemux and tsparse, especially time and\n seeking related.\n â\x88\x98 souphttpsrc now has support for keep-alive connections,\n compression, configurable number of retries and configuration\n for SSL certificate validation.\n â\x88\x98 hlsdemux has undergone major refactoring and works more\n reliable now and supports more HLS features like trick modes.\n Also fragments are pushed downstream while they're downloaded\n now instead of waiting for each fragment to finish.\n \ â\x88\x98 dashdemux and mssdemux are now also pushing fragments downstream\n \ while they're downloaded instead of waiting for each fragment to\n finish.\n \ â\x88\x98 videoflip can automatically flip based on the orientation tag.\n \ â\x88\x98 openjpeg supports the OpenJPEG2 API.\n â\x88\x98 waylandsink was refactored and should be more useful now. It also\n includes a small library which most likely is going to be removed\n in the future and will result in extensions to the GstVideoOverlay\n interface.\n â\x88\x98 gst-rtsp-server supports SRTP and MIKEY now.\n â\x88\x98 gst-libav encoders are now negotiating any profile/level settings\n with downstream via caps.\n â\x88\x98 Lots of fixes for coverity warnings all over the place.\n â\x88\x98 Negotiation related performance improvements.\n â\x88\x98 800+ fixed bug reports, and many other bug fixes and other\n improvements everywhere that had no bug report.\n\nThings to look out for:\n â\x80¢ The eglglessink element was removed and replaced by the glimagesink\n element.\n â\x80¢ The mfcdec element was removed and replaced by v4l2videodec.\n â\x80¢ osxvideosink is only available in OS X 10.6 or newer.\n â\x80¢ On Android the namespace of the automatically generated Java class\n for initialization of GStreamer has changed from com.gstreamer to\n org.freedesktop.gstreamer to prevent namespace pollution.\n â\x80¢ On iOS you have to update your gst_ios_init.h and gst_ios_init.m in\n your projects from the one included in the binaries if you used the\n GnuTLS GIO module before. The loading mechanism has slightly changed.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/multimedia/gst-plugins1-bad' unixtime: '1407533328' user: wiz