Sebastian Dröge [Wed, 20 Oct 2010 09:01:59 +0000 (11:01 +0200)]
seek: The new combo box text API is available since 2.23.0 and 2.91.1
Only use it conditionally.
Matthias Clasen [Wed, 20 Oct 2010 09:01:14 +0000 (11:01 +0200)]
seek: Don't use deprecated combo box text API
Fixes bug #632653.
Mark Nauwelaerts [Thu, 21 Oct 2010 10:24:19 +0000 (12:24 +0200)]
uridecodebin: workaround internal decodebin2 failing state change
Fixes #632656.
Tim-Philipp Müller [Thu, 21 Oct 2010 12:38:01 +0000 (13:38 +0100)]
tests: don't use deprecated gtk_widget_hide_all()
gtk_widget_hide_all() has been deprecated in gtk+ 2.x and
removed in 2.9x master. Just use gtk_widget_hide() instead.
Tim-Philipp Müller [Thu, 21 Oct 2010 12:07:34 +0000 (13:07 +0100)]
tools: fix linking problems caused by accidentally linking against installed pbutils/gstvideo libs
Fixes build errors in jhbuild:
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_get_elements'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_element_link_pads_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_filter'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_pad_link_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_plugin_feature_list_debug'
Tim-Philipp Müller [Mon, 18 Oct 2010 23:07:47 +0000 (00:07 +0100)]
libs: touch marshal.list files to force rebuild after Makefile.am changes
Force regeneration of marshal.[ch] files after prefix changes in
Makefile.am, to avoid build errors for those of us who don't
habitually make clean first.
Tim-Philipp Müller [Sat, 16 Oct 2010 00:08:38 +0000 (01:08 +0100)]
0.10.30.2 pre-release
Tim-Philipp Müller [Sat, 16 Oct 2010 00:07:16 +0000 (01:07 +0100)]
po: update translations
Thiago Santos [Fri, 8 Oct 2010 20:24:07 +0000 (17:24 -0300)]
tag: Adds GST_TAG_CAPTURING_SOURCE
Adds a tag to indicate the source/device used for the capture.
Already maps it in exif and adds tests.
API: GST_TAG_CAPTURING_SOURCE
https://bugzilla.gnome.org/show_bug.cgi?id=631773
Thiago Santos [Fri, 8 Oct 2010 18:51:28 +0000 (15:51 -0300)]
tag: Adds GST_TAG_CAPTURING_METERING_MODE
Adds a tag to inform what mode was used by a camera to calculate
the picture capturing exposure
Also adds mapping to exif and tests
API: GST_TAG_CAPTURING_METERING_MODE
https://bugzilla.gnome.org/show_bug.cgi?id=631773
Thiago Santos [Fri, 8 Oct 2010 18:14:22 +0000 (15:14 -0300)]
tag: Adds GST_TAG_CAPTURING_SHARPNESS
Adds new tag for tagging sharpness processing used
when capturing an image. Also maps it in the exif
tags.
Tests included.
API: GST_TAG_CAPTURING_SHARPNESS
https://bugzilla.gnome.org/show_bug.cgi?id=631773
Tim-Philipp Müller [Fri, 15 Oct 2010 22:54:40 +0000 (23:54 +0100)]
rtsp: don't export marshaller function
Make sure the marshaller function isn't exported. As it was
never in a public header file, this should be fine.
Tim-Philipp Müller [Fri, 15 Oct 2010 20:22:35 +0000 (21:22 +0100)]
pbutils: fix distcheck
Apparently noinst implies dist.
David Schleef [Fri, 15 Oct 2010 18:23:02 +0000 (11:23 -0700)]
tests: Don't dist generated orc code
David Schleef [Fri, 15 Oct 2010 18:22:45 +0000 (11:22 -0700)]
Update generated orc code
Tim-Philipp Müller [Fri, 15 Oct 2010 18:18:12 +0000 (19:18 +0100)]
pbutils: make marshaller private
There's no reason to make the marshaller public API. Don't install
pbutils-marshal.h header file and use prefix that makes sure the
symbol doesn't get exported.
Tim-Philipp Müller [Fri, 15 Oct 2010 18:14:49 +0000 (19:14 +0100)]
pbutils: use fewer variables in Makefile.am to make things clearer
Also fix typo in DISTCLEANFILES.
Tim-Philipp Müller [Fri, 15 Oct 2010 16:59:26 +0000 (17:59 +0100)]
configure: bump Orc requirement to 0.4.11
Has fixes for volume, among other things.
Tim-Philipp Müller [Fri, 15 Oct 2010 16:23:44 +0000 (17:23 +0100)]
docs: improve gst_discoverer_new() docs a bit
Tim-Philipp Müller [Fri, 15 Oct 2010 15:43:41 +0000 (16:43 +0100)]
discoverer: private structs need to padding
Sebastian Dröge [Fri, 15 Oct 2010 09:26:50 +0000 (11:26 +0200)]
video: Fix stupid copy&paste error in last commit
Sebastian Dröge [Wed, 13 Oct 2010 20:51:12 +0000 (22:51 +0200)]
ffmpegcolorspace: Add support for A420
Sebastian Dröge [Wed, 13 Oct 2010 18:45:28 +0000 (20:45 +0200)]
video: API: Add A420 video format
This is planar 4:2:0 YUV plus non-subsampled alpha plane.
David Schleef [Thu, 14 Oct 2010 19:31:39 +0000 (12:31 -0700)]
Automatic update of common submodule
From 5a668bf to 7bbd708
Tim-Philipp Müller [Thu, 14 Oct 2010 15:36:30 +0000 (16:36 +0100)]
typefinding: fix ADTS caps stream-format detail
Field should be "stream-format", not "stream-type".
Andrzej K. Haczewski [Thu, 8 Jul 2010 13:22:08 +0000 (15:22 +0200)]
typefinding: extend AAC typefinder to detect LOAS streams
Extend AAC typefinder to recognize LOAS stream as specified by
ISO/IEC 14496-3:2009.
https://bugzilla.gnome.org/show_bug.cgi?id=623918
Stefan Kost [Wed, 13 Oct 2010 20:26:35 +0000 (23:26 +0300)]
*decodebin*: set pad-templates on ghostpads
This makes calling gst_pad_get_pad_template() work.
Thiago Santos [Wed, 13 Oct 2010 00:23:03 +0000 (21:23 -0300)]
tag: Update with latest datetime from core
Updates datetime functions to latest APIs in core
Stefan Kost [Wed, 13 Oct 2010 13:12:38 +0000 (16:12 +0300)]
various: add a missing G_PARAM_STATIC_STRINGS flag to object properties
Tim-Philipp Müller [Wed, 13 Oct 2010 12:05:12 +0000 (13:05 +0100)]
decodebin2: declare decodebin2 stable, deprecate the old decodebin
https://bugzilla.gnome.org/show_bug.cgi?id=624949
Tim-Philipp Müller [Wed, 13 Oct 2010 11:55:31 +0000 (12:55 +0100)]
playbin2: declare stable, deprecate the old playbin
https://bugzilla.gnome.org/show_bug.cgi?id=624949
Wim Taymans [Tue, 12 Oct 2010 14:03:36 +0000 (16:03 +0200)]
oggdemux: only keep last valid granulepos
Only keep the last valid granulepos we see when scanning the last
pages. It is possible that the last page that we inspect has a -1 granulepos, in
which case we want to keep the previous valid time instead.
Fixes #631703
David Schleef [Sun, 10 Oct 2010 22:22:52 +0000 (15:22 -0700)]
oggdemux: Fix check for last page
David Schleef [Sun, 10 Oct 2010 22:22:04 +0000 (15:22 -0700)]
oggdemux: change checks from is_skeleton to is_sparse
David Schleef [Sun, 10 Oct 2010 22:17:31 +0000 (15:17 -0700)]
oggdemux: move is_sparse into stream map
Thiago Santos [Mon, 11 Oct 2010 21:06:18 +0000 (18:06 -0300)]
tests: vorbis: adds missing lib
Adds missing lib to vorbis check tests makefile
Sebastian Dröge [Mon, 11 Oct 2010 12:30:02 +0000 (14:30 +0200)]
uridecodebin: Set GST_ELEMENT_IS_SOURCE flag
uridecodebin behaves like a source, let's mark it as a source
Tim-Philipp Müller [Sat, 9 Oct 2010 23:52:13 +0000 (00:52 +0100)]
theoradec: expose telemetry properties only if libtheora was compiled with --enable-telemetry
Since this is just a debugging feature and libtheora will usually not be
compiled with that option enabled, we should maybe just hide these properties,
since they won't work anyway, and avoid confusing warnings.
Also rename properties to make them less cryptic.
https://bugzilla.gnome.org/show_bug.cgi?id=628488
Alexey Fisher [Sat, 9 Oct 2010 22:49:35 +0000 (23:49 +0100)]
theoradec: add properties to enable debugging telemetry overlay
The theora decoder can overlay debugging information on the output
video. This functionality is only available if libtheora has been
compiled with --enable-telemetry. For more details see:
http://people.xiph.org/~xiphmont/demo/theora/demo2.html
Based on original patch by Michael Smith <msmith at xiph org>
https://bugzilla.gnome.org/show_bug.cgi?id=628488
Sebastian Dröge [Sun, 10 Oct 2010 16:35:54 +0000 (18:35 +0200)]
xvimagesink: Make sure that the caps for upstream negotiation are simple caps
Fixes bug #631774.
Vincent Penquerc'h [Sat, 9 Oct 2010 13:17:57 +0000 (14:17 +0100)]
examples: g_mapped_file_unref exists already since GLib 2.21.3
Guillaume Emont [Thu, 7 Oct 2010 17:32:56 +0000 (19:32 +0200)]
oggdemux: fix seeking with negative rate with skeleton
Files with a skeleton, or other files with a stream that ends before the end of
the chain would start playing from the end of the chain when trying to seek with
a negative rate at a position between the end of any stream and the end of the
chain.
This is due to the loop in _do_seek() assuming that pages will be encountered
for all streams shortly after the place where we want to seek, as found by
do_binary_search().
In the first iteration of the loop, stream ends are now checked against the
time of the current page.
Zaheer Abbas Merali [Thu, 7 Oct 2010 17:53:35 +0000 (18:53 +0100)]
multifdsink: gdp protocol is deprecated. People should use gdppay instead.
David Schleef [Fri, 8 Oct 2010 19:43:28 +0000 (12:43 -0700)]
Automatic update of common submodule
From c4a8adc to 5a668bf
Edward Hervey [Tue, 28 Sep 2010 10:17:41 +0000 (12:17 +0200)]
pbutils: rename gstdiscoverer-private.h to pbutils-private.h
Edward Hervey [Tue, 28 Sep 2010 10:15:22 +0000 (12:15 +0200)]
pbutils: Use copy_and_clean_caps for description methods
This allows the various _get_*_description() methods to be more
forgiving with the provided caps.
Sebastian Dröge [Fri, 8 Oct 2010 10:51:43 +0000 (12:51 +0200)]
Automatic update of common submodule
From 5e3c9bf to c4a8adc
Tim-Philipp Müller [Fri, 8 Oct 2010 10:23:33 +0000 (11:23 +0100)]
rtsp: make public _get_type() functions thread-safe
Tim-Philipp Müller [Fri, 8 Oct 2010 09:29:04 +0000 (10:29 +0100)]
rtspurl: minor clean-up
Merge and const-ify two arrays that should be one.
Tim-Philipp Müller [Fri, 8 Oct 2010 09:06:07 +0000 (10:06 +0100)]
rtsp: fix enum value name in enums that are public API
https://bugzilla.gnome.org/show_bug.cgi?id=629746
Tim-Philipp Müller [Fri, 8 Oct 2010 08:48:50 +0000 (09:48 +0100)]
audio: make public get_type() functions thread-safe
Tim-Philipp Müller [Fri, 8 Oct 2010 08:45:30 +0000 (09:45 +0100)]
audio: fix enum value name in enums that are public API
So run-time bindings can introspect the names correctly (we abuse this
field as description field only in elements, not for public API
(where the description belongs into the gtk-doc chunk).
https://bugzilla.gnome.org/show_bug.cgi?id=629746
Sebastian Dröge [Fri, 8 Oct 2010 10:30:33 +0000 (12:30 +0200)]
volume: Regenerate generated orc C code again with an orc fix for loading double parameters
Sebastian Dröge [Fri, 8 Oct 2010 09:50:43 +0000 (11:50 +0200)]
volume: Update generated orc sources
Sebastian Dröge [Fri, 8 Oct 2010 09:49:09 +0000 (11:49 +0200)]
volume: Fix unit test failure for the controlled processing functions
Going over integer arithmetic will lead to minimal rounding errors,
leading to +/-1 changes for volume==1.0. Implement the controlled
processing with floating point arithmetic, which was already done
for the C versions anyway.
Sebastian Dröge [Fri, 8 Oct 2010 07:10:41 +0000 (09:10 +0200)]
configure: Require orc 0.4.10
Sebastian Dröge [Thu, 7 Oct 2010 21:54:57 +0000 (23:54 +0200)]
audioconvert: Update generated orc files
Sebastian Dröge [Thu, 7 Oct 2010 21:54:25 +0000 (23:54 +0200)]
volume: Update for orc changes
double parameters are declared with .doubleparam now.
Sebastian Dröge [Sun, 3 Oct 2010 09:21:20 +0000 (11:21 +0200)]
volume: Update generated orc sources
Sebastian Dröge [Sun, 3 Oct 2010 10:00:42 +0000 (12:00 +0200)]
volume: Fix controlled processing via orc
Sebastian Dröge [Sun, 3 Oct 2010 09:24:29 +0000 (11:24 +0200)]
volume: Actually enable usage of the orc optimized functions
Sebastian Dröge [Sun, 3 Oct 2010 09:20:37 +0000 (11:20 +0200)]
volume: Implement int32 processing with orc
Sebastian Dröge [Fri, 1 Oct 2010 10:21:52 +0000 (12:21 +0200)]
volume: Implement controlled processing for int16/1-2ch and int8/1,2,4ch with orc
Sebastian Dröge [Fri, 1 Oct 2010 09:13:01 +0000 (11:13 +0200)]
volume: Implement controlled processing for f64/1ch and f32/1-2ch in orc
Sebastian Dröge [Fri, 1 Oct 2010 09:00:54 +0000 (11:00 +0200)]
volume: Convert parts of the controlled processing to orc
Sebastian Dröge [Fri, 1 Oct 2010 08:44:37 +0000 (10:44 +0200)]
volume: Implement f64 scaling with orc
This requires orc 0.4.10
Sebastian Dröge [Fri, 1 Oct 2010 08:38:38 +0000 (10:38 +0200)]
audioconvert: Implement remaining conversion functions from/to doubles to orc
This requires orc 0.4.10
Tim-Philipp Müller [Thu, 7 Oct 2010 19:54:32 +0000 (20:54 +0100)]
audiorate: use g_object_notify_by_pspec() if possible
Use g_object_notify_by_pspec() when building against GLib >= 2.26.
This avoids the pspec lookup which takes the global paramspec pool lock.
Tim-Philipp Müller [Thu, 7 Oct 2010 19:37:10 +0000 (20:37 +0100)]
videorate: use g_object_notify_by_pspec() if possible
Use g_object_notify_by_pspec() when building against GLib >= 2.26.
This avoids the pspec lookup which takes the global paramspec pool lock.
Thiago Santos [Mon, 4 Oct 2010 13:01:19 +0000 (10:01 -0300)]
streamsynchronizer: Do not advance segment starts beyond stop times
Advance stop times too when they are getting higher than the
stop time of segments, avoiding assertions.
The stop time has to be advanced too so that running time keep in sync
for gapless mode.
https://bugzilla.gnome.org/show_bug.cgi?id=631312
Thiago Santos [Wed, 6 Oct 2010 19:19:49 +0000 (16:19 -0300)]
tests: rtp: No need to unref buffer from bufferlist
Buffers obtained from buffer list iterators don't need to
be unreffed.
Test was failing due to this.
Mark Nauwelaerts [Mon, 4 Oct 2010 09:22:45 +0000 (11:22 +0200)]
vorbisdec: reverse playback; decode pending buffers upon EOS
Tim-Philipp Müller [Tue, 5 Oct 2010 18:15:47 +0000 (19:15 +0100)]
videoscale: use math-compat.h here as well
Hopefully the powers that be don't mind the gst/glib include here
too much.
Tim-Philipp Müller [Tue, 5 Oct 2010 18:13:43 +0000 (19:13 +0100)]
videotestsrc: include new math-compat.h header for rint() on MSVC
Should fix compilation with Visual Studio 2008.
https://bugzilla.gnome.org/show_bug.cgi?id=630802
Wim Taymans [Tue, 5 Oct 2010 15:19:28 +0000 (17:19 +0200)]
win32: update def file with new RTP methods
Wim Taymans [Tue, 5 Oct 2010 15:13:09 +0000 (17:13 +0200)]
check: fix rtp checks
Fix the checks for the extension support in RTP.
Wim Taymans [Tue, 5 Oct 2010 14:36:24 +0000 (16:36 +0200)]
seek: fix position reporting
Olivier Crête [Thu, 26 Aug 2010 16:34:11 +0000 (12:34 -0400)]
rtcpbuffer: Add function to manipulation the data in RTCP feedback packets
Add methods to get/set the length of the Feedback Control Information (FCI) as
well as getting a pointer to the FCI itself.
Olivier Crête [Mon, 23 Aug 2010 20:41:44 +0000 (16:41 -0400)]
tests: Test the manipulations of bufferlists containing RFC 5285 header extensions
Olivier Crête [Mon, 23 Aug 2010 18:24:21 +0000 (14:24 -0400)]
rtpbuffer: Add function to transform a GstBuffer into a GstBufferList
Add a new function called gst_rtp_buffer_list_from_buffer() that takes
a GstBuffer containing a RTP packets and spits out a GstBufferList
containing two buffers, one with the header and the other with the payload.
Olivier Crête [Sun, 22 Aug 2010 23:44:38 +0000 (19:44 -0400)]
rtpbuffer: Add functions to add RFC 5285 header extensions to GstBufferLists
Add functions to add header extensions to buffer lists, these functions only modify
the header part of the buffer lists, so the data is not copied.
Olivier Crête [Sun, 22 Aug 2010 21:22:21 +0000 (17:22 -0400)]
rtpbuffer: Add function to read RFC 5285 header extensions from GstBufferLists
Olivier Crête [Fri, 20 Aug 2010 19:30:08 +0000 (15:30 -0400)]
tests: Add test for RTP header extension functions
Olivier Crête [Fri, 20 Aug 2010 21:13:06 +0000 (17:13 -0400)]
rtpbuffer: Add function to add RTP header extensions with a two bytes header
Olivier Crête [Fri, 20 Aug 2010 16:54:38 +0000 (12:54 -0400)]
rtpbuffer: Add function to append RFC 5285 one byte header extensions
Olivier Crête [Thu, 19 Aug 2010 20:26:18 +0000 (16:26 -0400)]
rtpbuffer: Add function to parse RFC 5285 header extensions
RFC 5285 describes a generic method to add multiple header extensions to RTP packets.
These functions parse these headers and return them, both for the one-byte header and the
two bytes headers.
Wim Taymans [Tue, 5 Oct 2010 10:05:38 +0000 (12:05 +0200)]
libvisual: only drop frames that are really too old
Also take the frame duration into account so that we don't drop frames that are
partially past the estimated QoS time.
Wim Taymans [Tue, 5 Oct 2010 10:01:25 +0000 (12:01 +0200)]
libvisual: add latency query
Add our own latency to the latency query reply from upstream.
Wim Taymans [Tue, 5 Oct 2010 10:00:28 +0000 (12:00 +0200)]
libvisual: add some defines
Add some defines for width/height/fps and a define for the minimum amount of
samples we need to buffer.
Arun Raghavan [Mon, 4 Oct 2010 10:18:51 +0000 (15:48 +0530)]
gst-discoverer: The 'ready' signal was renamed to 'finished'
Wim Taymans [Mon, 4 Oct 2010 15:27:00 +0000 (17:27 +0200)]
parse: Don't error on discont
We don't need to error out when we detect a discontinuity.
Wim Taymans [Mon, 4 Oct 2010 15:08:43 +0000 (17:08 +0200)]
theoraparse: set caps on streamheader too
Arun Raghavan [Mon, 4 Oct 2010 07:37:14 +0000 (13:07 +0530)]
build: Fix include path order for gir generation
This makes sure that the built girs are picked up over installed girs
where this is currently the case.
Tim-Philipp Müller [Fri, 1 Oct 2010 13:52:15 +0000 (14:52 +0100)]
codec utils: populate mpeg4 caps "level" field with level, not profile
Call the right function to get the level. Also add some more debug
logging.
Sebastian Dröge [Fri, 1 Oct 2010 08:47:08 +0000 (10:47 +0200)]
volume: Update generated orc files
Sebastian Dröge [Fri, 1 Oct 2010 08:42:27 +0000 (10:42 +0200)]
volume: Improve f32 scaling by using only a single array
Passing the same array as dest and src is invalid anyway because
they're maked with the restrict qualifier.
Tim-Philipp Müller [Thu, 30 Sep 2010 14:19:02 +0000 (15:19 +0100)]
pbutils: include config.h in codec utils
Tim-Philipp Müller [Wed, 29 Sep 2010 23:19:29 +0000 (00:19 +0100)]
docs: add new codec utils API to docs
Arun Raghavan [Fri, 30 Apr 2010 19:33:18 +0000 (01:03 +0530)]
pbutils: Add MPEG-4 Video profile/level extraction
This adds code to translate the profile_and_level indication from the
MPEG-4 video (ISO/IEC 14496-2) headers to a string profile/level. The
mappings are taken from the spec and Wireshark's code, and might need to
be expanded on.
https://bugzilla.gnome.org/show_bug.cgi?id=617314
API: gst_codec_utils_mpeg4video_get_profile()
API: gst_codec_utils_mpeg4video_get_level()
API: gst_codec_utils_mpeg4video_caps_set_level_and_profile()
Arun Raghavan [Fri, 30 Apr 2010 15:20:09 +0000 (20:50 +0530)]
pbutils: add H.264 profile/level extraction functions to codec utils
This adds code to parse the first few bytes of H.264 sequence parameter
set in order to extract the profile and level as const strings. This
code was originally in both qtdemux and matroskademux.
https://bugzilla.gnome.org/show_bug.cgi?id=617314
API: gst_codec_utils_h264_get_level()
API: gst_codec_utils_h264_get_profile()
API: gst_codec_utils_h264_caps_set_level_and_profile()