[0.11] gst-plugins-base: port to new map API
Wim Taymans
wtay at kemper.freedesktop.org
Wed Jan 25 03:42:33 PST 2012
Module: gst-plugins-base
Branch: 0.11
Commit: fcdc385aa1bf68bd64e1f17d59f78d6fc13b1eaf
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=fcdc385aa1bf68bd64e1f17d59f78d6fc13b1eaf
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Fri Jan 20 16:11:54 2012 +0100
port to new map API
---
ext/libvisual/visual.c | 9 +-
ext/ogg/gstoggaviparse.c | 15 +-
ext/ogg/gstoggmux.c | 53 +++--
ext/ogg/gstoggparse.c | 6 +-
ext/ogg/gstoggstream.c | 14 +-
ext/ogg/gstogmparse.c | 28 ++--
ext/pango/gstbasetextoverlay.c | 18 +-
ext/pango/gsttextrender.c | 14 +-
ext/theora/gsttheoradec.c | 22 +-
ext/theora/gsttheoraenc.c | 12 +-
ext/theora/gsttheoraparse.c | 21 +-
ext/vorbis/gstvorbisdec.c | 24 +-
ext/vorbis/gstvorbisdeclib.h | 13 +-
ext/vorbis/gstvorbisenc.c | 13 +-
ext/vorbis/gstvorbisparse.c | 43 ++--
ext/vorbis/gstvorbistag.c | 9 +-
gst-libs/gst/audio/audio.c | 11 +-
gst-libs/gst/audio/gstaudiobasesink.c | 10 +-
gst-libs/gst/audio/gstaudiobasesrc.c | 8 +-
gst-libs/gst/riff/riff-media.c | 18 +-
gst-libs/gst/riff/riff-read.c | 133 ++++++------
gst-libs/gst/rtp/gstrtcpbuffer.c | 100 ++++----
gst-libs/gst/rtp/gstrtcpbuffer.h | 4 +-
gst-libs/gst/rtp/gstrtpbuffer.c | 121 +++++------
gst-libs/gst/rtp/gstrtpbuffer.h | 4 +-
gst-libs/gst/tag/gstexiftag.c | 123 +++++------
gst-libs/gst/tag/gstvorbistag.c | 19 +-
gst-libs/gst/tag/gstxmptag.c | 7 +-
gst-libs/gst/tag/id3v2.c | 40 ++--
gst-libs/gst/tag/tags.c | 16 +-
gst-libs/gst/video/gstvideometa.c | 40 ++--
gst-libs/gst/video/gstvideometa.h | 10 +-
gst-libs/gst/video/video.c | 25 +--
gst-libs/gst/video/video.h | 2 +
gst/adder/gstadder.c | 20 +-
gst/audioconvert/gstaudioconvert.c | 22 +-
gst/audiorate/gstaudiorate.c | 5 +-
gst/audioresample/gstaudioresample.c | 49 ++--
gst/audiotestsrc/gstaudiotestsrc.c | 8 +-
gst/gdp/dataprotocol.c | 11 +-
gst/gdp/gstgdpdepay.c | 8 +-
gst/gio/gstgiobasesink.c | 18 +-
gst/gio/gstgiobasesrc.c | 8 +-
gst/subparse/gstssaparse.c | 52 +++--
gst/subparse/gstsubparse.c | 11 +-
gst/tcp/gstmultisocketsink.c | 13 +-
gst/tcp/gsttcpclientsink.c | 21 +-
gst/tcp/gsttcpclientsrc.c | 14 +-
gst/tcp/gsttcpserversrc.c | 14 +-
gst/videoconvert/gstvideoconvert.c | 8 +-
gst/volume/gstvolume.c | 22 +-
tests/check/elements/audioresample.c | 57 +++---
tests/check/elements/gdpdepay.c | 12 +-
tests/check/elements/gdppay.c | 15 +-
tests/check/elements/playbin.c | 17 +-
tests/check/elements/subparse.c | 34 ++--
tests/check/elements/textoverlay.c | 15 +-
tests/check/elements/videoscale.c | 17 +-
tests/check/elements/videotestsrc.c | 9 +-
tests/check/elements/volume.c | 404 +++++++++++++++-----------------
tests/check/elements/vorbistag.c | 12 +-
tests/check/gst/typefindfunctions.c | 22 +-
tests/check/libs/audio.c | 83 ++++----
tests/check/libs/audiocdsrc.c | 5 +-
tests/check/libs/rtp.c | 35 ++-
tests/check/libs/tag.c | 26 ++-
tests/check/libs/video.c | 28 ++--
tests/check/libs/xmpwriter.c | 15 +-
tests/check/pipelines/streamheader.c | 18 +-
tests/examples/app/appsrc_ex.c | 10 +-
tests/examples/seek/jsseek.c | 9 +-
tests/examples/seek/seek.c | 9 +-
tests/examples/snapshot/snapshot.c | 9 +-
tests/icles/playbin-text.c | 9 +-
74 files changed, 1081 insertions(+), 1098 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/diff/?id=fcdc385aa1bf68bd64e1f17d59f78d6fc13b1eaf
More information about the gstreamer-commits
mailing list