summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-19 12:47:35 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-19 12:47:35 +0300
commit5b83b10999fa588d62e9043ff29eb0d07b2a42c8 (patch)
tree01e8a0d7404bd6b58ee172e9351147fa5317b500 /ChangeLog
parent92d71a01164545ee81a826614d323ce0d54c0502 (diff)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog599
1 files changed, 447 insertions, 152 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cb78ab1cf..e66d1be101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,454 @@
+=== release 1.8.3 ===
+
+2016-08-19 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.8.3
+
+2016-08-19 11:57:57 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/eo.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ * po/zh_HK.po:
+ * po/zh_TW.po:
+ Update .po files
+
+2016-08-17 09:49:04 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp/gstrtspsrc.c:
+ rtspsrc: Allow mimetypes with properties as long as they're application/sdp
+ Some servers add properties like charset, e.g.
+ application/sdp; charset=utf8
+ Ideally we should also parse the charset and do conversion of all messages,
+ but that's for a later time.
+
+2016-08-11 16:32:21 -0600 Thomas Bluemel <tbluemel@control4.com>
+
+ * gst/udp/gstmultiudpsink.c:
+ multiudpsink: Initialize bytes_sent field.
+ This fixes endpoints not receiving any data intermittently.
+ https://bugzilla.gnome.org/show_bug.cgi?id=769773
+
+2016-08-10 11:26:17 -0600 Thomas Bluemel <tbluemel@control4.com>
+
+ * gst/rtpmanager/rtpjitterbuffer.c:
+ rtpjitterbuffer: Don't warn for duplicate packets
+ This is a normal scenario and should not be a warning. This can
+ happen frequently when re-transmits of lost packets are enabled.
+ https://bugzilla.gnome.org/show_bug.cgi?id=762208
+
+2016-08-08 13:49:19 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ splitmux: Fix typo converting to running time.
+ Use the correct collected timestamp.
+
+2016-08-08 02:53:48 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ * gst/multifile/gstsplitmuxsink.h:
+ Revert "splitmuxsink: Use GstBin async-handling instead of our own."
+ This reverts commit fa008f271a52f82dededc28bd81b020ca7939b47.
+ async-handling in GstBin causes the pipeline to spin at 100%
+ CPU as the top-level pipeline tries to change that state
+ to PLAYING constantly. This is a workaround for a core
+ problem, essentially, but an improvement in this case for now.
+
+2016-08-08 00:56:38 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ splitmux: Recheck state after unlocking mutex.
+ After dropping the splitmux lock, re-check the state,
+ don't just fall through and sleep unconditionally,
+ as we may have already missed the wakeup.
+ https://bugzilla.gnome.org/show_bug.cgi?id=769514
+
+2016-08-03 03:32:07 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsrc.c:
+ splitmuxsrc: Don't stop and error on EOS flow return
+ Don't immediately halt on EOS flow return from downstream
+ due to out of segment. Let the demuxer handle it and send
+ EOS.
+
+2016-07-25 18:20:03 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ splitmuxsink: Fix debug statement signedness.
+ The ts variable is a GstClockTime, don't print it
+ as a GstClockTimeDiff.
+
+2016-07-17 22:41:02 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ * gst/multifile/gstsplitmuxsink.h:
+ splitmuxsink: Handle negative running time
+ Use signed clock times for running time everywhere
+ so that we handle negative running times without
+ going haywire, similar to what queue and multiqueue
+ do these days.
+
+2016-07-18 00:12:55 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst/multifile/gstsplitmuxsink.c:
+ splitmuxsink: Drop lock when sending dummy event
+ When pushing the dummy event into the multiqueue,
+ drop the splitmux lock or else we might deadlock.
+
+2016-07-25 13:34:02 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtp/gstrtpbvpay.c:
+ * gst/rtp/gstrtpceltpay.c:
+ * gst/rtp/gstrtpg722pay.c:
+ * gst/rtp/gstrtph263ppay.c:
+ * gst/rtp/gstrtph265pay.c:
+ * gst/rtp/gstrtpilbcpay.c:
+ rtp: Filter with the filter caps in the payloader's getcaps
+
+2016-06-30 01:56:41 +1000 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst/rtp/gstrtph264pay.c:
+ rtph264pay: Intersect with filter caps in getcaps function.
+ Always intersect with the filter caps in the getcaps function
+ to make sure we return a subset of what was requested.
+ Other payloaders also have this problem and need fixing
+ in future commits.
+
+2016-06-30 14:40:40 +0200 Thomas Scheuermann <Thomas.Scheuermann@barco.com>
+
+ * ext/jack/gstjackaudioclient.c:
+ jack: don't wait for callbacks if the jack server shut down
+ Otherwise we'll wait forever.
+ https://bugzilla.gnome.org/show_bug.cgi?id=747275
+
+2016-07-07 18:23:07 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/matroska/matroska-mux.c:
+ matroskamux: Error out if we start writing data with some pads not having a codec id yet
+ This can only happen if a) upstream somehow gets around the CAPS event failing
+ or b) there never being any CAPS event.
+ The following code assumes that all pads have a codec-id.
+ https://bugzilla.gnome.org/show_bug.cgi?id=768509
+
+2016-07-04 17:45:40 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * tests/check/elements/qtmux.c:
+ qtmux: Use complete AAC caps with codec_data in the tests
+
+2016-07-04 16:58:38 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/audioparsers/gstaacparse.c:
+ aacparse: Reject raw AAC if no codec_data is found in the caps
+ If necessary, a demuxer will have to invent something here but this is only a
+ problem with non-conformant files anyway.
+
+2016-07-04 16:55:32 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/isomp4/qtdemux.c:
+ qtdemux: Invent AAC codec_data if none is present
+ Without, raw AAC can't be handled and we have some information available in
+ the decoder that most likely allows us to decode the stream in one way or
+ another. This is the same code already used by matroskademux for the same
+ reasons, and ffmpeg/vlc play such files just fine too by guesswork.
+
+2016-07-04 14:54:13 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/isomp4/gstqtmux.c:
+ qtmux: Reject raw AAC caps without codec_data
+ The resulting file is not going to be playable without guesswork and raw caps
+ should always have codec_data.
+
+2016-07-05 21:11:35 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp/gstrtspsrc.c:
+ rtspsrc: Set to PLAYING after a seek again after setting up the segment and everything else
+ There's a small window for a race condition otherwise.
+
+2016-07-01 10:05:00 +0000 Brad Lackey <blackey@gmail.com>
+
+ * gst/rtsp/gstrtspsrc.c:
+ rtspsrc: Don't disable UDP protocols on redirecting
+ https://bugzilla.gnome.org/show_bug.cgi?id=768232
+
+2016-07-10 21:30:27 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo
+ Fixes the build on FreeBSD, which does not have the latter.
+ https://bugzilla.gnome.org/show_bug.cgi?id=768623
+
+2016-07-08 12:30:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * sys/v4l2/gstv4l2.c:
+ * sys/v4l2/gstv4l2bufferpool.c:
+ * sys/v4l2/gstv4l2deviceprovider.c:
+ * sys/v4l2/gstv4l2object.c:
+ * sys/v4l2/gstv4l2object.h:
+ * sys/v4l2/gstv4l2radio.c:
+ * sys/v4l2/gstv4l2sink.c:
+ * sys/v4l2/v4l2_calls.c:
+ Revert "v4l2: use opened device caps instead of physical device ones"
+ This reverts commit d6c8cb63859368e7100b0002354ad742e4286eba.
+ Apparently this was not fully tested and cause regressions.
+
+2016-07-02 01:56:07 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+ * sys/v4l2/gstv4l2.c:
+ * sys/v4l2/gstv4l2bufferpool.c:
+ * sys/v4l2/gstv4l2deviceprovider.c:
+ * sys/v4l2/gstv4l2object.c:
+ * sys/v4l2/gstv4l2object.h:
+ * sys/v4l2/gstv4l2radio.c:
+ * sys/v4l2/gstv4l2sink.c:
+ * sys/v4l2/v4l2_calls.c:
+ v4l2: use opened device caps instead of physical device ones
+ The same physical device can export multiple devices. In
+ this case, the capabilities field now contains a union of
+ all caps available from all exported V4L2 devices alongside
+ a V4L2_CAP_DEVICE_CAPS flag that should be used to decide
+ what capabilities to consider. In our case, we need the
+ ones from the exported device we are using.
+ https://bugzilla.gnome.org/show_bug.cgi?id=768195
+
+2016-07-01 17:28:17 +0900 Seungha Yang <sh.yang@lge.com>
+
+ * gst/isomp4/qtdemux.c:
+ qtdemux: Push caps only when it was updated
+ Commit 7873bede3134b15e5066e8d14e54d1f5054d2063 caused new caps
+ event per moof without consideration of duplication.
+ https://bugzilla.gnome.org/show_bug.cgi?id=768268
+
+2016-06-30 15:01:46 +0200 Jonas Holmberg <jonashg@axis.com>
+
+ * gst/rtp/gstrtph265depay.c:
+ rtph265depay: fix invalid memory access
+ 10 bytes was allocated for stream_format but size of "byte-stream" is
+ more. Use g_strdup() instead.
+ https://bugzilla.gnome.org/show_bug.cgi?id=753760
+
+2016-06-28 16:44:50 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Windows has no ipi_spec_dst in struct in_pktinfo
+
+2016-06-28 15:15:14 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS
+
+2016-06-28 15:08:04 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Move #includes around to a) work around broken glibc header and b) Windows
+
+2016-06-28 14:25:03 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Fix compilation on Windows and *BSD/OSX
+
+2016-06-23 20:21:59 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Filter out multicast packets that are not for our multicast address
+ https://bugzilla.gnome.org/show_bug.cgi?id=767980
+
+2016-06-28 10:57:27 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp/gstrtspsrc.c:
+ rtspsrc: When seeking, consider the current element state or pending state instead of the RTSP state
+ If we consider the RTSP state, what can happen is that it is PLAYING but the
+ element already asynchronously tried to PAUSE and it just did not happen yet.
+ We would then override this setting to PAUSED (while the element actually is
+ in PAUSED) and set the RTSP state to PLAYING again. This would then cause us
+ to produce packets while the sinks are all PAUSED, piling up thousands of
+ packets in the rtpjitterbuffer and other elements and finally failing.
+
+2016-06-17 16:08:08 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/isomp4/gstqtmux.c:
+ qtmux: The prores variant is stored in the variant field, not format
+ And the caps in the sink pad template already used variant (only).
+
+2016-05-23 10:18:48 +0200 Miguel París Díaz <mparisdiaz@gmail.com>
+
+ * gst/rtpmanager/rtpsession.c:
+ rtpsession: take the lock when changing stats
+ https://bugzilla.gnome.org/show_bug.cgi?id=766025
+
+2016-06-15 11:19:43 +0200 Jürgen Slowack <jurgen.slowack@barco.com>
+
+ * gst/rtp/gstrtph265pay.c:
+ rtph265: fix NAL unit type parsing and SPS/PPS/VPS detection
+ Fixes sps/pps/vps insertion via the config-interval property.
+ https://bugzilla.gnome.org//show_bug.cgi?id=767680
+
+2016-06-10 13:42:01 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst/flv/gstflvdemux.c:
+ flvdemux: fix date parsing when there are trailing spaces
+ Fixes parsing of "Thu May 11 15:57:46 2006 ".
+ https://bugzilla.gnome.org/show_bug.cgi?id=767496
+
=== release 1.8.2 ===
-2016-06-09 Sebastian Dröge <slomo@coaxion.net>
+2016-06-09 11:51:12 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.8.2
+ * docs/plugins/gst-plugins-good-plugins.args:
+ * docs/plugins/inspect/plugin-1394.xml:
+ * docs/plugins/inspect/plugin-aasink.xml:
+ * docs/plugins/inspect/plugin-alaw.xml:
+ * docs/plugins/inspect/plugin-alpha.xml:
+ * docs/plugins/inspect/plugin-alphacolor.xml:
+ * docs/plugins/inspect/plugin-apetag.xml:
+ * docs/plugins/inspect/plugin-audiofx.xml:
+ * docs/plugins/inspect/plugin-audioparsers.xml:
+ * docs/plugins/inspect/plugin-auparse.xml:
+ * docs/plugins/inspect/plugin-autodetect.xml:
+ * docs/plugins/inspect/plugin-avi.xml:
+ * docs/plugins/inspect/plugin-cacasink.xml:
+ * docs/plugins/inspect/plugin-cairo.xml:
+ * docs/plugins/inspect/plugin-cutter.xml:
+ * docs/plugins/inspect/plugin-debug.xml:
+ * docs/plugins/inspect/plugin-deinterlace.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dv.xml:
+ * docs/plugins/inspect/plugin-effectv.xml:
+ * docs/plugins/inspect/plugin-equalizer.xml:
+ * docs/plugins/inspect/plugin-flac.xml:
+ * docs/plugins/inspect/plugin-flv.xml:
+ * docs/plugins/inspect/plugin-flxdec.xml:
+ * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+ * docs/plugins/inspect/plugin-goom.xml:
+ * docs/plugins/inspect/plugin-goom2k1.xml:
+ * docs/plugins/inspect/plugin-icydemux.xml:
+ * docs/plugins/inspect/plugin-id3demux.xml:
+ * docs/plugins/inspect/plugin-imagefreeze.xml:
+ * docs/plugins/inspect/plugin-interleave.xml:
+ * docs/plugins/inspect/plugin-isomp4.xml:
+ * docs/plugins/inspect/plugin-jack.xml:
+ * docs/plugins/inspect/plugin-jpeg.xml:
+ * docs/plugins/inspect/plugin-level.xml:
+ * docs/plugins/inspect/plugin-matroska.xml:
+ * docs/plugins/inspect/plugin-mulaw.xml:
+ * docs/plugins/inspect/plugin-multifile.xml:
+ * docs/plugins/inspect/plugin-multipart.xml:
+ * docs/plugins/inspect/plugin-navigationtest.xml:
+ * docs/plugins/inspect/plugin-oss4.xml:
+ * docs/plugins/inspect/plugin-ossaudio.xml:
+ * docs/plugins/inspect/plugin-png.xml:
+ * docs/plugins/inspect/plugin-pulseaudio.xml:
+ * docs/plugins/inspect/plugin-replaygain.xml:
+ * docs/plugins/inspect/plugin-rtp.xml:
+ * docs/plugins/inspect/plugin-rtpmanager.xml:
+ * docs/plugins/inspect/plugin-rtsp.xml:
+ * docs/plugins/inspect/plugin-shapewipe.xml:
+ * docs/plugins/inspect/plugin-shout2send.xml:
+ * docs/plugins/inspect/plugin-smpte.xml:
+ * docs/plugins/inspect/plugin-soup.xml:
+ * docs/plugins/inspect/plugin-spectrum.xml:
+ * docs/plugins/inspect/plugin-speex.xml:
+ * docs/plugins/inspect/plugin-taglib.xml:
+ * docs/plugins/inspect/plugin-udp.xml:
+ * docs/plugins/inspect/plugin-video4linux2.xml:
+ * docs/plugins/inspect/plugin-videobox.xml:
+ * docs/plugins/inspect/plugin-videocrop.xml:
+ * docs/plugins/inspect/plugin-videofilter.xml:
+ * docs/plugins/inspect/plugin-videomixer.xml:
+ * docs/plugins/inspect/plugin-vpx.xml:
+ * docs/plugins/inspect/plugin-wavenc.xml:
+ * docs/plugins/inspect/plugin-wavpack.xml:
+ * docs/plugins/inspect/plugin-wavparse.xml:
+ * docs/plugins/inspect/plugin-ximagesrc.xml:
+ * docs/plugins/inspect/plugin-y4menc.xml:
+ * gst-plugins-good.doap:
+ * win32/common/config.h:
+ Release 1.8.2
+
+2016-06-09 11:20:54 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/eo.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ * po/zh_HK.po:
+ * po/zh_TW.po:
+ Update .po files
2016-06-09 10:05:34 +0300 Sebastian Dröge <sebastian@centricular.com>
@@ -15235,14 +15680,10 @@
* ext/pulse/Makefile.am:
* ext/pulse/plugin.c:
- * ext/pulse/pulsedevicemonitor.c:
- * ext/pulse/pulsedevicemonitor.h:
* ext/pulse/pulsedeviceprovider.c:
* ext/pulse/pulsedeviceprovider.h:
* sys/v4l2/Makefile.am:
* sys/v4l2/gstv4l2.c:
- * sys/v4l2/gstv4l2devicemonitor.c:
- * sys/v4l2/gstv4l2devicemonitor.h:
* sys/v4l2/gstv4l2deviceprovider.c:
* sys/v4l2/gstv4l2deviceprovider.h:
Rename GstDeviceMonitor to GstDeviceProvider
@@ -23608,8 +24049,6 @@
2013-09-10 16:44:53 -0600 Seán de Búrca <leftmostcat@gmail.com>
- * gst/videomixer/blendorc-dist.c:
- * gst/videomixer/blendorc-dist.h:
* gst/videomixer/videomixerorc-dist.c:
* gst/videomixer/videomixerorc-dist.h:
videomixer: fix build if orc is not installed
@@ -28355,8 +28794,6 @@
* sys/osxaudio/gstosxaudiosrc.h:
* sys/osxaudio/gstosxcoreaudiocommon.c:
* sys/osxaudio/gstosxcoreaudiocommon.h:
- * sys/osxaudio/gstosxringbuffer.c:
- * sys/osxaudio/gstosxringbuffer.h:
osxaudio: port to v.1.0
2013-04-16 19:29:48 -0400 Olivier Crête <olivier.crete@collabora.com>
@@ -34176,15 +34613,6 @@
2012-09-16 15:33:57 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
- * ext/vp8/GstVP8Enc.prs:
- * ext/vp8/Makefile.am:
- * ext/vp8/gstvp8dec.c:
- * ext/vp8/gstvp8dec.h:
- * ext/vp8/gstvp8enc.c:
- * ext/vp8/gstvp8enc.h:
- * ext/vp8/gstvp8utils.c:
- * ext/vp8/gstvp8utils.h:
- * ext/vp8/plugin.c:
* ext/vpx/GstVP8Enc.prs:
* ext/vpx/Makefile.am:
* ext/vpx/gstvp8dec.c:
@@ -35968,8 +36396,6 @@
* configure.ac:
* ext/gdk_pixbuf/Makefile.am:
- * ext/gdk_pixbuf/gstgdkpixbuf.c:
- * ext/gdk_pixbuf/gstgdkpixbuf.h:
* ext/gdk_pixbuf/gstgdkpixbufdec.c:
* ext/gdk_pixbuf/gstgdkpixbufdec.h:
* ext/gdk_pixbuf/gstgdkpixbufplugin.c:
@@ -45223,7 +45649,6 @@
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
- * docs/plugins/inspect/plugin-gstrtpmanager.xml:
* docs/plugins/inspect/plugin-rtpmanager.xml:
* gst/rtpmanager/gstrtpbin.c:
* gst/rtpmanager/gstrtpmanager.c:
@@ -47230,8 +47655,6 @@
* ext/soup/gstsoup.c:
* ext/soup/gstsouphttpclientsink.c:
* ext/soup/gstsouphttpclientsink.h:
- * ext/soup/gstsouphttpsink.c:
- * ext/soup/gstsouphttpsink.h:
soup: rename souphttpsink to souphttpclientsink
To avoid confusion, and because we might want a server
sink at some point too.
@@ -48315,8 +48738,6 @@
* sys/v4l2/gstv4l2sink.c:
* sys/v4l2/gstv4l2videooverlay.c:
* sys/v4l2/gstv4l2videooverlay.h:
- * sys/v4l2/gstv4l2xoverlay.c:
- * sys/v4l2/gstv4l2xoverlay.h:
v4l2: update for GstXOverlay => GstVideoOverlay rename
2011-08-07 12:23:26 +0200 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
@@ -51766,7 +52187,6 @@
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/inspect/plugin-isomp4.xml:
- * docs/plugins/inspect/plugin-quicktime.xml:
* gst-plugins-good.spec.in:
* gst/isomp4/LEGAL:
* gst/isomp4/Makefile.am:
@@ -51803,41 +52223,6 @@
* gst/isomp4/qtdemux_types.c:
* gst/isomp4/qtdemux_types.h:
* gst/isomp4/qtpalette.h:
- * gst/quicktime/LEGAL:
- * gst/quicktime/Makefile.am:
- * gst/quicktime/atoms.c:
- * gst/quicktime/atoms.h:
- * gst/quicktime/atomsrecovery.c:
- * gst/quicktime/atomsrecovery.h:
- * gst/quicktime/descriptors.c:
- * gst/quicktime/descriptors.h:
- * gst/quicktime/fourcc.h:
- * gst/quicktime/ftypcc.h:
- * gst/quicktime/gstqtmoovrecover.c:
- * gst/quicktime/gstqtmoovrecover.h:
- * gst/quicktime/gstqtmux-doc.c:
- * gst/quicktime/gstqtmux-doc.h:
- * gst/quicktime/gstqtmux.c:
- * gst/quicktime/gstqtmux.h:
- * gst/quicktime/gstqtmuxmap.c:
- * gst/quicktime/gstqtmuxmap.h:
- * gst/quicktime/gstrtpxqtdepay.c:
- * gst/quicktime/gstrtpxqtdepay.h:
- * gst/quicktime/properties.c:
- * gst/quicktime/properties.h:
- * gst/quicktime/qtatomparser.h:
- * gst/quicktime/qtdemux.c:
- * gst/quicktime/qtdemux.h:
- * gst/quicktime/qtdemux.vcproj:
- * gst/quicktime/qtdemux_dump.c:
- * gst/quicktime/qtdemux_dump.h:
- * gst/quicktime/qtdemux_fourcc.h:
- * gst/quicktime/qtdemux_lang.c:
- * gst/quicktime/qtdemux_lang.h:
- * gst/quicktime/qtdemux_types.c:
- * gst/quicktime/qtdemux_types.h:
- * gst/quicktime/qtpalette.h:
- * gst/quicktime/quicktime.c:
* po/POTFILES.in:
quicktime: rename plugin to isomp4
https://bugzilla.gnome.org/show_bug.cgi?id=648004
@@ -52602,7 +52987,6 @@
* gst/dtmf/Makefile.am:
* gst/dtmf/gstdtmfcommon.h:
* gst/dtmf/gstdtmfsrc.c:
- * gst/dtmf/gstrtpdtmfcommon.h:
* gst/dtmf/gstrtpdtmfdepay.c:
* gst/dtmf/gstrtpdtmfdepay.h:
* gst/dtmf/gstrtpdtmfsrc.c:
@@ -53921,23 +54305,6 @@
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/inspect/plugin-quicktime.xml:
- * gst/qtdemux/LEGAL:
- * gst/qtdemux/Makefile.am:
- * gst/qtdemux/gstrtpxqtdepay.c:
- * gst/qtdemux/gstrtpxqtdepay.h:
- * gst/qtdemux/qtatomparser.h:
- * gst/qtdemux/qtdemux.c:
- * gst/qtdemux/qtdemux.h:
- * gst/qtdemux/qtdemux.vcproj:
- * gst/qtdemux/qtdemux_dump.c:
- * gst/qtdemux/qtdemux_dump.h:
- * gst/qtdemux/qtdemux_fourcc.h:
- * gst/qtdemux/qtdemux_lang.c:
- * gst/qtdemux/qtdemux_lang.h:
- * gst/qtdemux/qtdemux_types.c:
- * gst/qtdemux/qtdemux_types.h:
- * gst/qtdemux/qtpalette.h:
- * gst/qtdemux/quicktime.c:
* gst/quicktime/LEGAL:
* gst/quicktime/Makefile.am:
* gst/quicktime/gstrtpxqtdepay.c:
@@ -55328,11 +55695,6 @@
2009-11-28 18:13:31 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/aacparse/Makefile.am:
- * gst/aacparse/gstaacparse.c:
- * gst/aacparse/gstaacparse.h:
- * gst/aacparse/gstbaseparse.c:
- * gst/aacparse/gstbaseparse.h:
- * gst/aacparse/plugin.c:
* gst/audioparsers/Makefile.am:
* gst/audioparsers/gstaacparse.c:
* gst/audioparsers/gstaacparse.h:
@@ -83224,12 +83586,9 @@
2009-05-15 17:11:27 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* tests/check/Makefile.am:
- * tests/check/audiotestsrc.flac:
* tests/check/elements/id3demux.c:
* tests/check/elements/souphttpsrc.c:
* tests/check/pipelines/flacdec.c:
- * tests/check/test-cert.pem:
- * tests/check/test-key.pem:
* tests/files/Makefile.am:
* tests/files/audiotestsrc.flac:
* tests/files/test-cert.pem:
@@ -83308,42 +83667,6 @@
* gst/deinterlace/tvtime/weavebff.c:
* gst/deinterlace/tvtime/weavetff.c:
* gst/deinterlace/tvtime/x86-64_macros.inc:
- * gst/deinterlace2/Makefile.am:
- * gst/deinterlace2/gstdeinterlace2.c:
- * gst/deinterlace2/gstdeinterlace2.h:
- * gst/deinterlace2/tvtime/greedy.c:
- * gst/deinterlace2/tvtime/greedyh.asm:
- * gst/deinterlace2/tvtime/greedyh.c:
- * gst/deinterlace2/tvtime/greedyhmacros.h:
- * gst/deinterlace2/tvtime/linear.c:
- * gst/deinterlace2/tvtime/linearblend.c:
- * gst/deinterlace2/tvtime/mmx.h:
- * gst/deinterlace2/tvtime/plugins.h:
- * gst/deinterlace2/tvtime/scalerbob.c:
- * gst/deinterlace2/tvtime/sse.h:
- * gst/deinterlace2/tvtime/tomsmocomp.c:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
- * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
- * gst/deinterlace2/tvtime/vfir.c:
- * gst/deinterlace2/tvtime/weave.c:
- * gst/deinterlace2/tvtime/weavebff.c:
- * gst/deinterlace2/tvtime/weavetff.c:
- * gst/deinterlace2/tvtime/x86-64_macros.inc:
Moved 'deinterlace2' from -bad to -good
And rename it to deinterlace.
@@ -86145,29 +86468,6 @@
* configure.ac:
* docs/plugins/Makefile.am:
- * gst/debug/Makefile.am:
- * gst/debug/breakmydata.c:
- * gst/debug/debug.vcproj:
- * gst/debug/efence.c:
- * gst/debug/efence.h:
- * gst/debug/efence.vcproj:
- * gst/debug/gstdebug.c:
- * gst/debug/gstnavigationtest.c:
- * gst/debug/gstnavigationtest.h:
- * gst/debug/gstnavseek.c:
- * gst/debug/gstnavseek.h:
- * gst/debug/gstpushfilesrc.c:
- * gst/debug/gstpushfilesrc.h:
- * gst/debug/gsttaginject.c:
- * gst/debug/gsttaginject.h:
- * gst/debug/navigationtest.vcproj:
- * gst/debug/negotiation.c:
- * gst/debug/progressreport.c:
- * gst/debug/progressreport.h:
- * gst/debug/rndbuffersize.c:
- * gst/debug/testplugin.c:
- * gst/debug/tests.c:
- * gst/debug/tests.h:
* gst/debugutils/Makefile.am:
* gst/debugutils/breakmydata.c:
* gst/debugutils/debug.vcproj:
@@ -87193,8 +87493,6 @@
2009-02-24 14:55:28 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/gconf/Makefile.am:
- * ext/gconf/gconf.c:
- * ext/gconf/gconf.h:
* ext/gconf/gstgconf.c:
* ext/gconf/gstgconf.h:
* ext/gconf/gstgconfelements.h:
@@ -88769,11 +89067,8 @@
* gst/audiofx/audioecho.c:
* gst/audiofx/audioecho.h:
* gst/audiofx/audiofx.c:
- * gst/audiofx/audioreverb.c:
- * gst/audiofx/audioreverb.h:
* tests/check/Makefile.am:
* tests/check/elements/audioecho.c:
- * tests/check/elements/audioreverb.c:
Rename audioreverb to audioecho. Fixes bug #568395.
The element can add an echo and a simple reverb effect to
an audio stream but for a real reverb filter it would need