Sebastian Dröge [Mon, 10 May 2010 13:13:20 +0000 (15:13 +0200)]
videoscale: Log PAR and DAR of input and output caps when setting caps
Sebastian Dröge [Mon, 10 May 2010 12:52:15 +0000 (14:52 +0200)]
videoscale: Set input width/height if the output caps don't have any width or height
Andoni Morales [Mon, 10 May 2010 11:01:44 +0000 (13:01 +0200)]
videoscale: Try to keep DAR when scaling
Fixes bug #371108.
Olivier Crête [Mon, 10 May 2010 23:09:28 +0000 (19:09 -0400)]
basertpaudiopayload: Add extra frame for non-complete frame lengths
Some payloaders like rtpg729pay can add a shorter frame at the end of a
RTP packet. We need to count it like a full frame for timestamps.
https://bugzilla.gnome.org/show_bug.cgi?id=618324
Olivier Crête [Mon, 10 May 2010 22:53:29 +0000 (18:53 -0400)]
basertpaudiopayload: Set duration on buffers
Set the duration of the buffers from their size
Sebastian Dröge [Tue, 11 May 2010 14:12:49 +0000 (16:12 +0200)]
videotestsrc: Fixate PAR to 1/1 if possible
Sebastian Dröge [Tue, 11 May 2010 08:07:01 +0000 (10:07 +0200)]
configure: Check for GTK+ 3.0 and if it's not available for GTK+ 2.0
Sebastian Dröge [Mon, 10 May 2010 10:44:41 +0000 (12:44 +0200)]
ximagesink: Check if the X context is allocated before using it
It should be allocated at these places already or the state changes
would have failed... but better add an additional check here.
Sebastian Dröge [Mon, 10 May 2010 10:28:29 +0000 (12:28 +0200)]
ximagesink: Post an error message on the bus if no supported pixmap formats can be found
Might fix bug #615851.
Edward Hervey [Fri, 7 May 2010 17:49:57 +0000 (19:49 +0200)]
ffmpegcolorspace : whooops
Edward Hervey [Fri, 7 May 2010 17:21:13 +0000 (19:21 +0200)]
ffmpegcolorspace: more minor cleanups
Edward Hervey [Fri, 7 May 2010 15:16:28 +0000 (17:16 +0200)]
ffmpegcolorspace: speedup caps transformation
* don't re-create our possible caps every single time, just use the
template caps.
* don't intersect the caps against the template, basetransform has already
done that for us.
62% speedup of _transform_caps() (instruction calls, measured with callgrind)
Edward Hervey [Fri, 7 May 2010 10:19:25 +0000 (12:19 +0200)]
uridecodebin: add the 'expose-all-streams' property from decodebin2
API: expose-all-streams
https://bugzilla.gnome.org/show_bug.cgi?id=617868
Edward Hervey [Thu, 6 May 2010 16:50:51 +0000 (18:50 +0200)]
decodebin2: Add a property to not expose/decode all streams
API : expose-all-streams
If disabled:
* only the streams that CAN be decoded and match the final caps will have a
decoder plugged in and be exposed.
* the streams that COULD HAVE BEEN decoded but do not match the finals caps
will not have a decoder plugged in and will not be exposed.
If no decoder is available to decode a certain stream, then the missing element
message will still be emitted regardless of the value of the property.
https://bugzilla.gnome.org/show_bug.cgi?id=617868
Edward Hervey [Thu, 6 May 2010 15:47:12 +0000 (17:47 +0200)]
decodebin2: rename are_raw_caps to are_final_caps, correct comment
https://bugzilla.gnome.org/show_bug.cgi?id=617868
Wim Taymans [Fri, 7 May 2010 15:16:37 +0000 (17:16 +0200)]
sdpmessage: add new TIAS bandwidth modifier
Add TIAS modifier as specified in RFC 3890.
Do some whitespace fixes.
Stefan Kost [Thu, 6 May 2010 21:10:22 +0000 (00:10 +0300)]
audioconvert: disambigue comment due to popular demand
Write "target depth" instead of "our depth" or previous ambigous "out depth".
Mark Nauwelaerts [Thu, 6 May 2010 13:40:34 +0000 (15:40 +0200)]
playsink: disconnect signals in some more cleanup cases
Wim Taymans [Thu, 6 May 2010 11:10:54 +0000 (13:10 +0200)]
oggdemux: don't seek when no current chain
Avoid a crash when we try to seek when there is no current chain.
Wim Taymans [Thu, 6 May 2010 10:21:38 +0000 (12:21 +0200)]
oggdemux: ignore the skeleton start time
Ignore the skeleton start time as it is usually wrong for live streams
and we have the needed logic to calculate it anyway.
Wim Taymans [Thu, 6 May 2010 10:06:09 +0000 (12:06 +0200)]
oggdemux: wait for headers before exposing chains
Wait until we have all the stream headers before we start exposing the streams
of a chain.
Wim Taymans [Thu, 6 May 2010 08:56:21 +0000 (10:56 +0200)]
oggdemux: use index to estimate bitrate
When we have an index, use it to much more accurately estimate the total stream
bitrate.
Stefan Kost [Thu, 6 May 2010 08:34:53 +0000 (11:34 +0300)]
docs: be more firendly to gtk-doc limitted parsing capabilities
Stefan Kost [Thu, 6 May 2010 06:42:02 +0000 (09:42 +0300)]
docs: fix wrong doc markup
Stefan Kost [Thu, 6 May 2010 06:17:33 +0000 (09:17 +0300)]
videoscale: use can_intersect to avoid a caps copy
Stefan Kost [Thu, 6 May 2010 06:14:25 +0000 (09:14 +0300)]
videorate: trucate own caps, instead of copying and using the first only
We got the caps from an intersect, it is our own, hence we can truncate it.
Besides gst-indent has chooses to line-up all caps in one line again :/.
Stefan Kost [Thu, 6 May 2010 06:12:32 +0000 (09:12 +0300)]
decodebin: use can_intersect to avoid a caps copy
Stefan Kost [Thu, 6 May 2010 06:11:17 +0000 (09:11 +0300)]
libvisual: trucate own caps, instead of copying and using the first only
We got the caps from an intersect, it is our own, hence we can truncate it.
Stefan Kost [Thu, 6 May 2010 05:20:10 +0000 (08:20 +0300)]
vorbis: have a copy_sample func as a func pointer
Make some more variants for copy_sample funcs and use them via function pointer.
Stefan Kost [Thu, 6 May 2010 05:16:45 +0000 (08:16 +0300)]
audioconvert: fix typo in comment
Stefan Kost [Thu, 6 May 2010 05:15:16 +0000 (08:15 +0300)]
x(v)imagesink: use gst_caps_can_intersect() more
In place where we just need to know whether caps intersect, we can use this
quicker function.
Stefan Kost [Thu, 15 Apr 2010 10:09:45 +0000 (13:09 +0300)]
examples: add a test for difference position formats
The test runs position and duration queries on the pipeline in all formats.
Stefan Kost [Thu, 15 Apr 2010 10:08:39 +0000 (13:08 +0300)]
example: update status (adder is fixed now)
Stefan Kost [Thu, 15 Apr 2010 10:08:01 +0000 (13:08 +0300)]
example: make app static
Tim-Philipp Müller [Wed, 5 May 2010 12:25:02 +0000 (13:25 +0100)]
oggdemux: printf format fixes
Tim-Philipp Müller [Tue, 4 May 2010 14:32:59 +0000 (15:32 +0100)]
rtsp: weekday and month names in RTSP date string should be in C locale
Create date string using C locale weekday and month names.
Fixes #617636.
Wim Taymans [Tue, 4 May 2010 15:54:01 +0000 (17:54 +0200)]
uridecodebin: add all qtdemux types to downloadable types
Add all the media types that qtdemux can handle to the list of downloadable
types.
Wim Taymans [Tue, 4 May 2010 15:38:50 +0000 (17:38 +0200)]
oggdemux: handle corrupt indexes
Make sure we handle and receover from corrupt indexes.
Wim Taymans [Tue, 4 May 2010 13:47:29 +0000 (15:47 +0200)]
oggdemux: fix EOS check
Wim Taymans [Tue, 4 May 2010 11:51:07 +0000 (13:51 +0200)]
oggstream: avoild division by 0
Wim Taymans [Tue, 4 May 2010 11:50:46 +0000 (13:50 +0200)]
oggdemux: cleanup unused defines
Wim Taymans [Tue, 4 May 2010 11:36:58 +0000 (13:36 +0200)]
oggdemux: use the index in push mode when we can
When seeking in push mode, try to use the index first before we use the bitrate
estimation.
Wim Taymans [Tue, 4 May 2010 11:05:51 +0000 (13:05 +0200)]
oggdemux: use skeleton duration when possible
Wim Taymans [Tue, 4 May 2010 11:02:19 +0000 (13:02 +0200)]
oggstream: parse duration from 3.3 skeleton
Wim Taymans [Tue, 2 Mar 2010 10:16:39 +0000 (11:16 +0100)]
oggdemux: more index parsing work
Wim Taymans [Mon, 1 Mar 2010 12:50:32 +0000 (13:50 +0100)]
oggdemux: clean up fishead/fisbone parsing
Remove some redundant code for parsing fishead streams. Actually use the data we
parsed (mostly start_time).
Wim Taymans [Tue, 4 May 2010 09:19:39 +0000 (11:19 +0200)]
oggdemux: implement seek in push mode
Refactor start time collection code.
When we receive a flush_stop, resync to the new start time and push out a new
segment event.
Wim Taymans [Mon, 3 May 2010 14:52:59 +0000 (16:52 +0200)]
oggdemux: make event handling better
Explicitly handle FLUSH events and resync on FLUSH_STOP.
Make send_event return a boolean.
Use more performant send_event function to forward events.
Wim Taymans [Fri, 30 Apr 2010 16:37:17 +0000 (18:37 +0200)]
oggdemux: implement seeking in pushmode
Convert seek requests to bytes using the bitrate and forward them upstream. Does
not quite work because the flushing and resyncing is not implemented yet.
Wim Taymans [Fri, 30 Apr 2010 16:03:37 +0000 (18:03 +0200)]
oggdemux: refactor for seeking in pushmode
refactor the code a little to prepare for seeking in push mode
Thiago Santos [Mon, 3 May 2010 15:46:34 +0000 (12:46 -0300)]
tag: xmp: Adds new geo-location mappings
Adds GST_TAG_GEO_LOCATION_MOVEMENT_SPEED,
GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION and
GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION to xmp
mappings.
Tests included.
Thiago Santos [Tue, 27 Apr 2010 01:08:41 +0000 (22:08 -0300)]
tag: xmp: Adds xmp mappings for device tags
Adds xmp mappings for GST_TAG_DEVICE_MANUFACTURER and
GST_TAG_DEVICE_MODEL. Also adds tests for it.
Tim-Philipp Müller [Fri, 30 Apr 2010 18:56:14 +0000 (19:56 +0100)]
rtsp: deprecate remaining base64 function now that we depend on GLib 2.20
API: deprecate gst_rtsp_base64_decode_ip(), use g_base64_decode_inplace() instead
Mark Nauwelaerts [Fri, 30 Apr 2010 17:37:33 +0000 (19:37 +0200)]
basertpdepayload: ensure writable metadata
Wim Taymans [Fri, 30 Apr 2010 15:41:05 +0000 (17:41 +0200)]
oggdemux: use bitrate to estimate length in pushmode
Parse the bitrate from the various streams.
Use the bitrate and the upstream length in bytes to estimate the total stream
duration in push mode.
Tim-Philipp Müller [Fri, 30 Apr 2010 13:07:59 +0000 (14:07 +0100)]
Bump GLib requirement to 2.20
See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
Mark Nauwelaerts [Fri, 30 Apr 2010 11:36:59 +0000 (13:36 +0200)]
playbin2: forward duration query duration during group switch if no cached duration
... such as during first group setup.
Fixes #616396.
Mark Nauwelaerts [Fri, 2 Apr 2010 14:37:21 +0000 (16:37 +0200)]
oggdemux: only EOS when all streams are EOS
Mark Nauwelaerts [Fri, 2 Apr 2010 14:36:53 +0000 (16:36 +0200)]
oggdemux: fix debug message
Stefan Kost [Fri, 30 Apr 2010 05:45:43 +0000 (08:45 +0300)]
test: fix copy and paste error of variable name
Stefan Kost [Sun, 18 Apr 2010 17:46:37 +0000 (20:46 +0300)]
adder: only accept seek-types none and set
Previously we were also acting on cur and end, but treating them like none.
Stefan Kost [Wed, 14 Apr 2010 20:31:20 +0000 (23:31 +0300)]
adder: rework timestamping
Adder was using always incrementing timestamps. Seeking was done by setting the
position in the newsegment event. This was failing when doing segmented seeks
with rate<0.0, as offset (and thus timestamp) would go below 0.
Now we take both cur and end from the seek event. We construct newsegment events
depending including cur and end from the seek event. We set position to the
start of the segment. Timestamp is set to start or end of segment depending on
rate. Offset is recalculated.
Sebastian Dröge [Mon, 26 Apr 2010 15:30:44 +0000 (17:30 +0200)]
playsink: Add support for deinterlacing
This is disabled by default and can be enabled with the
deinterlace flag.
Fixes bug #547603.
Sebastian Dröge [Mon, 26 Apr 2010 09:12:43 +0000 (11:12 +0200)]
playbin2: Add flag for enabling/disabling automatic deinterlacing
Sebastian Dröge [Mon, 26 Apr 2010 09:11:37 +0000 (11:11 +0200)]
playbin: Use g_once_init_{enter,leave} instead of GOnce for enum/flag registration
Sebastian Dröge [Fri, 23 Apr 2010 15:01:55 +0000 (17:01 +0200)]
ffmpegcolorspace: Use GST_BOILERPLATE and use GstVideoFilter as base class
This gives automatic QoS handling.
Sebastian Dröge [Fri, 23 Apr 2010 14:24:11 +0000 (16:24 +0200)]
playsink: Correctly reconfigure the video chain when switching from a subtitle to a non-subtitle file
Fixes bug #616422.
Sebastian Dröge [Fri, 23 Apr 2010 14:08:14 +0000 (16:08 +0200)]
playbin2: If a text sink is provided, let subtitle parsing be done by decodebin2 if required
This way subtitle sinks only get buffers in the format that they
understand, i.e. raw parsed text in most cases.
Fixes bug #614942.
Sebastian Dröge [Fri, 23 Apr 2010 13:30:54 +0000 (15:30 +0200)]
playbin2: Set subtitle encoding on the decodebins again
Sebastian Dröge [Fri, 23 Apr 2010 13:22:07 +0000 (15:22 +0200)]
video: API: Add GST_VIDEO_FORMAT_v308 for packed 4:4:4 YUV
Sebastian Dröge [Fri, 23 Apr 2010 13:14:56 +0000 (15:14 +0200)]
videoscale: Some random cleanup
Sebastian Dröge [Fri, 23 Apr 2010 13:06:13 +0000 (15:06 +0200)]
videoscale: Add support for Y444, Y42B and Y41B
Sebastian Dröge [Fri, 23 Apr 2010 12:42:50 +0000 (14:42 +0200)]
videoscale: Reorder template caps by the amount of information contained in the color formats
Joshua M. Doe [Thu, 22 Apr 2010 19:46:17 +0000 (15:46 -0400)]
videorate: add support for video/x-raw-gray
Tim-Philipp Müller [Thu, 29 Apr 2010 14:05:59 +0000 (15:05 +0100)]
docs: remove references to and introspection data of plugins that no longer exist
Some plugins (decodebin2, playbin) have been renamed or merged
into different plugins (uridecodebin, playback).
Tim-Philipp Müller [Thu, 29 Apr 2010 14:02:39 +0000 (15:02 +0100)]
Back to development.
Tim-Philipp Müller [Wed, 28 Apr 2010 01:16:58 +0000 (02:16 +0100)]
Release 0.10.29
Tim-Philipp Müller [Wed, 28 Apr 2010 00:34:24 +0000 (01:34 +0100)]
Update .po files
Tim-Philipp Müller [Sun, 25 Apr 2010 22:14:35 +0000 (23:14 +0100)]
0.10.28.3 pre-release
Tim-Philipp Müller [Tue, 20 Apr 2010 16:20:43 +0000 (17:20 +0100)]
doap: update repository info from cvs->git and maintainers
Tim-Philipp Müller [Fri, 23 Apr 2010 13:39:46 +0000 (14:39 +0100)]
Automatic update of common submodule
From fc85867 to 4d67bd6
Sebastian Dröge [Thu, 22 Apr 2010 18:58:29 +0000 (20:58 +0200)]
ffmpegcolorspace: Fix Y41B->Y444 conversion
...which is the intermediate conversion for conversion to all
other formats.
Fixes bug #616545.
Sebastian Dröge [Fri, 16 Apr 2010 18:03:21 +0000 (20:03 +0200)]
audiorate: Don't leak the input buffer in error cases
Fixes bug #615572.
Stefan Kost [Mon, 29 Mar 2010 09:53:11 +0000 (12:53 +0300)]
docs: fix typo in link name
Stefan Kost [Thu, 15 Apr 2010 09:59:53 +0000 (12:59 +0300)]
x(v)imagesink: gracefully handle ximagesink>xwindow == NULL
Expose could be called before we have set the xwindow. Handle this gracefully
like we do in image_put.
Fixes #615789
Stefan Kost [Thu, 15 Apr 2010 08:44:49 +0000 (11:44 +0300)]
ximagesink: refactor _update_geometry()
Refactor like in xvimagesink. Remove the extra parameter and adjust the assert check.
Thiago Santos [Thu, 15 Apr 2010 10:18:05 +0000 (07:18 -0300)]
configure: Drop -Wcast-align
Commit message copied from core's commit from Benjamin Otte:
246f5dba96a5b50bb74621af67b30942cca72af5
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.
So we'll remove the warning until this problem is fixed.
Fixes #615698
Tim-Philipp Müller [Wed, 14 Apr 2010 13:13:25 +0000 (14:13 +0100)]
0.10.28.2 pre-release
Tim-Philipp Müller [Wed, 14 Apr 2010 12:50:21 +0000 (13:50 +0100)]
po: update translations
Stefan Kost [Tue, 13 Apr 2010 13:20:10 +0000 (16:20 +0300)]
xvimagesink: init geometry when setting new xid
Don't rely on expose event to query geomentry after new xid is set.
Fixes #615647.
Tim-Philipp Müller [Wed, 14 Apr 2010 12:43:44 +0000 (13:43 +0100)]
build: use LDADD instead of LDFLAGS to specify libs to link to when building executables
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
This should make sure arguments are passed to the linker in the right
order, and makes LDFLAGS usable again.
Based on initial patch by Brian Cameron <brian.cameron@oracle.com>
Fixes #615697.
Tim-Philipp Müller [Mon, 12 Apr 2010 13:02:34 +0000 (14:02 +0100)]
typefinding: add channels and rate to ADTS caps if we can
Arun Raghavan [Mon, 12 Apr 2010 12:33:18 +0000 (13:33 +0100)]
typefinding: add AAC level to ADTS caps
This adds code to calculate the level for a given AAC stream and export
it in the stream caps. For AAC LC streams, the level is calculated
according to the definition under the AAC Profile. For other streams,
the definition under the Main Profile is used.
HE-AAC support is still to be done, and is dependent on detecting the
presence of SBR and PS in the stream.
Level is added as a field of type string because that's the way it's
done in H.264 caps as well. There are only a few possible levels, so
not using a numerical type is not too painful in this case, and
consistency is nice.
Fixes #613589.
Arun Raghavan [Wed, 10 Mar 2010 13:32:53 +0000 (13:32 +0000)]
typefinding: add AAC profile to ADTS caps
This looks at the AAC profile for ADTS streams and adds the profile as a
string in the corresponding caps.
Profile is the actual profile, base-profile denotes the minimum codec
requirements to decode this stream. In this case they're always the
same, but they may differ e.g. in case of certain HE-AAC streams that
can be partially decoded by LC decoders (with loss of quality of course)
if no suitable HE-AAC decoder is available.
Fixes #612312.
Stefan Kost [Sun, 11 Apr 2010 19:58:15 +0000 (22:58 +0300)]
adder: add support for negative playback rates
Decrement sample counter when playing backwards. Set proper segment when playing
backwards (0..cur instead or cur..-1). Add more logging and fix a format string.
Olivier Crête [Fri, 26 Mar 2010 23:00:47 +0000 (19:00 -0400)]
audiopayload: use ptime-multiple
Based on patch by Olivier Crête <olivier.crete@collabora.co.uk>
Fixes #613248
Wim Taymans [Fri, 9 Apr 2010 14:06:05 +0000 (16:06 +0200)]
audiopayload: add property to control packet duration
Add a property to specify that the amount of data in a packet should be a
multiple of ptime-multiple.
See #613248
Sebastian Dröge [Fri, 9 Apr 2010 09:20:55 +0000 (11:20 +0200)]
Automatic update of common submodule
From 218568f to fc85867
Tim-Philipp Müller [Thu, 8 Apr 2010 16:49:02 +0000 (17:49 +0100)]
playback, ogg: dist new gstplayback.h and gstogg.h
Thomas Green [Fri, 9 Apr 2010 06:23:33 +0000 (08:23 +0200)]
playbin: Only unref the volume element on dispose and when a new audio sink is set
Unreffing it whenever the sinks are removed will make the volume
element unavailable after a playbin reuse because it is only
recreated if the audio sink has changed.
Fixes bug #614288.