1 2008-12-17 Stefan Kost <ensonic@users.sf.net>
3 * gst/adder/Makefile.am:
4 * gst/adder/gstadder.c:
5 Cleanup variable names to make the adder-loop easier to understand.
6 Also try to use liboil to spee it up, but ifdef it out as it does not
7 make any change for me (Intel pentim M (sse,sse2) please try on other
10 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
12 * docs/plugins/Makefile.am:
13 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15 * gst/tcp/gsttcpclientsink.c:
16 * gst/tcp/gsttcpclientsrc.c:
17 * gst/tcp/gsttcpserversrc.c:
18 Add minimal docs to make the remaining tcp elements show up.
21 2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
23 * win32/common/config.h:
24 Update to CVS version.
26 * win32/common/config.h.in:
27 Hardcode path to plugin install helper exe, just like we hardcode
28 the paths in core. Removes another source of VCS conflicts for
29 people hacking gst-plugins-base on systems with autotools.
31 2008-12-13 Edward Hervey <bilboed@gmail.com>
34 And a couple more .m4 that don't exist anymore with gettext 0.17
36 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
40 inttypes.m4 hasn't been available since gettext-0.15, and since we now
41 require gettext >= 0.17 ... we can remove it from the list of files to
44 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
46 * gst-libs/gst/audio/gstbaseaudiosink.c:
47 (gst_base_audio_sink_slave_method_get_type),
48 (gst_base_audio_sink_class_init):
49 * gst-libs/gst/audio/gstbaseaudiosink.h:
50 * gst-libs/gst/audio/gstbaseaudiosrc.c:
51 (gst_base_audio_src_slave_method_get_type),
52 (gst_base_audio_src_class_init):
53 * gst-libs/gst/audio/gstbaseaudiosrc.h:
54 API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
55 public API. This is needed for the C++ bindings to be able
56 to use this base classes. Fixes bug #564200, #564206.
58 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
60 * gst-libs/gst/cdda/gstcddabasesrc.c:
61 (gst_cdda_base_src_handle_event):
62 Remove erroneous gst_buffer_ref().
63 * tests/check/libs/rtp.c: (GST_START_TEST):
64 Don't forget to unref the buffer once you're done with it.
66 2008-12-12 Stefan Kost <ensonic@users.sf.net>
68 * gst/playback/gstplaybin.c:
69 * gst/playback/gstplaybin2.c:
72 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
74 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
75 Free the factory array when finalizing.
76 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
77 Use a GstStaticPadTemplate since the src pad caps are fixed.
79 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
81 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
82 (gst_vorbis_enc_init):
83 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
86 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
88 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
89 (gst_riff_create_video_template_caps):
90 Add mapping for VP6 in avi/riff.
92 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
94 * gst/subparse/samiparse.c: (sami_context_push_state),
95 (sami_context_pop_state), (start_sami_element), (end_sami_element):
96 Some versions of libxml seem to be very picky as to strict formatting
97 of the input and never 'close' the final </body> tag.
98 In order to fix that bad behaviour, we trigger the flushing of
99 remaining data on both </body> and </sami>.
102 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
104 Patch by: Guillaume Emont <guillaume at fluendo dot com>
106 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
107 Add typefinders for MS Word files and OS X .DS_Store files to
108 prevent them to be recognized as MPEG files. Fixes bug #564098.
110 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
112 * gst/playback/gstplaysink.c: (gen_audio_chain),
113 (gst_play_sink_reconfigure):
114 Add some more debug info.
115 Fix linking of just an encoded sink.
116 Handle failure to create a sink chain more gracefully than crashing.
118 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
120 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
121 Pushing 10 buffers is enough to run the test.
123 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
125 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
126 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
128 Hook up the SKIP seek flag.
130 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
132 * gst/playback/gstplaybin2.c: (pad_added_cb):
133 Error out with a missing-plugin error when the input-selector was not
136 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
139 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
141 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
142 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
143 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
144 (gst_play_sink_send_event), (gst_play_sink_change_state):
146 Try to set the selected sink to READY before using it. This will allow
147 for detection of incompatible formats sooner.
148 Don't cause a fatal error when conversion elements are missing but post
149 a missing-element message and a warning instead because things might
150 still link and run fine.
151 Simplyfy the construction of audio and video sink chains.
153 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
155 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
156 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
157 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
160 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
162 Patch by: Luis Menina <liberforce at freeside dot fr>
164 * gst-libs/gst/floatcast/floatcast.h:
165 * gst/typefind/gsttypefindfunctions.c:
166 Include glib.h instead of a specific GLib header. Including single
167 GLib headers is deprecated. Fixes bug #563904.
169 2008-12-09 Julien Moutte <julien@fluendo.com>
171 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
172 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
174 2008-12-09 Stefan Kost <ensonic@users.sf.net>
176 * gst-libs/gst/riff/riff-read.c:
177 Fix handling of odd chunks in riff metadata.
179 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
181 * gst/volume/gstvolume.c: (gst_volume_class_init),
182 (volume_before_transform), (volume_transform_ip):
183 Use new basetransform vmethod to reconfigure the dynamic properties and
184 any pending volume/mute changes. Fixes #563508.
186 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
189 First check for "theoraenc theoradec" and if that failed check
190 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
191 deprecate the latter. Also linking on Windows fails with just "theora"
192 and the version check would fail for the release candidates.
195 2008-12-08 Stefan Kost <ensonic@users.sf.net>
197 * gst/playback/gstdecodebin.c:
198 * gst/playback/gstdecodebin2.c:
199 Add basic docs to decodebin and link to decodebin from decodebin2.
201 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
203 Patch by: Olivier Crete <tester at tester ca>
205 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
206 * gst-libs/gst/rtp/gstrtcpbuffer.h:
207 Implement gst_rtcp_packet_remove(). Fixes #563174.
209 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
210 Add unit test for some RTCP functions.
212 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
215 Apparently AC_CONFIG_MACRO_DIR breaks when using more
216 than one macro directory, reverting last change.
218 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
221 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
224 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
226 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
227 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
228 Clear all flags on buffers returned from the image pool.
231 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
233 Patch by: Cygwin Ports maintainer
234 <yselkowitz at users dot sourceforge dot net>
238 Require gettext 0.17 because older versions don't mix with libtool
239 2.2. At build time an older gettext version will still work.
242 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
244 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
246 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
248 * docs/plugins/gst-plugins-base-plugins.args:
249 * docs/plugins/gst-plugins-base-plugins.hierarchy:
250 * docs/plugins/gst-plugins-base-plugins.interfaces:
251 * docs/plugins/gst-plugins-base-plugins.prerequisites:
252 * docs/plugins/inspect/plugin-videorate.xml:
253 * gst/speexresample/gstspeexresample.c:
254 Update documentation of speexresample for the new element name.
256 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
258 * gst/speexresample/README:
259 Update README with the latest diff between the Speex resampler
262 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
264 * gst/speexresample/gstspeexresample.c: (plugin_init):
265 Update the debug category from speex_resample to audioresample.
267 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
269 * gst/audioresample/Makefile.am:
270 * gst/audioresample/buffer.c:
271 * gst/audioresample/buffer.h:
272 * gst/audioresample/debug.c:
273 * gst/audioresample/debug.h:
274 * gst/audioresample/functable.c:
275 * gst/audioresample/functable.h:
276 * gst/audioresample/gstaudioresample.c:
277 * gst/audioresample/gstaudioresample.h:
278 * gst/audioresample/resample.c:
279 * gst/audioresample/resample.h:
280 * gst/audioresample/resample_chunk.c:
281 * gst/audioresample/resample_functable.c:
282 * gst/audioresample/resample_ref.c:
283 * tests/check/elements/audioresample.c:
284 Remove audioresample files.
286 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
288 * docs/plugins/inspect/plugin-audioresample.xml:
289 Regenerated for library filename change.
291 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
294 * docs/plugins/Makefile.am:
295 * docs/plugins/gst-plugins-base-plugins-sections.txt:
296 * docs/plugins/gst-plugins-base-plugins.args:
297 * docs/plugins/gst-plugins-base-plugins.hierarchy:
298 * docs/plugins/gst-plugins-base-plugins.interfaces:
299 * docs/plugins/gst-plugins-base-plugins.prerequisites:
300 * docs/plugins/inspect/plugin-adder.xml:
301 * docs/plugins/inspect/plugin-alsa.xml:
302 * docs/plugins/inspect/plugin-audioconvert.xml:
303 * docs/plugins/inspect/plugin-audiorate.xml:
304 * docs/plugins/inspect/plugin-audioresample.xml:
305 * docs/plugins/inspect/plugin-audiotestsrc.xml:
306 * docs/plugins/inspect/plugin-cdparanoia.xml:
307 * docs/plugins/inspect/plugin-decodebin.xml:
308 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
309 * docs/plugins/inspect/plugin-gdp.xml:
310 * docs/plugins/inspect/plugin-gio.xml:
311 * docs/plugins/inspect/plugin-gnomevfs.xml:
312 * docs/plugins/inspect/plugin-libvisual.xml:
313 * docs/plugins/inspect/plugin-ogg.xml:
314 * docs/plugins/inspect/plugin-pango.xml:
315 * docs/plugins/inspect/plugin-playback.xml:
316 * docs/plugins/inspect/plugin-queue2.xml:
317 * docs/plugins/inspect/plugin-subparse.xml:
318 * docs/plugins/inspect/plugin-tcp.xml:
319 * docs/plugins/inspect/plugin-theora.xml:
320 * docs/plugins/inspect/plugin-typefindfunctions.xml:
321 * docs/plugins/inspect/plugin-uridecodebin.xml:
322 * docs/plugins/inspect/plugin-video4linux.xml:
323 * docs/plugins/inspect/plugin-videorate.xml:
324 * docs/plugins/inspect/plugin-videoscale.xml:
325 * docs/plugins/inspect/plugin-videotestsrc.xml:
326 * docs/plugins/inspect/plugin-volume.xml:
327 * docs/plugins/inspect/plugin-vorbis.xml:
328 * docs/plugins/inspect/plugin-ximagesink.xml:
329 * docs/plugins/inspect/plugin-xvimagesink.xml:
330 * gst/speexresample/gstspeexresample.c: (plugin_init):
331 * gst/speexresample/Makefile.am:
332 * tests/check/Makefile.am:
333 * tests/check/elements/speexresample.c: (setup_speexresample),
334 (GST_START_TEST), (test_pipeline):
335 Rename the moved speexresample to audioresample, integrate into the
336 build system and remove the old audioresample from the build system.
337 Fixes bug #558124, #385061, #346218, #116051.
339 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
341 * gst-libs/gst/audio/gstbaseaudiosrc.c:
342 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
343 Avoid nasty int overflows after about 12 hours and 25 minutes when these
344 code paths are triggered.
345 A free beer to Håvard Graff for finding this!
347 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
349 Patch by: 이문형 <iwings at gmail dot com>
351 * gst-libs/gst/rtsp/gstrtspconnection.c:
352 (gst_rtsp_connection_connect):
353 A successful gst_poll_wait() doesn't always mean successful connect() on
354 Windows. We should check errors by calling gst_poll_fd_has_error().
357 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
359 * gst-libs/gst/rtp/gstrtcpbuffer.c:
360 Fix typo in the docs.
362 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
364 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
365 If no stream was found before receiving EOS, post an error message.
368 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
370 * ext/theora/gsttheoraenc.h:
371 * ext/theora/theoraenc.c: (gst_theora_enc_init),
372 (theora_buffer_from_packet), (theora_push_packet),
373 (theora_enc_sink_event), (theora_enc_is_discontinuous),
375 Parse segment events.
376 Pass incomming buffer timestamps to outgoing buffers.
377 Use the running_time to construct the granulepos.
380 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
382 * gst/playback/gstplaybin2.c: (activate_group):
383 Fix buffer-duration property.
385 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
387 * gst-libs/gst/audio/gstbaseaudiosink.c:
388 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
389 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
390 (gst_base_audio_sink_change_state):
391 Really fix audiosink drain handling by keeping track of the running_time
394 2008-11-24 Michael Smith <msmith@songbirdnest.com>
396 * gst/playback/gstplaybin2.c:
397 Add notification of current stream. Add ability to configure buffer
399 * gst/playback/gsturidecodebin.c:
400 Add ability to configure buffer sizes for streaming mode.
403 2008-11-24 Stefan Kost <ensonic@users.sf.net>
405 * gst-libs/gst/audio/gstbaseaudiosink.c:
406 Time is already in running_time. Remove base_time handling. Fixes
407 audiosinks not draining and thus chopping some audio in the end.
409 2008-11-24 David Schleef <ds@schleef.org>
411 * ext/ogg/gstoggmux.c:
412 * ext/ogg/gstoggmux.h:
413 If we're muxing a dirac stream, flush the page after every picture.
415 2008-11-24 Stefan Kost <ensonic@users.sf.net>
417 * gst-libs/gst/audio/gstbaseaudiosink.c:
418 Add one log message to check for audio_drained. Sync one log message
419 with the condition. Send EOS after draining audio in pull mode.
421 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
423 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
424 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
425 Use gst_buffer_try_new_and_alloc() and fail properly if the
426 allocation failed. This prevents abort() if downstream elements
427 request an insane amount of memory.
429 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
431 * gst/volume/gstvolume.c: (volume_choose_func),
432 (volume_update_volume), (gst_volume_set_volume),
433 (gst_volume_get_volume), (gst_volume_set_mute),
434 (gst_volume_class_init), (gst_volume_init),
435 (volume_process_double), (volume_process_float),
436 (volume_process_int32), (volume_process_int32_clamp),
437 (volume_process_int24), (volume_process_int24_clamp),
438 (volume_process_int16), (volume_process_int16_clamp),
439 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
440 (volume_transform_ip), (volume_set_property),
441 (volume_get_property):
442 * gst/volume/gstvolume.h:
443 Cleanup volume, define and use default values.
444 Recalculate new volume and mute setup before processing. Fixes #561789.
446 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
447 Add controller unit test. Patch by: Jonathan Matthew
448 Fix bogus test that messed with basetransform's internal state.
450 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
452 * gst/videorate/gstvideorate.c:
453 Add jpeg and png image media types to the caps. Fixes #561436.
455 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
457 * gst/playback/gstplaysink.c: (gen_audio_chain):
458 Don't post an error when we can't configure the volume but post a
459 warning instead. Fixes #561780.
461 2008-11-21 David Schleef <ds@schleef.org>
463 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
465 * gst/videotestsrc/gstvideotestsrc.c:
466 * gst/videotestsrc/gstvideotestsrc.h:
467 * gst/videotestsrc/videotestsrc.c:
468 * gst/videotestsrc/videotestsrc.h:
469 Add a zone plate pattern generator based on BBC R&D Report
470 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
473 2008-11-20 Michael Smith <msmith@songbirdnest.com>
475 * gst/playback/gstdecodebin2.c:
476 Fix random fat-fingering making this not compile.
478 2008-11-20 Michael Smith <msmith@songbirdnest.com>
480 * gst/playback/gstdecodebin2.c:
481 If the top-level type of the stream is plain text, don't try to decode
482 it, matching behaviour of decodebin.
483 * gst/playback/gstplaysink.c:
484 If we fail to generate a text chain (e.g. due to missing optional
485 plugins), don't crash.
487 2008-11-20 Michael Smith <msmith@songbirdnest.com>
489 * gst-libs/gst/rtsp/gstrtspdefs.c:
490 Fix win32 build. Oops.
492 2008-11-20 Michael Smith <msmith@songbirdnest.com>
494 * gst-libs/gst/rtsp/gstrtspdefs.c:
495 Use WSAGetLastError() rather than errno/h_errno on win32.
497 2008-11-20 Michael Smith <msmith@songbirdnest.com>
499 * gst-libs/gst/riff/riff-media.c:
500 Support WMA Lossless properly.
502 2008-11-18 David Schleef <ds@schleef.org>
504 * gst/videotestsrc/gstvideotestsrc.c:
505 * gst/videotestsrc/gstvideotestsrc.h:
506 * gst/videotestsrc/videotestsrc.c:
507 * gst/videotestsrc/videotestsrc.h:
508 Add "colorspec" property, specifying whether to generate BT.601
509 or BT.709 video. This only affects YCbCr values, not RGB, since
510 if you're generating a 709 test pattern, presumably you want
511 709 RGB primaries, not 601. Also add "smpte75" pattern, which
512 uses 75% colors instead of 100%, since this is often more useful
513 for testing (and also follows the SMPTE EG-1 guideline).
515 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
517 * gst/playback/gstdecodebin.c:
518 Add a "sink-caps" property to decodebin like it's done for decodebin2.
521 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
523 * gst/audioresample/gstaudioresample.c:
524 Guard against a NULL dereference I somehow encountered -
525 with a FLUSH_STOP arriving either before basetransform _start(),
528 * gst/typefind/gsttypefindfunctions.c:
529 Make sure we never jump backwards when typefinding corrupt mov files.
531 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
533 * gst-libs/gst/interfaces/propertyprobe.c:
534 Fix random type causing a docs warning.
536 2008-11-14 Stefan Kost <ensonic@users.sf.net>
539 Give it a minimal rank for autovideosrc.
541 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
543 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
545 Improve typefinding of ISO JPEG2000 mime types.
547 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
549 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
550 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
551 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
552 * sys/xvimage/xvimagesink.h:
553 Avoid typechecking when we do trivial casts.
554 Move error handling out of the main program flow.
555 Sneak in the display-region caps property, not completely correct yet.
556 Cache the width/height in buffer_alloc instead of parsing it from the
559 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
561 * gst/playback/gstplaybin2.c: (deactivate_group):
562 don't try to unlink the selector sinkpad when we don't have it yet. This
563 can happen if an error occured before the group was complete.
565 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
567 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
568 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
569 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
570 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
571 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
572 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
573 (gst_rtp_buffer_get_extension_data),
574 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
575 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
576 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
577 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
578 (gst_rtp_buffer_get_payload_type),
579 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
580 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
581 (gst_rtp_buffer_set_timestamp),
582 (gst_rtp_buffer_get_payload_subbuffer),
583 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
584 Avoid expensive type checks we already did as part of the
585 _validate() function that should be called first.
587 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
589 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
590 (gst_base_rtp_depayload_push_full),
591 (gst_base_rtp_depayload_set_gst_timestamp):
592 Fix some cases where a newsegment event was not sent.
594 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
596 * gst/playback/gstplaybin2.c: (activate_group):
597 Catch state change errors and stop from the uridecodebin elements
598 instead of trying to continue in vain.
600 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
602 * gst-libs/gst/audio/gstbaseaudiosink.c:
603 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
604 (gst_base_audio_sink_callback):
605 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
606 for the latency to expire, fixes #559567.
608 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
610 * gst/adder/gstadder.c:
611 Change author string after seeing output of gst-inspector.
613 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
615 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
616 Don't try to do crazy things when we only have a text pad without a
617 video pad. Fixes #559478.
619 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
621 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
622 Fix case where we don't have a range for the rates or channels as is the
623 case with truespeech.
625 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
627 * gst/volume/gstvolume.c: (volume_update_real_volume),
628 (gst_volume_set_volume), (gst_volume_get_volume),
629 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
630 (volume_transform_ip), (volume_update_mute),
631 (volume_update_volume), (volume_get_property):
632 * gst/volume/gstvolume.h:
633 Keep negotiated state in a separate variable.
634 Protect the volume and mute properties with the object lock.
635 Protect modifying the transform with the transform lock.
637 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
639 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
640 (gst_ffmpeg_pixfmt_to_caps):
641 Only convert caps to string when debug is enabled.
643 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
645 * ext/theora/gsttheoradec.h:
646 * ext/theora/theoradec.c: (gst_theora_dec_init),
647 (gst_theora_dec_reset), (theora_dec_src_event),
648 (theora_dec_sink_event), (theora_handle_type_packet):
650 Keep events in a pending list, like vorbisdec, instead of trying
651 to construct a segment event ourselves.
653 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
654 (vorbis_dec_src_event), (vorbis_dec_sink_event):
655 * ext/vorbis/vorbisdec.h:
658 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
660 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
661 (gst_ogg_demux_deactivate_current_chain),
662 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
663 (gst_ogg_demux_loop):
664 * ext/ogg/gstoggdemux.h:
665 Copy seqnums around to track playback segments and messages.
667 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
669 Based on patch by: Matthias Kretz <kretz at kde dot org>
671 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
672 (gst_alsasink_prepare), (gst_alsasink_unprepare),
673 (gst_alsasink_write):
674 Make all access non-blocking so that we can better handle unplugging
675 of usb devices. Fixes #559111
677 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
679 Patch by: Damien Lespiau <damien.lespiau gmail com>
681 * gst-libs/gst/rtsp/gstrtspconnection.c:
682 (gst_rtsp_connection_write):
683 Make the next call to poll not depend on previous calls to poll with or
684 without reading from the active descriptor. Fixes #544293.
686 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
688 Patch by: Nick Haddad <nick at haddads dot net>
690 * gst-libs/gst/riff/riff-ids.h:
691 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
692 Add support for other fourcc codes that are commonly used for
693 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
696 2008-10-30 Stefan Kost <ensonic@users.sf.net>
698 * gst/audioresample/gstaudioresample.c:
699 Return the result of parent_class->event().
701 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
703 * gst/audioresample/gstaudioresample.c:
704 (gst_audioresample_class_init), (audioresample_fixate_caps):
705 Fixate the rate to the nearest supported rate instead of
706 the first one. Fixes bug #549510.
708 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
710 * win32/common/libgstaudio.def:
713 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
715 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
716 Attempt to make obfuscated code clearer.
718 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
720 * docs/libs/gst-plugins-base-libs-sections.txt:
721 * gst-libs/gst/floatcast/floatcast.h:
722 Move float endianness conversion macros to core. Second part of
725 2008-10-22 Stefan Kost <ensonic@users.sf.net>
727 * sys/ximage/ximagesink.h:
728 * sys/xvimage/xvimagesink.h:
729 Don't mark as gtk-doc docs as they aren't public.
731 2008-10-22 Stefan Kost <ensonic@users.sf.net>
733 * sys/xvimage/xvimagesink.c:
734 * sys/xvimage/xvimagesink.h:
735 * tests/icles/Makefile.am:
736 * tests/icles/test-colorkey.c:
737 Allow setting colorkey if possible. Implement property probe interface
738 for optional X features (autopaint-colorkey, double-buffer and
739 colorkey). Fixes #554533
741 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
743 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
744 Remove useless buffer size assignment. It already has this value.
746 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
748 * gst-libs/gst/audio/gstaudiosink.c:
749 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
750 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
751 (gst_audioringbuffer_stop):
752 Implement a separate activate functions to start monitoring the segments
753 or, in pull mode, pulling in data.
755 * gst-libs/gst/audio/gstbaseaudiosink.c:
756 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
757 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
758 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
759 (gst_base_audio_sink_activate_pull),
760 (gst_base_audio_sink_async_play),
761 (gst_base_audio_sink_change_state):
762 Implement pad and element convert query function.
763 Activate the ringbuffer.
764 Use the segment last_stop value as the offset to pull.
765 Use new basesink _do_preroll() method to preroll in the pulling thread.
766 Take appropriate locking in the pulling thread.
768 * gst-libs/gst/audio/gstringbuffer.h:
771 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
773 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
774 Improve MXF typefinding a bit by searching for a header partition
775 pack instead of just a general partition pack and checking more
776 bytes for valid values.
778 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
780 * tests/icles/.cvsignore:
783 * tests/icles/Makefile.am:
784 * tests/icles/test-box.c: (make_pipeline), (main):
785 Add another interactive command line experimentation suite for
786 dynamically boxing/cropping/saling an input video.
788 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
790 * docs/libs/gst-plugins-base-libs-sections.txt:
791 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
792 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
793 * gst-libs/gst/audio/gstringbuffer.h:
794 Add methods to more accuratly control the pulling thread of a
796 Add format conversion helper code to the ringbuffer.
797 API: GstRingBuffer:gst_ring_buffer_activate()
798 API: GstRingBuffer:gst_ring_buffer_is_active()
799 API: GstRingBuffer:gst_ring_buffer_convert()
801 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
803 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
804 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
805 (gst_audioringbuffer_stop):
806 Signal thread startup earlier so that we can immediatly go into pull
807 mode when we have to and block on preroll.
809 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
811 * gst-libs/gst/audio/gstringbuffer.c:
812 (gst_ring_buffer_prepare_read):
813 In pull mode we want the callback to prepull a buffer we can preroll on
814 even when we are not yet playing.
816 2008-10-16 Stefan Kost <ensonic@users.sf.net>
818 * ext/alsa/Makefile.am:
819 * ext/cdparanoia/Makefile.am:
820 * ext/gio/Makefile.am:
821 * ext/gnomevfs/Makefile.am:
822 * ext/libvisual/Makefile.am:
823 * ext/ogg/Makefile.am:
824 * ext/pango/Makefile.am:
825 * ext/theora/Makefile.am:
826 * ext/vorbis/Makefile.am:
827 * gst/adder/Makefile.am:
828 * gst/audioconvert/Makefile.am:
829 * gst/audiorate/Makefile.am:
830 * gst/audioresample/Makefile.am:
831 * gst/audiotestsrc/Makefile.am:
832 * gst/ffmpegcolorspace/Makefile.am:
833 * gst/gdp/Makefile.am:
834 * gst/playback/Makefile.am:
835 * gst/subparse/Makefile.am:
836 * gst/tcp/Makefile.am:
837 * gst/typefind/Makefile.am:
838 * gst/videorate/Makefile.am:
839 * gst/videoscale/Makefile.am:
840 * gst/videotestsrc/Makefile.am:
841 * gst/volume/Makefile.am:
842 * sys/v4l/Makefile.am:
843 * sys/ximage/Makefile.am:
844 * sys/xvimage/Makefile.am:
845 Don't install static libs for plugins. Fixes #550851 for base.
847 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
849 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
850 Set the default blocksize to -1 because we will then use the configured
851 samplesperbuffer to create our output buffer.
853 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
855 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
856 (gst_riff_create_video_template_caps):
857 Add mappping for the KMVC (Karl Morton's Video) Codec.
859 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
861 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
862 Don't forget to advance the offset of what we're matching against, else
863 we end up in a forever loop.
865 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
867 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
868 Improve typefinding a bit. If we don't have a Unicode charset
869 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
871 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
873 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
876 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
878 Based on patch by: Robin Stocker <robin at nibor dot org>
880 * ext/theora/gsttheoradec.h:
881 * ext/theora/theoradec.c: (gst_theora_dec_init),
882 (theora_dec_setcaps), (theora_handle_type_packet),
883 (theora_dec_decode_buffer), (theora_dec_change_state):
884 Parse input caps and make the PAR override the encoded PAR when
885 specified by a container. Fixes #555699.
887 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
889 * gst-libs/gst/rtp/gstbasertpdepayload.c:
890 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
891 (gst_base_rtp_depayload_set_gst_timestamp),
892 (gst_base_rtp_depayload_change_state):
893 * gst-libs/gst/rtp/gstbasertpdepayload.h:
894 Add some more G_LIKELY
895 Fail when the setcaps function was not called.
897 * gst-libs/gst/rtp/gstbasertppayload.c:
898 (gst_basertppayload_set_outcaps):
899 Propagate return value of setcaps.
901 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
903 * gst/subparse/Makefile.am:
904 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
905 (gst_sub_parse_class_init), (gst_sub_parse_init),
906 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
907 (get_next_line), (gst_sub_parse_data_format_autodetect),
908 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
909 (gst_subparse_type_find):
910 * gst/subparse/gstsubparse.h:
911 Add support for UTF16/UTF32 subtitles as long as the first bytes of
912 the first buffer contain the BOM. This also adds support for other
913 encodings that allow NUL bytes via the encoding property.
914 Fixes bugs #552237 and #456788.
916 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
918 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
919 Don't drop the last byte of image tags if they're not an URI list.
922 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
924 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
925 For looking at the 4th byte we have to get 4 bytes of course
928 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
930 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
931 Improve FLAC-without-headers typefinding by looking at most of the
932 frame header and checking if invalid values are used. Should prevent
933 quite some false positives compared to the old version which only
934 check if the first 14 bits are set.
936 2008-10-11 Stefan Kost <ensonic@users.sf.net>
938 * sys/xvimage/xvimagesink.c:
939 Don't assert on caps==NULL.
941 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
943 * gst/subparse/gstsubparse.c:
944 (gst_sub_parse_data_format_autodetect), (handle_buffer),
945 (gst_sub_parse_change_state):
946 * gst/subparse/gstsubparse.h:
947 * tests/check/elements/subparse.c: (GST_START_TEST):
948 Add support for subtitle files with UTF-8 BOM at the beginning
949 by simple stripping it from the first line before passing it
950 to any parsing code. Fixes bug #555257 and playback of files
951 created by Gnome Subtitles.
953 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
955 * gst/audiotestsrc/gstaudiotestsrc.c:
956 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
957 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
958 (gst_audio_test_src_start), (gst_audio_test_src_stop),
959 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
960 (gst_audio_test_src_create):
961 * gst/audiotestsrc/gstaudiotestsrc.h:
962 Define the default property values in the usual place.
963 Implement start/stop to reset values correctly.
964 Calculate the sample size only once when we negotiate.
965 Rename some values to make more sense.
966 Keep track of our byte range.
967 Add support for pull based scheduling. Disabled for now until we have
968 the whole stack working.
969 Set the BUFFER_OFFSET correctly.
971 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
973 Based on a patch by: xavierb at gmail dot com
975 * gst/subparse/gstsubparse.c:
976 (gst_sub_parse_data_format_autodetect):
977 * tests/check/elements/subparse.c: (GST_START_TEST):
978 Make the detection of the used subtitle a bit less strict
979 for srt subtitles. Fixes bug #555607.
981 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
983 * ext/vorbis/vorbisenc.c:
984 (gst_vorbis_enc_buffer_check_discontinuous):
985 Fix discontinuity detection which was broken by last commit.
987 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
990 Require core CVS for ghostpad API additions used by decodebin2.
992 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
994 * gst-libs/gst/audio/gstbaseaudiosrc.c:
995 (gst_base_audio_src_create):
996 Fix debug statements (space between '%' and actual format).
998 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1000 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1001 Remove bogus assert, the decodepad could have been created inside an
1002 already existing group.
1004 2008-10-08 Andy Wingo <wingo@pobox.com>
1006 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1007 target instead of setting it.
1008 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1009 API for a decode pad. The bugfix is that we set the group in
1010 activate(), not when the pad was created because it might be NULL
1012 (gst_decode_group_control_source_pad, gst_decode_group_expose):
1013 Update to use the API.
1015 2008-10-08 Andy Wingo <wingo@pobox.com>
1017 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1018 be a subclass of GstGhostPad.
1019 (analyze_new_pad): So, when emitting the signals that determine
1020 how we do autoplugging, already create the ghost pad and use it as
1021 the pad in the signal arguments. This allows applications to make
1022 a connection between the pad passed in e.g. autoplug-continue, and
1023 the pad passed in new-decoded-pad.
1024 (connect_pad, expose_pad): Update to receive the ghosted decode
1025 pad in the args, retargetting it as necessary if we have to plug
1026 the target pad through a multiqueue.
1027 (gst_decode_group_control_source_pad): Adapt to receive an
1028 already-ghosted pad that just needs activation, blocking, and
1030 (sort_end_pads): Adapt for decode pads actually being pads.
1031 (gst_decode_group_expose): Adapt for decode pads actually being
1032 pads. Rewrite the decode pad names so they appear in order. Adds a
1033 new error case if we couldn't set the name.
1034 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1036 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1037 New API for the decode pad, needed because we shouldn't do these
1038 things inside gst_decode_pad_new(), but after.
1039 (gst_decode_pad_new): Change to actually make the real pad, and
1040 delay the blocking/drainage bits.
1042 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1044 Patch by: Daniel Drake <dsd at laptop dot org>
1046 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1047 Unref all buffers when clearing collectpads. Fixes bug #546955.
1049 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1051 Based on a patch by: Klaas <klaas at rivercrew dot net>
1053 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1054 (gst_vorbis_enc_buffer_check_discontinuous),
1055 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1056 * ext/vorbis/vorbisenc.h:
1057 Keep track of the upstream segments and use the running time on that
1058 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1060 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1062 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1063 Prevent overflows with big buffer when calculating the size of
1064 the intermediate buffer by using gst_util_uint64_scale() instead of
1065 plain arithmetics. Fixes bug #552801.
1067 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1069 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1071 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1072 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1073 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1074 (gst_clock_overlay_get_property):
1075 * ext/pango/gstclockoverlay.h:
1076 API: Add ability to specify format for date/time display by
1077 adding a "time-format" property.
1080 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1082 Patch by: Jan Gerber <j at oil21 dot org>
1084 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1085 (gst_riff_create_video_template_caps):
1086 Add FFV1 fourcc to support playback of FFMPEG lossless video
1087 in AVI. Fixes bug #555319.
1089 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1091 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1093 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1094 (gst_base_audio_src_create):
1095 Implement skew clock slaving. Fixes #552559.
1097 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1099 * gst-libs/gst/audio/multichannel.c:
1100 * gst-libs/gst/audio/testchannels.c:
1101 Fix include of config.h
1103 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1105 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1107 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1108 (print_media), (gst_sdp_message_dump):
1109 Fix parsing of the c= field containing multicast addresses.
1111 Add the connection info to the session or streams.
1112 Fix parsing of the bandwidth.
1113 Add debugging for the connections and bandwidths for a media.
1114 Add debugging for the bandwidth of the session.
1116 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1118 * gst-libs/gst/rtp/gstbasertppayload.c:
1119 (gst_basertppayload_change_state):
1120 Configure the next seqnum and timestamp in the state change so that they
1121 can be queried soon after.
1123 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1125 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1126 (gst_base_rtp_depayload_chain):
1127 Improve debugging of the rtptime.
1129 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1132 Back to development -> 0.10.21.1
1134 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1136 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1138 Add typefinding for FLAC without headers in the beginning.
1139 This is already handled by flacdec and friends.
1141 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1143 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1145 Add typefinder for MXF.
1147 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1149 * tests/icles/Makefile.am:
1150 Only build test-colorkey if GTK+ is available.
1152 === release 0.10.21 ===
1154 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1157 releasing 0.10.21, "We Could Be Wrong"
1159 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1162 0.10.20.4 pre-release
1164 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1166 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1168 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1169 Set the BOS flag on the BOS packet. Fixes #553244.
1171 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1173 * gst-libs/gst/rtsp/gstrtspmessage.c:
1174 (gst_rtsp_message_parse_request),
1175 (gst_rtsp_message_parse_response):
1176 Fix the g_return_val_if_fail() statements.
1178 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1180 * gst-libs/gst/tag/gsttagdemux.c:
1181 Fail to activate if there's insufficient data in the file to be usable,
1182 preventing an assertion fail later. Fixes #552960
1184 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1186 * gst-libs/gst/pbutils/descriptions.c:
1187 * gst/typefind/gsttypefindfunctions.c:
1188 Recognise Kate subtitle streams (#550582).
1190 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1192 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1193 Remove trailing comma from enum list, which causes problems
1194 with -pendantic (#550729).
1196 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1199 0.10.20.2 pre-release
1207 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1209 * gst-libs/gst/interfaces/propertyprobe.c:
1210 (gst_property_probe_get_properties),
1211 (gst_property_probe_get_property),
1212 (gst_property_probe_probe_property),
1213 (gst_property_probe_probe_property_name),
1214 (gst_property_probe_needs_probe),
1215 (gst_property_probe_needs_probe_name),
1216 (gst_property_probe_get_values),
1217 (gst_property_probe_get_values_name),
1218 (gst_property_probe_probe_and_get_values),
1219 (gst_property_probe_probe_and_get_values_name):
1220 More sanity checks for our second-favourite interface.
1222 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1224 * gst-libs/gst/interfaces/propertyprobe.c:
1225 Check for NULL pointer, in the hope that this fixes #532864.
1227 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1229 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1230 No really, the next release is 0.10.21 (fix Since: tags in docs).
1232 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1234 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1235 Disable a code path that is now called but causes a deadlock for some
1236 reason and is unneeded.
1238 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1240 * sys/xvimage/xvimagesink.c:
1241 * sys/xvimage/xvimagesink.h:
1242 Add a "draw-border" property that can be set to false to disable
1245 * tests/icles/test-colorkey.c:
1246 * tests/icles/Makefile.am:
1247 Add new test application for the colorkey handling.
1249 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1251 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1252 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1253 This will also be fixed for upcoming gst-ffmpeg release so that once
1254 this release of -base is out, it will work with the latest gst-ffmpeg
1257 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1259 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1260 (gst_riff_create_audio_template_caps):
1261 Add Truespeech mapping for RIFF formats (AVI/WAV).
1264 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1266 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1267 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1270 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1273 * gst/subparse/Makefile.am:
1274 * gst/subparse/gstsubparse.c:
1275 * gst/subparse/samiparse.c:
1276 * tests/check/elements/subparse.c:
1277 Rework last change, so that we build subparse, but just disable the
1278 sami parse functionality, if we're configured to not use xml. In the
1279 tests only the sami test is disabled now.
1281 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1284 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1287 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1290 Add some more files with strings for translation.
1292 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1294 * gst-libs/gst/tag/gstvorbistag.c:
1295 * tests/check/libs/tag.c:
1296 Use new geo location tags from core. Fixes #481169
1298 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1300 * tests/check/elements/audioresample.c: (setup_audioresample),
1301 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1302 (test_discont_stream_instance):
1303 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1304 Add debugging for coherence.
1306 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1308 Patch by: Jonathan Matthew <notverysmart gmail com>
1310 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1311 Add typefinder for PDF documents (which is nice to have, since it's a
1312 common format, but also helps prevent false positives). Fixes #549814.
1314 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1316 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1318 Fix nasty race where multiple decodebins could start pushing data before
1319 we manage to configure the sinks, resulting in not-linked errors in
1320 typical RTSP streaming cases.
1322 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1324 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1325 Since we now call stop, we trigger this code path that causes a deadlock
1326 is apparently not needed.
1328 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1330 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1331 (gst_ring_buffer_stop):
1332 Also allow the case where the ringbuffer was paused when we try to stop
1333 it so that the basesrc stop function is still called.
1335 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1337 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1339 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1340 Reprobe devices again instead of taking a cached list as new
1341 devices could've been plugged in. Fixes bug #549062.
1343 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1345 Patch by: Alessandro Dessina <alessandro nnva org>
1347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1348 (gst_ogg_demux_activate_chain):
1349 Don't add pads and activate them for skeleton streams. These are already
1350 handled inside oggdemux. Fixes bug #537599.
1352 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1354 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1355 Reset variable so that query and convert fail after going back to
1356 READY. Fixes #548898.
1358 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1360 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1361 If a buffer arrives with a timestamp before the timestamp+duration
1362 of the previous buffer clip it instead of dropping it completely.
1363 Slight improvement for the unfixable bug #548913.
1365 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1367 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1368 Take the current timestamp instead of timestamp+duration for the offset.
1369 This offset will later be used for calculating the timestamp and
1370 otherwise vorbisdec will interpolate timestamps wrong if upstream
1371 only sends timestamps and no granulepos.
1373 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1375 * tests/examples/seek/seek.c:
1376 Don't crash when having no visualisations.
1378 2008-08-16 David Schleef <ds@schleef.org>
1380 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1381 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1384 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1386 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1387 When cleaning up the caps fields also remove "depth" for the same
1388 reason we remove "width".
1390 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1392 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1393 Add Lead H.264 here as well.
1395 2008-08-14 Julien Moutte <julien@fluendo.com>
1397 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1398 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1400 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1402 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1403 (gst_base_audio_src_create):
1404 When not slaved to another clock also subtract the base_time from our
1405 internal clock time to get the running time.
1407 2008-08-12 David Schleef <ds@schleef.org>
1409 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1410 since it has no basis in libtheora.
1412 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1414 * gst-libs/gst/interfaces/propertyprobe.h:
1415 Remove double "interface" from doc-string.
1417 * gst-libs/gst/interfaces/xoverlay.h:
1420 * gst-libs/gst/riff/riff.c:
1421 Add basic doc blobs.
1423 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1425 * gst-libs/gst/audio/Makefile.am:
1426 Don't try to build that example anymore.
1428 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1430 * gst-libs/gst/audio/.cvsignore:
1431 * gst-libs/gst/audio/Makefile.am:
1432 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1433 * gst-libs/gst/audio/make_filter:
1434 Move audiofiltertemplate to gst-template.
1436 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1438 * docs/libs/gst-plugins-base-libs-sections.txt:
1439 * gst-libs/gst/audio/gstaudiosrc.h:
1440 More docs and shuffling. What can we do with the hundreds of #defines.
1442 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1444 * gst-libs/gst/audio/audio.h:
1445 * gst-libs/gst/audio/gstaudiofilter.h:
1446 * gst-libs/gst/audio/gstringbuffer.h:
1447 * gst-libs/gst/interfaces/propertyprobe.h:
1448 * gst-libs/gst/tag/gsttagdemux.h:
1449 Reducing number of dundocumented symbols.
1451 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1453 * gst-libs/gst/audio/audio.c:
1454 Fix doc comment syntax.
1456 * gst-libs/gst/interfaces/propertyprobe.c:
1457 Add more doc-comments and a FIXME: for the signal.
1459 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1462 (gst_ogg_mux_request_new_pad):
1463 * ext/ogg/gstoggmux.h:
1464 Don't pretend to support NEWSEGMENT events, instead override the
1465 GstCollectPads event function to return FALSE on NEWSEGMENT events
1466 and do the normal work for other events.
1468 This prevents elements like flacenc to seek to the start and rewrite
1469 some data which then results in a broken Ogg packet.
1471 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1473 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1475 * ext/alsa/gstalsaplugin.c: (plugin_init):
1476 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1477 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1478 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1479 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1480 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1481 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1482 * gst/playback/gstdecodebin.c: (plugin_init):
1483 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1484 * gst/playback/gstplayback.c: (plugin_init):
1485 * gst/playback/gstqueue2.c: (plugin_init):
1486 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1487 * sys/v4l/gstv4l.c: (plugin_init):
1488 Make sure gettext returns translations in UTF-8 encoding rather
1489 than in the current locale encoding (#546822).
1491 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1493 * gst-libs/gst/pbutils/descriptions.c:
1494 Add audio/x-qdm for qtdemux.
1496 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1498 * ext/vorbis/vorbisdec.c:
1499 Do not leak old taglist.
1501 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1503 * tests/icles/test-scale.c:
1504 Include <stdlib.h> for atoi().
1506 2008-08-04 Andy Wingo <wingo@pobox.com>
1508 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1511 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1513 * gst/adder/gstadder.c:
1514 Cleanup lots of empty lines that came from gst-indent going havoc
1515 before I added the INDENT_ON/OFF marker some time agao.
1517 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1520 * gst-libs/gst/riff/riff-read.c:
1521 Bump requirement to latest core and use new tag for riff formats.
1524 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1526 * tests/examples/dynamic/Makefile.am:
1527 * tests/examples/dynamic/codec-select.c: (make_encoder),
1528 (make_pipeline), (do_switch), (my_bus_callback), (main):
1529 Add example app that dynamically switches between 3 'encoders'.
1531 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1533 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1534 Add some more comments.
1536 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1538 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1539 (gst_video_test_src_create):
1540 Discard buffers of the wrong size after renegotiation, this is perfectly
1541 possible with things like capsfilter that could suggest caps changes
1542 upstream without knowing the size of the buffer.
1544 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1546 * tests/icles/.cvsignore:
1547 * tests/icles/Makefile.am:
1548 * tests/icles/test-scale.c: (make_pipeline), (main):
1549 Add dynamic rescaling tests for the new basetransform.
1551 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1553 * gst/audioconvert/Makefile.am:
1554 Dist recently-added gstfastrandom.h.
1556 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1559 Fix a "may be used uninitialized in this function" which weirdly only
1560 appears on macosx (?).
1562 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1564 * gst-libs/gst/riff/riff-ids.h:
1565 Adding acid chunk for tempo and loop information.
1567 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1569 * sys/xvimage/Makefile.am:
1570 floor() needs linking to $(LIBM).
1572 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1574 * ext/gnomevfs/gstgnomevfssrc.c:
1575 Aggregate short reads and add some comments and debug logging.
1578 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1580 * gst/playback/gstplaybasebin.c:
1581 Fix property doc markup (its not a signal).
1583 * sys/xvimage/xvimagesink.c:
1584 Add since tag for new proeprties (also add sice tags fro the last two
1587 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1589 * sys/xvimage/xvimagesink.c:
1590 * sys/xvimage/xvimagesink.h:
1591 Add autofill/colorkey properties. Fixes #538656.
1593 2008-07-28 David Schleef <ds@schleef.org>
1595 * sys/xvimage/xvimagesink.c:
1596 Fix rounding errors when converting colorbalance values
1597 between hardware and object property ranges. Partial
1598 fix for #537889, however, there still seems to be a small
1599 drift problem that could be totem's fault.
1601 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1603 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1604 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1605 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1606 This fixes a critical warning.
1608 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1610 * ext/ogg/gstoggmux.c:
1611 Allow muxing of CELT into Ogg streams.
1613 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1615 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1617 Add simple typefinder for the CELT codec (www.celt-codec.org).
1619 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1621 Patch by: Jan Gerber <j at oil21 dot org>
1623 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1624 Fix calculation of the start time from skeleton streams.
1627 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1629 * tests/examples/seek/seek.c:
1630 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1632 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1634 * gst/audioconvert/audioconvert.h:
1635 * gst/audioconvert/gstaudioquantize.c:
1636 (gst_audio_quantize_setup_dither),
1637 (gst_audio_quantize_free_dither):
1638 * gst/audioconvert/gstfastrandom.h:
1639 Implement a linear congruential generator as pseudo random number
1640 generator for the dither noise. This is about 2 times faster than
1641 using GLib's mersenne twister. Also this uses only integer math for
1642 generating integers while GLib internally uses floating point math.
1644 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1647 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1649 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1651 Patch by: Damien Lespiau <damien.lespiau gmail com>
1653 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1654 Use GST_STR_NULL to avoid crashes with libcs that don't
1655 like NULL strings in printf args (such as the win32 one).
1658 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1661 Oops - set the size of the image used for probing back to 1x1, for
1662 consistency with ximagesink
1664 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1666 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1667 (gst_ximagesink_ximage_new):
1668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1669 (gst_xvimagesink_xvimage_new):
1671 Apparently on Solaris and OS/X (at least), it's not legal to ask the
1672 X server to attach to a shared memory segment after we've deleted it,
1673 with the result that MIT-SHM is disabled. Instead, remove it only after
1674 X succeeds in attaching too.
1676 2008-07-16 David Schleef <ds@schleef.org>
1678 * gst/audiotestsrc/gstaudiotestsrc.c:
1679 * gst/audiotestsrc/gstaudiotestsrc.h:
1680 Add 'ticks', a 1/30 second sine wave pulse every second.
1682 2008-07-15 David Schleef <ds@schleef.org>
1684 * gst-libs/gst/video/video.c: Revert ABI change.
1686 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1688 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1689 Make it impossible to have NULL caps at the point where we set
1690 framerate and other things. Also don't return immediately for "3ivd"
1691 video and let framerate, etc be set. Might fix bug #542508.
1693 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1695 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1696 Video format can also be conveniently determined from (many)
1699 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
1701 * gst/playback/gstplaybasebin.c:
1702 * gst/playback/gstplaybasebin.h:
1703 * gst/playback/gstplaybin.c:
1704 * gst/playback/gststreamselector.c:
1705 First stab at integrating DVD subpicture overlay into
1706 playbin. Successfully plugs and plays, but the queues need
1707 shrinking - 3 seconds of video is too much buffering.
1709 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1711 * gst/audioconvert/gstaudioconvert.c:
1712 Remove now obsolete note in the docs.
1714 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1716 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1717 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1718 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1719 * docs/plugins/gst-plugins-base-plugins.args:
1720 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1721 * docs/plugins/gst-plugins-base-plugins.interfaces:
1722 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1723 * docs/plugins/gst-plugins-base-plugins.signals:
1724 * docs/plugins/inspect/plugin-adder.xml:
1725 * docs/plugins/inspect/plugin-alsa.xml:
1726 * docs/plugins/inspect/plugin-audioconvert.xml:
1727 * docs/plugins/inspect/plugin-audiorate.xml:
1728 * docs/plugins/inspect/plugin-audioresample.xml:
1729 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1730 * docs/plugins/inspect/plugin-cdparanoia.xml:
1731 * docs/plugins/inspect/plugin-decodebin.xml:
1732 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1733 * docs/plugins/inspect/plugin-gdp.xml:
1734 * docs/plugins/inspect/plugin-gnomevfs.xml:
1735 * docs/plugins/inspect/plugin-libvisual.xml:
1736 * docs/plugins/inspect/plugin-ogg.xml:
1737 * docs/plugins/inspect/plugin-pango.xml:
1738 * docs/plugins/inspect/plugin-playback.xml:
1739 * docs/plugins/inspect/plugin-queue2.xml:
1740 * docs/plugins/inspect/plugin-subparse.xml:
1741 * docs/plugins/inspect/plugin-tcp.xml:
1742 * docs/plugins/inspect/plugin-theora.xml:
1743 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1744 * docs/plugins/inspect/plugin-uridecodebin.xml:
1745 * docs/plugins/inspect/plugin-video4linux.xml:
1746 * docs/plugins/inspect/plugin-videorate.xml:
1747 * docs/plugins/inspect/plugin-videoscale.xml:
1748 * docs/plugins/inspect/plugin-videotestsrc.xml:
1749 * docs/plugins/inspect/plugin-volume.xml:
1750 * docs/plugins/inspect/plugin-vorbis.xml:
1751 * docs/plugins/inspect/plugin-ximagesink.xml:
1752 * docs/plugins/inspect/plugin-xvimagesink.xml:
1753 * ext/alsa/gstalsamixer.c:
1754 * ext/alsa/gstalsasink.c:
1755 * ext/alsa/gstalsasrc.c:
1756 * ext/gio/gstgiosink.c:
1757 * ext/gio/gstgiosrc.c:
1758 * ext/gio/gstgiostreamsink.c:
1759 * ext/gio/gstgiostreamsrc.c:
1760 * ext/gnomevfs/gstgnomevfssink.c:
1761 * ext/gnomevfs/gstgnomevfssrc.c:
1762 * ext/ogg/gstoggdemux.c:
1763 * ext/ogg/gstoggmux.c:
1764 * ext/pango/gstclockoverlay.c:
1765 * ext/pango/gsttextoverlay.c:
1766 * ext/pango/gsttextrender.c:
1767 * ext/pango/gsttimeoverlay.c:
1768 * ext/theora/theoradec.c:
1769 * ext/theora/theoraenc.c:
1770 * ext/theora/theoraparse.c:
1771 * ext/vorbis/vorbisdec.c:
1772 * ext/vorbis/vorbisenc.c:
1773 * ext/vorbis/vorbisparse.c:
1774 * ext/vorbis/vorbistag.c:
1775 * gst/adder/gstadder.c:
1776 * gst/audioconvert/gstaudioconvert.c:
1777 * gst/audioresample/gstaudioresample.c:
1778 * gst/audiotestsrc/gstaudiotestsrc.c:
1779 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1780 * gst/gdp/gstgdpdepay.c:
1781 * gst/gdp/gstgdppay.c:
1782 * gst/playback/gstdecodebin2.c:
1783 * gst/playback/gstplaybin.c:
1784 * gst/playback/gstplaybin2.c:
1785 * gst/playback/gstqueue2.c:
1786 * gst/playback/gsturidecodebin.c:
1787 * gst/tcp/gstmultifdsink.c:
1788 * gst/tcp/gsttcpserversink.c:
1789 * gst/videorate/gstvideorate.c:
1790 * gst/videoscale/gstvideoscale.c:
1791 * gst/videotestsrc/gstvideotestsrc.c:
1792 * gst/volume/gstvolume.c:
1793 * sys/ximage/ximagesink.c:
1794 * sys/xvimage/xvimagesink.c:
1795 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1796 titles. Drop mentining that all our example pipelines are "simple"
1799 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1801 * tests/examples/seek/Makefile.am:
1802 Fix out of tree build by adding all required CFLAGS.
1804 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1806 * gst/playback/gstdecodebin.c: (add_raw_queue):
1807 And ref the pad before returning it again when linking to the queue
1808 failed. Otherwise we will unref the pad twice later and things break.
1810 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1812 * gst/playback/gstdecodebin.c: (add_raw_queue):
1813 If linking the raw pad with a queue fails, try it without a queue
1814 instead of failing completely. This should never happen.
1816 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1818 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1820 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1821 Add a queue after a demuxer if the demuxer outputs raw data. This was
1822 done before only for non-raw data but is required in this case too.
1825 decodebin2 doesn't have this issue because all streams of a group
1826 go through multiqueue.
1828 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
1830 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1832 * gst-libs/gst/sdp/gstsdpmessage.c:
1833 Makes libgstsdp compile with mingw32 by defining the right WINVER so
1834 that getaddrinfo() can be used. Fixes #541358.
1836 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
1838 * gst/videotestsrc/gstvideotestsrc.c:
1839 (gst_video_test_src_class_init), (gst_video_test_src_init),
1840 (gst_video_test_src_set_property),
1841 (gst_video_test_src_get_property), (gst_video_test_src_create):
1842 * gst/videotestsrc/gstvideotestsrc.h:
1843 Cleanups, use default property values as defines.
1844 Add property to enable/disable peer buffer allocation.
1846 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1848 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1849 * tests/check/pipelines/streamheader.c: (streamheader_suite):
1850 Enable unit tests on PPC again as the bugs are now fixed.
1852 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1854 * gst-libs/gst/riff/riff-ids.h:
1855 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1856 (gst_riff_create_audio_template_caps):
1857 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1860 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1862 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1863 (gst_ffmpeg_pixfmt_to_caps):
1864 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1865 (gst_ffmpegcsp_get_unit_size):
1866 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1867 it on other formats. Also adjust the unit size only for that format
1868 to not include the palette. Fixes bug #540497.
1870 2008-06-29 Stefan Kost <ensonic@users.sf.net>
1872 * gst/adder/gstadder.c:
1873 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1875 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1880 * tests/examples/seek/seek.c:
1881 Move variable into ifdef too.
1884 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1886 * tests/examples/seek/seek.c:
1887 Include config.h and check if we have X. Remove XInitThread(), don't
1888 think its needed. Fixes: #540334.
1890 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1892 Patch by: Sam Morris <sam at robots dot org to uk>
1894 * gst-libs/gst/interfaces/mixertrack.c:
1895 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1896 (gst_mixer_track_set_property):
1897 API: Add "index" property to GstMixerTrack to differantiate between
1898 multiple mixer tracks with the same label.
1900 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1901 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1902 Set the "index" property of GstMixerTrack to the index given by ALSA.
1905 2008-06-25 Stefan Kost <ensonic@users.sf.net>
1907 * tests/examples/seek/Makefile.am:
1908 * tests/examples/seek/seek.c:
1909 Remove libgstvideo usage. Use gtk_get_option_group instead of
1912 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1914 * tests/check/Makefile.am:
1915 Name the test registry format neutral.
1917 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1919 * gst/playback/gstqueue2.c:
1920 Do not double notify. Remove the unsued return value.
1922 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1924 * ext/alsa/gstalsamixer.c:
1925 Also consider "speaker" as a name for master volume. If that doesn't
1926 help look for the first non-mono volume control that also has a
1929 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1932 Forgot to save the ChangeLog :/
1934 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1936 * tests/examples/seek/Makefile.am:
1937 * tests/examples/seek/seek.c:
1938 Embedd the xwindow. Allow to play multiple files.
1940 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
1942 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1943 (gst_ximagesink_setcaps):
1944 * sys/ximage/ximagesink.h:
1945 When the caps change, make sure to re-draw borders in
1946 force-aspect-ratio=true mode.
1947 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1948 Don't clear the border_draw flag until we actually draw the border.
1949 * tests/check/Makefile.am:
1950 Ignore alsasink/src during the states test too, so it doesn't fail
1951 when running without access to the sound device.
1953 2008-06-22 Stefan Kost <ensonic@users.sf.net>
1955 * tests/examples/seek/seek.c:
1956 Fix crasher when playing a parse-launch line the 2nd time.
1958 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
1960 * tests/check/pipelines/oggmux.c:
1961 Properly ifdef tests to fix compilation.
1963 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1965 * gst/playback/gstplay-marshal.list:
1966 * gst/playback/gstplaybin2.c:
1967 Add get-video-pad, get-audio-pad, get-text-pad action signals to
1968 playbin2. This allows the user to get to the selector's sinkpads, and
1969 thus inspect a range of things - caps, tags, etc.
1971 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1973 * gst/playback/gstplaybin2.c:
1974 Use a different constant for the convert-frame signal id.
1977 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1979 * gst/playback/gstplaybin2.c:
1980 * gst/playback/gstplaysink.c:
1981 Fix a whole bunch of typos in comments and log statements.
1983 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1985 * sys/xvimage/xvimagesink.c:
1986 Don't set colour balance values on the Xv port if the user hasn't
1987 changed them (via properties or the interface). Avoids accumulating
1988 rounding errors for the common case.
1989 Partial fix for bug #537889.
1991 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1993 * gst/playback/gstdecodebin2.c:
1994 Ensure decodebin2 emits 'drained' signal once, and only once, when all
1997 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1999 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2000 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2001 Report the encoder latency. Fixes #538232.
2003 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2005 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2006 (notify_source), (activate_group):
2007 Implement the source property, emit notify when it changes in the
2008 underlying uridecodebin.
2010 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2012 * tests/examples/seek/seek.c: (stop_cb):
2013 Free and clear the seek element list so that we don't use invalid
2014 references when seeking after recreating a gst-launch line.
2016 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2018 * gst-libs/gst/audio/gstbaseaudiosink.c:
2019 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2020 (gst_base_audio_sink_render):
2021 Report latency even if we are not live instead of hiding it.
2022 Take ts-offset and render-delay of the basesink into account when
2024 Rework the clipping code so that we can take the various offsets into
2025 account and still do correct clipping.
2027 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
2030 Bump verion back to devel -> 0.10.20.1
2032 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2034 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2035 Don't increase the size of non-string image buffers by one as this
2036 might in theory confuse decoders. Still increase it by one for string
2037 image buffers to append '\0'.
2039 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2041 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2043 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2044 Fix a buffer memleak and remove a confusing and wrong debug output.
2047 === release 0.10.20 ===
2049 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
2052 releasing 0.10.20, "Here I Go Again"
2054 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2057 0.10.19.3 pre-release
2059 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2061 * gst-libs/gst/rtsp/gstrtspconnection.c:
2063 Patch By: David Schleef <ds@schleef.org>
2066 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2068 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2069 (gst_gio_base_src_create):
2070 * ext/gio/gstgiobasesrc.h:
2071 Try to read the requested number of bytes, even if the first
2072 read returns less than requested, until nothing is read anymore
2073 or we have the requested amount of bytes. This fixes playback of
2074 files via Samba as Samba only allows to read 64k at once.
2076 Implement a caching algorithm that makes sure that we read at
2077 least 4k of data every time. Some elements will try to read a few
2078 bytes, then seek, read again a few bytes and so on and this is
2079 painfully slow as every operation has to go over DBus if GVfs is
2082 Fixes bug #536849 and #536848.
2084 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2085 (gst_gio_src_check_get_range):
2086 Override check_get_range() to blacklist http/https URIs
2087 and whitelist file URIs. More to be added on demand.
2089 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2092 0.10.19.2 pre-release
2094 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2096 * win32/common/libgstrtsp.def:
2097 * win32/common/libgsttag.def:
2098 Add new API functions to the dll exports
2100 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2102 * gst/playback/gstplaybasebin.c:
2103 Disconnect signals from decodebins we created before we remove it
2104 from playbin, to avoid crashes if the decodebin is eventually
2105 disposed after the playbin itself (possible if the app takes a
2106 reference on the decodebin).
2109 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2111 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2112 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2113 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2114 (h264_video_type_find), (mpeg_video_stream_type_find),
2115 (dv_type_find), (mmsh_type_find):
2116 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2117 copy caps for no good reason (this may be desirable to make it easier
2118 to detect leaks, but then it should probably be done for all caps
2119 in the typefinder somewhere).
2121 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2123 * tests/check/Makefile.am:
2124 Do not try to run the check tests for subparse unless it has been
2127 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2129 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2130 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2131 Do not try to run a test which requires vorbisenc unless we have
2134 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2136 * gst-libs/gst/rtsp/gstrtspconnection.c:
2137 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2138 (gst_rtsp_connection_clear_auth_params),
2139 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2140 * gst-libs/gst/rtsp/gstrtspconnection.h:
2141 Add a couple of missing argument guards.
2142 Add a way of setting the DSCP for an RTSP connection.
2143 Add an accessor method for the ip member of GstRTSPConnection as all
2144 members are supposed to be private.
2146 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2148 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2149 Fixed accidental use of IPv4 options for all IPv6 addresses.
2151 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2153 * gst-libs/gst/interfaces/mixertrack.h:
2154 Document mixer track flags.
2156 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2158 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2160 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2161 Don't set caps on the buffers that contain a copy of the buffer
2162 including the caps of them resulting in an always increasing refcount
2163 of the caps and insanely large caps. Instead include a buffer without
2164 caps in the new caps. Fixes bug #536475.
2166 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2168 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2169 Transform a given PAR to a range on the struct with the generic
2170 height/width instead of the struct with the possibly restricted
2173 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2175 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2176 Prefer the given format if it contains something stricter than [1,MAX]
2177 for height or width and only put a structure that requires rescaling
2178 as second. This makes it possible to use videoscale in pipelines where
2179 the source can actually produce the wanted height/width but usually
2180 selects a different one from the requested.
2182 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2184 Based on patch by: John Millikin <jmillikin gmail com>
2186 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2187 (gst_vorbis_tag_add_coverart):
2188 Retrieve COVERART tags from vorbis comments (#512333)
2190 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2192 * gst-libs/gst/tag/tag.h:
2193 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2194 Don't forget to add new enum value here too (should probably use
2195 glib-mkenums here...).
2197 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2199 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2200 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2201 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2202 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2203 (gst_tag_image_data_to_image_buffer):
2204 Add two utility functions to avoid code duplication (#512333):
2205 API: add gst_tag_image_data_to_image_buffer()
2206 API: add gst_tag_list_add_id3_image()
2207 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2209 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2211 * win32/common/libgstaudio.def:
2212 Add gst_audio_check_channel_positions() to the exported symbols.
2214 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2216 * docs/libs/gst-plugins-base-libs-sections.txt:
2217 * gst-libs/gst/audio/multichannel.c:
2218 (gst_audio_check_channel_positions):
2219 * gst-libs/gst/audio/multichannel.h:
2220 API: Make gst_audio_check_channel_positions() public.
2222 * tests/check/libs/audio.c: (GST_START_TEST):
2223 Add some simple checks for gst_audio_check_channel_positions().
2225 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2227 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2228 minrange and maxrange are scaled according to the frequency
2231 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2233 * ext/pango/Makefile.am:
2234 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2235 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2236 Use gstvideo functions to calculate strides and plane offsets. Fixes
2237 rendering issue ('ghost' images of the text on the chroma planes)
2238 with widths or heights that are not multiples of 8 (#506659 and
2239 probably also #485729).
2241 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2243 Test with odd height/width too.
2245 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2247 * gst/adder/gstadder.c: (gst_adder_query_duration),
2248 (gst_adder_query_latency):
2249 When using gst_element_iterate_pads() one has to unref every pad
2252 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2254 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2255 (gst_base_audio_src_class_init):
2256 Add a gtk-doc chunk for the new properties to have a Since: indication.
2258 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2260 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2261 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2262 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2263 (gst_base_audio_src_change_state):
2264 Provide readable actual-buffer-time and actual-latency-time properties
2265 that reflect the configured ringbuffer values. Fixes #524724.
2266 API: GstBaseAudioSrc:actual-buffer-time
2267 API: GstBaseAudioSrc:actual-latency-time
2269 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2271 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2272 (gst_basertppayload_change_state):
2273 Simply converting the running time into an RTP timestamp by scaling it
2274 based on the clock-rate is good enough for making an RTP timestamp. This
2275 has the added benefit that we can later on expose a property with the
2276 RTP timestamp of running time 0, as is needed for RTSP servers to
2277 generate the response of the PLAY request.
2279 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2281 * gst/audioconvert/gstaudioconvert.c:
2282 (structure_has_fixed_channel_positions),
2283 (gst_audio_convert_transform_caps):
2284 Allow up to 11 positioned channels now that audioconvert can handle
2285 this but add no default positions for > 8 channels.
2287 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2288 Add some unit tests for the above change: Test conversion of
2289 11 positioned channels to stereo and the other way around, test
2290 conversion of 15 unpositioned channels in different ways.
2292 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2294 * win32/common/libgstaudio.def:
2295 Add gst_audio_clock_reset to the list of exported symbols.
2297 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2299 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2300 Remove wrong_channels_identification_header unit test as we now
2301 support 7 (and more channels).
2303 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2305 * gst/audioconvert/gstchannelmix.c:
2306 (gst_channel_mix_fill_one_other):
2307 If mixing left or right to center (or the other way around) only take
2308 the complete value if we don't already have the original position in
2311 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2313 * gst-libs/gst/audio/multichannel.c:
2314 (gst_audio_check_channel_positions),
2315 (gst_audio_set_structure_channel_positions_list),
2316 (gst_audio_fixate_channel_positions):
2317 Allow rear center together with rear left/right and other previously
2318 conflicting channel positions. The reason why they weren't allowed
2319 was the channel mixing implementation in audioconvert.
2320 Also take this into account when fixing channel layouts.
2322 Allow setting channel positions for 1/2 channels when using
2323 gst_audio_set_structure_channel_position().
2325 * gst/audioconvert/gstchannelmix.c:
2326 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2327 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2328 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2329 Major rewrite of the channel mixing.
2331 We now allow previously conflicting channel positions to appear
2332 together (rear center and rear left/right for example).
2335 Rework the way channels are mixed together to take more possible
2336 channel positions into account, properly mix from/to side channels
2337 and don't assume that either center, left&right or nothing of a
2338 specific position is available anymore.
2340 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2341 Adjust unit tests with non-standard 1/2 channel layouts to the more
2342 correct new behaviour.
2344 Add a unit test for 5.1->Stereo downmixing.
2346 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2348 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2349 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2350 Add sane defaults for the 7 and 8 channel layouts as those are
2351 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2352 more than 8 channels instead of erroring out. Fixes bug #535356.
2354 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2356 * docs/plugins/Makefile.am:
2357 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2358 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2359 * ext/theora/theoraparse.c:
2360 Add theoraparse to the docs and fix some docs.
2362 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2364 * gst-libs/gst/cdda/gstcddabasesrc.c:
2365 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2366 Fix EOS condition and track addition check, the track.end sector is
2367 included in the track. Fixes #533265.
2369 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2371 Patch by: Mark Nauwelaerts <manauw at skynet be>
2373 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2374 (gst_video_rate_flush_prev), (gst_video_rate_event),
2375 (gst_video_rate_chain):
2376 * gst/videorate/gstvideorate.h:
2377 React (more) to NEWSEGMENT
2378 Small adjustment in timestamp calculation to prevent mismatches
2381 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2383 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2384 Initialise error to NULL as we should.
2386 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2388 * gst/adder/gstadder.c: (gst_adder_query_duration),
2389 (gst_adder_query_latency), (gst_adder_query):
2390 Implement latency query.
2392 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2394 * gst/adder/gstadder.c: (gst_adder_query_duration):
2395 Correctly resync the iterator if gst_iterator_next() returns
2396 GST_ITERATOR_RESYNC.
2398 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2400 * win32/vs6/libgstpbutils.dsp:
2401 Add pbutils-enumtypes.c to sources (#518037).
2403 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2405 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2406 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2407 * gst-libs/gst/audio/gstaudioclock.h:
2408 Add method to inform the clock that the time starts from 0 again. We use
2409 this info to calculate a clock offset so that the time we report in
2410 internal_time is monotonically increasing, as required by the clock base
2411 class. Fixes #521761.
2412 API: GstAudioClock::gst_audio_clock_reset()
2414 * gst-libs/gst/audio/gstbaseaudiosink.c:
2415 (gst_base_audio_sink_skew_slaving),
2416 (gst_base_audio_sink_change_state):
2417 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2418 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2419 Reset reported time when we (re)create the ringbuffer.
2421 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2423 * ext/alsa/gstalsamixertrack.c:
2424 (gst_alsa_mixer_track_update_alsa_capabilities):
2425 Make sure playback volumes aren't accidentally overwritten by
2426 capture volumes if an alsa mixer track has both playback and
2427 capture capabilities: we create two GstMixerTracks in that
2428 case, so make sure we query only the alsa capabilities that
2429 refer to the type of GstMixerTrack we created from the dual
2430 capability alsa element. Should fix issues with Audigy2 sound
2433 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2435 * tests/check/pipelines/oggmux.c: (test_pipeline):
2436 Don't use deprecated function.
2438 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2440 * gst/playback/gstdecodebin2.c:
2441 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2442 Check for NULL cases and log them, creating ghostpads can, for example,
2443 fail when the pad returns wrong caps.
2445 * gst/playback/gstplaybin2.c: (perform_eos):
2446 When pushing out the EOS event, collect the return value and warn when
2449 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2451 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2452 (gst_riff_create_video_template_caps):
2453 Add support for DVCPRO.
2455 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2457 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2458 Change default scaling method from nearest-neighbour to bilinear.
2460 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2462 * tests/check/libs/video.c:
2465 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2467 * gst/subparse/gstsubparse.c: (parser_state_init),
2468 (gst_sub_parse_format_autodetect), (handle_buffer):
2469 * gst/subparse/gstsubparse.h:
2470 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2471 Limit duration to a maximum of five seconds for tmplayer format where
2472 we can guess the duration only from the timestamp of the next line of
2473 text. We don't want to show a text for eternities just because nothing
2474 else is being said for a while.
2476 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2478 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2479 (gst_base_rtp_depayload_chain),
2480 (gst_base_rtp_depayload_handle_sink_event),
2481 (gst_base_rtp_depayload_push_full),
2482 (gst_base_rtp_depayload_change_state):
2483 Check sequence numbers, mark input buffers with a discont flag for the
2484 subclass when we detected a gap, drop duplicate buffers. We do this
2485 because one can use the element without a jitterbuffer in front and we
2486 don't want to feed the subclasses invalid or reordered data.
2487 Do an error when the subclass did not provide a process function instead
2489 Some other small cleanups.
2491 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2493 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2494 May just as well use the precalculated uvstride here.
2496 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2498 * docs/plugins/Makefile.am:
2499 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2500 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2501 * docs/plugins/gst-plugins-base-plugins.args:
2502 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2503 * docs/plugins/gst-plugins-base-plugins.interfaces:
2504 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2505 * docs/plugins/inspect/plugin-adder.xml:
2506 * docs/plugins/inspect/plugin-alsa.xml:
2507 * docs/plugins/inspect/plugin-audioconvert.xml:
2508 * docs/plugins/inspect/plugin-audiorate.xml:
2509 * docs/plugins/inspect/plugin-audioresample.xml:
2510 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2511 * docs/plugins/inspect/plugin-cdparanoia.xml:
2512 * docs/plugins/inspect/plugin-decodebin.xml:
2513 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2514 * docs/plugins/inspect/plugin-gdp.xml:
2515 * docs/plugins/inspect/plugin-gio.xml:
2516 * docs/plugins/inspect/plugin-gnomevfs.xml:
2517 * docs/plugins/inspect/plugin-libvisual.xml:
2518 * docs/plugins/inspect/plugin-ogg.xml:
2519 * docs/plugins/inspect/plugin-pango.xml:
2520 * docs/plugins/inspect/plugin-playback.xml:
2521 * docs/plugins/inspect/plugin-queue2.xml:
2522 * docs/plugins/inspect/plugin-subparse.xml:
2523 * docs/plugins/inspect/plugin-tcp.xml:
2524 * docs/plugins/inspect/plugin-theora.xml:
2525 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2526 * docs/plugins/inspect/plugin-uridecodebin.xml:
2527 * docs/plugins/inspect/plugin-video4linux.xml:
2528 * docs/plugins/inspect/plugin-videorate.xml:
2529 * docs/plugins/inspect/plugin-videoscale.xml:
2530 * docs/plugins/inspect/plugin-videotestsrc.xml:
2531 * docs/plugins/inspect/plugin-volume.xml:
2532 * docs/plugins/inspect/plugin-vorbis.xml:
2533 * docs/plugins/inspect/plugin-ximagesink.xml:
2534 * docs/plugins/inspect/plugin-xvimagesink.xml:
2535 * ext/cdparanoia/gstcdparanoiasrc.c:
2536 * ext/ogg/gstoggdemux.c:
2537 * ext/ogg/gstoggdemux.h:
2538 * ext/ogg/gstoggmux.c:
2539 * ext/ogg/gstoggmux.h:
2540 * gst/audioconvert/audioconvert.c:
2541 * gst/audioconvert/audioconvert.h:
2542 * gst/audioconvert/gstaudioconvert.h:
2543 * gst/gdp/gstgdpdepay.h:
2544 * gst/gdp/gstgdppay.h:
2545 * gst/playback/gstdecodebin.c:
2546 * gst/playback/gstdecodebin2.c:
2547 * gst/playback/gstplaybin.c:
2548 * gst/playback/gstplaybin2.c:
2549 * gst/playback/gsturidecodebin.c:
2550 * gst/tcp/gstmultifdsink.c:
2551 * gst/tcp/gstmultifdsink.h:
2554 Add some documentation comments, and some new headers to be scanned.
2555 Rename some internal enum declarations (audioconvert's DitherType and
2556 NoiseShapingType, GstUnitType from the TCP elements) to match the
2557 documented GObject type names so that the docs pick them up.
2558 Name the playbin2 docs markups properly so they get picked up. They'll
2559 need renaming back when/if playbin2 becomes playbin.
2561 100% symbol coverage for the plugin docs, booya.
2563 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2565 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2567 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2568 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2570 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2572 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2574 * gst/playback/gstdecodebin.c: (remove_fakesink):
2575 Lock the fakesink before setting the state to NULL and removing it from
2576 the bin so that a concurrent state change cannot interfere.
2579 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2582 Fix installing plugin documentation when gtk-doc is disabled.
2584 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2586 * gst-libs/gst/rtsp/Makefile.am:
2587 Distribute, don't install md5.h
2589 2008-05-21 Julien Moutte <julien@fluendo.com>
2591 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2592 instead of SOL_IP, works on more platforms.
2593 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2596 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2598 * ext/vorbis/vorbisdec.c:
2599 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2601 Some debug and comment fixes.
2603 * tests/examples/dynamic/addstream.c: (main):
2606 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2609 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2610 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2611 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2612 (cleanup_decodebin):
2613 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2614 (connect_element), (gst_decode_group_control_demuxer_pad):
2615 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2616 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2618 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2619 (gst_play_bin_set_property), (handoff), (gen_video_element),
2620 (gen_text_element), (gen_audio_element), (gen_vis_element),
2621 (remove_sinks), (add_sink), (setup_sinks):
2622 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2623 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2624 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2625 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2626 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2627 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2628 (gen_vis_chain), (gst_play_sink_reconfigure),
2629 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2630 (gst_play_sink_request_pad):
2631 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2632 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2634 * gst/playback/test6.c: (new_decoded_pad_cb):
2635 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2636 * tests/check/elements/audiorate.c: (test_injector_chain),
2637 (do_perfect_stream_test):
2638 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2639 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2640 * tests/check/elements/gnomevfssink.c:
2641 * tests/check/elements/textoverlay.c:
2642 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2643 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2644 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2645 * tests/check/pipelines/oggmux.c: (test_pipeline):
2646 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2647 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2648 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2649 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2650 * tests/examples/seek/seek.c: (make_mod_pipeline),
2651 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2652 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2653 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2654 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2655 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2656 (update_fill), (msg_buffering):
2657 Don't use bad gst_element_get_pad().
2659 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2661 * gst-libs/gst/riff/riff-media.c:
2662 Fix wrong method name in docs. Fix calculation of strf fields for
2665 * gst-libs/gst/riff/riff-read.c:
2666 Whitespace fix and removing double ';'.
2668 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2670 * docs/design/part-playbin2.txt:
2671 Add some leftover doc.
2673 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2675 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2676 Fix copy & paste error in last commit.
2678 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2680 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2681 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2682 other channel positions when source has SIDE channels and dest doesn't
2683 or the other way around.
2685 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2687 Patch by: Henrik Eriksson <henriken at axis dot com>
2689 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2690 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2691 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2692 (gst_multi_fd_sink_get_property):
2693 * gst/tcp/gstmultifdsink.h:
2694 Add support for DSCP QOS. Fixes #469933.
2696 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2698 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2699 Add another test that checks if conversion between standard 1 and 2
2700 channel layouts with and without positions set is working.
2702 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2704 * gst-libs/gst/audio/multichannel.c:
2705 (gst_audio_check_channel_positions):
2706 Allow non-standard 2 channel layouts.
2708 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2709 Add some tests for converting and remapping non-standard 1 and 2
2712 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2714 * gst/audioconvert/gstchannelmix.c:
2715 (gst_channel_mix_fill_normalize):
2716 Prevent division by zero if the channel mix matrix contains only
2719 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2721 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2723 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2724 Close a buffer memory leak. Fixes bug #534071.
2726 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2728 * gst-libs/gst/rtsp/gstrtsptransport.h:
2729 Make the GstRTSPTransport struct members public as there are no
2730 setters/getters and it's supposed to be changed directly.
2733 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2735 * gst/adder/gstadder.c:
2736 Adder also doesn't support audio/x-raw-int with width!=depth so don't
2737 claim this on the pad template caps.
2739 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2741 * gst-libs/gst/audio/gstbaseaudiosink.c:
2742 (gst_base_audio_sink_sync_latency):
2743 We can only use our optimal calibration if we prerolled before the
2746 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
2749 Require core CVS for GstBaseSrc buffer caps setting magic.
2751 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2753 * gst/audioconvert/gstaudioconvert.c:
2754 (gst_audio_convert_fixate_channels):
2755 Fix logic in last commit.
2757 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2759 * gst/audioconvert/gstaudioconvert.c:
2760 (gst_audio_convert_fixate_channels):
2761 Passthrough the channel positions if the number of output channels is
2762 the same as the number of input channels, the input had a channel
2763 layout and downstream requests no special one. We did this already for
2764 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2766 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2768 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2769 (gst_gnome_vfs_src_finalize),
2770 (gst_gnome_vfs_src_received_headers_callback),
2771 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2772 * ext/gnomevfs/gstgnomevfssrc.h:
2773 Set the ICY caps on the srcpad from where they get picked up by the base
2774 class now and set on the outgoing buffers.
2776 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2777 (gst_base_audio_src_create):
2778 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2779 BaseSrc now sets the caps on outgoing buffers automatically.
2781 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2783 * gst-libs/gst/audio/gstbaseaudiosink.c:
2784 (gst_base_audio_sink_resample_slaving),
2785 (gst_base_audio_sink_skew_slaving),
2786 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2787 (gst_base_audio_sink_async_play),
2788 (gst_base_audio_sink_change_state):
2789 Change the way in which the ringbuffer is started when dealing with a
2790 slaved clock and latency. We now sync to the clock until we reach
2791 upstream latency before starting the ringbuffer. This has the effect
2792 that we can accurately align the master and slave clocks and let the
2793 rate correction code take care of the initial drift or rounding errors
2794 instead of leaving them uncorrected with the old approach.
2796 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2798 * gst/audioconvert/gstaudioconvert.c:
2799 (gst_audio_convert_fixate_channels):
2800 Correctly set the default channel positions when converting to 8
2803 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2806 Error out if we don't have the required version of core.
2808 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2810 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2811 Use data scan helper in aac typefinder and stop scanning
2812 for headers when we've found a type. Also fix potential invalid
2813 memory access when calculating the frame length.
2815 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2817 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2818 (mpeg_sys_is_valid_pack):
2819 Don't modify scan context when we return FALSE in ensure_data, so
2820 it's possible to continue scanning, and we don't end up with a NULL
2821 data pointer and a positive size, which might bite us the next time
2822 we're called. Small constification.
2824 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
2826 * gst/adder/gstadder.c:
2827 Adder doesn't support 24 bit samples so don't claim it supports them
2828 in the pad template caps.
2830 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2832 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2833 (gst_base_rtp_depayload_chain):
2834 Validate the RTP packet before further processing it. It's just too
2835 dangerous to accept random packets and people are not forced to use a
2836 jitterbuffer or session manager to filter out the bad packets.
2838 * gst-libs/gst/rtp/gstrtpbuffer.c:
2839 (gst_rtp_buffer_set_extension_data),
2840 (gst_rtp_buffer_get_payload_subbuffer):
2842 When setting extension data in a buffer that is too small, we fail and
2843 we should not set the extension bit.
2844 Change GST_WARNINGS into g_warning because they really are
2847 * tests/check/libs/rtp.c: (GST_START_TEST):
2848 Catch the g_warnings now in the unit tests and that fact that failing to
2849 set extension data left the extension bit untouched.
2851 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2853 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2854 Revert previous change which made basetransform handle buffer_alloc
2855 and which breaks things badly in the non-passthrough case since it
2856 returned buffers with a different (ie. sometimes smaller) size than
2859 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2861 Patch by: Bernard B <b-gnome at largestprime dot net>
2863 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2864 Fix seqnum compare function for bordercase values and fix the docs
2865 again. Fixes #533075.
2867 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2868 Add a testcase for seqnum compare function.
2870 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
2872 * gst/adder/gstadder.c: (gst_adder_setcaps),
2873 (gst_adder_class_init):
2874 Correctly declare the supported endianness on the pad templates
2875 and check for correct endianness in the set caps function. Adder
2876 only supports native endianness.
2877 Also use gst_element_class_set_details_simple().
2879 2008-05-14 Stefan Kost <ensonic@users.sf.net>
2881 * sys/xvimage/xvimagesink.c:
2882 Better debug logging in port value handling. Merging separate port
2883 value loops into one.
2885 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
2887 Patch by: Hannes Bistry <hannesb at gmx dot de>
2889 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2890 * gst/tcp/gsttcpserversink.c:
2891 (gst_tcp_server_sink_handle_server_read),
2892 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2893 Fix regression in clientsrc because we did not add the fd to the poll
2894 set anymore. Fixes #532364.
2895 Do some cleanups here and there.
2897 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2899 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2900 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2901 * gst/playback/gstplay-marshal.list:
2902 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2903 Use correct marshallers. GstCaps are a boxed type and no GObject
2906 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2908 * win32/common/libgstrtsp.def:
2909 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2912 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2914 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2916 * tests/check/elements/audioresample.c:
2917 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2918 (live_switch_push), (GST_START_TEST):
2919 Add unit test for the latest basetransform negotiation changes.
2922 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2924 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2925 Fix nv12<->nv21 conversion if stride is larger than width.
2927 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2929 Patch by: Jan Gerber <j at oil21 dot org>
2931 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2932 (gst_ogg_pad_parse_skeleton_fisbone):
2933 * ext/ogg/gstoggdemux.h:
2934 Parse presentation time from skeleton streams and use it as offset
2935 for the timestamps. Fixes bug #530068.
2937 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
2939 * gst-libs/gst/audio/gstbaseaudiosink.c:
2940 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2941 Revert previous patch that attempted to more accurately calculate the
2942 initial offset between master and slave clock. The best thing we can do
2943 in general is take the time of both clocks as the diff since we don't
2944 know when the actual preroll happened.
2946 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
2948 * gst-libs/gst/pbutils/install-plugins.c:
2949 Fix docs: type and missing word.
2951 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2953 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2954 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2955 for this instead; don't check if we've found enough markers after
2956 each and every step, it's enough to do that only if we've actually
2958 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2960 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2962 * gst/typefind/gsttypefindfunctions.c:
2963 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2964 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2965 (mpeg_video_stream_type_find):
2966 Move scan helper thingy to the beginning of the file so we can use
2967 it in other typefind functions. Rename it to something more
2968 generic. Also improve handling of things towards the end of the
2969 typefind data: peek as much as we can if we know the size of the
2970 data, rather than just min_size.
2972 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
2974 * docs/libs/gst-plugins-base-libs-sections.txt:
2975 * gst-libs/gst/interfaces/colorbalance.c:
2976 * gst-libs/gst/interfaces/colorbalance.h:
2977 * gst-libs/gst/interfaces/colorbalancechannel.c:
2978 * gst-libs/gst/interfaces/colorbalancechannel.h:
2979 * gst-libs/gst/interfaces/tuner.c:
2980 * gst-libs/gst/interfaces/tunerchannel.c:
2981 * gst-libs/gst/interfaces/tunerchannel.h:
2982 * gst-libs/gst/interfaces/tunernorm.c:
2983 * gst-libs/gst/interfaces/tunernorm.h:
2984 * gst-libs/gst/video/video.c:
2985 * gst-libs/gst/video/video.h:
2986 Document the GstTuner and GstColorBalance interfaces, and some
2987 other random API functions that needed it. 70% symbol coverage, woo.
2989 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
2991 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2992 Choose to allocate one less segment but require one additional segment
2995 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2996 No need to increment the number of segments in the source.
2998 * gst-libs/gst/audio/gstbaseaudiosink.c:
2999 (gst_base_audio_sink_get_time), (clock_convert_external),
3000 (gst_base_audio_sink_resample_slaving),
3001 (gst_base_audio_sink_skew_slaving),
3002 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3003 (gst_base_audio_sink_async_play):
3004 Remove adding latency when returning the internal time while subtracting
3005 it again when we use the value a little later.
3006 When calculating the end timestamp, we are making a rounding error
3007 with the current algorithm. Ensure that we don't accumulate these
3008 rounding errors when aligning samples by not resampling at all if we
3009 don't need to. Fixes #419351.
3010 Make the initial calibration of the clock slaving a little more
3011 predictable and accurate. Also handle the case where we don't do
3014 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
3016 Based on a patch by:
3017 Björn Benderius <bjoern dot benderius at axis dot com>
3019 * gst/ffmpegcolorspace/avcodec.h:
3020 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3021 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3022 (gst_ffmpegcsp_avpicture_fill):
3023 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3024 * gst/ffmpegcolorspace/imgconvert_template.h:
3025 Add conversions from/to NV12 and NV21 and conversions between those
3026 two formats. Fixes bug #532166.
3028 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
3030 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3031 Abort the h264 typefinding as soon as _peek() doesn't return anything,
3032 which happens for example with files smaller than 128kb.
3034 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3036 Patch by: Wouter Cloetens <zombie at e2big dot org>
3038 * gst-libs/gst/rtsp/Makefile.am:
3039 * gst-libs/gst/rtsp/gstrtspconnection.c:
3040 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3041 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3042 (add_auth_header), (gst_rtsp_connection_free),
3043 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3044 (gst_rtsp_connection_set_auth_param),
3045 (gst_rtsp_connection_clear_auth_params):
3046 * gst-libs/gst/rtsp/gstrtspconnection.h:
3047 Add Digest authorization support for RTSP connections. See #532065.
3049 * gst-libs/gst/rtsp/md5.c:
3050 * gst-libs/gst/rtsp/md5.h:
3051 Yeap, another md5 implementation until we can depend on a glib that has
3054 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3056 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3058 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3059 Let audioresample use the buffer allocation of basetransform instead
3062 * tests/check/elements/audioresample.c: (alloc_only_48000),
3063 (GST_START_TEST), (audioresample_suite):
3064 Add unit test for the recent basetransform bugfix, where upstream
3065 changes caps to something that can't be passed through anymore.
3067 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3069 * win32/common/config.h.in:
3070 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3071 use the real thing than having "???" unconditionally.
3073 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
3075 * gst-libs/gst/audio/gstbaseaudiosink.c:
3076 (gst_base_audio_sink_query):
3077 Report the latency with the new seglatency parameter.
3079 * gst-libs/gst/audio/gstringbuffer.c:
3080 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3081 (gst_ring_buffer_acquire):
3082 * gst-libs/gst/audio/gstringbuffer.h:
3083 Add new field to the ringbufferspec to specify the expected latency
3084 between the underlying device read/write pointer, this is needed
3085 when writing sinks that sit a little closer to the hardware.
3086 Add some more docs for other fields.
3088 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3090 * gst/volume/gstvolume.c: (volume_transform_ip):
3091 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3092 reason instead of crashing later. Might fix bug #509125.
3094 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3096 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3098 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3099 * gst/audioconvert/audioconvert.h:
3100 * gst/audioconvert/gstaudioconvert.c:
3101 (gst_audio_convert_parse_caps),
3102 (structure_has_fixed_channel_positions),
3103 (gst_audio_convert_transform_caps):
3104 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3105 Add support for more than 8 channels and NONE channel layouts. For
3106 more than 8 channels no channel conversion is supported yet, only
3107 format conversions are supported. Fixes bug #398033.
3109 * tests/check/elements/audioconvert.c: (verify_convert),
3110 (GST_START_TEST), (audioconvert_suite):
3111 Add some unit tests by Tim for checking the NONE channel layouts
3112 and more than 8 channels and add some more unit tests for channel
3115 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3117 * gst/playback/gstdecodebin2.c: (connect_pad):
3118 When autoplugging fails, set the element back to NULL before
3121 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3123 * win32/common/libgstaudio.def:
3124 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3127 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3129 * gst/subparse/samiparse.c: (handle_start_sync),
3130 (end_sami_element), (characters_sami):
3131 Remove trailing, leading and double whitespaces.
3132 Correctly timestamp buffers and output the last buffer too.
3134 * tests/check/elements/subparse.c: (GST_START_TEST),
3136 Add a simple unit test for SAMI parsing.
3138 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3140 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3142 * gst/subparse/samiparse.c: (handle_start_sync),
3143 (start_sami_element), (end_sami_element), (characters_sami),
3144 (sami_context_reset):
3145 Only output characters inside the "sync" elements. There could be
3146 other elements like "style" that have some content but should
3147 not be printed. Fixes bug #467911.
3149 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3151 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3152 (set_active_source):
3153 * gst/playback/gstplaybasebin.h:
3154 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3155 (playbin_set_audio_mute):
3156 Allow setting -1 as current-audio to mute the current audio stream,
3157 similar to what is done for subtitles. Fixes bug #342294.
3159 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3161 * gst-libs/gst/pbutils/descriptions.c: (formats):
3162 It's SorensOn and not SorensEn.
3164 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3166 * gst-libs/gst/pbutils/descriptions.c: (formats):
3167 Fix description of video/x-flash-video.
3169 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3171 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3172 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3173 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3174 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3175 Remove some unused code.
3177 * gst/audioconvert/gstaudioquantize.c:
3178 (gst_audio_quantize_free_noise_shaping):
3179 Don't return before freeing the noise shaping history.
3181 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3183 * tests/check/elements/subparse.c: (do_test),
3184 (test_tmplayer_style3b), (subparse_suite):
3185 Add unit test for the tmplayer variant from bug #530962.
3187 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3189 * gst/subparse/gstsubparse.c: (handle_buffer),
3190 (gst_sub_parse_sink_event):
3191 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3192 (tmplayer_parse_line):
3193 Fix parsing of tmplayer subtitle variant where every single line contains
3194 text and there isn't an empty line after each line to determine the
3195 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3196 making sure that we push out the last line of text without a duration if
3197 there's still text left in the buffer at the end.
3199 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3201 * gst/subparse/gstsubparse.c: (feed_textbuf):
3202 Fix detection of discontinuities based on the buffer offset (doesn't work
3203 so well if no buffer offset is set) and also check for the DISCONT buffer
3204 flag. This keeps the parser state from being reset after each buffer in
3207 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3209 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3210 Further fine-tuning: don't absolutely require sequence or GOP headers
3211 (as introduced in the previous commit), but adjust the typefind
3212 probabilities returned accordingly if we don't see them. Also make sure
3213 picture header and first slice are somewhat close to each other (which
3214 is not perfect but still better than requiring a fixed offset or having
3217 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3219 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3220 (gst_basertppayload_sink_setcaps),
3221 (gst_basertppayload_sink_getcaps):
3222 Rename the setcaps/getcaps function internally to make it clear that
3223 they are called for the sink pad.
3225 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3227 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3228 (gst_base_rtp_depayload_class_init),
3229 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3230 (gst_base_rtp_depayload_packet_lost),
3231 (gst_base_rtp_depayload_set_gst_timestamp):
3232 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3233 Catch packet-lost events from the jitterbuffer and convert them into a
3234 vmethod call (lost-packet) so that depayloaders can do something smart.
3235 Also add a default packet-lost function that sends out a segment update
3238 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3240 * gst/playback/test4.c:
3241 * gst/playback/test5.c:
3242 * gst/playback/test6.c:
3243 * gst/playback/test7.c:
3244 Also include config.h when relying on defines from it. Fixes the
3245 build. Its been a please to serve :)
3247 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3249 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3250 (paint_setup_NV21), (paint_hline_NV12_NV21):
3251 Add support for NV12 and NV21 in videotestsrc
3253 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3255 * gst/videoscale/gstvideoscale.c:
3256 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3257 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3258 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3259 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3260 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3261 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3262 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3263 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3264 (vs_image_scale_linear_RGB555):
3265 Support 1x1 images as input and output as for example the BBC HQ new
3266 streams have 1x1 GIFs in the playlists for some reason.
3268 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3270 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3272 If we can't activate one of the decoders we plugged in (such as,
3273 say, musepackdec) for some reason (it might not support push mode,
3274 for example), remove any pad probes that close_pad_link() might
3275 have set up. This makes sure we later don't try to remove a probe
3276 for a pad that doesn't exist any longer, and avoids nast warnings
3277 and probably other things too.
3279 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3281 * gst/typefind/gsttypefindfunctions.c:
3282 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3284 Rework mpeg video stream typefinding a bit more: make sure sequence,
3285 GOP, picture and slice headers appear in the order they should and
3286 that we've in fact at least had one of each; fix picture header
3287 detection; decouple picture and slice header check - don't assume
3288 they're at a fixed offset, there may be extra data in between. Also,
3289 announce varying degrees of probability depending on what we found
3290 exactly (multiple pictures, at least one picture, just sequence and
3291 GOP headers). Finally, in _ensure_data(), take into account that we
3292 might be typefinding smaller amounts of data, such as the first
3293 buffer of a stream, so fall back to the minimum size needed as long
3294 as that's available, instead of erroring out if there's less than
3295 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3296 fuzzed file from #399342 as valid.
3298 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3300 * ext/theora/theoradec.c:
3301 Cool kids don't divide by zero.
3302 Treat PAR of x:0 as 1:1.
3305 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3307 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3308 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3309 (mpeg_video_stream_type_find):
3310 Refactor a bit: use context structure to track parsing offset and
3311 size of available data and make the code a bit clearer. Fixes bad
3312 memory access in #356937.
3314 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3316 * gst/playback/test4.c:
3317 * gst/playback/test5.c:
3318 * gst/playback/test6.c:
3319 * gst/tcp/gstmultifdsink.c:
3320 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3323 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3325 * gst-libs/gst/audio/gstbaseaudiosink.h:
3328 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3329 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3330 (gst_base_audio_src_set_slave_method),
3331 (gst_base_audio_src_get_slave_method),
3332 (gst_base_audio_src_set_property),
3333 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3334 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3335 Add property and methods for selecting the clock slave method in the
3336 source, like in the sink.
3337 We only implement "none" and "re-timestamp" for now.
3338 API: gst_base_audio_src_set_slave_method()
3339 API: gst_base_audio_src_get_slave_method()
3341 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3343 * gst-libs/gst/rtp/gstrtpbuffer.c:
3344 Fix the docs about the seqnum compare function, it returns a difference.
3346 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3348 * ext/alsa/gstalsadeviceprobe.c:
3349 (gst_alsa_get_device_list): Don't return before freeing up
3350 the allocated structures.
3352 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3354 * gst/playback/gstplaybin.c:
3355 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3357 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3359 * ext/ogg/gstoggdemux.c:
3360 Revert the event part, that should not go in.
3362 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3364 * ext/ogg/gstoggdemux.c:
3365 Don't leak GstPluginFeatures when filtering.
3367 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3369 * sys/xvimage/xvimagesink.c:
3370 Add some logging for cases when grabbing the xv failed.
3372 2008-04-21 David Schleef <ds@schleef.org>
3374 * ext/ogg/gstoggmux.c:
3375 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3376 packet. Should conform to what we currently think is the
3377 final Ogg/Dirac muxing spec.
3379 2008-04-21 David Schleef <ds@schleef.org>
3381 * sys/xvimage/xvimagesink.c:
3382 Fix typo that causes the overlay keying color to bright green
3383 on a 16-bit display. Dark grey good. Bright green bad.
3385 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3387 * ext/gnomevfs/gstgnomevfsuri.c:
3388 Add FIXME comment about using uri-list for source and sink.
3390 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3392 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3393 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3394 vaargs functions to gint. Otherwise the fractions will get 0 set
3395 instead of the correct value on big endian systems. Fixes bug #529018.
3397 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3399 * ext/gnomevfs/gstgnomevfssink.c:
3400 (gst_gnome_vfs_sink_uri_get_protocols):
3401 * ext/gnomevfs/gstgnomevfssrc.c:
3402 (gst_gnome_vfs_src_uri_get_protocols):
3403 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3404 (gst_gnomevfs_get_supported_uris):
3405 Get the list of supported URI schemes in a threadsafe way and use the
3406 same list for the source and sink.
3408 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3410 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3411 (gst_gio_get_supported_protocols):
3412 Don't generate a new supported protocols list on each call but cache
3413 it. It's supposed to be static anyway, this way we only leak it once
3416 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3417 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3418 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3419 (gst_gio_sink_start):
3420 * ext/gio/gstgiosink.h:
3421 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3422 (gst_gio_src_class_init), (gst_gio_src_finalize),
3423 (gst_gio_src_set_property), (gst_gio_src_get_property),
3424 (gst_gio_src_start):
3425 * ext/gio/gstgiosrc.h:
3426 API: Add "file" properties where one can set a GFile as
3429 Add locking to the properties and use
3430 gst_element_class_set_details_simple() instead of a static
3431 GstElementDetails struct.
3433 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3435 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3437 Add "mpp" and "mp+" as possible extensions for MusePack files.
3439 Add typefinding for MusePack StreamVersion 8 files and include the
3440 stream version in the caps.
3442 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3444 * gst-libs/gst/rtp/gstrtppayloads.c:
3445 (gst_rtp_payload_info_for_name):
3446 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3448 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3451 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3452 (NB: this only affects compilation of some of the examples).
3453 Remove some configure.ac cruft that's not needed any longer.
3455 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3457 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3458 Don't validate the payload if there isn't any.
3461 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3463 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3464 Use g_atomic_int_set() instead of gst_atomic_int_set().
3466 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3468 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3469 Return NULL instead of a gchar * array with one NULL element if we
3470 don't get any supported URI schemes from GIO.
3472 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3474 * gst/audiotestsrc/gstaudiotestsrc.c:
3475 Remove cpp style commented old code.
3477 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3479 * gst/playback/gstdecodebin2.c:
3482 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3484 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3485 (gst_text_overlay_init):
3486 Fix textoverlay unit test again by making the supposed default
3487 value for the wait-text property the actual default value.
3488 Also fix Since: tag for new property.
3490 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3492 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3493 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3494 (gst_video_format_get_pixel_stride),
3495 (gst_video_format_get_component_width),
3496 (gst_video_format_get_component_height),
3497 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3498 (gst_video_format_convert):
3499 Add guards to these functions to ensure sane input values.
3501 * tests/check/libs/video.c:
3502 Fix unit test not to create caps with width=0 and height=0.
3504 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3506 * docs/design/draft-keyframe-force.txt:
3509 * gst/playback/gstqueue2.c: (update_buffering),
3510 (gst_queue_handle_src_query):
3511 Set buffering mode in the messages.
3512 Set buffering percent in the query.
3514 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3515 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3516 Do some more fancy things based on the buffering method in use.
3518 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3520 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3521 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3522 (msg_buffering), (main):
3523 Add basic download reports to seek using the new buffering API.
3525 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3527 * gst/playback/gstqueue2.c: (update_buffering),
3528 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3529 (gst_queue_src_checkgetrange_function):
3530 Include extra buffering stats in the buffering message.
3531 Implement BUFFERING query.
3533 * gst/playback/gsturidecodebin.c: (do_async_start),
3534 (do_async_done), (type_found), (setup_streaming), (setup_source),
3535 (gst_uri_decode_bin_change_state):
3536 Only add decodebin2 when the type is found in streaming mode.
3537 Make uridecodebin async to PAUSED even when we don't have decodebin2
3540 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3542 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3543 Filter cdda from the supported URI schemes. We can't support
3544 musicbrainz tags and everything else one expects from a cdda source
3545 with GIO. Fixes bug #526794.
3547 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3549 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3550 (gst_xvimagesink_buffer_alloc):
3551 Fix calculation of 'expected size' for YV12 buffers.
3552 Be a little more verbose in the debug output for buffer-alloc'ed
3553 buffers which turn out to have the wrong size.
3555 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3559 * gst-plugins-base.doap:
3560 Merge other changes from 0.10.19 release branch.
3562 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3564 * gst-libs/gst/audio/gstbaseaudiosink.c:
3565 (gst_base_audio_sink_class_init):
3566 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3567 (gst_base_audio_src_class_init):
3568 * gst/playback/gstplayback.c: (plugin_init):
3569 * gst/volume/gstvolume.c: (plugin_init):
3570 Work around missing bits of thread-safety on older GLibs some
3571 more to avoid assertions when starting up multiple playbin
3572 objects concurrently (see #512382).
3574 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3576 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3577 Remove some more fields.
3579 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3581 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3584 Actually build dlls when cross-compiling with mingw32.
3587 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3590 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3592 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3594 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3595 (msg_buffering), (connect_bus_signals), (main):
3597 Add buffering support with feedback in the statusbar.
3599 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3601 * ext/ogg/gstoggmux.c:
3602 Fix sample pipeline description.
3604 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3606 * docs/plugins/Makefile.am:
3607 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3608 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3609 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3610 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3612 * docs/plugins/gst-plugins-base-plugins.args:
3613 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3614 * docs/plugins/gst-plugins-base-plugins.interfaces:
3615 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3616 * docs/plugins/inspect/plugin-adder.xml:
3617 * docs/plugins/inspect/plugin-alsa.xml:
3618 * docs/plugins/inspect/plugin-audioconvert.xml:
3619 * docs/plugins/inspect/plugin-audiorate.xml:
3620 * docs/plugins/inspect/plugin-audioresample.xml:
3621 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3622 * docs/plugins/inspect/plugin-cdparanoia.xml:
3623 * docs/plugins/inspect/plugin-decodebin.xml:
3624 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3625 * docs/plugins/inspect/plugin-gdp.xml:
3626 * docs/plugins/inspect/plugin-gnomevfs.xml:
3627 * docs/plugins/inspect/plugin-libvisual.xml:
3628 * docs/plugins/inspect/plugin-ogg.xml:
3629 * docs/plugins/inspect/plugin-pango.xml:
3630 * docs/plugins/inspect/plugin-playback.xml:
3631 * docs/plugins/inspect/plugin-queue2.xml:
3632 * docs/plugins/inspect/plugin-subparse.xml:
3633 * docs/plugins/inspect/plugin-tcp.xml:
3634 * docs/plugins/inspect/plugin-theora.xml:
3635 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3636 * docs/plugins/inspect/plugin-uridecodebin.xml:
3637 * docs/plugins/inspect/plugin-video4linux.xml:
3638 * docs/plugins/inspect/plugin-videorate.xml:
3639 * docs/plugins/inspect/plugin-videoscale.xml:
3640 * docs/plugins/inspect/plugin-videotestsrc.xml:
3641 * docs/plugins/inspect/plugin-volume.xml:
3642 * docs/plugins/inspect/plugin-vorbis.xml:
3643 * docs/plugins/inspect/plugin-ximagesink.xml:
3644 * docs/plugins/inspect/plugin-xvimagesink.xml:
3645 Update introspection data.
3647 * ext/ogg/gstoggmux.c:
3650 * gst/playback/gstdecodebin2.c:
3651 Don't use gtk-doc style comment start for private stuff, but make it
3652 formatted like this for consistency.
3654 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3656 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3657 (gst_decode_bin_init), (gst_decode_bin_dispose),
3658 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3659 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3660 (analyze_new_pad), (connect_pad), (expose_pad),
3661 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3662 (gst_decode_group_expose), (gst_decode_group_free),
3663 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3664 Remove fakesink hack, we can now implement this more elegantly.
3665 Added property to bypass typefinding.
3666 Removed underrun callback and demuxer pad probe, we now use the srcpad
3667 probe to expose groups.
3668 API::sink-caps property
3670 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3671 Guard against multiple emissions of the no_more_pads signal, which
3672 happens when we are dealing with chained oggs.
3674 * gst/playback/gsturidecodebin.c: (remove_decoders),
3675 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3677 For streams, use our own typefind element and plug our queue after it.
3678 We will need this to determine the type of buffering to use for the
3681 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3683 * gst-libs/gst/audio/gstbaseaudiosink.c:
3684 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3685 Guard against over and underflows because of clock slaving.
3686 When we are using our own clock, still compensate for any calibrations
3687 that we might have done to our clock.
3689 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3691 * ext/theora/theoradec.c: (theora_handle_type_packet),
3693 Don't try to do anything fancy with the return code from pushing an
3694 event, it does not have enough information to turn it into a
3697 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3699 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3700 (gst_ogg_demux_chain_elem_pad):
3701 Add small debug line.
3702 Pass return code from the internal decoder instead of the too generic
3705 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3707 * gst-libs/gst/cdda/Makefile.am:
3708 * gst-libs/gst/cdda/base64.c:
3709 * gst-libs/gst/cdda/base64.h:
3710 * gst-libs/gst/cdda/gstcddabasesrc.c:
3711 (gst_cddabasesrc_calculate_musicbrainz_discid):
3712 Use GLib's base64 implementation instead of our own.
3714 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3716 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3717 (gst_ogg_demux_read_chain):
3718 Refix oggdemux, we only have a problem if we failed to find a chain and
3721 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3723 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3725 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3726 (gst_ogg_demux_read_chain):
3727 When we fail to find a BOS page and we and up with no chain, error out
3728 properly instead of segfaulting. Fixes #525665.
3730 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3732 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3733 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3734 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3737 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3739 * gst/playback/gstqueue2.c: (update_out_rates),
3740 (gst_queue_open_temp_location_file),
3741 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3742 (gst_queue_handle_src_query), (gst_queue_set_property):
3743 Update the estimated input data when we push out a buffer.
3744 Add some debug info about the temp file.
3745 Only forward src events when we are not using a temp file.
3746 Don't block the duration query, we need to find something better.
3747 Don't leak the temp filename.
3749 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
3752 Require GLib 2.12 and liboil 0.3.14.
3754 * gst/volume/gstvolume.c: (volume_process_double):
3755 Unconditionally use liboil 0.3.14 function.
3757 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
3759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3760 ms-gsm can have arbitrarty sample rates. See #481354.
3762 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
3764 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3765 MP4S is generic MPEG-4, not a microsoft variant.
3767 2008-03-27 Michael Smith <msmith@fluendo.com>
3769 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3770 Check the body CRC (if set) when depayloading.
3773 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
3775 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3776 Fix Since: version for new property.
3778 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3780 * gst-libs/gst/rtsp/gstrtspconnection.c:
3781 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3782 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3783 Don't error when poll_wait returns EAGAIN.
3785 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3787 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3788 The queue is never filled when there are no buffers in the queue at all.
3791 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3793 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3794 (init_group), (free_group), (gst_play_bin_init),
3795 (gst_play_bin_finalize), (gst_play_bin_set_uri),
3796 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3797 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3798 (gst_play_bin_set_current_video_stream),
3799 (gst_play_bin_set_current_audio_stream),
3800 (gst_play_bin_set_current_text_stream),
3801 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3802 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3803 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3804 (activate_group), (deactivate_group), (setup_next_source),
3805 (save_current_group), (gst_play_bin_change_state):
3807 Add new locks and conds to protect pipeline creation and group
3809 Implement the sub-uri property.
3810 Keep track of pending uridecodebin creation and configure the output
3811 pipeline after all streams are configured.
3812 Propagate subtitle encoding to the uridecodebins.
3813 Implement getting the video/audio/visualisation elements.
3814 Use input-selector for stream switching.
3815 If we are asked to do visualisation, prefer to autoplug raw sinks
3816 instead of sinks that accept encoded data.
3818 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3820 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3821 (gst_play_sink_init), (gst_play_sink_dispose),
3822 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3823 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3824 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3825 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3826 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3827 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3828 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3829 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3830 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3831 * gst/playback/gstplaysink.h:
3832 Add methods to get audio/video/vis elements.
3833 Add methods to set the font description for the overlay.
3834 Remove properties, we're using this element with its methods only.
3835 Add support for subtitles.
3836 Rearrange the locking a bit to not use the object lock for protecting
3837 the pipeline construction.
3838 Try to use the volume and mute property on the sink when its available.
3839 Implement the mute option with volume when the sink does not have a mute
3841 Only add volume element when the sink has no volume property.
3842 Only do visualisations with raw audio pads.
3844 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3846 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3847 (gst_text_overlay_init), (gst_text_overlay_set_property),
3848 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3849 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3850 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3851 (gst_text_overlay_change_state):
3852 * ext/pango/gsttextoverlay.h:
3853 Add property to configure waiting for text on the textpad or not, with
3854 the default behaviour being the old one (always wait for text before
3855 rendering the video). This default behaviour is usually not the best one
3856 because the text stream can very sparse and could require queueing a lot
3858 Fix the flushing and EOS handing so that we don't mix up their meaning.
3860 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3862 * gst/playback/gsturidecodebin.c:
3863 (gst_uri_decode_bin_autoplug_factories),
3864 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3865 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3866 (gst_uri_decode_bin_set_property),
3867 (gst_uri_decode_bin_get_property), (no_more_pads_full),
3868 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3869 (proxy_autoplug_factories_signal), (make_decoder),
3870 (source_new_pad), (setup_source):
3871 Add a readonly source property and notify.
3872 Add new lock for protecting the construction of the pipeline.
3873 Keep track of the decodebins we plugged.
3874 Correctly proxy the autoplug signal so that it actually continues.
3875 Proxy subtitle-encoding to the decodebins.
3877 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3879 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3880 (text_toggle_cb), (update_streams), (main):
3881 Rearrange some buttons in playbin2 and make some other boxes insensitive
3883 Add language codes to subtitle selection boxes when we gind the right
3884 tags for the streams.
3886 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3888 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3889 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3890 (gst_decode_bin_set_subs_encoding),
3891 (gst_decode_bin_get_subs_encoding),
3892 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3893 (deactivate_free_recursive):
3894 Protect caps property with the object lock.
3895 Protect encoding property with the object lock.
3896 Keep list of elements we added that have the subtitle-encoding property.
3897 Distribute the subtitle-encoding to all of the elements when it
3900 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3902 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3903 Small debug improvement.
3905 * gst-libs/gst/audio/gstbaseaudiosink.c:
3906 (gst_base_audio_sink_render):
3907 Fix bug in determining the sample start/stop position, we want to base
3908 this decision on the fact that we are going forwards or backwards, not
3909 slower or faster. This fixes some ugly resync warnings when playing at
3912 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
3914 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3915 Correctly set the supported URI schemes and don't leave
3916 some schemes in the middle or at the start at NULL.
3918 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
3920 * tests/check/elements/gdpdepay.c:
3921 Make test compile without unused function/variable warnings on PPC.
3923 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3926 * ext/alsa/gstalsamixerelement.c:
3927 (gst_alsa_mixer_element_class_init):
3928 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3929 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3930 * ext/cdparanoia/gstcdparanoiasrc.c:
3931 (gst_cd_paranoia_src_class_init):
3932 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3933 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3934 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3935 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3936 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3937 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3939 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3940 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3941 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3942 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3943 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3944 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3945 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3946 (gst_audio_filter_template_class_init):
3947 * gst-libs/gst/audio/gstbaseaudiosink.c:
3948 (gst_base_audio_sink_class_init):
3949 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3950 (gst_base_audio_src_class_init):
3951 * gst-libs/gst/cdda/gstcddabasesrc.c:
3952 (gst_cdda_base_src_class_init):
3953 * gst-libs/gst/interfaces/mixertrack.c:
3954 (gst_mixer_track_class_init):
3955 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3956 (gst_base_rtp_depayload_class_init):
3957 * gst-libs/gst/rtp/gstbasertppayload.c:
3958 (gst_basertppayload_class_init):
3959 * gst/audioconvert/gstaudioconvert.c:
3960 (gst_audio_convert_class_init):
3961 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3962 * gst/audioresample/gstaudioresample.c:
3963 (gst_audioresample_class_init):
3964 * gst/audiotestsrc/gstaudiotestsrc.c:
3965 (gst_audio_test_src_class_init):
3966 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3967 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3968 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3970 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3971 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3972 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3973 * gst/playback/gstqueue2.c: (gst_queue_class_init):
3974 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3975 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3976 (gst_stream_selector_class_init):
3977 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3978 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3979 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3980 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3981 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3982 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3983 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3984 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3985 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3986 * gst/videotestsrc/gstvideotestsrc.c:
3987 (gst_video_test_src_class_init):
3988 * gst/volume/gstvolume.c: (gst_volume_class_init):
3989 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3990 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3991 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3992 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3993 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3994 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3995 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3996 static strings (i.e. all). This gives us less memory usage,
3997 fewer allocations and thus less memory defragmentation. Depend
3998 on core CVS for this. Fixes bug #523806.
4000 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4002 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4003 Filter http and https protocols. GIO/GVfs handles them but it's
4004 impossible to implement iradio/icecast with it. Better use
4005 souphttpsrc or something else for this.
4007 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4008 If getting the file informations by a query fails try it with the
4009 seek-to-end trick too.
4011 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4013 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4014 (gst_volume_base_init), (gst_volume_class_init),
4015 (volume_process_double), (volume_process_float),
4016 (volume_transform_ip), (plugin_init):
4017 memset buffers to zero if we get a GAP buffer. We usually see a
4018 buffer as one unit so let's handle it as one and don't care about
4019 volume changes while processing one buffer.
4020 Also clean up some stuff a bit.
4022 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4024 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4025 (gst_audio_convert_create_silence_buffer),
4026 (gst_audio_convert_transform):
4027 Make audioconvert GAP-aware by outputting silence buffers when the
4028 input has the GAP flag set. This is up to 8x faster.
4029 Based on a patch by Stefan Kost. Fixes bug #517813.
4031 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4033 * gst/volume/gstvolume.c: (volume_process_double):
4034 Use oil_scalarmultiply_f64_ns() for double processing when it's
4035 available at compile time.
4037 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4040 Fix lrint/lrintf checks to actually work. These functions are
4041 in libm on Linux at least so try to link to it.
4043 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
4046 Back to development - 0.10.18.1
4048 === release 0.10.18 ===
4050 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
4053 releasing 0.10.18, "I will follow"
4055 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
4058 * win32/common/config.h:
4059 0.10.17.4 pre-release
4061 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4063 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4064 Use GST_STR_NULL when trying to print strings that could be NULL because
4065 this might crash on some platforms. See #520808.
4067 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4069 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4071 * gst-libs/gst/rtsp/gstrtspconnection.c:
4072 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4073 (read_line), (gst_rtsp_connection_read_internal):
4074 Generic Windows fixes that makes libgstrtsp work on Windows when
4075 coupled with the new GstPoll API. See #520808.
4077 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4079 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4081 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4082 If seeking to a new position succeeds don't simply return from
4083 create() without creating a buffer. Do this only in the case
4084 seeking to the new position fails. Fixes bug #523054.
4086 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4088 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4089 (gst_video_format_from_rgba32_masks):
4090 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4093 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4094 Add unit test for the RGB caps parsing and creation, checking for
4095 internal consistency of the new API and consistency of the API with
4096 the old GST_VIDEO_CAPS_* defines.
4098 2008-03-14 David Schleef <ds@schleef.org>
4100 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4101 because -base is in freeze.
4103 2008-03-14 David Schleef <ds@schleef.org>
4105 Patch by: William M. Brack
4107 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4109 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4111 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4112 (gst_selector_pad_chain):
4113 * gst/playback/gststreamselector.h:
4114 Revert change that caused regression until a real fix is found.
4117 2008-03-12 Michael Smith <msmith@fluendo.com>
4119 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4120 * gst-libs/gst/audio/gstringbuffer.h:
4121 Rename recently added buffer types to make more sense.
4122 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4123 (gst_alsasink_write):
4124 Adapt for above API changes.
4127 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4129 * win32/common/libgstnetbuffer.def:
4130 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4132 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4135 * win32/common/config.h:
4136 0.10.17.3 pre-release
4138 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4140 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4141 (gst_base_audio_src_create):
4142 Fix duration when no clock was provided. Fixes #520300.
4144 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4146 Patch by: Olivier Crete <tester at tester ca>
4148 * docs/libs/gst-plugins-base-libs-sections.txt:
4149 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4150 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4151 Add trivial function to compare GstNetAddress. See #520626.
4152 API: GstNetBuffer::gst_netaddress_equal
4154 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4156 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4157 Update mode property docs, it's deprecated now.
4159 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4161 * gst-libs/gst/rtsp/gstrtspconnection.c:
4162 (gst_rtsp_connection_create):
4163 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4164 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4165 * gst/tcp/gstmultifdsink.h:
4166 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4167 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4168 Remove GstPollMode from gstpoll constructor.
4170 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4173 * win32/common/config.h:
4174 0.10.17.2 pre-release
4176 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4179 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4182 * win32/common/libgstinterfaces.def:
4183 * win32/common/libgstrtp.def:
4184 Add new API to the defs
4186 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4188 Patch by: Mersad Jelacic <mersad at axis dot com>
4190 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4191 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4192 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4193 possible to specify the sample size in bits. (#509637)
4195 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4197 * tests/check/libs/mixer.c:
4198 Add a few simple checks for the new message types.
4200 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4202 * docs/libs/gst-plugins-base-libs-sections.txt:
4203 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4204 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4205 (gst_mixer_message_get_type),
4206 (gst_mixer_message_parse_option_changed),
4207 (gst_mixer_message_parse_options_list_changed):
4208 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4209 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4210 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4211 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4212 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4213 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4215 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4217 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4218 (gst_mixer_options_get_values):
4219 * gst-libs/gst/interfaces/mixeroptions.h:
4220 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4221 (_GstMixerOptions), (_GstMixerOptionsClass):
4222 API: add GstMixerOptions::get_values vfunc (#519906)
4224 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4227 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4228 plug-ins are included/excluded. (#498222)
4230 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4232 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4233 Add typefinder for IMelody files, using audio/x-imelody.
4236 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4238 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4239 * ext/alsa/gstalsasink.c: (set_hwparams):
4240 * ext/alsa/gstalsasrc.c: (set_hwparams):
4241 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4242 * ext/ogg/gstoggmux.h:
4243 * ext/ogg/gstogmparse.c:
4244 * gst-libs/gst/audio/audio.c:
4245 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4246 * gst-libs/gst/pbutils/missing-plugins.c:
4247 (gst_missing_uri_sink_message_new),
4248 (gst_missing_element_message_new),
4249 (gst_missing_decoder_message_new),
4250 (gst_missing_encoder_message_new):
4251 * gst-libs/gst/rtp/gstbasertppayload.c:
4252 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4253 (gst_rtcp_packet_bye_get_reason):
4254 * gst/audioconvert/gstaudioconvert.c:
4255 * gst/audioresample/gstaudioresample.c:
4256 * gst/ffmpegcolorspace/imgconvert.c:
4257 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4258 * gst/typefind/gsttypefindfunctions.c:
4259 * gst/videoscale/vs_4tap.c:
4260 * gst/videoscale/vs_4tap.h:
4261 * sys/v4l/gstv4lelement.c:
4262 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4263 * sys/v4l/v4l_calls.c:
4264 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4265 (gst_v4lsrc_try_capture):
4266 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4267 (gst_ximagesink_ximage_new):
4268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4269 (gst_xvimagesink_xvimage_new):
4270 * tests/check/elements/audioconvert.c:
4271 * tests/check/elements/audioresample.c:
4272 (fail_unless_perfect_stream):
4273 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4274 * tests/check/elements/decodebin.c:
4275 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4276 (setup_gdpdepay_streamheader):
4277 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4278 (setup_gdppay_streamheader):
4279 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4280 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4281 * tests/check/elements/textoverlay.c:
4282 * tests/check/elements/videorate.c: (setup_videorate):
4283 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4284 * tests/check/elements/volume.c: (setup_volume):
4285 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4286 * tests/check/elements/vorbistag.c:
4287 * tests/check/generic/clock-selection.c:
4288 * tests/check/generic/states.c: (setup), (teardown):
4289 * tests/check/libs/cddabasesrc.c:
4290 * tests/check/libs/video.c:
4291 * tests/check/pipelines/gio.c:
4292 * tests/check/pipelines/oggmux.c:
4293 * tests/check/pipelines/simple-launch-lines.c:
4294 (simple_launch_lines_suite):
4295 * tests/check/pipelines/streamheader.c:
4296 * tests/check/pipelines/theoraenc.c:
4297 * tests/check/pipelines/vorbisdec.c:
4298 * tests/check/pipelines/vorbisenc.c:
4299 * tests/examples/seek/scrubby.c:
4300 * tests/examples/seek/seek.c: (query_positions_elems),
4301 (query_positions_pads):
4302 * tests/icles/stress-xoverlay.c: (myclock):
4303 Correct all relevant warnings found by the sparse semantic code
4304 analyzer. This include marking several symbols static, using
4305 NULL instead of 0 for pointers and using "foo (void)" instead
4306 of "foo ()" for declarations.
4308 * win32/common/libgstrtp.def:
4309 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4311 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4313 Patch by: José Alburquerque <jaalburqu svn gnome org>
4315 * gst/playback/gstplaybin2.c:
4316 Make the function signature of the _get_*_tags() functions match
4317 the signature of the vfuncs they implement, ie. return a
4318 GstTagList rather than a GstStructure, which is more correct,
4319 even if one is typedef'ed to the other (#518940).
4321 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4323 * gst-libs/gst/rtsp/gstrtspconnection.c:
4324 Don't include unix headers unconditionally (fixes #518037).
4326 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4328 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4329 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4330 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4331 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4332 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4333 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4334 (gst_video_format_is_packed), (video_format_is_packed):
4335 Add unit test that makes sure that the strides, offsets and
4336 sizes returned for the various YUV formats by the new video API
4337 match the old reference implementation in videotestsrc.
4339 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4341 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4342 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4343 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4344 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4345 (gst_video_format_get_pixel_stride),
4346 (gst_video_format_get_component_width),
4347 (gst_video_format_get_component_height),
4348 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4349 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4350 (GST_VIDEO_FORMAT_Y42B):
4351 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4353 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4355 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4356 YV12 is I420 with swapped components 1 and 2, so the offset of
4357 component 1 for I420 should be the offset for component 2 for YV12
4360 2008-02-29 Rene Stadler <mail@renestadler.de>
4362 * sys/v4l/gstv4lelement.c:
4363 Add missing semicolon to fix indentation.
4365 2008-02-29 Julien Moutte <julien@fluendo.com>
4367 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4368 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4369 if we can do SPDIF output.
4370 * ext/alsa/gstalsa.h:
4371 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4372 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4373 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4374 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4375 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4376 to support AC3, EC3 and IEC958 buffers.
4378 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4380 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4381 (gst_mixer_message_parse_mute_toggled),
4382 (gst_mixer_message_parse_record_toggled),
4383 (gst_mixer_message_parse_volume_changed),
4384 (gst_mixer_message_parse_option_changed):
4385 De-cruft and fix message type assertions (NULL is not a really
4386 valid mixer message type string).
4388 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4390 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4391 When negotiating, actually start from a format that we can support
4392 instead of from the too generic template.
4394 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4396 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4399 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4400 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4401 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4403 Implement vis switching while playing.
4405 2008-02-28 David Schleef <ds@schleef.org>
4407 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4409 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4411 Patch by: Peter Kjellerstedt <pkj at axis com>
4413 * gst/tcp/Makefile.am:
4414 * gst/tcp/fdsetstress.c:
4415 * gst/tcp/gstfdset.c:
4416 * gst/tcp/gstfdset.h:
4417 Removed fdset and stress test, they are now known as GstPoll in
4420 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4421 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4422 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4423 (gst_multi_fd_sink_handle_client_write),
4424 (gst_multi_fd_sink_queue_buffer),
4425 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4426 (gst_multi_fd_sink_stop):
4427 * gst/tcp/gstmultifdsink.h:
4428 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4429 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4430 (gst_tcp_gdp_read_caps):
4432 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4433 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4434 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4435 * gst/tcp/gsttcpclientsink.h:
4436 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4437 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4438 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4439 * gst/tcp/gsttcpclientsrc.h:
4440 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4441 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4442 * gst/tcp/gsttcpserversink.h:
4443 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4444 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4445 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4446 * gst/tcp/gsttcpserversrc.h:
4447 Port to GstPoll. See #505417.
4449 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4451 Patch by: Peter Kjellerstedt <pkj at axis com>
4453 * gst-libs/gst/rtsp/gstrtspconnection.c:
4454 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4455 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4456 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4457 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4458 (gst_rtsp_connection_flush):
4459 * gst-libs/gst/rtsp/gstrtspconnection.h:
4460 Use GstPoll for the rtsp connection. See #505417.
4462 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4464 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4465 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4466 Add combo box for visualisations, populate it with a factory list
4467 of all visualisation plugins, configure vis plugin instance in
4470 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4472 * tests/check/libs/rtp.c: (GST_START_TEST):
4473 Add check for RTP buffer defaults, padding and marker bit API.
4475 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4477 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4478 Use memcpy() instead of upcasting a byte array to long *. This
4479 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4480 This should be ported to GCheckSum once we can use GLib 2.16.
4481 Partially fixes bug #500833.
4483 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4485 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4486 Push tag event after the newsegment event. Log the pointer of
4487 the buffer we're actually going to push rather than the buffer
4488 we're feeding to _make_metadata_writable().
4490 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4492 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4493 Comment smoke typefinder for now. The smokedec plugin needs one
4494 frame per buffer but we have no parser yet, thus it simply crashes
4497 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4499 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4500 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4502 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4504 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4506 Add midi typefinder, copied from the timidity plugin.
4508 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4510 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4512 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4513 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4515 Forward slashes at the beginning and end of a line also signify
4516 italics (Fixes: #518162).
4518 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4520 * tests/check/gst-plugins-base.supp:
4521 Add a suppression for a cached value in GIO that wasn't moved
4522 while moving gio from -bad to -base.
4524 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4526 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4529 Don't hardcode -Wall and -Werror for configure checks, this fails
4530 with non-GCC compilers. Fixes bug #517991.
4532 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4534 * gst/audioconvert/gstaudioconvert.c:
4535 * gst/audioconvert/gstaudioquantize.c:
4536 * gst/audioconvert/gstaudioquantize.h:
4537 Make audioconvert gap aware. If noiseshaping is used, wait for
4538 noiseshaping to converge before marking as GAP. Fixes #517813.
4540 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4542 * gst/audiotestsrc/gstaudiotestsrc.c:
4543 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4545 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4547 * ext/gnomevfs/gstgnomevfssink.c:
4548 (gst_gnome_vfs_sink_handle_event):
4549 Return FALSE when seeking for a new segment fails instead
4550 of silently ignoring the failure and appending every buffer
4551 that comes for the new segment.
4553 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4555 * gst/playback/gstplaysink.c: (find_property),
4556 (gst_play_sink_find_property), (gen_video_chain),
4557 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4558 Recursively search the sink element for a last-frame property so that we
4559 can also find the property in autovideosink and friends that don't
4560 always proxy the internal sink properties.
4562 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4564 * gst-libs/gst/audio/multichannel.c:
4565 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4566 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4567 (gst_audio_set_structure_channel_positions_list),
4568 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4569 (gst_audio_fixate_channel_positions):
4570 Fix confusing terminology in docs and code: structure fields are
4571 'fields' and not 'properties'.
4573 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4575 * gst-libs/gst/audio/multichannel.c:
4576 (gst_audio_check_channel_positions), (add_list_to_struct):
4577 Give more useful warning messages if one of the channel
4578 layout enums passed to us is invalid and if the "channels"
4579 field in the caps has a GType we don't expect.
4581 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4583 * gst-libs/gst/audio/multichannel.c:
4584 Fix typo in docs blurb.
4586 2008-02-19 Julien Moutte <julien@fluendo.com>
4588 Patch by: Josep Torra Valles <josep@fluendo.com>
4590 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4591 typefind lookup to fix typefinding on HD clips.
4593 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4595 * gst/playback/gstscreenshot.c:
4596 * gst/playback/gstscreenshot.h:
4597 Fix up copyright (I rewrote the GStreamer-0.10 code for
4598 this from scratch back in the days).
4600 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4602 * gst/playback/Makefile.am:
4603 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4604 (create_element), (gst_play_frame_conv_convert):
4605 * gst/playback/gstscreenshot.h:
4606 Add screenshot conversion code from totem.
4608 * gst/playback/gstplay-marshal.list:
4609 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4610 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4611 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4612 Implement frame property to get a color-unconverted snapshot.
4613 Implement convert-frame action signal to get a converted snapshot image.
4614 Configure connection speed in uridecodebin.
4615 Document some more properties.
4617 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4618 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4619 (gst_play_sink_get_last_frame):
4620 * gst/playback/gstplaysink.h:
4621 Use last-buffer property of the video sink to get a video snapshot.
4623 * tests/examples/seek/seek.c: (shot_cb), (main):
4624 Add snapshot button for playbin2 and use the frame property to save the
4625 frame as a png in the current directory.
4627 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4629 Patch by: Josep Torra Valles <josep at fluendo dot com>
4631 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4633 Add typefinding support for h264 elementary streams.
4636 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4639 Require CVS of core for new API in collectpads.
4641 * gst/adder/gstadder.c:
4642 Use new API to make adder sparse stream aware.
4644 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4646 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4648 Get the object data correct so that we can remove our channels
4651 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4652 (gen_vis_chain), (gst_play_sink_reconfigure),
4653 (gst_play_sink_request_pad):
4654 Add option to disable async behaviour in the sinks when possible. This
4655 makes it possible to avoid an audio queue when dealing with
4657 Add option to add a queue for the audio path.
4659 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4661 Disable the vis checkbox to match the defaults of playbin2.
4662 Only get the stream info when we need to.
4664 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
4666 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4667 (gst_gio_base_sink_set_stream):
4668 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4669 (gst_gio_base_src_set_stream):
4670 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4671 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4672 Don't use async operations as they require a running main loop.
4673 This makes us block again when closing streams and unable
4674 to mount the enclosing volume of an URI if it isn't yet.
4676 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
4678 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4679 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4680 (gen_vis_chain), (gst_play_sink_reconfigure),
4681 (gst_play_sink_request_pad):
4682 Move tee in front of the audio and vis pipelines.
4683 Add queue for audio for now.
4684 Add visualisation support.
4686 * tests/examples/seek/seek.c: (main):
4687 Visualisation is by default disabled.
4689 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
4691 * ext/gio/gstgiobasesink.c: (close_stream_cb):
4692 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4693 Improve debugging a bit.
4695 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4696 * ext/gio/gstgiosink.h:
4697 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4698 * ext/gio/gstgiosrc.h:
4699 Try to mount the enclosing volume of a GFile if it isn't mounted
4700 yet. This requires us to wait for an async operation to finish, done
4701 with an nested GMainLoop. Authentication is not supported yet, will
4704 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
4706 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4707 (gst_play_bin_set_property), (gst_play_bin_get_property),
4708 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4709 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4710 (gst_play_sink_get_mute), (gen_audio_chain):
4711 * gst/playback/gstplaysink.h:
4714 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4715 (gst_selector_pad_chain):
4716 * gst/playback/gststreamselector.h:
4717 Make sure we forward the event only once.
4719 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4720 Add and implement the mute button for playbin2.
4722 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
4724 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4726 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4727 Add some more debug info.
4728 Make sure we never return a negative delay. Fixes #516246.
4730 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
4732 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4733 Revert patch that makes the sink hold the object lock when
4734 calling snd_pcm_delay(), since it breaks playback for me.
4736 2008-02-12 Julien Moutte <julien@fluendo.com>
4738 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4739 some seek flags when changing rate.
4741 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
4743 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4744 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4745 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4746 Fix potential leaks.
4748 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4749 Fix leak when there is no function configured.
4751 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4753 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4754 (gst_v4lsrc_buffer_finalize):
4755 Correctly chain up the finalize method.
4757 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4759 * ext/gio/gstgiostreamsink.c:
4760 * ext/gio/gstgiostreamsrc.c:
4761 Add documentation and example code for giostreamsink/giostreamsrc.
4763 * tests/check/pipelines/gio.c: (GST_START_TEST):
4764 Ask the GMemoryOutputStream for the data instead of assuming that
4765 the pointer to the data stayed the same. It could've been realloc'ed.
4767 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4769 * ext/gio/gstgiosink.c:
4770 * ext/gio/gstgiosrc.c:
4771 Make the documentation of giosink/giosrc complete, large parts
4772 are based on the gnomevfssink/gnomevfssrc docs.
4774 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4776 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4777 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4778 * docs/plugins/gst-plugins-base-plugins.args:
4779 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4780 * docs/plugins/gst-plugins-base-plugins.interfaces:
4781 * docs/plugins/gst-plugins-base-plugins.prerequisites:
4782 * docs/plugins/gst-plugins-base-plugins.signals:
4783 * docs/plugins/inspect/plugin-adder.xml:
4784 * docs/plugins/inspect/plugin-audioconvert.xml:
4785 * docs/plugins/inspect/plugin-audiorate.xml:
4786 * docs/plugins/inspect/plugin-audioresample.xml:
4787 * docs/plugins/inspect/plugin-decodebin.xml:
4788 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4789 * docs/plugins/inspect/plugin-gdp.xml:
4790 * docs/plugins/inspect/plugin-gio.xml:
4791 * docs/plugins/inspect/plugin-gnomevfs.xml:
4792 * docs/plugins/inspect/plugin-libvisual.xml:
4793 * docs/plugins/inspect/plugin-ogg.xml:
4794 * docs/plugins/inspect/plugin-pango.xml:
4795 * docs/plugins/inspect/plugin-playback.xml:
4796 * docs/plugins/inspect/plugin-queue2.xml:
4797 * docs/plugins/inspect/plugin-subparse.xml:
4798 * docs/plugins/inspect/plugin-theora.xml:
4799 * docs/plugins/inspect/plugin-uridecodebin.xml:
4800 * docs/plugins/inspect/plugin-videorate.xml:
4801 * docs/plugins/inspect/plugin-videoscale.xml:
4802 * docs/plugins/inspect/plugin-volume.xml:
4803 * docs/plugins/inspect/plugin-vorbis.xml:
4804 Add the GIO documentation again and while at that run make update.
4806 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4808 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4809 * ext/alsa/gstalsasink.c: (set_swparams):
4810 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4811 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4812 against libasound >= 1.0.16, since it's been deprecated in
4813 0.10.16, and alignment is always 1 then, apparently. (#512899)
4815 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4817 * gst/playback/gstplaybin.c: (gen_audio_element):
4818 * gst/playback/gstplaysink.c: (gen_audio_chain):
4819 Handle case where we can't create the volume element a bit
4822 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4824 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4825 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4826 Add support for https protocol. Fixes #510229.
4828 2008-02-11 Julien Moutte <julien@fluendo.com>
4830 Patch by: Alan Peevers <peeves@pacbell.net>
4832 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4833 lock when calling alsa methods.
4835 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4837 * gst/typefind/gsttypefindfunctions.c:
4838 Bump rank of jpeg and png typefinders, which will return maximum
4839 probability in the most common cases (thus short-circuiting more
4840 expensive typefinders like the mp3 one for these two quite common
4843 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4845 * ext/theora/theoraparse.c:
4846 Fix long description of the theora parser to be more verbose than just
4849 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4851 Patch by: Branko Čibej <brane at xbc dot nu>
4853 * sys/xvimage/xvimagesink.c:
4854 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4857 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4859 * gst/playback/gstplaybasebin.c:
4860 Set is_dynamic as True if there are elements with both request
4861 and sometimes src pad templates instead of breaking out when it
4862 finds the first pad template that is a src.
4864 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4866 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4867 (update_streams), (video_combo_cb), (audio_combo_cb),
4868 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4869 Add some stream switching and volume gui for playbin2.
4871 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4873 * gst/playback/gstplay-marshal.list:
4874 Added marshal for streamselector Tags.
4876 * gst/playback/gstplaybasebin.c: (set_active_source):
4877 Streamselector now selects pads based on the pad object instead of its
4880 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4881 (init_group), (gst_play_bin_init), (get_group), (get_tags),
4882 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4883 (gst_play_bin_get_text_tags),
4884 (gst_play_bin_set_current_video_stream),
4885 (gst_play_bin_set_current_audio_stream),
4886 (gst_play_bin_set_current_text_stream),
4887 (gst_play_bin_set_property), (gst_play_bin_get_property),
4888 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4889 Remove option to mute streams with the current-a/v/t property, we have
4890 this functionality in the flags.
4891 Add signals to notify when the number of A/V/T channels changed.
4892 Add action signals to get tags for the A/V/T streams.
4893 Implement setting the current A/V/T stream.
4894 Rearrange some things to simplify stream selection.
4897 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4898 (gst_play_sink_get_volume), (gst_play_sink_set_property),
4899 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4900 (activate_vis), (gst_play_sink_reconfigure):
4901 * gst/playback/gstplaysink.h:
4902 Add and implement volume setting methods.
4904 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4905 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4906 (gst_selector_pad_event), (gst_stream_selector_class_init),
4907 (gst_stream_selector_init), (gst_stream_selector_finalize),
4908 (gst_stream_selector_set_property),
4909 (gst_stream_selector_get_property),
4910 (gst_stream_selector_get_linked_pad),
4911 (gst_stream_selector_request_new_pad):
4912 * gst/playback/gststreamselector.h:
4913 Add pad properties for tags and status of pads.
4915 Make active pad selection based on pad object instead of name.
4917 2008-02-08 Stefan Kost <ensonic@users.sf.net>
4920 Revert last change as we now check in gtk-doc.m4 for sed.
4922 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
4925 Find and subst SED when building the docs.
4927 2008-02-08 Julien Moutte <julien@fluendo.com>
4929 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4930 (main): Make sure bus signals are reconnected when pressing STOP
4931 and then PLAY again for a parse launch pipeline. Fix a ref leak
4933 * win32/common/config.h: Updated.
4935 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4938 Make DISABLE_DEPRECATED defined *only* during CVS, not during
4939 pre-releases or releases.
4941 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4944 * ext/gio/Makefile.am:
4945 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4948 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4950 * docs/plugins/Makefile.am:
4951 Add the headers which need scanning for the GIO plugin. The rest of
4952 the docs still need migrating.
4954 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4957 * tests/check/Makefile.am:
4958 * tests/check/pipelines/.cvsignore:
4959 Add gio in a few more places.
4961 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4965 * tests/check/Makefile.am:
4966 Move gio plugin from -bad and mark as experimental.
4968 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4970 * gst-libs/gst/interfaces/mixeroptions.c:
4971 * gst-libs/gst/interfaces/mixertrack.c:
4972 Comment out a couple of other things which break the build when
4973 GST_DISABLE_DEPRECATED isn't on but -Werror is.
4975 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
4977 * docs/libs/gst-plugins-base-libs-sections.txt:
4980 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4982 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4983 Fix compiler warning.
4985 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4987 Patch by: Peter Kjellerstedt <pkj at axis com>
4989 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4990 Clear the addrinfo struct using memset. Fixes #514937.
4992 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
4994 * gst/tcp/gstfdset.h:
4995 Remove unused field to same some memory.
4997 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4998 Mark action signals as such.
5000 2008-02-06 Michael Smith <msmith@fluendo.com>
5002 * ext/theora/theoradec.c: (_theora_granule_frame),
5004 Increment granulepos for new-bitstream versions appropriately.
5007 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
5009 * tests/examples/seek/seek.c: (do_seek),
5010 (rate_spinbutton_changed_cb), (update_streams), (main):
5011 Remove obsolete stream_time reset after flushing seek, core does that
5013 Improve accuracy of speed spinbutton.
5014 Only do playbin2 stuff when we actually use it.
5016 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5018 * tests/check/Makefile.am:
5019 Revert previous change of the test environment's GST_PLUGIN_PATH.
5020 The problem is not with the plugins, but with element factories
5021 and only occurs if elements are split out from existing plugins
5022 or if plugins change name (see #512740).
5024 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5026 * tests/check/Makefile.am:
5027 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5028 with the core's plugins first and our local build directories last,
5029 since we might be building against an installed core, and that
5030 core's plugin directory may contain older or other versions of
5031 our own -base plugins, but we really do want to test our local
5032 ones (if there are multiple plugins or element factories with the
5033 same name, those inspected last will trump those read in earlier).
5034 Fixes #512740 for the most part.
5036 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5039 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5040 Use gmtime_r if available as gmtime is not MT-safe.
5043 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5045 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5046 Cast glong to time_t as time_t might have a different type on
5047 other platforms, like FreeBSD, and we get a compiler warning
5048 otherwise. Fixes bug #511825.
5050 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5052 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5053 (get_group), (get_n_pads), (gst_play_bin_get_property),
5054 (pad_added_cb), (no_more_pads_cb), (perform_eos),
5055 (autoplug_select_cb), (deactivate_group):
5056 Remove stream-info, we going for something easier.
5057 Refactor getting the current group.
5058 Implement getting the number of audio/video/text streams.
5060 * gst/playback/gststreamselector.c:
5061 (gst_stream_selector_class_init), (gst_stream_selector_init),
5062 (gst_stream_selector_get_property),
5063 (gst_stream_selector_request_new_pad),
5064 (gst_stream_selector_release_pad):
5065 * gst/playback/gststreamselector.h:
5066 Add property for number of pads.
5068 * tests/examples/seek/seek.c: (set_scale), (update_flag),
5069 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5070 (text_toggle_cb), (update_streams), (msg_async_done),
5071 (msg_state_changed), (main):
5072 Block slider callback when updating the slider position.
5073 Add gui elements for controlling playbin2.
5074 Add callback for async_done that updates position/duration.
5076 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5078 * docs/plugins/Makefile.am:
5079 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5080 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5081 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5082 * docs/plugins/gst-plugins-base-plugins.interfaces:
5083 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5084 First round of plugin docs cleansups.
5086 * docs/plugins/inspect/plugin-adder.xml:
5087 * docs/plugins/inspect/plugin-alsa.xml:
5088 * docs/plugins/inspect/plugin-audioconvert.xml:
5089 * docs/plugins/inspect/plugin-audiorate.xml:
5090 * docs/plugins/inspect/plugin-audioresample.xml:
5091 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5092 * docs/plugins/inspect/plugin-cdparanoia.xml:
5093 * docs/plugins/inspect/plugin-decodebin.xml:
5094 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5095 * docs/plugins/inspect/plugin-gdp.xml:
5096 * docs/plugins/inspect/plugin-gnomevfs.xml:
5097 * docs/plugins/inspect/plugin-libvisual.xml:
5098 * docs/plugins/inspect/plugin-ogg.xml:
5099 * docs/plugins/inspect/plugin-pango.xml:
5100 * docs/plugins/inspect/plugin-subparse.xml:
5101 * docs/plugins/inspect/plugin-tcp.xml:
5102 * docs/plugins/inspect/plugin-theora.xml:
5103 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5104 * docs/plugins/inspect/plugin-video4linux.xml:
5105 * docs/plugins/inspect/plugin-videorate.xml:
5106 * docs/plugins/inspect/plugin-videoscale.xml:
5107 * docs/plugins/inspect/plugin-videotestsrc.xml:
5108 * docs/plugins/inspect/plugin-volume.xml:
5109 * docs/plugins/inspect/plugin-vorbis.xml:
5110 * docs/plugins/inspect/plugin-ximagesink.xml:
5111 * docs/plugins/inspect/plugin-xvimagesink.xml:
5114 * ext/ogg/Makefile.am:
5115 * ext/ogg/gstoggmux.c:
5116 * ext/ogg/gstoggmux.h:
5117 Add header for oggmux. the c-file needs a doc blob still.
5119 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5121 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5123 * gst-libs/gst/rtp/gstrtpbuffer.c:
5124 (gst_rtp_buffer_set_extension_data):
5125 * gst-libs/gst/rtp/gstrtpbuffer.h:
5126 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5127 Add gst_rtp_buffer_set_extension_data()
5128 Add a unit test for this addition. Fixes #511478.
5129 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5131 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5136 === release 0.10.17 ===
5138 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5141 releasing 0.10.17, "Peanut Butter and Jelly"
5143 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5145 * gst-libs/gst/interfaces/mixeroptions.c:
5146 * gst-libs/gst/interfaces/mixertrack.c:
5147 Also remove the conditional registration of the signals
5148 that disappeared with the ABI change in 0.10.14
5150 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5152 * gst-libs/gst/rtsp/gstrtspconnection.c:
5153 Revert patch to gstrtspconnection.c for brown paper bag
5154 release of -base. Re-opens: #511825
5156 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5158 * gst-libs/gst/interfaces/mixeroptions.h:
5159 * gst-libs/gst/interfaces/mixertrack.h:
5160 Change the way these deprecated function pointers are removed
5161 so that the compiled ABI is unconditionally smaller. This
5162 sets in stone an ABI break that actually occurred when the
5163 things were deprecated in 0.10.14, which seems to be the best
5164 fix as the only known users are oss-mixer and sunaudio-mixer in
5168 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5170 * win32/common/libgstpbutils.def:
5171 Export the two new _get_type() functions which are needed
5172 by the python bindings.
5174 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5176 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5177 Cast glong to time_t as time_t might have a different type on
5178 other platforms, like FreeBSD, and we get a compiler warning
5179 otherwise. Fixes bug #511825.
5181 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5183 * gst-libs/gst/audio/gstaudiofilter.c:
5184 (gst_audio_filter_class_init):
5185 Initialize the GstRingerBuffer class to get it's debug category
5186 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5187 category and otherwise we get some g_critical(). Fixes bug #512334.
5189 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5194 === release 0.10.16 ===
5196 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5199 releasing 0.10.16, "Scheduled Interruption"
5201 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5203 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5205 * gst-libs/gst/rtp/gstrtpbuffer.c:
5206 (gst_rtp_buffer_get_extension_data):
5207 Fix typos and wrong extension check. Fixes #511274.
5209 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5212 Oops - add new sk.po mentioned in the LINGUAS I just committed
5214 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5217 Add ca translation to the disted list.
5219 * win32/vs6/libgstsdp.dsp:
5220 Convert line endings to CRLF
5222 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5225 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5227 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5229 * win32/common/libgstsdp.def:
5230 * win32/common/libgstvideo.def:
5231 Add new API declarations
5233 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5235 * ext/theora/gsttheoradec.h:
5236 * ext/theora/gsttheoraparse.h:
5237 * ext/theora/theoradec.c:
5238 * ext/theora/theoraparse.c:
5239 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5240 and parser by inspecting the bitstream version of the incoming data.
5242 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5245 * pkgconfig/Makefile.am:
5246 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5247 * pkgconfig/gstreamer-audio.pc.in:
5248 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5249 * pkgconfig/gstreamer-cdda.pc.in:
5250 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5251 * pkgconfig/gstreamer-fft.pc.in:
5252 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5253 * pkgconfig/gstreamer-floatcast.pc.in:
5254 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5255 * pkgconfig/gstreamer-interfaces.pc.in:
5256 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5257 * pkgconfig/gstreamer-netbuffer.pc.in:
5258 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5259 * pkgconfig/gstreamer-pbutils.pc.in:
5260 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5261 * pkgconfig/gstreamer-riff.pc.in:
5262 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5263 * pkgconfig/gstreamer-rtp.pc.in:
5264 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5265 * pkgconfig/gstreamer-rtsp.pc.in:
5266 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5267 * pkgconfig/gstreamer-sdp.pc.in:
5268 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5269 * pkgconfig/gstreamer-tag.pc.in:
5270 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5271 * pkgconfig/gstreamer-video.pc.in:
5272 Provide one pkg-config file for every gst-plugins-base library.
5273 This makes linking to those libraries much more intuitive and
5274 provides standard pkg-config behaviour for them. Fixes bug #499697.
5276 2008-01-13 David Schleef <ds@schleef.org>
5278 * gst/videoscale/vs_4tap.c:
5279 Fix valgrind error on 4tap scaling method.
5281 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5283 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5284 Include Winsock2.h for VS6 and use a different way initialize
5285 hints structure so it can build with VS6.
5287 * win32/vs6/libgstsdp.dsp:
5288 * win32/common/libgstsdp.def:
5289 Add new files for libgstsdp.
5290 * win32/vs6/grammar.dsp:
5291 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5292 * win32/vs6/gst_plugins_base.dsw:
5293 * win32/vs6/libgstdecodebin.dsp:
5294 * win32/vs6/libgstdecodebin2.dsp:
5295 * win32/vs6/libgstplaybin.dsp:
5296 * win32/vs6/libgstvolume.dsp:
5297 Add new dependencies to the link list.
5299 2008-01-13 Julien Moutte <julien@fluendo.com>
5301 * win32/common/config.h:
5302 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5303 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5304 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5305 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5306 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5307 * win32/common/interfaces-enumtypes.c:
5308 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5309 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5310 (gst_mixer_track_flags_get_type),
5311 (gst_tuner_channel_flags_get_type):
5312 * win32/common/multichannel-enumtypes.c:
5313 (gst_audio_channel_position_get_type):
5314 * win32/common/pbutils-enumtypes.c:
5315 (gst_install_plugins_return_get_type):
5316 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5317 in the win32 build directory.
5319 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5321 * tests/check/Makefile.am:
5322 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5324 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5325 * tests/check/elements/playbin.c:
5326 * tests/check/libs/mixer.c: (test_element_interface_supported),
5327 (gst_implements_interface_init):
5328 * tests/check/libs/rtp.c: (GST_START_TEST):
5329 Fix various assignment type mismatches.
5331 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5334 * gst-libs/gst/rtsp/Makefile.am:
5335 Add test to see if hstrerror is available or if we need libresolv
5336 (Solaris) for it, then use it in libgstrtsp.
5338 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5340 * gst-libs/gst/tag/Makefile.am:
5341 Fix include path order
5343 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5345 * gst-libs/gst/pbutils/install-plugins.c:
5346 (gst_install_plugins_context_copy),
5347 (gst_install_plugins_context_get_type):
5348 * gst-libs/gst/pbutils/install-plugins.h:
5349 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5352 2008-01-11 Michael Smith <msmith@fluendo.com>
5354 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5355 (_theora_granule_frame), (_theora_granule_start_time),
5356 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5357 Adapt for post-alpha meaning of granulepos, when we
5358 have a newer version of libtheora.
5359 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5360 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5361 (theora_enc_is_discontinuous), (theora_enc_chain):
5363 * tests/check/Makefile.am:
5364 Link libtheora into theoraenc test so we can check which version of
5365 libtheora we're testing against.
5366 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5367 (check_buffer_granulepos),
5368 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5370 Adapt tests to check the values that are now defined for theora; make
5371 the tests backwards-adapt the passed values if we're running against an
5375 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5377 * gst-libs/gst/audio/gstbaseaudiosink.c:
5378 (gst_base_audio_sink_class_init):
5379 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5380 (gst_base_audio_src_class_init):
5381 Ref audio clock class from a thread-safe context to make sure
5382 we're not bit by GObjects lack of thread-safety here (#349410),
5383 however unlikely that may be in practice.
5385 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5388 Add -Wno-portability to the automake parameters to stop warnings
5389 about GNU make extensions being used. We require GNU make in almost
5390 every Makefile anyway.
5393 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5394 at the same time is required for per target flags.
5396 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5398 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5399 Post an error message if we can't pull as many bytes as we need
5400 for the tag. This makes sure the user gets to see a proper error
5401 message if a file with a partial ID3 tag is fed to decodebin, and
5402 not a 'no ID3 tag demuxer' error, which would be confusing
5405 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5407 * gst-libs/gst/pbutils/descriptions.c: (formats):
5408 Add description strings for ID3, APE, and ICY tags.
5410 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5412 * gst/playback/gstdecodebin.c: (try_to_link_1):
5413 Make sure we error out correctly if we can't activate one of
5414 the elements we've added. Fixes #508138.
5416 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5418 Patch by: Bastien Nocera <hadess at hadess net>
5420 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5421 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5422 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5423 the volume is the same for all channels. This works around
5424 some problem in alsa that leaves us with inconsistent state
5425 for some reason (#486840).
5427 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5429 Patch by: Jerone Young <jerone at gmail com>
5431 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5432 If there's no mixer track by the name of 'Master' or 'Front',
5433 check if there's one called 'PCM' before trying the generic
5434 fallback logic (fixes #506928, where we pick 'Mic' as master
5435 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5437 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5439 * gst/playback/gstplay-enum.c:
5440 (register_gst_autoplug_select_result),
5441 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5442 (gst_play_flags_get_type):
5443 * gst/playback/gstplay-enum.h:
5444 Add enums for configuration flags.
5446 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5447 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5448 (gst_play_bin_get_property), (no_more_pads_cb),
5449 (autoplug_select_cb), (gst_play_bin_change_state):
5450 Merge mode with flags.
5451 Add more property getters/setters, defaults and docs.
5452 Add properties to get number of audio/video/text streams.
5453 Create sink object in _init so that we can always rely on it being
5456 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5457 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5458 (activate_vis), (gst_play_sink_reconfigure),
5459 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5460 (gst_play_sink_change_state):
5461 * gst/playback/gstplaysink.h:
5462 Use flags to configure the sink pipelines.
5463 Add tee before audio pipeline so that we can use it for visualisations.
5464 Start working on integrating visualisations.
5465 Remove mode, we can do everything with the flags now.
5466 Add method to configue the sink pipeline.
5468 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5470 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5471 (check_buffer_timestamp), (check_buffer_duration):
5472 Turn these functions into macros so we can see right away
5473 where the failure occured.
5475 2008-01-05 Julien Moutte <julien@fluendo.com>
5477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5478 debugging information to understand how X calculates the stride
5481 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5483 * gst/volume/Makefile.am:
5484 * gst/volume/gstvolume.c: (volume_choose_func),
5485 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5487 * gst/volume/gstvolume.h:
5488 Use GstAudioFilter as base class for the volume element instead of
5489 plain GstBaseTransform.
5491 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5493 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5494 Don't set element details for the abstract GstAudioFilter class.
5496 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5498 * gst-libs/gst/audio/gstaudiofilter.c:
5499 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5500 Implement get_unit_size() vmethod of GstBaseTransform.
5502 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5504 * gst-libs/gst/pbutils/Makefile.am:
5505 * gst-libs/gst/pbutils/pbutils.h:
5506 Use glib-enum generator to have a proper enum GType for
5507 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5509 2007-12-31 David Schleef <ds@schleef.org>
5511 * tests/check/Makefile.am:
5512 * tests/check/pipelines/theoraenc.c:
5513 Reenable theoraenc test, which fails on the buildbot but
5516 2007-12-31 David Schleef <ds@schleef.org>
5518 * docs/libs/.cvsignore:
5519 * docs/plugins/.cvsignore:
5520 Add *-undeclared.txt to fix buildbot.
5522 2007-12-31 David Schleef <ds@schleef.org>
5524 * tests/check/Makefile.am:
5525 Second attempt at disabling theoraenc test long enough to
5526 get buildbot to compile -base.
5528 2007-12-31 David Schleef <ds@schleef.org>
5530 * tests/check/pipelines/theoraenc.c:
5531 Disable theoraenc test long enough to get the buildbot to
5532 compile a recent -base.
5534 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5536 * tests/examples/seek/seek.c: (stop_cb):
5537 Make sure we reset the slider value to 0.0 without racing against a
5538 possible g_idle that sets it to something else.
5540 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5542 * sys/ximage/ximagesink.c:
5545 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5547 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5548 * gst-libs/gst/rtsp/gstrtspdefs.h:
5549 Add Location header so that we can start implementing redirects.
5552 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5554 * gst/subparse/gstssaparse.c:
5557 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5559 * gst/subparse/gstssaparse.c:
5560 remove duplicate log message
5562 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5564 * ext/libvisual/visual.c: (gst_visual_chain):
5565 Fix 'xyz may be used uninitialized' compiler warnings caused
5566 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5567 abort() in any case but properly report the error.
5569 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5571 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5572 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5573 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5574 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5575 (autoplug_select_cb), (activate_group), (deactivate_group),
5576 (setup_next_source), (save_current_group),
5577 (gst_play_bin_change_state):
5579 Remove next-uri, we can use the uri property just fine.
5581 Unref uridecodebin when switching.
5584 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5585 (gst_play_sink_init), (gst_play_sink_dispose),
5586 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5587 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5588 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5589 (gst_play_sink_set_property), (gst_play_sink_get_property),
5590 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5591 (gen_vis_element), (gst_play_sink_get_mode),
5592 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5593 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5594 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5595 (gst_play_sink_change_state):
5596 * gst/playback/gstplaysink.h:
5597 Add some locking to make things threadsafe.
5599 * gst/playback/test7.c: (about_to_finish_cb):
5602 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5604 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5605 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5606 (gst_video_scale_transform):
5607 Don't claim to be able to handle/transform caps that can't really
5608 be handled by the currently selected scaling method (here: RGB or
5609 packed YUV with 4-tap method). Also add locking to method property.
5611 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5612 (test_basetransform_based):
5613 Some test pipelines for the above (not entirely valgrind clean yet
5616 2007-12-21 David Schleef <ds@schleef.org>
5618 * gst-libs/gst/video/video.c:
5619 * gst-libs/gst/video/video.h:
5620 Add additional RGBA and RGB-24 video formats.
5622 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5624 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5625 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5626 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5627 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5628 (cddabasesrc_suite):
5629 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5630 deprecated in the future (see #498924).
5632 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5634 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5637 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5639 * gst-libs/gst/riff/riff-read.c:
5640 Use GST_ROUND_UP_2 macro
5642 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5644 * gst/playback/.cvsignore:
5647 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5649 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5650 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5651 (set_active_source):
5652 * gst/playback/gstplaybasebin.h:
5653 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5654 (setup_sinks), (playbin_set_subtitles_visible):
5655 Make switching off of subtitles work. To avoid all kind of
5656 problems with unlinking of the subtitle input, we just keep
5657 the subtitle inputs linked as they are and tell textoverlay
5658 not to render them. Fixes #373011.
5659 Other subtitle switching issues (esp. when there are both
5660 external and in-stream subtitles) remain. They'll be solved
5663 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5665 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5666 Init the pad segment too.
5668 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5670 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5671 (gst_audioringbuffer_open_device),
5672 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5673 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5674 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5675 (gst_audio_sink_create_ringbuffer):
5676 Improve debug output.
5678 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5679 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5680 Prevent some functions from doing things and failing when the
5681 ringbuffer is not yet acquired.
5683 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5685 * gst-libs/gst/interfaces/interfaces.h:
5686 Also remove interfaces.h from CVS as it is not needed anymore.
5688 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5690 * gst-libs/gst/interfaces/Makefile.am:
5691 interfaces.h is not used anymore so remove it from the build
5694 2007-12-17 David Schleef <ds@schleef.org>
5696 * gst/videotestsrc/gstvideotestsrc.c:
5697 * gst/videotestsrc/gstvideotestsrc.h:
5698 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
5699 for testing vertical refresh synchronization.
5701 2007-12-17 David Schleef <ds@schleef.org>
5703 * docs/libs/gst-plugins-base-libs-sections.txt:
5704 * gst-libs/gst/video/video.c:
5705 * gst-libs/gst/video/video.h:
5706 Add new GstVideFormat enum and write a bunch of helper functions
5709 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
5712 Use new common/win32.mak.
5714 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
5716 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5717 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5719 When going from PLAYING to PAUSED, pause the ringbuffer before calling
5720 the parent state change function, just like the audiosink, because the
5721 parent waits for the element to finish its processing before completing
5722 the state change. This makes going to PAUSED a lot snappier.
5723 When going from READY to PAUSED, don't allow the ringbuffer to start
5726 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5728 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5729 Yet another fix for broken software that produce files with an empty
5730 blockalign field. Instead of completely failing, make a second attempt
5731 at guessing the width/depth by looking at strf->size.
5733 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
5735 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5736 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5737 * gst-libs/gst/pbutils/install-plugins.c:
5738 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5739 * gst-libs/gst/pbutils/missing-plugins.c:
5740 (gst_missing_plugin_message_get_installer_detail),
5741 (gst_missing_encoder_installer_detail_new):
5742 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5743 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5744 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5745 avoid compiler warnings (#503930).
5747 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5749 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5750 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5751 for jpeg video streams.
5752 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5753 for the above modification.
5755 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
5757 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5758 (gst_x_overlay_handle_events):
5759 More guards (we don't want klass to end up being NULL).
5761 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
5764 * gst/volume/gstvolume.c: (gst_volume_init):
5765 Use new gst_base_transform_set_gap_aware() function as volume
5766 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
5769 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5771 * tests/examples/seek/seek.c: (msg_segment_done), (main):
5772 Don't go to READY on EOS as this avoids testing of seeking and
5773 restarting after EOS, use the stop button when you want to READY.
5774 Don't try to do a flushing seek in segment-done, it does not make
5775 sense to use this for gapless playback and is not needed.
5777 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5779 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5780 (reset_rate_timer), (update_in_rates), (update_out_rates),
5781 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5782 (gst_queue_chain), (gst_queue_loop):
5783 Use separate timers for input and output rates.
5784 Pause measuring the output rate when we block for more data.
5787 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5789 * gst/playback/gstqueue2.c: (gst_queue_chain):
5790 Pause the timer to measure the input rate when we block because the
5791 queue is filled. See #503262.
5793 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5795 Patch by: Peter Kjellerstedt <pkj at axis com>
5797 * gst-libs/gst/rtsp/gstrtspconnection.c:
5798 (gst_rtsp_connection_free):
5799 Close control sockets. Fixes #503440.
5801 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5803 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5804 Expose the right pad in the right place with the right element.
5806 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5808 * gst-libs/gst/pbutils/descriptions.c: (formats):
5809 Add description for 'private' dts caps (who come up with that name?).
5811 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5814 Add check-exports target and run it with 'make check'.
5817 Be stricter about what we export in our libraries: change regexp so that
5818 we only export _gst_foo(), but not __gst_foo().
5820 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5821 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5822 Change internal functions to __gst_foo so they dont' get exported.
5824 * win32/common/libgstaudio.def:
5825 Add missing symbols.
5827 2007-12-11 David Schleef <ds@schleef.org>
5829 * ChangeLog: remove conflict markers
5831 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5833 * ext/gnomevfs/Makefile.am:
5834 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5835 Use gst_tag_freeform_string_to_utf8() here, which also takes
5836 into account any character sets specified by the user via
5837 environment variables.
5839 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5841 * gst/audioconvert/Makefile.am:
5844 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5846 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5847 No need for floating point operations here. avoids having to link
5848 against the math library too.
5850 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
5852 * gst-libs/gst/pbutils/descriptions.c: (formats),
5853 (format_info_get_desc):
5854 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5856 Add one or two missing formats. Generate ADPCM description
5857 dynamically depending on layout/format.
5859 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5862 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5864 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
5866 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5868 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5869 Some .srt files start with chunk number 0 and not chunk number 1,
5870 recognise and accept those as well (fixes #502497).
5872 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5874 Add unit test for the above.
5876 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
5878 * gst/playback/gstplay-enum.c:
5879 (register_gst_autoplug_select_result),
5880 (gst_autoplug_select_result_get_type):
5881 * gst/playback/gstplay-enum.h:
5884 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
5886 * gst/playback/Makefile.am:
5887 Group decodebin2 and uridecodebin into the same plugin so that they
5888 can share the GEnumType.
5890 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5891 (_gst_select_accumulator), (gst_decode_bin_class_init),
5892 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5893 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5894 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5895 Add signal to sort factories instead of the more awkward autoplug-select
5897 Modify autoplug_select so that we can try, skip or expose the
5898 autopluggin of an element on a pad.
5900 * gst/playback/gstfactorylists.c: (compare_ranks),
5901 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5902 (element_filter), (gst_factory_list_get_elements),
5903 (gst_factory_list_debug), (gst_factory_list_filter):
5904 * gst/playback/gstfactorylists.h:
5905 Simplify the API, allow getting elements based on mask.
5907 * gst/playback/gstplay-marshal.list:
5908 Add some more marshallers.
5910 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5911 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5912 (autoplug_select_cb), (activate_group):
5913 Add support for managing non-raw sinks by providing a custom element and
5914 sink list to decodebin2.
5915 Try to plug non-raw sinks when decodebin2 using autoplug-select of
5918 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5919 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5920 * gst/playback/gstplaysink.h:
5921 Add support for raw and non-raw sinks.
5922 Add support to force sinks selected by playbin2.
5923 Don't plug raw converters for non-raw sinks.
5925 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5926 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5927 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5929 Use right accumulators.
5932 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5934 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5935 Use runnning time as the base time instead of the timestamp.
5936 Spotted by Saur on IRC.
5938 2007-12-03 Edward Hervey <bilboed@bilboed.com>
5940 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5941 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5943 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5945 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5946 (gst_ogg_demux_read_chain):
5947 If we find a new serial number but it does not contain a BOS page, make
5948 sure we initialize the chain to NULL because else we will try to scan it
5949 and crash. Fixes #500763
5951 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
5953 * gst/playback/Makefile.am:
5954 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5955 (get_feature_array), (decoders_filter), (sinks_filter),
5956 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5957 (gst_factory_list_filter):
5958 * gst/playback/gstfactorylists.h:
5959 Refactor some common code to filter factories and check caps compat.
5961 * gst/playback/gstdecodebin.c:
5962 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5963 (gst_decode_bin_init), (gst_decode_bin_dispose),
5964 (gst_decode_bin_autoplug_continue),
5965 (gst_decode_bin_autoplug_factories),
5966 (gst_decode_bin_autoplug_select), (analyze_new_pad),
5968 * gst/playback/gstplaybin.c:
5969 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5970 (gst_play_bin_init), (gst_play_bin_finalize),
5971 (autoplug_factories_cb), (activate_group):
5972 * gst/playback/gstqueue2.c:
5973 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5974 (proxy_autoplug_continue_signal),
5975 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5976 (proxy_drained_signal):
5977 Add some more debug info and use factor filtering code.
5979 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5981 * gst/audiotestsrc/gstaudiotestsrc.c:
5982 * gst/volume/gstvolume.c:
5983 * gst/volume/gstvolume.h:
5984 Add GAP-flag support.
5986 2007-11-24 Julien MOUTTE <julien@moutte.net>
5988 * tests/examples/seek/seek.c: (main): Increase the range of the
5989 rate selector as I would like to test QOS behavior at higher
5990 forward and reverse playback speed like say 64x.
5992 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
5994 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5995 (audioresample_query), (audioresample_query_type),
5996 (gst_audioresample_set_property):
5997 Implement latency query.
5999 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6001 * gst-libs/gst/audio/gstbaseaudiosink.c:
6002 (gst_base_audio_sink_drain):
6003 Our EOS time contains the base_time, _wait_eos() expects a running_time
6004 so we have to subtract the base_time again before calling the function.
6005 This fixes an EOS regression where the base_time was added twice and EOS
6006 took longer and longer in certain situations.
6009 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6011 * docs/libs/gst-plugins-base-libs-sections.txt:
6012 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6013 (gst_base_audio_sink_set_provide_clock),
6014 (gst_base_audio_sink_get_provide_clock),
6015 (gst_base_audio_sink_set_slave_method),
6016 (gst_base_audio_sink_get_slave_method),
6017 (gst_base_audio_sink_set_property),
6018 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6019 (gst_base_audio_sink_none_slaving),
6020 (gst_base_audio_sink_handle_slaving):
6021 * gst-libs/gst/audio/gstbaseaudiosink.h:
6022 Expose methods for some object properties so that subclasses can more
6023 easily configure them.
6024 Added slave method none, that completely disables slaving to the
6026 API: gst_base_audio_sink_set_provide_clock()
6027 API: gst_base_audio_sink_get_provide_clock()
6028 API: gst_base_audio_sink_set_slave_method()
6029 API: gst_base_audio_sink_get_slave_method()
6031 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6032 (gst_base_audio_src_set_provide_clock),
6033 (gst_base_audio_src_get_provide_clock),
6034 (gst_base_audio_src_set_property),
6035 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6036 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6037 Expose methods for some object properties so that subclasses can more
6038 easily configure them.
6039 API: gst_base_audio_src_set_provide_clock()
6040 API: gst_base_audio_src_get_provide_clock()
6042 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
6044 Patch by: Joe Peterson <lavajoe at gentoo dot org>
6046 * gst-libs/gst/sdp/gstsdpmessage.c:
6047 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6049 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
6051 * tests/check/libs/fft.c: (GST_START_TEST):
6052 Fix scaling to really have dB instead of something else.
6054 2007-11-19 Julien MOUTTE <julien@moutte.net>
6056 * tests/examples/seek/seek.c: (main): There's a nice macro to check
6057 GTK version, use it.
6059 2007-11-19 Julien MOUTTE <julien@moutte.net>
6061 * tests/examples/seek/seek.c: (main): Try to support stable version
6064 2007-11-17 Stefan Kost <ensonic@users.sf.net>
6066 * gst/playback/README:
6067 * gst/playback/test7.c:
6068 Fix the build + little README update.
6070 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6072 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6073 Add playbin2 seek pipeline.
6075 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6077 * gst/playback/Makefile.am:
6078 * gst/playback/gstplayback.c: (plugin_init):
6079 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6080 (eos_cb), (about_to_finish_cb), (main):
6082 Added gapless playback example.
6084 * gst/playback/gstplaybasebin.c:
6085 * gst/playback/gstplaybasebin.h:
6086 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6087 * gst/playback/gstqueue2.c:
6088 * gst/playback/test.c:
6089 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6091 * gst/playback/gststreaminfo.h:
6094 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6095 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6096 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6097 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6098 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6099 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6100 (drained_cb), (unlink_group), (activate_group),
6101 (setup_next_source), (gst_play_bin_change_state),
6102 (gst_play_bin2_plugin_init):
6103 Added raw first version of playbin2. Does chained oggs and gapless
6104 playback fine. No support for raw sinks yet. No visualisations or
6107 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6108 (gst_play_sink_class_init), (gst_play_sink_init),
6109 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6110 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6111 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6112 (gst_play_sink_set_property), (gst_play_sink_get_property),
6113 (post_missing_element_message), (free_chain), (add_chain),
6114 (activate_chain), (gen_video_chain), (gen_text_element),
6115 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6116 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6117 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6118 (gst_play_sink_send_event), (gst_play_sink_change_state):
6119 * gst/playback/gstplaysink.h:
6120 Added Element that abstracts the sinks and their pipelines for playbin2.
6122 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6124 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6125 (gst_selector_pad_class_init), (gst_selector_pad_init),
6126 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6127 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6128 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6129 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6130 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6131 (gst_stream_selector_init), (gst_stream_selector_set_property),
6132 (gst_stream_selector_get_linked_pad),
6133 (gst_stream_selector_getcaps),
6134 (gst_stream_selector_is_active_sinkpad),
6135 (gst_stream_selector_activate_sinkpad),
6136 (gst_stream_selector_get_linked_pads),
6137 (gst_stream_selector_request_new_pad),
6138 (gst_stream_selector_release_pad):
6139 * gst/playback/gststreamselector.h:
6140 Improve streamselector, make it select and unselect the current pad more
6142 Subclass GstPad for the sinkpads of the selector.
6143 Handle segments more correctly.
6144 Fix caps negotiation.
6145 Implement release_pad.
6147 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6149 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6150 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6152 Add drained signal fired when decodebin finishes decoding the data.
6153 Remove deprecated STATE_DIRTY message.
6155 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6156 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6157 (analyse_source), (proxy_drained_signal), (make_decoder),
6158 (source_new_pad), (value_list_append_structure_list),
6159 (handle_redirect_message), (handle_message):
6160 Proxy the new drained signal.
6161 Handle pad removed from decodebin.
6162 Handle redirect messages by sorting multiple redirections based on the
6165 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6167 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6169 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6170 Fix leaking headers. Fixes #496761.
6172 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6174 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6176 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6177 (gst_ximagesink_change_state):
6178 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6179 Don't leak the PAR on errors. Fixes #496731.
6181 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6183 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6184 (gst_tag_from_id3_user_tag):
6185 Add mapping for audio cd discid tags, so we can extract
6186 them from tags as well (see #347848). Also compare identifiers
6187 in ID3v2 TXXX frames in a case-insensitive way to increase
6188 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6190 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6192 * gst-plugins-base.doap:
6193 Oops, fix the release name.
6195 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6197 * gst-plugins-base.doap:
6200 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6205 === release 0.10.15 ===
6207 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6210 releasing 0.10.15, "No need to argue"
6212 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6214 * win32/vs6/libgstfft.dsp:
6215 Convert line endings to DOS.
6217 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6219 * win32/vs6/gst_plugins_base.dsw:
6220 * win32/vs6/libgstfft.dsp:
6222 Add a project file for fft plugin and remove socket
6223 based plugin which don't build from the workspace.
6224 * win32/vs6/libgstaudio.dsp:
6225 * win32/vs6/libgstrtp.dsp:
6226 * win32/vs6/libgsttag.dsp:
6227 Convert line endings back to DOS.
6230 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6232 * win32/vs6/libgstinterfaces.dsp:
6233 * win32/vs6/libgstrtsp.dsp:
6234 Convert line endings back to DOS
6236 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6238 * gst-libs/gst/fft/kiss_fft_f32.h:
6239 * gst-libs/gst/fft/kiss_fft_f64.h:
6240 * gst-libs/gst/fft/kiss_fft_s16.h:
6241 * gst-libs/gst/fft/kiss_fft_s32.h:
6242 Don't include malloc.h which doesn't exist on Mac OSX.
6243 Instead, pull in glib.h and use g_malloc/g_free for
6244 consistency. Fixes: #496548
6246 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6248 * gst/playback/gstdecodebin2.c:
6249 Dont leak ghostpad. Fixes #475451.
6251 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6253 * docs/design/design-decodebin.txt:
6254 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6255 Update some more docs and comments.
6257 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6259 Patch by: Sebastien Moutte <sebastien moutte net>
6261 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6262 (gst_rtcp_unix_to_ntp):
6263 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6264 Fix some C99-isms and and a missing function that some versions of
6265 MSVC don't like too much (#494346).
6267 * win32/vs6/gst_plugins_base.dsw:
6268 * win32/vs6/libgstaudio.dsp:
6269 * win32/vs6/libgstrtp.dsp:
6270 * win32/vs6/libgsttag.dsp:
6271 Update vs6 projects files (#494346).
6273 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6275 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6277 * win32/common/libgstaudio.def:
6278 * win32/common/libgstcdda.def:
6279 * win32/common/libgstinterfaces.def:
6280 * win32/common/libgstnetbuffer.def:
6281 * win32/common/libgstpbutils.def:
6282 * win32/common/libgstrtp.def:
6283 * win32/common/libgstrtsp.def:
6284 * win32/common/libgsttag.def:
6285 * win32/common/libgstvideo.def:
6286 More missing symbols to export (fixes #493986).
6288 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6290 * docs/libs/gst-plugins-base-libs-sections.txt:
6291 * gst-libs/gst/fft/gstfftf32.c:
6292 * gst-libs/gst/fft/gstfftf32.h:
6293 * gst-libs/gst/fft/gstfftf64.c:
6294 * gst-libs/gst/fft/gstfftf64.h:
6295 * gst-libs/gst/fft/gstffts16.c:
6296 * gst-libs/gst/fft/gstffts16.h:
6297 * gst-libs/gst/fft/gstffts32.c:
6298 * gst-libs/gst/fft/gstffts32.h:
6299 * tests/check/libs/fft.c: (GST_START_TEST):
6300 Remove the magnitude and phase calculation functions as these have
6301 very special use cases and can't even be used for the spectrum
6302 element. Also adjust the docs to mention some properties of the used
6303 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6305 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6307 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6309 Avoid crash when there are external subtitles (fixes #491722).
6311 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6313 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6314 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6315 'Could not open resource for writing' is not an acceptable
6316 error message when we can't open the audio device (see #492334),
6317 even less so when we're trying to open it to record something.
6319 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6321 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6323 * win32/common/libgstrtp.def:
6324 Add some more missing symbols (#492813).
6326 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6328 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6330 * tests/check/elements/audioconvert.c: (verify_convert):
6331 Add check to make sure that the out caps have a channel layout
6332 set on them where they should have one.
6334 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6336 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6338 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6339 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6340 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6343 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6344 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6345 (it disappeared in GLib 2.14.0) (#492306).
6347 * gst-libs/gst/sdp/Makefile.am:
6348 * gst-libs/gst/sdp/gstsdpmessage.c:
6349 Fix includes and LIBS for win32/Mingw (#492306).
6351 * tests/examples/dynamic/addstream.c (pause_play_stream):
6352 Use more portable g_usleep() instead of sleep() (#492306).
6354 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6356 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6358 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6359 (gst_ring_buffer_parse_caps):
6360 Return NULL instead of an enum that happens to be 0, fixes warning
6363 * gst-libs/gst/audio/gstringbuffer.h:
6364 No trailing commas in enum list (for gcc-2.9x).
6366 * gst/videotestsrc/videotestsrc.c: (random_char):
6367 Make information loss explicit instead of implicitly truncating to
6368 eight bits via the return value. Fixes runtime error on MSVC when
6369 using the debug CRT (#492114).
6371 * win32/common/config.h.in:
6372 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6374 * win32/common/libgstinterfaces.def:
6375 * win32/common/libgstrtp.def:
6376 Export a few more symbols (#492114).
6378 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6380 * gst-libs/gst/audio/audio.c:
6381 * gst-libs/gst/audio/audio.h:
6382 Readd the deprecation guards, but preserve compilability.
6384 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6386 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6387 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6388 Preserve channel layout when fixating the number of channels in the
6389 output caps, or make sure there's a suitable channel position layout
6390 set on the caps if required. Fixes #430677.
6392 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6394 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6395 Make sure the pipeline really operates in push mode as it should
6398 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6400 * gst-libs/gst/audio/audio.h:
6401 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6402 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6403 (ie. normal cvs builds) will fail.
6405 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6407 * docs/libs/Makefile.am:
6408 * gst-libs/gst/audio/audio.c:
6409 * gst-libs/gst/audio/audio.h:
6410 * gst-libs/gst/interfaces/mixer.c:
6411 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6413 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6415 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6416 (test_channel_layout_value_intersect), (audio_suite):
6417 Add simple unit test to make sure GstValue intersection
6418 of channel layouts works the way I think it does.
6420 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6422 * docs/libs/gst-plugins-base-libs-sections.txt:
6423 * gst-libs/gst/audio/gstaudiofilter.h:
6424 * gst-libs/gst/interfaces/mixer.h:
6425 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6426 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6427 * gst-libs/gst/sdp/gstsdpmessage.c:
6428 Fix the docs according to what gtk-doc complained about.
6430 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6432 * tests/icles/stress-playbin.c:
6435 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6437 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6438 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6439 Post nice/more useful error message if we don't have a decoder for
6442 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6444 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6445 Be a bit more useful, unblock the pads after we fired the no-more-pads
6446 signal so that we can use the signal to inspect and connect all pads
6447 without having to keep extra state outside of decodebin.
6449 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6451 * gst/playback/gsturidecodebin.c:
6452 (gst_uri_decode_bin_autoplug_continue),
6453 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6454 Implement default signal handler so that we return TRUE when nothing is
6457 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6459 * gst-libs/gst/riff/riff-media.c:
6460 (gst_riff_wavext_add_channel_layout),
6461 (gst_riff_wave_add_default_channel_layout),
6462 (gst_riff_wavext_get_default_channel_mask),
6463 (gst_riff_create_audio_caps):
6464 Use the ALSA channel layout as default for wav files without channel
6465 layout information. This fixes playback of chan-id.wav on 5.1 systems
6466 for example. Also refactor the channel layout setting a bit and add
6467 more default channel orders. Fixes #489010.
6469 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6471 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6472 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6473 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6476 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6478 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6479 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6480 (gst_decode_bin_set_subs_encoding),
6481 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6482 (gst_decode_bin_get_property), (analyze_new_pad):
6483 Move subtitle encoding property to decodebin2 so that it can set the
6484 property value on all elements that it autoplugs and that require it.
6485 Make caps refcounting more consistent in get/set.
6487 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6488 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6489 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6490 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6491 (proxy_autoplug_continue_signal),
6492 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6494 Proxy properties and relevant signals from the internal decodebin.
6495 Make properties MT safe.
6497 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6499 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6500 * gst-libs/gst/tag/tags.c:
6501 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6502 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6504 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6505 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6507 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6508 (gst_tag_to_vorbis_comments):
6509 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6510 just mapping everything I found in the wild) (#414539).
6512 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6514 Inspired by patch of: René Stadler <mail at renestadler dot de>
6516 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6517 (gst_decode_bin_autoplug_continue),
6518 (gst_decode_bin_autoplug_factories),
6519 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6521 * gst/playback/gstplay-marshal.list:
6522 Remove the autoplug-sort signal and replace it with a binding friendly
6523 autoplug-select signal.
6524 Add an autoplug-factories signal that can be used to generate a list of
6525 factories to try to autoplug.
6526 Add the GstPad to the autoplugging signal args as it might be needed to
6527 make a good factory selection.
6528 Fix up the marshallers for this. Fixes #407282.
6530 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6532 * gst-libs/gst/tag/gsttagdemux.c:
6533 Don't abort with an assertion if we receive a seek event with
6534 a start type of NONE (see launchpad bug #155878).
6536 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6538 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6539 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6540 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6541 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6542 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6543 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6544 Make sure that before we clean up the X resources, we shutdown and join
6546 Also make sure the event thread does not shut down immediatly after
6547 startup because the running variable is not yet correctly set.
6550 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6552 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6553 Make the window for a race in typefind and shutting down smaller until
6554 we figure out the right locking here. Avoids #485753 usually.
6556 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6557 Remove unneeded lock causing a race in typefind and shutting down.
6560 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6561 Also remove sinks when going to NULL because we might not complete the
6562 state change to PAUSED, causing the PAUSED->READY state change not to
6565 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6567 * gst-libs/gst/audio/gstbaseaudiosink.c:
6568 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6569 Also explicitly release the ringbuffer when going to NULL because it
6570 is required in the setcaps function, before the state change to PAUSED
6573 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6575 * tests/icles/.cvsignore:
6576 * tests/icles/Makefile.am:
6577 * tests/icles/stress-playbin.c:
6578 Does what it says on the tin.
6580 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6582 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6583 Fix queue negotiation. See #486758.
6585 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6588 (gst_xvimagesink_xwindow_new),
6589 (gst_xvimagesink_update_colorbalance),
6590 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6592 Fix handling of some of the X atoms. If the last parameter is True,
6593 XInternAtom won't create the atom if it doesn't exist, and therefore
6594 might return None. This causes X errors on Xv implementations that
6595 don't provide the colour balance attributes.
6597 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6599 * gst-libs/gst/tag/gstvorbistag.c:
6600 * tests/check/libs/tag.c:
6601 Extract vorbis comment LICENSE tags correctly.
6603 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6605 Patch by: Jason Kivlighn <jkivlighn gmail com>
6607 * gst-libs/gst/tag/gstid3tag.c:
6608 * tests/check/libs/tag.c:
6609 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6611 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6613 * gst-libs/gst/tag/gsttagdemux.c:
6614 Don't error out when a buggy downstream element doesn't
6615 handle the newsegment event we send properly (especially
6616 not without posting a meaningful error message on the
6617 bus). See bug #471370 and launchpad bug #136264.
6619 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6621 * gst-libs/gst/audio/gstbaseaudiosink.c:
6622 (gst_base_audio_sink_drain):
6623 Use new basesink method to make our EOS drain interruptable.
6625 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6627 * gst-libs/gst/rtp/gstrtppayloads.c:
6628 Fix silly search-replace oversight.
6630 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6632 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6634 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6635 (gst_basertppayload_set_outcaps):
6636 Fix caps memleak. Fixes #484989.
6639 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6641 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6642 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6645 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6647 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6648 (gst_base_audio_src_create):
6649 Also handle the case where there is no clock set on the audio source,
6650 like in the unit tests.
6652 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6654 * gst-libs/gst/rtp/gstrtppayloads.c:
6655 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6656 to avoid compiler warnings
6658 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6660 * gst/playback/gstdecodebin.c: (type_found),
6661 (gst_decode_bin_change_state):
6662 * gst/playback/gstdecodebin2.c: (type_found),
6663 (gst_decode_bin_change_state):
6664 Don't disconnect the have_type signal because we never reconnect it
6665 later on. Instead keep a variable to see if we already detected a type.
6667 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6669 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6670 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6672 Unlink the signal handler when we found the type, we're not going to do
6673 anything sensible with more type_found signals anyway.
6675 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6677 * gst-libs/gst/tag/gsttagdemux.c:
6680 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6682 * gst-libs/gst/tag/Makefile.am:
6683 * gst-libs/gst/tag/gsttagdemux.c:
6684 * gst-libs/gst/tag/gsttagdemux.h:
6685 API: add GstTagDemux base class for simple tag demuxers.
6687 * docs/libs/gst-plugins-base-libs-docs.sgml:
6688 * docs/libs/gst-plugins-base-libs-sections.txt:
6689 Add GstTagDemux to docs.
6691 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
6693 * gst-libs/gst/rtp/gstrtpbuffer.c:
6694 (gst_rtp_buffer_get_payload_subbuffer):
6695 Fix bug introduced with last commit which inverted the logic and
6696 caused all buffers to be dropped. Fixes #483620.
6697 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6699 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6701 * gst-libs/gst/rtp/gstrtpbuffer.c:
6702 Replace g_return_if_val (as it could be disabled), with regular return
6705 2007-10-03 Stefan Kost <ensonic@users.sf.net>
6707 * tests/check/pipelines/simple-launch-lines.c:
6708 Print message name and not just number.
6710 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
6712 * gst-libs/gst/audio/gstbaseaudiosink.c:
6713 (gst_base_audio_sink_async_play):
6714 When slaved to the clock, don't try to align a sample with the previous
6715 one when going to PLAYING again.
6717 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6719 * tests/examples/snapshot/snapshot.c:
6722 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6724 * gst-libs/gst/sdp/gstsdpmessage.h:
6725 Add RFC 3556 bandwidth modifiers.
6727 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6729 * docs/libs/gst-plugins-base-libs-docs.sgml:
6730 * docs/libs/gst-plugins-base-libs-sections.txt:
6731 * gst-libs/gst/rtp/gstrtppayloads.c:
6732 Update documentation.
6734 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6736 * gst-libs/gst/rtp/Makefile.am:
6737 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6738 (gst_rtp_payload_info_for_name):
6739 * gst-libs/gst/rtp/gstrtppayloads.h:
6740 Added new file and header to deal with payload info.
6742 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6743 (gst_rtp_buffer_default_clock_rate):
6744 * gst-libs/gst/rtp/gstrtpbuffer.h:
6745 Payload specific stuff is move to new headers.
6746 Implement _default_clock rate using the new payload function.
6748 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6749 (gst_sdp_parse_line):
6750 * gst-libs/gst/sdp/gstsdpmessage.h:
6751 Add some more comments.
6753 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6755 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6756 (sdp_check_header), (sdp_type_find), (plugin_init):
6757 Add typefind function for application/sdp.
6758 Remove some old dirac typefind code that was ifdeffed out.
6760 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
6762 * win32/common/libgstaudio.def:
6763 Add new exported functions.
6764 * win32/vs6/grammar.dsp:
6765 Add autogeneration and copy of some autegenerated files from win32/common
6767 * win32/vs6/libgstaudioconvert.dsp:
6768 Add gstaudioquantize.c to the build.
6769 * win32/vs6/libgstinterfaces.dsp:
6770 Add videoorientation.c to the build.
6771 * win32/vs6/libgstriff.dsp:
6772 Add libgsttag to the link libraries list.
6773 * win32/vs6/libgstvolume.dsp:
6774 Add liboil to the link.
6775 * win32/vs6/gst_plugins_base.dsw:
6776 * win32/vs6/libgstrtsp.dsp:
6777 * win32/common/libgstrtsp.def:
6778 Add files to build libgstrtsp library.
6780 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6782 * tests/examples/snapshot/snapshot.c: (main):
6783 Print error when pipeline failed to construct.
6785 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6788 * gst-libs/gst/tag/gstid3tag.c:
6789 * gst-libs/gst/tag/gstvorbistag.c:
6790 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6793 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6795 * gst-libs/gst/floatcast/floatcast.h:
6796 Don't include config.h in an installed public header, this
6797 might break compilation of applications that don't have such
6798 a header and doesn't necessarily do what it's supposed to do
6799 anyway (ie. check for the lrint/lrintf defines) (#442065).
6800 Add docs for the various macros and document how this header
6801 has to be used (link against libm, etc.); add a few FIXMEs;
6802 include math.h for non-c99 code path. Based on patch by
6805 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6808 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6809 of duplicating these macros in configure.ac.
6811 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6816 Updated translations to 0.10.14
6818 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6820 translated by: Jakub Bogusz <qboosh@pld-linux.org>
6823 Added Polish translation.
6825 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6827 translated by: Ilkka Tuohela <hile@iki.fi>
6830 Added Finnish translation.
6832 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6834 translated by: Jorge González González <aloriel@gmail.com>
6837 Added Spanish translation.
6839 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6841 translated by: Mogens Jaeger <mogens@jaeger.tf>
6844 Added Danish translation.
6846 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6848 translated by: Funda Wang <fundawang@linux.net.cn>
6851 Added Chinese (simplified) translation.
6853 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6855 translated by: Alexander Shopov <ash@contact.bg>
6858 Added Bulgarian translation.
6860 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
6862 * gst/playback/gstqueue2.c: (gst_queue_push_one):
6863 Fix compilation wrt printf arguments.
6865 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
6868 * tests/examples/Makefile.am:
6869 * tests/examples/snapshot/.cvsignore:
6870 * tests/examples/snapshot/Makefile.am:
6871 * tests/examples/snapshot/snapshot.c: (main):
6872 Add simple snapshot example program using appsink.
6874 2007-09-20 Stefan Kost <ensonic@users.sf.net>
6876 * tests/check/generic/states.c:
6877 Improved state change unit test.
6879 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6881 * docs/plugins/.cvsignore:
6882 * tests/check/.cvsignore:
6883 Ignore registries in any format.
6885 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6887 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6888 (gst_base_rtp_depayload_chain),
6889 (gst_base_rtp_depayload_set_gst_timestamp):
6890 Only copy timestamp on outgoing packets if the depayloader did not set
6892 Also copy duration on outgoing packets.
6894 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6896 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6897 (gst_basertppayload_set_outcaps):
6898 Fix compilation because of missing %d in printf.
6899 When fixating caps, fixate what we can and throw away all remaining
6900 unfixed caps, subclasses should do something smart if they need to.
6902 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6904 * ext/gnomevfs/gstgnomevfssrc.c:
6905 Improve debug logs a bit and be more verbose if things go wrong.
6907 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
6909 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6910 (gst_text_overlay_set_property):
6911 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6912 * gst-libs/gst/audio/gstbaseaudiosink.c:
6913 (gst_base_audio_sink_render):
6914 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6915 (gst_rtcp_unix_to_ntp):
6916 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6917 * gst/playback/gstqueue2.c:
6918 * tests/examples/seek/seek.c: (set_scale):
6919 Fix a bunch of compile warnings shown with Forte.
6921 * gst/audiorate/gstaudiorate.c:
6922 Always pull in config.h before including any system headers.
6924 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
6926 * gst/playback/gstqueue2.c: (update_buffering),
6927 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6928 (gst_queue_handle_sink_event), (gst_queue_chain),
6929 (gst_queue_push_one), (gst_queue_sink_activate_push),
6930 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6931 Also fix #476514 for queue2.
6933 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
6935 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6936 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6937 (gst_base_rtp_depayload_chain),
6938 (gst_base_rtp_depayload_handle_sink_event),
6939 (gst_base_rtp_depayload_push_full),
6940 (gst_base_rtp_depayload_set_gst_timestamp),
6941 (gst_base_rtp_depayload_change_state):
6942 Remove code to deal with RTP to GST time conversion, we now just copy
6943 the GST timestamp we receive to the outgoing buffers.
6944 Handle segment and flushes correctly.
6946 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6947 When we have no valid input timestamp, use the previous rtp timestamp on
6948 the outgoing RTP packet instead of the RTP base time.
6950 2007-09-15 David Schleef <ds@schleef.org>
6952 * ext/alsa/gstalsa.c:
6953 * ext/alsa/gstalsadeviceprobe.c:
6954 * ext/alsa/gstalsamixer.c:
6955 * ext/alsa/gstalsasink.c:
6956 * ext/alsa/gstalsasrc.c:
6957 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6959 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
6961 * gst-libs/gst/rtp/gstbasertppayload.c:
6962 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6963 Add some debug info when negotiating caps.
6965 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6967 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6968 A buffer with an empty payload is also a valid buffer.
6970 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6972 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6973 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6974 (gst_basertppayload_change_state):
6975 Make sure we start our RTP timestamp from the random base RTP
6976 timestamp even if the buffer timestamp starts from some random value.
6978 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6981 * tests/examples/Makefile.am:
6982 * tests/examples/dynamic/.cvsignore:
6983 * tests/examples/dynamic/Makefile.am:
6984 * tests/examples/dynamic/addstream.c: (create_stream),
6985 (pause_play_stream), (message_received), (eos_message_received),
6986 (perform_step), (main):
6987 Add simple exmple app to demonstrate starting and pausing live and
6988 non-live bins in a PLAYING pipeline.
6990 2007-09-14 Julien MOUTTE <julien@moutte.net>
6992 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6993 typefind for QCP files (RFC #3625)
6995 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
6997 * gst-libs/gst/audio/gstbaseaudiosink.c:
6998 (gst_base_audio_sink_init):
6999 Disable pull mode scheduling, we're not ready for it yet and it subtly
7000 breaks a lot of things.
7002 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7004 * tests/check/elements/libvisual.c:
7005 Test all libvisual plugins, not just the first one; this reproduces
7006 bug #450336 quite easily. Looks like a problem with the 'jess'
7009 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7011 * tests/check/Makefile.am:
7012 * tests/check/elements/.cvsignore:
7013 * tests/check/elements/libvisual.c:
7014 Add basic libvisual test case in an attempt to reproduce bug #450336.
7015 Doesn't reproduce that bug, but some other crasher instead (invalid
7016 free), at least with make elements/libvisual.forever and the bumscope
7017 plugin on x86-64/gutsy. Leaving test disabled for now.
7019 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7021 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7023 * gst-libs/gst/rtsp/gstrtspconnection.c:
7024 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7025 (read_body), (gst_rtsp_connection_receive):
7026 Make sure we can not cancel in the middle of receiving a message.
7029 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
7031 Patch by: Josep Torra Valles <josep@fluendo.com>
7033 * gst/playback/gstplaybasebin.c:
7034 Increase upper limit for audio queue a bit; fixes preroll problem
7035 with playbin and decodebin2 when playing a quicktime trailer with
7036 multichannel audio via http (#464666).
7038 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7040 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7041 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7042 (gst_base_audio_src_provide_clock),
7043 (gst_base_audio_src_set_property),
7044 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7045 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7046 Allow othe clocks than the internal clock to be used for the pipeline.
7047 Add property to disable clock provide.
7048 API: GstBaseAudioSrc::provide-clock
7050 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7052 * gst/playback/gstdecodebin2.c:
7053 Don't leak request pads. Fixes #475395.
7055 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7057 Patch by: René Stadler <mail at renestadler dot de>
7059 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7060 (gst_ximage_buffer_class_init):
7061 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7062 (gst_xvimage_buffer_class_init):
7063 Correctly chain up finalize with the parent class to prevent
7064 memory leaks. Fixes #474880.
7066 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7068 * gst/volume/gstvolume.c: (volume_choose_func):
7069 * tests/check/elements/volume.c: (GST_START_TEST):
7070 Revert the latest change: floating point samples are allowed to
7071 have any value, not only values in the range [-1,1]. Thanks to Andy
7073 Also fix processing of int32 samples with volumes > 4 by making the
7074 unity value smaller which prevents overflows.
7076 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7078 * gst-libs/gst/rtp/gstrtpbuffer.c:
7079 * tests/check/libs/rtp.c:
7080 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7082 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7084 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7086 * gst-libs/gst/rtp/gstrtpbuffer.c:
7087 Fix up GstRTPHeader helper struct so that compilers will not under
7088 any circumstances add padding in between our fields, as currently
7089 happens with MSVC on win32, because that would lead to us sending
7090 out RTP payloads with broken RTP headers (#471194).
7091 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7093 * tests/check/Makefile.am:
7094 * tests/check/libs/.cvsignore:
7095 * tests/check/libs/rtp.c:
7096 Add some simple unit tests for GstRTPBuffer. Some are disabled
7097 because the code tested still needs fixing (set_csrc() does not work).
7099 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7102 * win32/common/gstrtsp-enumtypes.c:
7103 * win32/common/gstrtsp-enumtypes.h:
7104 * win32/common/interfaces-enumtypes.c:
7105 * win32/common/interfaces-enumtypes.h:
7106 * win32/common/multichannel-enumtypes.c:
7107 Add rtsp enumtypes (#474384) and update others.
7109 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7112 Fix configure check for HAVE_LIBXML_HTML.
7114 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7116 * tests/check/libs/.cvsignore:
7117 Ignore more, in case the build bots work again one day.
7119 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7121 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7124 * gst-libs/gst/Makefile.am:
7125 * gst-libs/gst/fft/Makefile.am:
7126 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7127 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7128 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7129 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7130 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7131 * gst-libs/gst/fft/gstfft.h:
7132 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7133 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7134 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7135 * gst-libs/gst/fft/gstfftf32.h:
7136 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7137 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7138 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7139 * gst-libs/gst/fft/gstfftf64.h:
7140 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7141 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7142 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7143 * gst-libs/gst/fft/gstffts16.h:
7144 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7145 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7146 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7147 * gst-libs/gst/fft/gstffts32.h:
7148 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7149 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7150 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7151 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7152 * gst-libs/gst/fft/kiss_fft_f32.h:
7153 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7154 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7155 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7156 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7157 * gst-libs/gst/fft/kiss_fft_f64.h:
7158 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7159 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7160 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7161 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7162 * gst-libs/gst/fft/kiss_fft_s16.h:
7163 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7164 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7165 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7166 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7167 * gst-libs/gst/fft/kiss_fft_s32.h:
7168 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7169 (kiss_fftr_f32), (kiss_fftri_f32):
7170 * gst-libs/gst/fft/kiss_fftr_f32.h:
7171 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7172 (kiss_fftr_f64), (kiss_fftri_f64):
7173 * gst-libs/gst/fft/kiss_fftr_f64.h:
7174 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7175 (kiss_fftr_s16), (kiss_fftri_s16):
7176 * gst-libs/gst/fft/kiss_fftr_s16.h:
7177 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7178 (kiss_fftr_s32), (kiss_fftri_s32):
7179 * gst-libs/gst/fft/kiss_fftr_s32.h:
7180 * gst-libs/gst/fft/kiss_version:
7181 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7182 * pkgconfig/gstreamer-plugins-base.pc.in:
7183 Add libgstfft, a FFT library based on Kiss FFT which is
7184 BSD licensed. Supported sample formats are int16, int32,
7185 float and double. For those formats a real FFT and IFFT
7186 can be done, different windowing functions can be applied
7187 and functions for extracting the magnitude and phase exist.
7190 * docs/libs/Makefile.am:
7191 * docs/libs/gst-plugins-base-libs-docs.sgml:
7192 * docs/libs/gst-plugins-base-libs-sections.txt:
7193 Integrate libgstfft into the docs.
7195 * tests/check/Makefile.am:
7196 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7197 Add unit tests for libgstfft, currently only testing the FFT.
7198 Unit tests for IFFT will follow soon.
7200 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7202 Patch by: Peter Kjellerstedt <pkj at axis com>
7204 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7205 (gst_sdp_message_init), (gst_sdp_message_uninit),
7206 (is_multicast_address), (gst_sdp_message_as_text),
7207 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7208 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7209 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7210 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7211 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7212 (gst_sdp_media_init), (gst_sdp_media_uninit),
7213 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7214 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7215 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7216 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7217 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7218 * gst-libs/gst/sdp/gstsdpmessage.h:
7219 Separate INIT_ARRAY() and related macros into two versions, one for
7220 structures and one for pointers (e.g., INIT_ARRAY() and
7221 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7222 lists of emails and phone numbers.
7223 Add missing const as appropriate.
7224 Change all gint to guint since they all actually represent unsigned
7226 Do not use time as a variable name as it shadows the global time().
7227 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7228 Actually implement gst_sdp_message_add_time().
7229 Make gst_sdp_message_add_time() take repeat times as an argument.
7230 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7231 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7232 misspelled as badwidth).
7233 gst-indented and a little clean up. Fixes #471067.
7235 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7237 * gst/volume/gstvolume.c: (volume_choose_func),
7238 (volume_process_double), (volume_process_double_clamp),
7239 (volume_process_float_clamp):
7240 Correctly clamp float/double samples in the [-1.0,1.0] range to
7241 prevent weird effects.
7242 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7243 Add unit tests for all samples types that had none before.
7245 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7247 * gst-libs/gst/rtp/gstrtpbuffer.c:
7248 Need to include stdlib.h for abs() here too.
7250 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7252 * gst/playback/gststreaminfo.c:
7255 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7257 * gst/playback/gststreaminfo.c:
7258 Clean up some half-disabled code and comment.
7260 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7262 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7264 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7265 (gst_base_rtp_payload_audio_handle_event):
7266 Return FALSE from the event handler to let the parent class handle the
7267 event. Fixes #446766.
7269 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7270 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7271 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7273 * gst-libs/gst/rtp/gstbasertppayload.c:
7274 Bump the MTU to 1400.
7276 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7278 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7279 Add an audio/x-nsf typefind function for the nsfdec element.
7281 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7282 * gst/playback/gstplaybasebin.c:
7283 Included "myth://" on stream_uris list for enable buffering to mythtv files
7285 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7287 * docs/libs/gst-plugins-base-libs-sections.txt:
7288 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7289 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7290 (gst_rtcp_unix_to_ntp):
7291 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7292 Fix parsing of RB blocks.
7294 Added helper functions to convert to/from UNIX and NTP time.
7295 API: gst_rtcp_ntp_to_unix()
7296 API: gst_rtcp_unix_to_ntp()
7298 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7299 (gst_rtp_buffer_get_header_len),
7300 (gst_rtp_buffer_get_extension_data),
7301 (gst_rtp_buffer_get_payload_subbuffer),
7302 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7303 (gst_rtp_buffer_ext_timestamp):
7304 * gst-libs/gst/rtp/gstrtpbuffer.h:
7306 Implement handling of packets with extensions.
7307 Fix padding check in _validate().
7308 Added function to get extension data.
7309 API: gst_rtp_buffer_get_header_len()
7310 API: gst_rtp_buffer_get_extension_data()
7312 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7314 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7315 (gst_base_rtp_depayload_class_init),
7316 (gst_base_rtp_depayload_set_gst_timestamp):
7317 Add some more docs for the queue-delay property and fix a typo in a
7320 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7323 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7325 * gst-libs/gst/audio/gstbaseaudiosink.c:
7326 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7327 (gst_base_audio_sink_change_state):
7328 When skew slaving, try to hover around the middle of a segment so that
7329 we at most drift by half a segment.
7330 If we are aligning in the oposite direction of the clock skew, we don't
7333 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7335 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7336 (gst_base_rtp_depayload_setcaps),
7337 (gst_base_rtp_depayload_set_gst_timestamp):
7338 Be less silly with the segment start, just apply the clock-base to the
7341 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7343 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7344 (gst_base_rtp_depayload_class_init),
7345 (gst_base_rtp_depayload_finalize),
7346 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7347 (gst_base_rtp_depayload_handle_sink_event),
7348 (gst_base_rtp_depayload_set_gst_timestamp),
7349 (gst_base_rtp_depayload_change_state):
7350 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7351 Deprecate the queue handling thread thing and remove the code.
7352 Use new method to calculate the extended timestamp.
7354 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7356 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7357 (gst_rtcp_packet_sdes_copy_entry):
7358 Use g_strndup which does exactly what we want.
7360 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7361 (gst_rtp_buffer_ext_timestamp):
7362 * gst-libs/gst/rtp/gstrtpbuffer.h:
7363 Add helper function to compare seqnums.
7364 Add helper function to calculate extended timestamps.
7365 API: gst_rtp_buffer_compare_seqnum()
7366 API: gst_rtp_buffer_ext_timestamp()
7368 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7370 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7371 (gst_rtcp_packet_sdes_get_entry),
7372 (gst_rtcp_packet_sdes_copy_entry):
7373 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7374 Fix and document SDES item data function.
7375 Add new function that makes a proper copy of SDES item data.
7376 API: gst_rtcp_packet_sdes_copy_entry()
7378 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7382 The tcp and subparse plugins are under gst, but not totaly free of
7383 dependencies. Handle selection inconfigure.ac, so that they show up
7384 on the final list of what is build and what is not. Maybe they should
7385 better be moved to ext.
7387 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7389 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7393 Check if libxml provides HTML parser which subparse needs.
7396 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7398 * ext/alsa/gstalsa.c:
7399 Fix typo and compilation on big endian systems.
7401 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7403 * gst/subparse/gstssaparse.c:
7404 Convert SSA newline codes into actual newline characters (#470766).
7406 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7408 * docs/libs/gst-plugins-base-libs-sections.txt:
7409 * gst-libs/gst/pbutils/install-plugins.c:
7410 * gst-libs/gst/pbutils/install-plugins.h:
7411 * tests/check/libs/pbutils.c:
7412 API: also add gst_install_plugins_supported() while we're at it
7415 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7417 * docs/libs/gst-plugins-base-libs-sections.txt:
7418 * gst-libs/gst/pbutils/missing-plugins.c:
7419 * gst-libs/gst/pbutils/missing-plugins.h:
7420 * tests/check/libs/pbutils.c:
7421 API: add gst_missing_*_installer_detail_new() convenience API so
7422 that applications that know exactly what they're missing can request
7423 installer detail strings for those items directly instead of having
7424 to first create a dummy missing-plugin message and then get the
7425 installer detail string from that. Fixes #470456.
7427 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7429 * gst/playback/gstdecodebin.c: (close_pad_link):
7430 We need to set up delayed-linking whenever the caps are non-fixed,
7431 not just when there are multiple types - use gst_pad_is_fixed()
7434 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7436 * gst-libs/gst/pbutils/missing-plugins.c:
7437 (gst_missing_plugin_message_get_installer_detail):
7438 Add missing separator in PID fallback case.
7440 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7442 * ext/alsa/Makefile.am:
7443 There is no GST_PLUGINS_BASE_LIBS defined.
7445 * ext/alsa/gstalsa.c:
7446 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7447 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7448 Add support for ALSA 24-bit formats.
7449 snd_pcm_delay can return an error code, especially
7450 during XRUNS. In that case, the best we can do is assume
7453 * gst/audioconvert/Makefile.am:
7454 Add flags from -base before any more-remote dependencies.
7456 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7458 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7460 * gst/volume/gstvolume.c: (volume_choose_func),
7461 (volume_update_real_volume), (gst_volume_set_volume),
7462 (gst_volume_init), (volume_process_int32),
7463 (volume_process_int32_clamp), (volume_process_int24),
7464 (volume_process_int24_clamp), (volume_process_int16),
7465 (volume_process_int16_clamp), (volume_process_int8),
7466 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7467 * gst/volume/gstvolume.h:
7468 Add support for int32, int24 and int8 to the volume element.
7471 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7473 * tests/examples/Makefile.am:
7476 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7479 * docs/libs/Makefile.am:
7480 * docs/libs/gst-plugins-base-libs-docs.sgml:
7481 * docs/libs/gst-plugins-base-libs-sections.txt:
7482 * ext/gnomevfs/gstgnomevfssrc.c:
7483 * ext/gnomevfs/gstgnomevfssrc.h:
7484 * gst-libs/gst/Makefile.am:
7485 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7486 * pkgconfig/gstreamer-plugins-base.pc.in:
7487 * sys/v4l/v4lsrc_calls.c:
7488 * tests/examples/Makefile.am:
7489 * win32/common/config.h:
7490 Revert unwanted commit. many thanks to moap. I want a fix for
7491 https://thomas.apestaart.org/moap/trac/ticket/239
7493 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7495 * gst/volume/gstvolume.c:
7496 Move passthrough below gst_object_sync_values(). Fixes #442654.
7498 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7500 * gst-libs/gst/audio/audio.c:
7501 Clarify the docs a little.
7503 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7505 * gst/volume/gstvolume.c:
7506 Enable liboil for float and add more details about problems with
7509 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7511 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7512 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7514 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7516 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7517 When calculating the first timestamp of the buffers, don't go below 0
7518 and clip the samples because the offset was on the eos page.
7521 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7523 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7524 (gst_ogg_demux_collect_chain_info):
7525 Also submit the eos page when trying to find the first timestamp.
7528 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7530 * gst-libs/gst/audio/audio.h:
7531 Use gst_util_uint64_scale() instead of doing the math
7532 with double for GST_FRAMES_TO_CLOCK_TIME() and
7533 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7534 prevents rounding errors. Fixes #467667.
7536 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7538 * gst-libs/gst/rtsp/gstrtspconnection.c:
7539 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7540 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7541 * gst-libs/gst/rtsp/gstrtspconnection.h:
7543 On shutdown, don't read the control socket yet.
7544 Set timeout value correctly in all cases.
7545 Add function to check if the server accepts reads or writes.
7546 API: gst_rtsp_connection_poll()
7548 * gst-libs/gst/rtsp/gstrtspdefs.h:
7549 Fix compilation with -pedantic.
7552 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7554 Patch by: Olivier Crete <tester at tester ca>
7556 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7557 (gst_basertppayload_getcaps):
7558 * gst-libs/gst/rtp/gstbasertppayload.h:
7559 Add getcaps vfunc to basertppayload. See #465146.
7561 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7563 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7564 Only post buffering messages when we are a stream.
7566 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7568 * gst-libs/gst/pbutils/install-plugins.c:
7569 * gst-libs/gst/pbutils/missing-plugins.c:
7570 Small docs fix and addition.
7572 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7574 * tests/icles/.cvsignore:
7575 * tests/icles/Makefile.am:
7576 * tests/icles/test-textoverlay.c:
7577 Add a dumb little test for textoverlay alignments.
7579 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7581 Patch by: Dan Williams <dcbw redhat com>
7583 * ext/pango/gsttextoverlay.c:
7584 * ext/pango/gsttextoverlay.h:
7585 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7586 "silent" property so there's a Since tag in the API reference.
7588 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7590 * gst-libs/gst/rtp/gstbasertppayload.c:
7591 (gst_basertppayload_set_outcaps):
7592 * gst-libs/gst/rtp/gstbasertppayload.h:
7593 Improve caps negotiation so that downstream elements can confiure
7594 certain RTP properties by fixing them on the caps. See #465146.
7597 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7599 * docs/libs/gst-plugins-base-libs-sections.txt:
7600 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7601 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7602 Mark as deprecated some macros which were presumably meant to be
7603 private API and accidentally exposed in the public header file.
7604 Also actually _init() lock (only works at the moment because the
7605 struct is zeroed out when created and the initial values in the
7606 mutex struct are zeroes too). (#459585)
7608 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7610 * docs/libs/Makefile.am:
7611 Remove cruft and do some cleanups.
7613 * docs/libs/gst-plugins-base-libs-docs.sgml:
7614 Prepare for comming gtkdoc features (rebase against online docs).
7616 2007-08-10 Michael Smith <msmith@fluendo.com>
7618 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7620 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7622 Change the number of buffers used; 500 is too many and leads to
7625 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7627 * gst/playback/gstqueue2.c:
7628 * gst/videorate/gstvideorate.c:
7629 Printf format fixes (#465028).
7631 2007-08-09 Michael Smith <msmith@fluendo.com>
7633 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7634 If we have a large (> 1 second) discontinuity, push a series of
7635 smaller buffers rather than a single very large buffer. Avoids
7636 unreasonably large single buffer allocations when encountering a
7638 * tests/check/elements/audiorate.c: (GST_START_TEST),
7640 Add a test for this.
7642 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7644 * gst/playback/gstplaybasebin.c: (group_commit),
7645 (queue_remove_probe), (queue_threshold_reached):
7647 Patch by: Josep Torra Valles <josep@fluendo.com>
7649 Make sure we remove the check_queues buffer probe from the
7650 correct queue to avoid racily going back to "buffering 99%" when
7651 buffering is actually complete.
7653 Also, fix the spelling of Josep's surname in the ChangeLog.
7655 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7657 * ext/ogg/gstoggmux.c:
7658 Do not leak oggmux instance.
7660 * ext/vorbis/vorbisenc.c:
7663 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7670 Updated translations.
7672 2007-08-08 Stefan Kost <ensonic@users.sf.net>
7674 patch by: Yang Hong <hongyang@redflag-linux.com>
7676 * ext/pango/gsttextoverlay.c:
7677 * ext/pango/gsttextoverlay.h:
7678 Add 'silent' property to GstTimeOverlay. Fixes #462979
7680 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7682 Patch by: Josep Torra Valles <josep@fluendo.com>
7684 * docs/plugins/gst-plugins-base-plugins.args:
7685 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7686 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7687 (gst_uri_decode_bin_get_property), (gen_source_element):
7688 Add connection-speed property. Fixes #464690.
7690 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7692 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7695 * gst-libs/gst/rtsp/Makefile.am:
7696 * gst-libs/gst/rtsp/gstrtspconnection.c:
7697 (gst_rtsp_connection_connect):
7698 Fix compilation on windows. Fixes #464320.
7700 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7702 Patch by: Josep Torra Valles <josep@fluendo.com>
7704 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7705 (gst_play_base_bin_init), (queue_threshold_reached),
7706 (gen_source_element), (setup_substreams),
7707 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7708 (gst_play_base_bin_get_streaminfo_value_array):
7709 * gst/playback/gstplaybasebin.h:
7710 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7711 (gst_play_bin_set_property), (gst_play_bin_get_property),
7712 (gst_play_bin_handle_redirect_message):
7713 Move connection-speed property from playbin to playbasebin so that we
7714 can also configure it in source elements that have the connection-speed
7715 property. Fixes #464028.
7716 Add some debug info here and there.
7718 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
7720 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7721 Properly respond to conversion queries. Fixes #464079.
7723 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7725 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7726 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7727 (gst_audio_test_src_init_sine_table),
7728 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7729 * gst/audiotestsrc/gstaudiotestsrc.h:
7730 Add float/double and int32 support to audiotestsrc. Fixes #460422.
7731 Also set the default volume to the default value specified in the
7734 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7736 Patch by: Jens Granseuer <jensgr at gmx dot net>
7738 * gst/audioconvert/gstaudioquantize.c:
7739 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7741 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
7743 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7744 Add rdt manager for rdt transport.
7745 Fix parsing of RDT transport.
7747 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7752 === release 0.10.14 ===
7754 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7757 releasing 0.10.14, "Light Years Ahead"
7759 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7761 * tests/check/libs/audio.c: (GST_START_TEST):
7762 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7764 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7766 * gst-libs/gst/audio/audio.c:
7767 When clipping a buffer with no timestamp, assume it is
7768 within the segment without warnings.
7772 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7774 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7775 Fire the signal on the object, not the interface.
7777 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7779 * gst-libs/gst/rtsp/.cvsignore:
7780 Ber. Don't include the full path, idiot.
7782 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7784 * gst-libs/gst/rtsp/.cvsignore:
7785 Ignore generated files.
7787 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7789 * gst-libs/gst/interfaces/Makefile.am:
7790 * gst-libs/gst/interfaces/interfaces-marshal.list:
7791 * gst-libs/gst/interfaces/rtspextension.c:
7792 * gst-libs/gst/interfaces/rtspextension.h:
7793 * gst-libs/gst/rtsp/Makefile.am:
7794 * gst-libs/gst/rtsp/gstrtsp.h:
7795 * gst-libs/gst/rtsp/gstrtspextension.c:
7796 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7797 (gst_rtsp_extension_detect_server),
7798 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7799 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7800 (gst_rtsp_extension_configure_stream),
7801 (gst_rtsp_extension_get_transports),
7802 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7803 * gst-libs/gst/rtsp/gstrtspextension.h:
7804 * gst-libs/gst/rtsp/rtsp-marshal.list:
7805 Move the rtspextension.h interface into gstrtspextension.h
7806 as part of libgstrtsp instead of libgstinterfaces, because it's
7807 only for use within plugins, not applications.
7808 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7809 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
7810 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7813 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7815 * gst-libs/gst/interfaces/Makefile.am:
7816 * gst-libs/gst/interfaces/interfaces-marshal.list:
7817 * gst-libs/gst/interfaces/rtspextension.c:
7818 (gst_rtsp_extension_iface_init),
7819 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7820 * gst-libs/gst/interfaces/rtspextension.h:
7821 Fix marshaller for the send signal.
7822 Add URL to stream selection interface method.
7824 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7826 * gst-libs/gst/riff/Makefile.am:
7827 Pull in our dependencies from -base before those from outside.
7829 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7831 * docs/libs/gst-plugins-base-libs-sections.txt:
7832 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7833 * gst-libs/gst/rtsp/gstrtspbase64.h:
7834 API: gst_rtsp_base64_decode_ip()
7835 Added function to decode Base64 in-place.
7837 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7839 * tests/check/libs/.cvsignore:
7840 Ignore the mixer test binary.
7842 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7844 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7845 Gratuitous comment change to trigger a rebuild on the buildbots.
7847 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7849 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7850 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7851 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7852 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7853 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7854 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7855 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7856 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7857 (gst_sdp_media_get_attribute_val):
7858 * gst-libs/gst/sdp/gstsdpmessage.h:
7859 Constify args where we can.
7861 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7863 * gst-libs/gst/interfaces/Makefile.am:
7864 * gst-libs/gst/interfaces/rtspextension.c:
7865 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7866 (gst_rtsp_extension_detect_server),
7867 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7868 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7869 (gst_rtsp_extension_configure_stream),
7870 (gst_rtsp_extension_get_transports),
7871 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7872 * gst-libs/gst/interfaces/rtspextension.h:
7873 Move interface for RTSP extensions from -good to here.
7874 Added helper methods to invoke interface methods.
7876 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7878 * docs/libs/gst-plugins-base-libs-sections.txt:
7879 * gst-libs/gst/rtsp/gstrtspdefs.h:
7880 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7881 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7882 (gst_rtsp_message_init_response),
7883 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7884 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7885 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7886 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7887 (gst_rtsp_message_get_body), (dump_key_value):
7888 * gst-libs/gst/rtsp/gstrtspmessage.h:
7889 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7890 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7891 (gst_rtsp_range_parse):
7892 * gst-libs/gst/rtsp/gstrtsprange.h:
7893 * gst-libs/gst/rtsp/gstrtsptransport.c:
7894 * gst-libs/gst/rtsp/gstrtspurl.c:
7895 Fix some more RTSP docs.
7896 Add some missing methods for dealing with messages.
7898 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7900 * docs/libs/gst-plugins-base-libs-docs.sgml:
7901 * docs/libs/gst-plugins-base-libs-sections.txt:
7902 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7903 * gst-libs/gst/rtsp/gstrtspbase64.h:
7904 * gst-libs/gst/rtsp/gstrtspconnection.c:
7905 (gst_rtsp_connection_connect), (add_auth_header),
7906 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7907 (read_body), (gst_rtsp_connection_receive),
7908 (gst_rtsp_connection_next_timeout),
7909 (gst_rtsp_connection_reset_timeout),
7910 (gst_rtsp_connection_set_auth):
7911 * gst-libs/gst/rtsp/gstrtspconnection.h:
7912 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7913 * gst-libs/gst/rtsp/gstrtspdefs.h:
7914 * gst-libs/gst/rtsp/gstrtspmessage.h:
7915 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7916 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7917 (gst_rtsp_range_parse):
7918 * gst-libs/gst/rtsp/gstrtspurl.h:
7919 Added beginnings of RTSP documentation.
7921 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7923 * docs/libs/Makefile.am:
7924 * docs/libs/gst-plugins-base-libs-docs.sgml:
7925 * docs/libs/gst-plugins-base-libs-sections.txt:
7926 * gst-libs/gst/sdp/gstsdp.h:
7927 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7928 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7929 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7930 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7931 (gst_sdp_message_get_attribute_val),
7932 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7933 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7934 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7935 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7936 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7937 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7938 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7939 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7940 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7941 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7942 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7943 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7944 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7945 (gst_sdp_media_get_attribute_val_n),
7946 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7947 (print_media), (gst_sdp_message_dump):
7948 * gst-libs/gst/sdp/gstsdpmessage.h:
7949 Document the SDP library.
7950 Add some of the missing SDPMedia methods.
7952 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7955 * gst-libs/gst/Makefile.am:
7956 * gst-libs/gst/rtsp/Makefile.am:
7957 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7958 * gst-libs/gst/rtsp/gstrtspbase64.h:
7959 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7960 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7961 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7962 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7963 (parse_response_status), (parse_request_line), (parse_line),
7964 (gst_rtsp_connection_read), (read_body),
7965 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7966 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7967 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7968 (gst_rtsp_connection_set_auth):
7969 * gst-libs/gst/rtsp/gstrtspconnection.h:
7970 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7971 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7972 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7973 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7974 (gst_rtsp_find_method):
7975 * gst-libs/gst/rtsp/gstrtspdefs.h:
7976 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7977 (gst_rtsp_message_new), (gst_rtsp_message_init),
7978 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7979 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7980 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7981 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7982 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7983 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7984 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7985 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7986 (gst_rtsp_message_dump):
7987 * gst-libs/gst/rtsp/gstrtspmessage.h:
7988 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7989 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7990 (gst_rtsp_range_parse), (gst_rtsp_range_free):
7991 * gst-libs/gst/rtsp/gstrtsprange.h:
7992 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7993 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7994 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7995 (range_as_text), (rtsp_transport_mode_as_text),
7996 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7997 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7998 (gst_rtsp_transport_free):
7999 * gst-libs/gst/rtsp/gstrtsptransport.h:
8000 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8001 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8002 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8003 * gst-libs/gst/rtsp/gstrtspurl.h:
8004 * gst-libs/gst/sdp/Makefile.am:
8005 * gst-libs/gst/sdp/gstsdp.h:
8006 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8007 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8008 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8009 (gst_sdp_attribute_init), (gst_sdp_message_new),
8010 (gst_sdp_message_init), (gst_sdp_message_uninit),
8011 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8012 (gst_sdp_media_uninit), (gst_sdp_media_free),
8013 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8014 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8015 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8016 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8017 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8018 (gst_sdp_message_get_attribute_val),
8019 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8020 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8021 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8022 (gst_sdp_media_get_attribute_val_n),
8023 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8024 (read_string), (read_string_del), (gst_sdp_parse_line),
8025 (gst_sdp_message_parse_buffer), (print_media),
8026 (gst_sdp_message_dump):
8027 * gst-libs/gst/sdp/gstsdpmessage.h:
8028 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8029 Move SDP and RTSP from helper objects in -good to a reusable library.
8030 Use a proper gst_ namespace.
8032 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8034 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8035 (vorbis_dec_flush_decode):
8036 Use the new buffer clipping function from gstaudio here.
8038 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8040 * docs/libs/gst-plugins-base-libs-sections.txt:
8041 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8042 * gst-libs/gst/audio/audio.h:
8043 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8044 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8045 Also add deprecation guards for gst_audio_structure_set_int() to the
8048 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8050 * docs/libs/gst-plugins-base-libs-sections.txt:
8053 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8055 Patch by: Dan Williams <dcbw at redhat dot com>
8057 * gst/playback/gstplaybasebin.c:
8058 (gst_play_base_bin_get_streaminfo_value_array):
8059 Don't return NULL when querying the stream info value array but instead
8060 return an empty array. Fixes #459204.
8062 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
8064 * gst/playback/gsturidecodebin.c:
8065 Init debug category before using it.
8067 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
8069 * gst-libs/gst/interfaces/mixer.h:
8070 Add padding vars in place of the signal pointers
8071 when building with DISABLE_DEPRECATED so that the
8072 interface structure doesn't change size.
8074 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
8076 * docs/libs/gst-plugins-base-libs-sections.txt:
8077 * ext/alsa/gstalsamixer.c:
8078 * ext/alsa/gstalsamixer.h:
8079 * ext/alsa/gstalsamixerelement.c:
8080 * ext/alsa/gstalsamixertrack.c:
8081 * gst-libs/gst/interfaces/mixer.c:
8082 * gst-libs/gst/interfaces/mixer.h:
8083 * gst-libs/gst/interfaces/mixeroptions.c:
8084 * gst-libs/gst/interfaces/mixeroptions.h:
8085 * gst-libs/gst/interfaces/mixertrack.c:
8086 * gst-libs/gst/interfaces/mixertrack.h:
8087 * tests/check/Makefile.am:
8088 * tests/check/libs/mixer.c:
8090 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8093 Add support for notifying mixer changes on the message bus, and
8094 implement it in alsamixer.
8096 API: gst_mixer_get_mixer_flags
8097 API: gst_mixer_message_parse_mute_toggled
8098 API: gst_mixer_message_parse_record_toggled
8099 API: gst_mixer_message_parse_volume_changed
8100 API: gst_mixer_message_parse_option_changed
8101 API: GstMixerMessageType
8104 2007-07-20 Michael Smith <msmith@fluendo.com>
8106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8107 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8108 xcontext->im_format is only for testing XShm support (as the header
8109 file comments document). Use xvimage->im_format for everything else.
8110 Avoids spurious warnings on buffer allocation before setcaps.
8112 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8114 * tests/examples/volume/Makefile.am:
8115 * tests/icles/Makefile.am:
8116 We should use $(LIBM).
8118 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8120 * tests/icles/Makefile.am:
8123 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8125 * gst-libs/gst/rtp/gstbasertppayload.c:
8126 (gst_basertppayload_class_init), (gst_basertppayload_init),
8127 (gst_basertppayload_set_property),
8128 (gst_basertppayload_get_property):
8129 Don't break ABI, restore previous ranges. Keep the default random
8130 selection of timestamp and seqnum offset but as soon as the app sets a
8131 specific value, use that one.
8133 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8135 Patch by: Bastien Nocera <hadess at hadess dot net>
8137 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8138 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8139 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8140 * sys/xvimage/xvimagesink.h:
8141 Add option to turn off double-buffering for debugging purposes.
8144 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8146 Patch by: Jorn Baayen <jorn at openedhand dot com>
8148 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8149 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8150 (gst_ximagesink_init), (gst_ximagesink_class_init):
8151 * sys/ximage/ximagesink.h:
8152 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8153 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8154 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8155 * sys/xvimage/xvimagesink.h:
8156 add 'handle-expose' property. Useful for video widgets which may want to
8157 be in control of Expose behaviour. Fixes #380625
8159 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8161 * gst-libs/gst/rtp/gstbasertppayload.c:
8162 (gst_basertppayload_class_init), (gst_basertppayload_init),
8163 (gst_basertppayload_event), (gst_basertppayload_push),
8164 (gst_basertppayload_set_property),
8165 (gst_basertppayload_get_property),
8166 (gst_basertppayload_change_state):
8167 * gst-libs/gst/rtp/gstbasertppayload.h:
8168 Fix ranges of rtp payloader properties so that the full range can be
8169 used in addition to -1 (random).
8170 Fix wrong seqnum reporting in caps.
8173 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8175 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8176 (gst_video_rate_query):
8178 Add latency query, might not be perfect yet but already works a lot
8179 better. Fixes #442557.
8181 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8184 (gst_xvimagesink_setcaps):
8185 * sys/xvimage/xvimagesink.h:
8186 After a caps change, redraw our borders to avoid garbage left there
8187 when the image format changes to a smaller size, like 16:9 -> 4:3
8188 Also, hold the flow_lock a bit longer in the set_caps while we're
8189 fiddling with the xcontext.
8191 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8195 * tests/Makefile.am:
8196 Remove bogus check for libcheck, since we check for
8197 gstreamer-check and it pulls in the required info from there, and we
8198 weren't actually _using_ the information for libcheck ourselves
8201 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8203 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8204 (gst_ffmpeg_caps_to_pixfmt):
8205 Fix the r_mask test for RGBA32 on little-endian.
8206 Fix a stupid typo that would have obviously broken
8207 compilation on big-endian, if anyone was testing.
8209 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8211 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8213 * gst/videotestsrc/videotestsrc.h:
8214 Add alpha to the color struct.
8215 Use a default alpha value of 255 instead of 128.
8217 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8219 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8221 Clear the dynamic pads counter when starting a new uri. This makes
8222 reusing playbin work again.
8225 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8228 Use pkg-config to locate check.
8230 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8233 * tests/check/elements/volume.c: (GST_START_TEST):
8234 Fix 'make check' build against core CVS.
8236 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8238 * gst-libs/gst/interfaces/propertyprobe.c:
8239 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8240 * gst-libs/gst/tag/gstvorbistag.c:
8243 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8245 * gst-libs/gst/audio/gstbaseaudiosink.c:
8246 (gst_base_audio_sink_callback):
8247 Quick hack to make audiosinks stop at EOS when operating in
8248 pull-mode; needs to be fixed properly some day.
8250 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8252 * docs/libs/gst-plugins-base-libs-sections.txt:
8253 Fix location of includes in the docs.
8255 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8257 * gst/ffmpegcolorspace/avcodec.h:
8258 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8259 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8260 (gst_ffmpegcsp_avpicture_fill):
8261 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8262 (img_get_alpha_info):
8263 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8264 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8265 end of the word. Partially fixes #451908
8267 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8269 * docs/libs/Makefile.am:
8270 * docs/plugins/Makefile.am:
8271 Simplify --extra-dir as gtkdoc scans recursively.
8273 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8275 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8276 (gst_adder_request_new_pad):
8277 Make getcaps more robust by not using the proxycaps function. This makes
8278 sure that we don't end up recursively calling getcaps upstream.
8281 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8283 * gst/audioconvert/audioconvert.c:
8284 Include math.h to fix compilation.
8286 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8288 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8289 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8290 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8291 format, as produced by some dc1394 cameras like the iSight.
8292 See http://www.fourcc.org/yuv.php#IYU1
8294 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8296 * gst/audioconvert/Makefile.am:
8297 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8298 (check_default), (audio_convert_prepare_context),
8299 (audio_convert_clean_context), (audio_convert_convert):
8300 * gst/audioconvert/audioconvert.h:
8301 * gst/audioconvert/gstaudioconvert.c:
8302 (gst_audio_convert_dithering_get_type),
8303 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8304 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8305 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8306 * gst/audioconvert/gstaudioconvert.h:
8307 * gst/audioconvert/gstaudioquantize.c:
8308 (gst_audio_quantize_setup_noise_shaping),
8309 (gst_audio_quantize_free_noise_shaping),
8310 (gst_audio_quantize_setup_dither),
8311 (gst_audio_quantize_free_dither),
8312 (gst_audio_quantize_setup_quantize_func),
8313 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8314 * gst/audioconvert/gstaudioquantize.h:
8315 Implement dithering and noise shaping in audioconvert. By default now
8316 TPDF dithering (and no noise shaping) will be used when converting
8317 from a higher bit depth to 20 bit depth or smaller, otherwise
8318 everything will be as it is now.
8319 For the last audioconvert in a pipeline it would make sense to
8320 use some kind of noise shaping, enabling it by default for all
8321 conversions would give undesired results though. Fixes #360246.
8322 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8324 Adjust unit test for the new audioconvert.
8326 2007-06-28 Wim Taymans <wim@fluendo.com>
8328 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8329 Use other metrics as well when estimating the buffer level.
8331 2007-06-28 Wim Taymans <wim@fluendo.com>
8333 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8334 Small debug improvement.
8336 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8338 Tweak the rate estimation period.
8339 When calculating the buffer filledness in rate estimation mode, don't
8340 mix it with other metrics.
8342 2007-06-28 Wim Taymans <wim@fluendo.com>
8344 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8345 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8346 When creating the groups, allow for a 5 second, unlimited buffers
8347 preroll phase after which we expose the group.
8348 When the group is exposed, use a small number of buffers up to a 2
8349 second limit. Also disconnect the overrun signal from multiqueue when we
8350 exposed the group because it is not needed anymore.
8352 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8354 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8355 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8356 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8357 (#451707); also, output some debugging info when dealing with
8360 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8361 Add unit test for the above.
8363 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8365 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8366 Add description for Windows Media RTP caps.
8368 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8369 Remove RTP fields that don't define the format from caps.
8371 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8373 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8374 Skip empty buffers, but not empty header buffers. That way the original
8375 vorbisdec unit test still passes (#451145); also, take into account
8376 that those empty packets might carry a granulepos.
8378 * tests/check/Makefile.am:
8379 * tests/check/elements/vorbisdec.c:
8380 (_create_codebook_header_buffer), (_create_audio_buffer),
8381 (GST_START_TEST), (vorbisdec_suite):
8382 Add unit test that sends an empty packet.
8384 2007-06-27 Wim Taymans <wim@fluendo.com>
8386 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8387 Don't error out on 0-sized packets, just emit a warning because this is
8388 not a fatal error. Fixes #451145.
8390 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8392 * docs/plugins/gst-plugins-base-plugins.args:
8393 * docs/plugins/gst-plugins-base-plugins.signals:
8394 * docs/plugins/inspect/plugin-adder.xml:
8395 * docs/plugins/inspect/plugin-alsa.xml:
8396 * docs/plugins/inspect/plugin-audioconvert.xml:
8397 * docs/plugins/inspect/plugin-audiorate.xml:
8398 * docs/plugins/inspect/plugin-audioresample.xml:
8399 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8400 * docs/plugins/inspect/plugin-cdparanoia.xml:
8401 * docs/plugins/inspect/plugin-decodebin.xml:
8402 * docs/plugins/inspect/plugin-decodebin2.xml:
8403 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8404 * docs/plugins/inspect/plugin-gdp.xml:
8405 * docs/plugins/inspect/plugin-gnomevfs.xml:
8406 * docs/plugins/inspect/plugin-libvisual.xml:
8407 * docs/plugins/inspect/plugin-ogg.xml:
8408 * docs/plugins/inspect/plugin-pango.xml:
8409 * docs/plugins/inspect/plugin-playbin.xml:
8410 * docs/plugins/inspect/plugin-subparse.xml:
8411 * docs/plugins/inspect/plugin-tcp.xml:
8412 * docs/plugins/inspect/plugin-theora.xml:
8413 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8414 * docs/plugins/inspect/plugin-video4linux.xml:
8415 * docs/plugins/inspect/plugin-videorate.xml:
8416 * docs/plugins/inspect/plugin-videoscale.xml:
8417 * docs/plugins/inspect/plugin-videotestsrc.xml:
8418 * docs/plugins/inspect/plugin-volume.xml:
8419 * docs/plugins/inspect/plugin-vorbis.xml:
8420 * docs/plugins/inspect/plugin-ximagesink.xml:
8421 * docs/plugins/inspect/plugin-xvimagesink.xml:
8422 Update docs with caps info.
8424 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8427 Add more files with translatable strings (#450875).
8429 2007-06-23 Edward Hervey <edward@fluendo.com>
8431 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8432 The chain should be freed if we error out here, else it will leak.
8433 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8434 (cleanup_decodebin):
8435 Don't forget to *properly* remove the signals, else it will leak.
8437 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8440 Updating all the maintainers files
8442 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8444 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8446 Destroy and recreate parse-launch based pipeline after stop to be able
8447 to play again. Reorder some code and add more comments.
8449 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8451 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8452 When handling a delayed-caps notification case, mark
8453 the group as dynamic so that the nbdynamic count is
8454 incremented and decremented correctly. Fixes: #449156
8455 Patch by: Wim Taymans <wim@fluendo.com>
8457 2007-06-19 Andy Wingo <wingo@pobox.com>
8459 * gst-libs/gst/audio/gstbaseaudiosink.c
8460 (gst_base_audio_sink_init): Enable pull-mode operation.
8462 2007-06-19 Michael Smith <msmith@fluendo.com>
8464 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8465 Change minimum rate back to 1000 to allow low-sample-rate wav files
8468 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8471 Update translations.
8473 2007-06-15 David Schleef <ds@schleef.org>
8475 * gst/playback/gstqueue2.c:
8476 Fix compile error from ignored return value.
8478 2007-06-15 Michael Smith <msmith@fluendo.com>
8480 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8481 Update tmpbuf for all neccesary rows, not just one, as is required
8485 2007-06-15 Michael Smith <msmith@fluendo.com>
8487 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8489 Add a test that ensures we set DELTA_UNIT on all non-header,
8490 non-video buffers, if we have a video stream.
8491 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8492 (gst_ogg_mux_process_best_pad):
8493 Move setting delta_pad to earlier, where we inspect all pads, so
8494 that leading audio pages don't get DELTA_UNIT unset if they come
8495 before the first DELTA_UNIT from video pages. Fixes the newly-added
8496 test. Fixes #385527.
8498 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8500 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8501 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8502 fails on the p5-ppc64 build bot and the failure looks like it is due
8503 to the same issue as #348114, ie. a compiler bug.
8505 2007-06-13 Edward Hervey <edward@fluendo.com>
8507 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8508 Fix build on MacOSX.
8510 2007-06-13 Wim Taymans <wim@fluendo.com>
8512 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8513 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8514 Fix compilation on mingw. Fixes #446972.
8516 2007-06-12 Wim Taymans <wim@fluendo.com>
8518 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8520 * gst/playback/gstqueue2.c: (update_buffering),
8521 (gst_queue_locked_enqueue):
8522 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8523 also update the buffering status when receiving events. Fixes #446551.
8525 2007-06-11 Wim Taymans <wim@fluendo.com>
8527 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8529 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8530 (gst_queue_handle_src_query):
8531 Wait for preroll before attempting to forward a duration query upstream.
8534 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8536 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8537 (gst_base_rtp_depayload_set_gst_timestamp):
8538 Use G_GINT64_CONSTANT macro for int64 constant.
8539 * win32/common/libgstinterfaces.def:
8540 * win32/common/libgsttag.def:
8541 Add new exported functions.
8543 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8545 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8546 The BOS page of the first Dirac video stream needs to come before
8547 the BOS page of any Vorbis streams or other audio streams, just like
8550 2007-06-07 Wim Taymans <wim@fluendo.com>
8552 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8555 2007-06-06 Wim Taymans <wim@fluendo.com>
8557 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8559 * gst/playback/gstqueue2.c: (gst_queue_init),
8560 (gst_queue_handle_sink_event), (gst_queue_chain),
8561 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8562 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8563 (gst_queue_src_activate_pull):
8564 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8565 Does not yet completely work because duration queries upstream won't
8568 2007-06-06 Wim Taymans <wim@fluendo.com>
8571 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8572 Some more fseeko checks.
8574 2007-06-06 Wim Taymans <wim@fluendo.com>
8577 check for large file support.
8579 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8581 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8583 * gst/subparse/gstsubparse.c: (parse_subrip),
8584 (subviewer_unescape_newlines), (parse_subviewer),
8585 (gst_sub_parse_data_format_autodetect),
8586 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8587 * gst/subparse/gstsubparse.h:
8588 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8589 * tests/check/elements/subparse.c: (GST_START_TEST),
8591 Add a unit test for both SubViewer formats.
8593 2007-06-01 Michael Smith <msmith@fluendo.com>
8595 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8596 Don't overflow intermediate values when seeking to large time values
8599 2007-06-05 Wim Taymans <wim@fluendo.com>
8601 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8602 (gst_queue_create_read), (gst_queue_read_item_from_file),
8603 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8604 Include stdio to define fseeko.
8606 2007-06-05 Wim Taymans <wim@fluendo.com>
8608 Patch by: Edward Hervey <edward@fluendo.com>
8610 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8612 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8614 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8616 * gst-libs/gst/riff/Makefile.am:
8617 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8618 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8619 our own implementation.
8621 2007-06-05 Wim Taymans <wim@fluendo.com>
8623 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8624 (gst_base_rtp_depayload_setcaps),
8625 (gst_base_rtp_depayload_set_gst_timestamp),
8626 (gst_base_rtp_depayload_change_state):
8627 Handle timestamp wraparound.
8629 2007-06-05 Wim Taymans <wim@fluendo.com>
8631 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8632 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8633 (gst_uri_decode_bin_change_state):
8634 Make sure we name srcpads uniquely even when using different internal
8636 Signal no-more-pads when no more dynamic elements exist.
8637 Remove pads on cleanup.
8639 2007-06-05 Wim Taymans <wim@fluendo.com>
8641 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8643 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8644 (gst_queue_init), (gst_queue_finalize),
8645 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8646 (gst_queue_create_read), (gst_queue_read_item_from_file),
8647 (gst_queue_open_temp_location_file),
8648 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8649 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8650 (gst_queue_is_empty), (gst_queue_is_filled),
8651 (gst_queue_change_state), (gst_queue_set_temp_location),
8652 (gst_queue_set_property):
8653 Add support for filebased buffering. Fixes #441264.
8655 2007-06-05 Wim Taymans <wim@fluendo.com>
8657 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8658 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8659 (caps_notify_group_cb), (gst_decode_group_new),
8660 (gst_decode_group_free):
8661 Add support for delayed caps fixation when autoplugging.
8662 Optimize cases where a multiqueue is not needed/wanted, like right after
8663 anything that is not a demuxer.
8665 2007-06-05 Wim Taymans <wim@fluendo.com>
8667 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8668 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8669 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8670 consideratly speedup ogg chain detection by not trying to find a base
8671 timestamp for skeleton streams.
8673 2007-06-05 Wim Taymans <wim@fluendo.com>
8675 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8676 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8677 (gst_multi_fd_sink_remove_flush),
8678 (gst_multi_fd_sink_remove_client_link),
8679 (gst_multi_fd_sink_handle_client_write),
8680 (gst_multi_fd_sink_handle_clients):
8681 * gst/tcp/gstmultifdsink.h:
8682 Add support for remove_flush.
8684 2007-06-05 Wim Taymans <wim@fluendo.com>
8686 * docs/design/draft-keyframe-force.txt:
8687 * ext/theora/theoraenc.c: (theora_enc_sink_event),
8689 Add draft design for forcing keyframes in encoders and implement in
8692 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8697 === release 0.10.13 ===
8699 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8702 releasing 0.10.13, "What's Going on?"
8704 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8706 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8707 In riff, the depth is stored in the size field but it just means that
8708 the least significant bits are cleared. We can therefore just play
8709 the sample as if it had a depth == width. Fixes: #440997
8711 Patch by: Wim Taymans <wim@fluendo.com>
8712 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
8714 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8716 * gst-libs/gst/floatcast/floatcast.h:
8717 Define inline when needed on win32 builds. Fixes: #441295
8718 Patch by: Sebastien Moutte <sebastien@moutte.net>
8720 2007-05-29 Wim Taymans <wim@fluendo.com>
8722 * gst/playback/gstplaybasebin.c: (queue_overrun),
8723 (no_more_pads_full):
8724 Stop buffering when the group is commited because the queues filled up.
8727 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8729 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8730 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8731 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8732 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8733 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8734 * ext/alsa/gstalsamixer.h:
8735 * ext/alsa/gstalsamixerelement.c:
8736 (gst_alsa_mixer_element_interface_supported),
8737 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8738 (gst_alsa_mixer_element_set_property),
8739 (gst_alsa_mixer_element_get_property),
8740 (gst_alsa_mixer_element_change_state):
8741 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8742 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8743 (gst_mixer_option_changed):
8744 * gst-libs/gst/interfaces/mixer.h:
8745 Revert commits towards #152864 made so far. We'll pick it up again
8746 after the 0.10.13 release.
8748 2007-05-24 Wim Taymans <wim@fluendo.com>
8750 * gst-libs/gst/audio/gstbaseaudiosink.c:
8751 (gst_base_audio_sink_render):
8752 After an interrupt (PAUSED/flush) assume that the next sample should not
8753 be aligned to the previous sample. Fixes #417992.
8755 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
8757 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8758 Don't add channels and rate fields to the template caps for
8759 audio/x-dts, as wavparse might not always be able to set them,
8760 which would then lead to 'caps are not a real subset of the
8761 template caps' warnings.
8763 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8765 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8766 Handle unknown or invalid pads without crashing, as might occur if
8767 a media file like an mp3 is specified as a subtitle file.
8770 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8772 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8774 Block the subtitle bin output queue before ghosting it and linking,
8775 then unblock after. This avoids spurious not-linked errors caused
8776 by the queue starting up (because it gets linked when it is ghosted).
8779 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
8781 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8782 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8783 file. Avoids flukes where the input gets typefound to some valid but
8786 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8788 * tests/check/Makefile.am:
8789 * tests/check/elements/.cvsignore:
8790 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8791 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8792 Add unit test for gnomevfssink seeking and position reporting for
8795 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8797 Patch by: Mark Nauwelaerts <manauw at skynet be>
8799 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8800 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8801 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8802 * ext/gnomevfs/gstgnomevfssink.h:
8803 Fix position reporting, especially after a seek (from upstream),
8806 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8808 * ext/cdparanoia/gstcdparanoiasrc.c:
8811 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
8813 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8814 Specify the full valid range for MP3 samplerates. Fixes a regression
8815 caused by extra header checks since the last release.
8817 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
8819 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8820 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8821 Fix a locking-order bug I introduced with my changes the other day.
8822 Patch by Mike Smith.
8824 2007-05-21 Michael Smith <msmith@fluendo.com>
8826 * ext/theora/theoradec.c: (theora_handle_data_packet):
8827 Don't look inside 0-length packets (which indicate duplicated
8830 2007-05-21 Wim Taymans <wim@fluendo.com>
8832 * ext/cdparanoia/gstcdparanoiasrc.c:
8833 (gst_cd_paranoia_src_read_sector):
8834 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8835 (gst_base_audio_src_create):
8838 * ext/theora/theoradec.c: (theora_dec_sink_event):
8841 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8842 (gst_base_rtp_depayload_set_gst_timestamp):
8845 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8846 And some debug info when a FIXME path is hit.
8848 2007-05-21 Wim Taymans <wim@fluendo.com>
8850 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8851 (gst_base_rtp_audio_payload_class_init),
8852 (gst_base_rtp_audio_payload_init),
8853 (gst_base_rtp_audio_payload_finalize),
8854 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8855 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8856 (gst_base_rtp_payload_audio_handle_event):
8857 Some cleanups, remove minptime property as it is now in the parent
8859 Override parent class event function.
8861 * gst-libs/gst/rtp/gstbasertppayload.c:
8862 (gst_basertppayload_class_init), (gst_basertppayload_init),
8863 (gst_basertppayload_event), (gst_basertppayload_set_property),
8864 (gst_basertppayload_get_property):
8865 * gst-libs/gst/rtp/gstbasertppayload.h:
8866 Add min-ptime property.
8867 Add handle-event vmethod. Fixes #415001.
8869 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8871 * gst-libs/gst/audio/gstbaseaudiosink.c
8872 (gst_base_audio_sink_change_state):
8873 Fix typo in comment.
8875 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8876 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8877 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8879 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8880 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8881 Remove trailing whitespaces in comments.
8883 * gst/volume/Makefile.am:
8886 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8888 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8890 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8891 set_option, get_option, _gst_reserved):
8892 Revert reordering functions (keep ABI).
8894 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
8896 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8897 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8898 (gst_ximagesink_show_frame):
8899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8900 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8901 (gst_xvimagesink_show_frame):
8902 When we create our own window, indicate that we handle the
8903 WM_DELETE client message from the window manager, so that it won't
8904 kill our window (and our app) along with it. Handle ClientMessage,
8905 post an error on the bus, and close the window. Further buffers
8906 arriving will result in a FlowError because the window has been
8911 Clean up the X event handling loop and make them the same for
8912 both xvimagesink and ximagesink while I'm at it.
8914 2007-05-17 Wim Taymans <wim@fluendo.com>
8916 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8917 Make decodebin2 autoplug depayloaders too.
8919 * gst/playback/gsturidecodebin.c: (source_new_pad):
8920 Set the newly created decoder in a usable state when autoplugging a
8921 dynamic source such as RTSP.
8923 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8925 * gst/playback/gststreaminfo.c: (cb_probe):
8926 Ignore video-codec tag for audio streams and ignore audio-codec tags
8927 for video streams. Should make codec name collection a bit more
8928 robust against sloppy demuxers that send tag events containing both
8931 2007-05-17 Wim Taymans <wim@fluendo.com>
8933 * gst/playback/gstqueue2.c: (update_rates):
8934 Tweak the buffering thresholds a little.
8935 Update the buffer size with the previously calculate rate instead of
8936 only when we calculate a new rate so that we get smoother buffering
8939 * gst/playback/Makefile.am:
8940 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8941 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8942 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8943 (gst_uri_decode_bin_get_property), (unknown_type),
8944 (add_element_stream), (no_more_pads_full), (no_more_pads),
8945 (source_no_more_pads), (new_decoded_pad), (array_has_value),
8946 (gen_source_element), (has_all_raw_caps), (analyse_source),
8947 (remove_decoders), (make_decoder), (remove_source),
8948 (source_new_pad), (setup_source), (decoder_query_init),
8949 (decoder_query_duration_fold), (decoder_query_duration_done),
8950 (decoder_query_position_fold), (decoder_query_position_done),
8951 (decoder_query_latency_fold), (decoder_query_latency_done),
8952 (decoder_query_seeking_fold), (decoder_query_seeking_done),
8953 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8954 (gst_uri_decode_bin_change_state), (plugin_init):
8955 New element that intergrates a source, optional buffering element and
8958 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8961 Bump libtheora requirement to 1.0alpha5 for the pixformat check
8962 (also has a .pc file, so we don't need the fallback check any
8963 longer). Fixes #438840.
8965 2007-05-17 Wim Taymans <wim@fluendo.com>
8967 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8968 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8969 (apply_segment), (apply_buffer), (update_buffering),
8970 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8971 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8972 (gst_queue_handle_sink_event), (gst_queue_is_filled),
8973 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8977 2007-05-17 Wim Taymans <wim@fluendo.com>
8979 * gst/playback/Makefile.am:
8980 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8981 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8982 (gst_queue_getcaps), (gst_queue_bufferalloc),
8983 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8984 (apply_buffer), (update_buffering), (reset_rate_timer),
8985 (update_rates), (gst_queue_locked_flush),
8986 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8987 (gst_queue_handle_sink_event), (gst_queue_is_empty),
8988 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8989 (gst_queue_loop), (gst_queue_handle_src_event),
8990 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8991 (gst_queue_src_activate_push), (gst_queue_change_state),
8992 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8993 On our way to playbin2 this is the new network queue that does buffering
8994 all by itself using high and low watermarks. It can also measure up and
8995 downstream bandwidth to optimally size the queue.
8997 2007-05-17 Michael Smith <msmith@fluendo.com>
8999 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9000 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9001 Use the segment->last_stop value to calculate the next timestamp to
9002 generate after a seek; not the segment->start value.
9004 2007-05-15 David Schleef <ds@schleef.org>
9006 * docs/Makefile.am: Install docs even when --disable-gtk-doc
9007 is disabled. This matches the behavior of gtk+. Fixes #349099.
9009 2007-05-15 Wim Taymans <wim@fluendo.com>
9011 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9012 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9013 Some more chained streaming ogg timestamp fixes.
9015 2007-05-15 Wim Taymans <wim@fluendo.com>
9017 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9018 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9019 (gst_ogg_demux_handle_page):
9021 Fix chain start/stop segment handling based on patch by
9022 <ahalda at cs dot mcgill dot ca> see #320984.
9024 2007-05-15 Michael Smith <msmith@fluendo.com>
9027 We don't require a C++ compiler. So don't require one.
9029 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9031 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9032 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9033 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9034 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9035 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9036 gst_alsa_mixer_update_track):
9037 Apply some of the cleanup Tim suggested in #152864 afterwards.
9039 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9041 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9043 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9044 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9045 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9046 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9047 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9048 gst_alsa_mixer_handle_source_callback,
9049 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9050 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9051 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9052 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9053 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9054 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9055 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9056 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9057 gst_alsa_mixer_element_interface_supported,
9058 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9059 gst_alsa_mixer_element_set_property,
9060 gst_alsa_mixer_element_get_property,
9061 gst_alsa_mixer_element_change_state):
9062 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9063 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9064 gst_mixer_option_changed):
9065 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9066 volume_changed, option_changed, _gst_reserved):
9067 Implement notification for alsamixer. Fixes #152864
9069 2007-05-14 David Schleef <ds@schleef.org>
9071 * gst/videotestsrc/videotestsrc.c:
9072 * gst/videotestsrc/videotestsrc.h:
9073 Add support for video/x-raw-bayer.
9075 2007-05-12 David Schleef <ds@schleef.org>
9077 * sys/xvimage/xvimagesink.c:
9078 Add some sanity checking for the XVImage size returned by X.
9081 2007-05-12 Wim Taymans <wim@fluendo.com>
9083 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9084 (gst_base_rtp_depayload_setcaps),
9085 (gst_base_rtp_depayload_set_gst_timestamp):
9086 Parse and use additional caps fields as described in updated
9087 application/x-rtp caps spec.
9089 2007-05-12 Wim Taymans <wim@fluendo.com>
9091 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9092 (gst_ogg_demux_collect_chain_info):
9093 If there is a stream in a chain without any data packets, ignore the
9094 stream in the total length calculations. Might be related to #436820.
9096 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9098 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9099 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9100 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9101 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9104 Consolidate and re-work our mpeg system stream detection to probe
9105 more packets and produce a higher confidence result. Fixes a
9106 regression caused by lowering the typefind probability last year
9107 - related to bug #397810. Remove the redundant MPEG-1 specific
9108 typefind function, as the new one detects both MPEG-1 & MPEG-2
9111 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9114 Tested against my media test directory, with some improvements and
9117 2007-05-10 Wim Taymans <wim@fluendo.com>
9119 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9120 (queue_out_of_data):
9121 Connect to the new queue "pushing" signal instead of the broken
9124 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9126 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9127 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9128 Move variable declaration before the first instruction.
9129 * gst/videotestsrc/videotestsrc.c:
9130 Define M_PI if it's not defined yet.
9131 * win32/common/libgstrtp.def:
9132 Add new exported functions.
9134 2007-05-09 Michael Smith <msmith@fluendo.com>
9136 * ext/theora/theoradec.c: (theora_handle_type_packet):
9137 gst_pad_push_event() does not return a GstFlowReturn!
9139 2007-05-09 Wim Taymans <wim@fluendo.com>
9141 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9142 * tests/examples/seek/seek.c: (do_seek):
9143 Some small cosmetic changes.
9145 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9147 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9148 gst_adder_change_state):
9149 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9150 segment_pending, segment_position, segment_rate):
9151 Handle playback-rate on adder.
9153 2007-05-07 Michael Smith <msmith@fluendo.com>
9155 * ext/theora/gsttheoradec.h:
9156 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9157 (theora_dec_sink_event), (theora_handle_comment_packet),
9158 (theora_handle_type_packet), (theora_dec_change_state):
9159 Don't push events (newsegment, tags) before initialising the
9161 This is neccesary for seeking to work correctly in gnonlin.
9163 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9165 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9166 * gst/adder/gstadder.c:
9167 * gst/audiotestsrc/gstaudiotestsrc.c
9168 (gst_audio_test_src_create_white_noise):
9169 * gst/videotestsrc/gstvideotestsrc.c:
9170 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9171 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9172 volume_sink_template, volume_src_template, gst_volume_init,
9173 volume_process_double, volume_process_int16,
9174 volume_process_int16_clamp):
9175 Doc fixes and formatting.
9177 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9179 * tests/check/Makefile.am:
9180 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9181 Minimal check for volume's GstController usability; also another
9184 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9186 * gst-libs/gst/cdda/gstcddabasesrc.c:
9187 (gst_cdda_base_src_add_track):
9188 Fix it so that it (a) makes sense and (b) doesn't break
9189 everything cdda-related including the unit test.
9191 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9193 * gst-libs/gst/cdda/gstcddabasesrc.c:
9194 (gst_cdda_base_src_add_track):
9195 Fix build when disabling asserts.
9197 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9199 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9200 When XShm is not available, we might get row strides that are not
9201 rounded up to multiples of four; this is bad, because virtually
9202 every RGB-processing element in GStreamer assumes rowstrides are
9203 rounded up to multiples of four, so let's allocate at least enough
9204 memory to avoid crashes in this case. The image will still be
9205 displayed distorted though if this happens, so that still needs
9206 fixing (maybe by allocating a bigger image with an 'even' width
9207 and then clipping it appropriately when rendering - something for
9208 Xlib aficionados in any case).
9210 2007-05-03 Michael Smith <msmith@fluendo.com>
9212 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9213 If a buffer doesn't have a timestamp, assume it's contiguous with
9214 the previous buffer, and synthesise timestamps appropriately.
9216 2007-05-03 Edward Hervey <edward@fluendo.com>
9218 * tests/check/elements/videorate.c: (GST_START_TEST):
9219 Set buffer timestamp to a valid value in order to test the buffer
9220 really does stay in videorate.
9222 2007-05-03 Edward Hervey <edward@fluendo.com>
9224 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9225 There is no sensible way to handle incoming buffers which don't have a
9226 valid timestamp. We therefore discard them and wait for the next one.
9228 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9230 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9231 * gst/playback/gstdecodebin2.c: (plugin_init):
9232 Better error message for text files.
9234 2007-04-29 Wim Taymans <wim@fluendo.com>
9236 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9237 Fix offset bug in generation RR packets.
9239 2007-04-27 Julien MOUTTE <julien@moutte.net>
9241 * ext/theora/theoradec.c: (_theora_granule_time),
9242 (theora_dec_push_forward), (theora_handle_data_packet),
9243 (theora_dec_decode_buffer): Calculate buffer duration correctly
9244 to generate a perfect stream (#433888).
9245 * gst/audioresample/gstaudioresample.c:
9246 (audioresample_check_discont): Glib provides ABS.
9248 2007-04-27 Wim Taymans <wim@fluendo.com>
9250 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9251 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9252 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9253 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9254 (gst_rtcp_packet_bye_set_reason):
9255 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9256 Fix RB block parsing and writing.
9257 Add support for constructing BYE packets.
9259 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9261 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9262 (gst_base_audio_src_create):
9264 When posting a warning message because samples were dropped, post
9265 something more intelligible than he default error message for clock
9266 errors which is just confusing in this context (#432984).
9268 2007-04-25 Wim Taymans <wim@fluendo.com>
9270 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9271 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9272 (read_packet_header), (gst_rtcp_packet_move_to_next),
9273 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9274 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9275 (gst_rtcp_packet_sdes_get_item_count),
9276 (gst_rtcp_packet_sdes_first_item),
9277 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9278 (gst_rtcp_packet_sdes_first_entry),
9279 (gst_rtcp_packet_sdes_next_entry),
9280 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9281 (gst_rtcp_packet_sdes_add_entry):
9282 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9283 Implement code to write SR, RR and SDES packets.
9285 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9287 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9289 * sys/ximage/ximagesink.c:
9290 Fix build if XShm is not available (#432362).
9292 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9294 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9295 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9296 pointers to random memory which are passed to g_free() when
9297 audio_convert_prepare_context() is called the first time.
9299 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9301 Patch by: Dan Williams <dcbw redhat com>
9303 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9304 Don't leak incoming buffer if gst_pad_push() returns a
9305 non-OK flow. Fixes #432755.
9307 * tests/check/elements/videorate.c: (GST_START_TEST),
9309 Unit test for the above by Yours Truly.
9311 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9313 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9314 (gst_adder_sink_event), (gst_adder_collected):
9315 Fix non-flushing segmented seeks, Fixes #340060 for me
9317 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9319 Patch by: Olivier Crete <tester at tester ca>
9321 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9322 (gst_base_rtp_audio_payload_class_init),
9323 (gst_base_rtp_audio_payload_init),
9324 (gst_base_rtp_audio_payload_dispose):
9325 Chain up to parent class in dispose function; get rid of
9326 unnecessary 'diposed' flag in private structure (#415001).
9328 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9330 * docs/libs/gst-plugins-base-libs.types:
9331 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9332 (gst_base_rtp_audio_payload_class_init):
9333 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9334 * gst-libs/gst/rtp/gstbasertppayload.c:
9335 Some minor docs fixes and additions; also add missing 'Since' bits.
9337 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9339 Patch by: Zeeshan Ali <zeenix gmail com>
9341 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9342 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9343 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9344 (gst_base_rtp_audio_payload_push):
9345 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9346 The recently-added gst_base_rtp_audio_payload_push() should take an
9347 object of type GstBaseRTPAudioPayload as first argument (#431672).
9349 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9351 * gst/audioresample/gstaudioresample.c:
9352 Make more functions static, just because we can.
9354 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9356 * tests/check/elements/audioresample.c:
9357 Add unit test for audioresample shutdown crasher (#420106).
9359 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9361 * gst/subparse/gstsubparse.c:
9362 * gst/subparse/samiparse.c:
9363 Use GST_DISABLE_XML here
9365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9366 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9367 (gst_xvimagesink_buffer_alloc),
9368 (gst_xvimagesink_navigation_send_event):
9369 * sys/xvimage/xvimagesink.h:
9370 Include stdlib.h when using atoi.
9372 * tests/check/elements/playbin.c: (playbin_suite):
9373 Use GST_DISABLE_REGISTRY here
9375 2007-04-19 Michael Smith <msmith@fluendo.com>
9377 * ext/theora/gsttheoraenc.h:
9378 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9379 (theora_enc_sink_event), (theora_enc_change_state):
9380 Track initialisation state; don't try to use encoder state if we're
9381 not initialised (it'll segfault).
9383 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9385 * tests/check/pipelines/.cvsignore:
9388 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9390 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9391 Allow random depths between 1 and 32 instead of only multiplies of 8.
9393 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9395 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9396 Set the maximum number of channels for PCM and float in the correct
9397 place to have it also used when creating the template caps.
9399 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9401 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9402 Correctly support 4, 6 and 8 channels with normal PCM and float
9405 Fix the depth and signedness calculation in extensible wav files and
9406 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9409 Add support for float, alaw and mulaw in extensible wav files.
9411 This allows correct playback of all but 5 files from
9412 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9414 (gst_riff_create_audio_template_caps):
9415 Add voxware and float formats to the template caps.
9417 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9419 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9421 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9422 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9424 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9425 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9426 Use the correct format strings for integer formats.
9428 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9430 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9431 Don't use pad_alloc_buffer_and_set_caps to create a small header
9432 packet, or, worse, to create a big temporary video buffer using the
9435 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9437 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9438 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9439 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9440 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9442 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9444 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9445 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9446 streamheader_suite):
9447 Add another test set up for failure
9449 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9451 * tests/check/Makefile.am:
9452 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9453 GST_START_TEST, streamheader_suite, main):
9454 Add a test for the streamheader bug Wim fixed.
9456 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9458 * ext/theora/theoradec.c: (theora_dec_sink_event):
9459 Fix misleading comment.
9461 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9463 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9464 More sanity checks for the header fields.
9466 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9468 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9469 Try encodings from all environment variables, not just those in the
9470 first environment variable that is set.
9472 2007-04-12 Wim Taymans <wim@fluendo.com>
9474 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9475 (gst_video_rate_chain):
9478 * tests/check/elements/videorate.c: (GST_START_TEST),
9480 Added check for videorate changing caps handling. Closes #421834.
9482 2007-04-12 Michael Smith <msmith@fluendo.com>
9484 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9485 Use scale functions to avoid overflow when calculating duration of
9488 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9490 * docs/libs/gst-plugins-base-libs-sections.txt:
9491 * gst-libs/gst/tag/tag.h:
9492 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9493 API: add gst_tag_freeform_string_to_utf8() (#405072).
9495 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9496 Use gst_tag_freeform_string_to_utf8() here.
9498 2007-04-12 Wim Taymans <wim@fluendo.com>
9500 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9501 (gst_gdp_pay_sink_event):
9502 Make sure we set the IN_CAPS flag correctly.
9504 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9505 Get the IN_CAPS flag before we call functions that mess with the flags.
9507 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9509 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9510 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9511 Only stamp buffers with offset/offset_end right before they get
9512 pushed. This ensures offset continuity, which was not the case
9514 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9516 2007-04-06 Wim Taymans <wim@fluendo.com>
9518 * gst/playback/gstplaybin.c: (add_sink),
9519 (gst_play_bin_change_state):
9520 Activate sync in playbin, we are ready to handle it for live streams.
9522 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9524 * tests/check/elements/playbin.c:
9525 (test_sink_usage_video_only_stream), (playbin_suite):
9526 Add small test for stream-info-value-array code paths.
9528 2007-04-05 Wim Taymans <wim@fluendo.com>
9530 * gst-libs/gst/audio/gstbaseaudiosink.c:
9531 (gst_base_audio_sink_skew_slaving):
9532 Don't try to create invalid calibration parameters by making the
9533 internal time go backwards, instead make external time go forward.
9535 2007-04-05 Wim Taymans <wim@fluendo.com>
9537 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9539 * gst/playback/gstplaybasebin.c: (add_stream):
9540 Fix leak in add_stream(), when g_value_set_object() increases the
9541 refcount of streaminfo object. Fixes #426250.
9543 2007-04-03 David Schleef <ds@schleef.org>
9545 * gst/videotestsrc/gstvideotestsrc.c:
9546 * gst/videotestsrc/gstvideotestsrc.h:
9547 * gst/videotestsrc/videotestsrc.c:
9548 * gst/videotestsrc/videotestsrc.h:
9549 Add a test pattern called "circular", which has concentric
9550 rings with varying radial frequency. The main purpose of this
9551 pattern is to test fidelity loss in a filter or scaler element.
9552 Notably, this pattern is scale invariant, and is optimally viewed
9553 with a width (and height) of 400.
9555 2007-04-03 Wim Taymans <wim@fluendo.com>
9557 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9559 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9560 (deactivate_free_recursive):
9561 Decodebin2 doesn't unref pads it obtains in some occasions:
9562 - multiqueue src pads, when either connecting further or exposing
9563 - sink pads of new autoplugged elements
9564 - peer pads when recursively freeing elements
9567 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9569 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9570 Add audio/x-raw-float support, now that audioconvert support
9571 non-native endianness floats.
9573 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9575 * docs/libs/gst-plugins-base-libs-docs.sgml:
9576 gstreamer-plugins-base.pc doesn't exist, it's
9577 gstreamer-plugins-base-0.10.pc.
9579 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9581 Patch by: René Stadler <mail at renestadler dot de>
9582 with some minor changes
9584 * gst-libs/gst/floatcast/floatcast.h:
9585 Use more efficient float endianness conversion functions that don't
9586 involve 2 function calls per value.
9587 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9588 (check_default), (audio_convert_prepare_context):
9589 * gst/audioconvert/gstaudioconvert.c:
9590 (gst_audio_convert_parse_caps), (make_lossless_changes):
9591 Support non-native endianness floats as input and output.
9593 * tests/check/elements/audioconvert.c: (verify_convert),
9595 Add unit tests for the non-native endianness float conversions.
9597 2007-03-29 Wim Taymans <wim@fluendo.com>
9599 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9600 (gst_base_rtp_depayload_base_init),
9601 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9602 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9603 (gst_base_rtp_depayload_set_gst_timestamp),
9604 (gst_base_rtp_depayload_change_state),
9605 (gst_base_rtp_depayload_set_property),
9606 (gst_base_rtp_depayload_get_property):
9607 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9608 Add Private structure.
9609 Bring element code to 2007.
9610 Parse clock-base caps param and use it when generating the
9612 Reset variables before going to PAUSED.
9615 2007-03-29 Wim Taymans <wim@fluendo.com>
9617 * docs/libs/gst-plugins-base-libs-docs.sgml:
9618 * docs/libs/gst-plugins-base-libs-sections.txt:
9619 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9620 (gst_base_rtp_audio_payload_get_adapter):
9624 * gst-libs/gst/rtp/Makefile.am:
9625 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9626 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9627 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9628 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9629 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9630 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9631 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9632 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9633 (gst_rtcp_packet_sr_get_sender_info),
9634 (gst_rtcp_packet_sr_set_sender_info),
9635 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9636 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9637 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9638 (gst_rtcp_packet_sdes_get_chunk_count),
9639 (gst_rtcp_packet_sdes_first_chunk),
9640 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9641 (gst_rtcp_packet_sdes_first_item),
9642 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9643 (gst_rtcp_packet_bye_get_ssrc_count),
9644 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9645 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9646 (gst_rtcp_packet_bye_get_reason_len),
9647 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9648 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9649 Add new helper object for parsing and creating RTCP messages.
9651 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9653 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9654 PCM samples with width=8 must be always unsigned, no matter what
9657 2007-03-29 Andy Wingo <wingo@pobox.com>
9659 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9660 perfect offsets also, not just timestamps.
9662 * tests/check/elements/videorate.c (test_more): Test that given
9663 any incoming offsets, that videorate produces perfect offsets.
9665 2007-03-29 Wim Taymans <wim@fluendo.com>
9667 * gst-libs/gst/riff/riff-ids.h:
9668 Add some more RIFF formats.
9670 2007-03-29 Wim Taymans <wim@fluendo.com>
9672 * gst-libs/gst/rtp/gstrtpbuffer.c:
9673 (gst_rtp_buffer_default_clock_rate):
9674 * gst-libs/gst/rtp/gstrtpbuffer.h:
9675 Fix fixed payload names and docs.
9676 Added method to get the default clock rates of fixed payload types.
9677 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9679 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9681 * tests/check/pipelines/.cvsignore:
9682 Add new vorbisdec test to cvsignore.
9684 2007-03-28 Wim Taymans <wim@fluendo.com>
9686 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9687 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9688 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9689 (gst_base_audio_sink_set_property),
9690 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9691 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9692 (gst_base_audio_sink_skew_slaving),
9693 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9694 (gst_base_audio_sink_async_play):
9695 * gst-libs/gst/audio/gstbaseaudiosink.h:
9696 Store private stuff in GstBaseAudioSinkPrivate.
9697 Add configurable clock slaving modes property.
9698 API:: GstBaseAudioSink::slave-method property
9699 Some more latency reporting tweaks.
9700 Added skew based clock slaving correction and make it the default until
9701 the resampling method is more robust.
9703 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
9705 * gst/audioconvert/audioconvert.c:
9706 Add docs to the integer pack functions and implement proper
9707 rounding. Before we had rounding towards negative infinity, i.e.
9708 always the smaller number was taken. Now we use natural rounding,
9709 i.e. rounding to the nearest integer and to the one with the largest
9710 absolute value for X.5. The old rounding introduced some minor
9711 distortions. Fixes #420079
9712 * tests/check/elements/audioconvert.c: (GST_START_TEST):
9713 Fix one unit test that assumed the old rounding and added unit tests
9714 for checking signed/unsigned int16 <-> signed/unsigned int16 with
9715 depth 8, one for signed int16 <-> unsigned int16 and one for the new
9716 rounding from signed int32 to signed/unsigned int16.
9718 2007-03-27 Michael Smith <msmith@fluendo.com>
9720 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9721 (gst_audio_convert_transform_caps):
9722 Fix typo in debug line introduced recently, as pointed out on irc.
9724 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
9726 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9727 * tests/check/libs/tag.c: (GST_START_TEST):
9728 Make sure we parse floating-point numbers in vorbis comments
9729 correctly with either '.' or ',' as separator, no matter what
9730 the current locale is. Add unit test for this too.
9732 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
9734 Patch by: René Stadler <mail at renestadler de>
9736 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9737 When writing out floating-point numbers to vorbis comment tags, always
9738 use the same character as separator no matter what the current locale is
9741 * tests/check/libs/tag.c: (GST_START_TEST):
9742 Add unit tests for replaygain tags in vorbis comments (closes #423055).
9744 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
9746 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9747 vorbis_handle_data_packet):
9748 Correctly set DURATION to generate a timestamp-continuous stream.
9749 One bug left at the end; see
9750 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9751 * tests/check/Makefile.am:
9752 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9753 Add a test to check this. Without the above patch this test fails.
9755 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
9757 * gst-libs/gst/rtp/Makefile.am:
9758 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9760 2007-03-23 Michael Smith <msmith@fluendo.com>
9762 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9763 (gst_video_rate_reset), (gst_video_rate_chain):
9764 If videorate changes caps, we can no longer use the old buffer
9765 (which may have a different size, incompatible with our caps).
9766 So don't do that; just duplicate the new frame more times.
9768 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
9770 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9771 Remove playbin's override of the set_clock vmethod. It's irrelevant
9772 after Wim's commit on the 19th.
9774 2007-03-22 Wim Taymans <wim@fluendo.com>
9776 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9777 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9778 * ext/gnomevfs/gstgnomevfssrc.h:
9779 Don't cache file sizes. Fixes #341078.
9781 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9783 * gst/playback/gstplaybin.c: (add_sink):
9784 Use GST_PTR_FORMAT to log caps.
9786 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9788 Patch by: Young-Ho Cha <ganadist at chollian net>
9790 * gst/subparse/samiparse.c: (handle_start_font):
9791 Special-case some more colour names that pango doesn't handle by
9792 default. Fixes #420578.
9794 2007-03-20 Michael Smith <msmith@fluendo.com>
9796 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9797 If we get a zero-sized input buffer, don't pass it to libvorbis, as
9798 that marks EOS internally. After that, libvorbis will buffer all
9799 input data, and encode none of it, eventually leading to memory
9802 2007-03-19 Wim Taymans <wim@fluendo.com>
9804 * gst/playback/gstdecodebin.c: (remove_fakesink):
9805 Don't post STATE_DIRTY anymore.
9807 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9808 (gst_play_bin_change_state):
9809 Remove stream_time reset in seek handling, core does that now.
9810 Disable clocking for live pipelines by forcing a NULL clock to the
9811 complete pipeline, core is too smart now for our previous hack.
9812 We can always autoplug in PAUSED now.
9814 2007-03-17 David Schleef <ds@schleef.org>
9816 * REQUIREMENTS: Update this file, change the formatting to make
9817 it more consistent, plus more machine readable.
9819 2007-03-16 Michael Smith <msmith@fluendo.com>
9821 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9822 (strip_width_64), (append_with_other_format):
9823 Previous fix was too simplistic, and broke the tests. Use a better
9824 approach; only strip 64 from widths for integer audio.
9826 2007-03-16 Michael Smith <msmith@fluendo.com>
9828 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9829 (gst_audio_convert_transform_caps):
9830 We don't support 64 bit integer audio, so don't try to claim we can.
9831 Stops us producing caps don't match our template caps.
9834 2007-03-15 Michael Smith <msmith@fluendo.com>
9836 * gst/audioresample/gstaudioresample.c:
9837 (audioresample_check_discont), (audioresample_transform):
9838 Don't trigger discontinuities for very small imperfections; a filter
9839 flush will sound bad, and many plugins have rounding errors leading
9842 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
9844 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9846 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9847 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9848 API: add "min-ptime" property to RTP base audio payloader.
9849 API: add gst_base_rtp_audio_payload_push().
9850 API: add gst_base_rtp_audio_payload_get_adapter().
9852 Indentation/whitespace/documentation fixes.
9854 2007-03-14 Julien MOUTTE <julien@moutte.net>
9856 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9857 (audioresample_transform_size), (audioresample_do_output),
9858 (audioresample_transform), (audioresample_pushthrough): Handle
9859 discontinuous streams.
9860 * gst/audioresample/gstaudioresample.h:
9861 * tests/check/elements/audioresample.c:
9862 (test_discont_stream_instance), (GST_START_TEST),
9863 (audioresample_suite): Add a test for discontinuous streams.
9864 * win32/common/config.h: Updated.
9866 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9881 Update translations from translation project.
9883 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9885 * gst/audioresample/debug.h:
9886 * gst/audioresample/resample.c: (resample_init):
9887 Since I really am not interested in a debug line for each sample
9888 being processed, move the library's debugging to its own category,
9891 2007-03-13 Michael Smith <msmith@fluendo.com>
9893 * ext/theora/theoradec.c: (theora_handle_type_packet):
9894 Since the plugin doesn't support anything other than 4:2:0 right
9895 now, post an error and fail if we get something else. Won't matter
9896 until libtheora supports the other pixel formats, but hopefully
9899 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
9901 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9902 Use gst_guint64_to_gdouble for conversion.
9904 Add new files to the win32 MANIFEST.
9905 * win32/common/libgstaudio.def:
9906 * win32/common/libgstpbutils.def:
9907 Add new exported functions.
9908 * win32/vs6/gst_plugins_base.dsw:
9909 * win32/vs6/libgstdecodebin.dsp:
9910 * win32/vs6/libgstplaybin.dsp:
9911 Change the link to libgstpbutils.lib.
9912 * win32/vs6/libgstdecodebin2.dsp:
9913 Add a new project for decodebin2.
9914 * win32/vs6/libgstpbutils.dsp:
9915 Add a new project for pbutils.
9917 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9919 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9920 Also accept partial dates with only year and month,
9921 like 1999-12-00 (fixes #410396 even more).
9923 * tests/check/libs/tag.c: (GST_START_TEST):
9924 Add unit test for the above.
9926 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9928 * tests/check/elements/subparse.c: (GST_START_TEST),
9930 Add unit test for MPL2 subtitle format (#413799).
9932 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9934 Patch by: Kamil Pawlowski <kamilpe gmail com>
9936 * gst/subparse/Makefile.am:
9937 * gst/subparse/gstsubparse.c:
9938 (gst_sub_parse_data_format_autodetect),
9939 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9940 (gst_subparse_type_find):
9941 * gst/subparse/gstsubparse.h:
9942 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9943 * gst/subparse/mpl2parse.h:
9944 Add support for MPL2 subtitle format (#413799).
9946 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9949 We require core CVS for the new buffer metadata copy functions.
9951 2007-03-09 Wim Taymans <wim@fluendo.com>
9953 * gst-libs/gst/tag/gstid3tag.c:
9954 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9957 Patch by: Alex Lancaster <alexl at users sourceforge net>
9959 2007-03-09 Wim Taymans <wim@fluendo.com>
9961 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9962 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9963 Improve adapter usage and comments.
9965 2007-03-09 Wim Taymans <wim@fluendo.com>
9967 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9968 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9969 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9970 Use new metadata copy function.
9972 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9973 (gst_ffmpegcsp_transform):
9974 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9975 Basetransform copied the metadata for us.
9977 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9979 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9980 (gst_text_overlay_video_event):
9981 Some more logging. Only accept newsegment events in TIME format and
9982 send a WARNING message if they are not in TIME format.
9984 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9985 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9986 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9987 * gst/subparse/gstsubparse.h:
9988 No need to allocate GstSegment structure dynamically, just put it
9989 into the instance structure; ignore newsegment events in BYTE
9990 format and in particular don't let it overwrite our saved TIME
9991 segment from the last seek.
9993 2007-03-09 Michael Smith <msmith@fluendo.com>
9995 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9996 Replace AC3 typefinder with one that isn't terrible, and actually
9999 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
10001 * gst/audioconvert/gstaudioconvert.c:
10002 (gst_audio_convert_transform):
10003 fix error category and translatable string
10006 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10008 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10009 * pkgconfig/gstreamer-plugins-base.pc.in:
10010 Fix up utils => pbutils here too.
10012 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10014 * gst/subparse/gstsubparse.c: (handle_buffer):
10015 Break out of loop in chain function as soon as possible if we get
10016 a non-OK flow return.
10018 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10020 * tests/check/elements/alsa.c: (GST_START_TEST):
10021 Unref the mixer if the state change fails too (if the
10022 alsa devices are inaccessible, for example)
10024 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10026 * tests/check/Makefile.am:
10027 Don't test libvisual elements in the states check, because libvisual
10028 seems to leak internally.
10030 Re-enable the alsa and states tests now that there's new suppressions
10033 * tests/check/elements/alsa.c: (GST_START_TEST):
10034 Don't leak the alsamixer we instantiated.
10036 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10038 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10039 (gst_ximagesink_change_state), (gst_ximagesink_reset),
10040 (gst_ximagesink_finalize):
10041 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10042 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10043 Move some cleanup stuff from the state change handler into a _reset()
10044 function that can be called from _finalize(). This ensures that things
10045 get freed even if (for some reason) the NULL->READY state transition
10046 fails in the parent class.
10047 Even if a parent state change fails, process our downward state change
10048 logic instead of bailing out early.
10049 Free the correct xcontext pointer in ximagesink's xcontext_clear.
10051 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10053 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10056 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10057 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10058 Use pango_font_description_set_family_static instead of
10059 pango_font_description_set_family to save a string copy (it was
10060 leaking due to the strdup anyway)
10062 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10063 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10064 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10065 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10066 Chain up in finalize.
10068 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
10070 * gst-libs/gst/interfaces/mixertrack.c:
10071 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10072 (gst_mixer_track_set_property):
10073 API: add "untranslated-label" property which should be set by
10074 implementations at construct time (#414645).
10076 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10077 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10078 Set "untranslated-label" when constructing mixer track objects.
10080 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10081 Unit test to check the above.
10083 2007-03-07 Wim Taymans <wim@fluendo.com>
10085 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10086 Fix confusing debug message.
10088 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10090 * gst-plugins-base.doap:
10091 update doap file with new version
10093 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10098 === release 0.10.12 ===
10100 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10103 releasing 0.10.12, "Zombie Horde"
10105 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10108 Bump version to 0.10.11.4 pre-release
10110 2007-03-06 Wim Taymans <wim@fluendo.com>
10112 * gst-libs/gst/audio/gstbaseaudiosink.c:
10113 (gst_base_audio_sink_async_play):
10114 Fix regression that made GStreamer skip the first samples of audio.
10117 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10120 Bump version to 0.10.11.3 pre-release
10122 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10125 Update paths for the rename from utils to pbutils to fix the build.
10127 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10129 * gst-libs/gst/pbutils/Makefile.am:
10130 Change directory to install headers in from gst/utils to gst/pbutils
10133 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10136 * docs/libs/gst-plugins-base-libs-docs.sgml:
10137 * docs/libs/gst-plugins-base-libs-sections.txt:
10138 * gst-libs/gst/Makefile.am:
10139 * gst-libs/gst/interfaces/mixer.c:
10140 * gst-libs/gst/pbutils/Makefile.am:
10141 * gst-libs/gst/pbutils/descriptions.c:
10142 (gst_pb_utils_get_source_description),
10143 (gst_pb_utils_get_sink_description),
10144 (gst_pb_utils_get_decoder_description),
10145 (gst_pb_utils_get_encoder_description),
10146 (gst_pb_utils_get_element_description),
10147 (gst_pb_utils_add_codec_description_to_tag_list),
10148 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10149 * gst-libs/gst/pbutils/descriptions.h:
10150 * gst-libs/gst/pbutils/install-plugins.c:
10151 * gst-libs/gst/pbutils/install-plugins.h:
10152 * gst-libs/gst/pbutils/missing-plugins.c:
10153 (gst_missing_uri_source_message_new),
10154 (gst_missing_uri_sink_message_new),
10155 (gst_missing_element_message_new),
10156 (gst_missing_decoder_message_new),
10157 (gst_missing_encoder_message_new),
10158 (gst_missing_plugin_message_get_description):
10159 * gst-libs/gst/pbutils/missing-plugins.h:
10160 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10161 * gst-libs/gst/pbutils/pbutils.h:
10162 * gst-libs/gst/utils/Makefile.am:
10163 * gst-libs/gst/utils/base-utils.c:
10164 * gst-libs/gst/utils/base-utils.h:
10165 * gst-libs/gst/utils/descriptions.c:
10166 * gst-libs/gst/utils/descriptions.h:
10167 * gst-libs/gst/utils/install-plugins.c:
10168 * gst-libs/gst/utils/install-plugins.h:
10169 * gst-libs/gst/utils/missing-plugins.c:
10170 * gst-libs/gst/utils/missing-plugins.h:
10171 * gst-plugins-base.spec.in:
10172 * gst/playback/Makefile.am:
10173 * gst/playback/gstdecodebin.c:
10174 * gst/playback/gstdecodebin2.c:
10175 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10176 (gen_source_element):
10177 * gst/playback/gstplaybin.c: (plugin_init):
10178 * tests/check/Makefile.am:
10179 * tests/check/libs/pbutils.c: (GST_START_TEST),
10180 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10181 * tests/check/libs/utils.c:
10182 rename utils to pbutils
10184 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10186 * docs/plugins/Makefile.am:
10187 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10188 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10189 * docs/plugins/inspect/plugin-decodebin2.xml:
10190 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10191 Add documentation for decodebin2 that indicates that the API
10194 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10197 Update to 0.10.11.2 (0.10.12 pre-release)
10199 2007-03-01 Wim Taymans <wim@fluendo.com>
10201 * gst-libs/gst/audio/gstbaseaudiosink.c:
10202 (gst_base_audio_sink_async_play):
10203 base time is irrelevant here.
10205 2007-03-01 Wim Taymans <wim@fluendo.com>
10207 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10208 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10211 * gst-libs/gst/audio/gstbaseaudiosink.c:
10212 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10213 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10214 Improve latency and clock slaving calculations.
10215 Improve slave clock calibration.
10217 * gst-libs/gst/audio/gstringbuffer.c:
10218 (gst_ring_buffer_commit_full):
10219 When we are asked to render N sample to 0 bytes, return N.
10221 2007-03-01 Wim Taymans <wim@fluendo.com>
10223 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10224 (gst_alsasink_write), (gst_alsasink_reset):
10225 * ext/alsa/gstalsasink.h:
10226 Remove unused dispose function.
10227 Rename lock to not interfere with alsasrc lock.
10229 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10230 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10231 (gst_alsasrc_read), (gst_alsasrc_reset):
10232 * ext/alsa/gstalsasrc.h:
10233 Implement finalize function.
10234 Use lock to protect alsa access.
10236 Fine tune sw params.
10238 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10241 Convert to new AG_GST style.
10243 2007-02-28 Wim Taymans <wim@fluendo.com>
10245 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10247 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10248 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10249 Fix race condition when rapidly switching visualisations in playbin.
10252 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10254 * tests/check/Makefile.am:
10255 Include local stuff before system installed things in LDFLAGS and
10258 2007-02-28 Wim Taymans <wim@fluendo.com>
10260 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10263 2007-02-28 Wim Taymans <wim@fluendo.com>
10265 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10266 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10267 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10268 Fix duration and timestamping, taking latency into account.
10269 Implement latency query.
10271 2007-02-28 Wim Taymans <wim@fluendo.com>
10273 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10274 (gst_audio_clock_new):
10277 * gst-libs/gst/audio/gstbaseaudiosink.c:
10278 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10279 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10280 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10281 (gst_base_audio_src_create):
10282 Improve latency query code.
10283 Use proper clock names.
10285 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10287 * tests/check/generic/states.c: (GST_START_TEST):
10288 Copy the states.c test from core again
10289 * tests/check/Makefile.am:
10290 ignore cdio and cdparanoiasrc
10292 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10294 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10295 (double_hq), (audio_convert_get_func_index), (check_default),
10296 (audio_convert_prepare_context), (audio_convert_convert):
10297 Also make valgrind happy and avoid copying data in some cases.
10299 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10301 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10302 (double_hq), (audio_convert_get_func_index),
10303 (audio_convert_prepare_context), (audio_convert_convert):
10304 * gst/audioconvert/gstaudioconvert.c:
10305 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10306 (gst_audio_convert_transform_caps):
10307 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10308 (audioconvert_suite):
10309 Don't run inplace if that overwrites source data as we go. Add more
10310 tests. Fixes #339837 even more.
10312 2007-02-27 Julien MOUTTE <julien@moutte.net>
10314 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10315 (msg_segment_done): Fix various seeking bugs (Slider was not
10316 updating when doing a non flushing seek, Reverse playback
10317 on segment seek was wrong).
10319 2007-02-26 Wim Taymans <wim@fluendo.com>
10321 * tests/examples/seek/seek.c: (stop_seek):
10322 When we stop scrubbing, don't leave the pipeline PLAYING when we
10323 requested a PAUSED state.
10325 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10327 Patch by: René Stadler <mail at renestadler de>
10329 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10330 Parse date strings in vorbis comments that have an invalid (zero)
10331 month or day (#410396).
10333 * tests/check/libs/tag.c: (GST_START_TEST):
10334 Test case for the above.
10336 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10338 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10341 * ext/alsa/Makefile.am:
10342 * gst/audiotestsrc/Makefile.am:
10343 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10345 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10347 * gst/playback/gstplaybin.c:
10348 Improve docs: point out that the application needs to assist playbin
10351 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10353 * gst-libs/gst/utils/install-plugins.c:
10354 * gst-libs/gst/utils/missing-plugins.c:
10355 * tests/check/libs/utils.c: (missing_msg_check_getters):
10356 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10357 to just 'gstreamer'. Document the caps string component of the
10358 decoder/encoder detail a bit better, since not everyone will be
10359 familiar with the GStreamer media type/caps system (but they better
10360 enjoy nested itemized lists).
10362 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10364 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10365 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10366 Fix copying of GstNetBuffer (would crash before, or at least lead to
10367 invalid memory access, #410772), for now by copying the GstBuffer copy
10368 code from the core over here so we can copy the GstBuffer fields on a
10369 provided buffer instance (of type GstNetBuffer in this case). Would be
10370 better to fix this with some support by the core though (and in the long
10371 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10373 * tests/check/Makefile.am:
10374 Enable unit test for GstNetBuffer.
10376 2007-02-22 Andy Wingo <wingo@pobox.com>
10378 * gst-libs/gst/audio/gstbaseaudiosink.c
10379 (gst_base_audio_sink_init): Disable pull-mode activation until we
10380 figure out how to make audio sinks go to PLAYING.
10382 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10384 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10385 (double_hq), (audio_convert_get_func_index),
10386 (audio_convert_prepare_context), (audio_convert_convert):
10387 * gst/audioconvert/audioconvert.h:
10388 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10389 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10390 * gst/audioconvert/gstchannelmix.h:
10391 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10392 Add float as an intermediate format, as well as float mixing. Enable
10393 test that was failing before. Fixes #339837
10395 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10397 * tests/examples/seek/seek.c: (do_seek):
10398 Undo the previous commit: -1 as a stop time implies that the stop
10399 time is the end of file, clearing any previously configured segment.
10401 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10403 * tests/examples/seek/seek.c: (do_seek):
10404 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10406 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10408 * gst/volume/gstvolume.c: (volume_process_int16),
10409 (volume_process_int16_clamp), (volume_set_caps):
10410 Unbreak volume, value remains gint.
10412 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10414 * gst/volume/gstvolume.c: (volume_choose_func),
10415 (volume_update_real_volume), (gst_volume_set_volume),
10416 (gst_volume_init), (volume_process_double), (volume_process_float),
10417 (volume_process_int16), (volume_process_int16_clamp),
10418 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10419 * gst/volume/gstvolume.h:
10420 Extend float audio support (double) and some int->uint cleanups.
10422 2007-02-20 Edward Hervey <edward@fluendo.com>
10424 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10425 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10426 (sort_end_pads), (gst_decode_group_expose),
10427 (gst_decode_group_hide):
10428 Don't free groups from the streaming threads. Just put them aside and
10429 free them in dispose.
10431 2007-02-20 Edward Hervey <edward@fluendo.com>
10433 * gst/playback/gstdecodebin2.c: (connect_element),
10434 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10435 (sort_end_pads), (gst_decode_group_expose):
10436 Handle dynamic pads within groups.
10437 Sort pads before exposing them in order to make playbin happy.
10438 There still is a race with the multiqueue filling up. This should be
10442 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10444 * gst-libs/gst/utils/base-utils.c:
10445 * gst-libs/gst/utils/descriptions.c:
10446 * gst-libs/gst/utils/install-plugins.c:
10447 * gst-libs/gst/utils/missing-plugins.c:
10448 Some more docs (and descriptions for two subtitle formats).
10450 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10452 * gst-libs/gst/audio/audio.c:
10455 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10457 Patch by: Yves Lefebvre <ivanohe abacom com>
10459 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10460 Don't leak caps. Fixes #408278.
10462 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10464 * ext/cdparanoia/gstcdparanoiasrc.h:
10465 * ext/ogg/gstoggdemux.h:
10466 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10467 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10468 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10469 * gst-libs/gst/audio/audio.h:
10470 * gst-libs/gst/audio/gstaudiofilter.h:
10471 * gst-libs/gst/interfaces/videoorientation.h:
10472 * gst/adder/gstadder.h:
10473 More docs coverage and some ChangeLog surgery (add missing names)
10475 2007-02-15 Wim Taymans <wim@fluendo.com>
10477 * sys/ximage/ximagesink.c:
10478 (gst_ximagesink_calculate_pixel_aspect_ratio):
10479 * sys/xvimage/xvimagesink.c:
10480 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10481 Small constifications.
10483 2007-02-15 Wim Taymans <wim@fluendo.com>
10485 * gst-libs/gst/audio/gstbaseaudiosink.c:
10486 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10487 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10488 (gst_base_audio_sink_async_play),
10489 (gst_base_audio_sink_change_state):
10490 Answer latency query.
10491 Use configured latency when syncing.
10494 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10495 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10496 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10497 Fix possible memleak.
10498 Implement latency query.
10501 2007-02-15 Wim Taymans <wim@fluendo.com>
10503 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10504 Ignore errors in reset, these are not fatal. They also grab the element
10505 lock which is already taking when this function is called. Fixes
10508 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10511 Remove 'tests/examples/xerror/Makefile' from output files again.
10513 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10516 * docs/plugins/Makefile.am:
10517 Also crossref against gst-plugins-base-libs.
10519 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10522 * docs/libs/Makefile.am:
10523 * docs/plugins/Makefile.am:
10524 Add crossreferences to glib/gobject/gstream docs.
10526 * gst-libs/gst/audio/audio.h:
10529 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10530 Add own debug category.
10532 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10534 Patch by: René Stadler <mail at renestadler de>
10536 * gst-libs/gst/tag/gstvorbistag.c:
10537 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10540 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10542 * gst/playback/gstplaybasebin.c: (setup_source):
10543 When we have external subtitles and wait for the subtitle decodebin
10544 to get up and running, we set up a (sync) bus handler for the
10545 subtitle decodebin, so we can stop waiting when it posts an error
10546 message. However, we should do that before we set the subtitle
10547 decodebin's state to playing, otherwise things are racy and we might
10548 miss error messages posted before we had a chance to set up the bus.
10549 This should finally fix totem hanging on .txt pseudo-subtitle files.
10551 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10553 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10554 Use gst_gdouble_to_guint64 for conversions.
10555 * win32/common/config.h.in:
10556 Add a define for GST_INSTALL_PLUGINS_HELPER
10557 * win32/common/libgstaudio.def:
10558 * win32/common/libgstcdda.def:
10559 * win32/common/libgstnetbuffer.def:
10560 * win32/common/libgstrtp.def:
10561 * win32/common/libgutils.def:
10562 Add new exported functions.
10563 * win32/vs6/gst_plugins_base.dsw:
10564 * win32/vs6/libgstdecodebin.dsp:
10565 * win32/vs6/libgstnetbuffer.dsp:
10566 * win32/vs6/libgstplaybin.dsp:
10567 * win32/vs6/libgstrtp.dsp:
10568 * win32/vs6/libgstvorbis.dsp:
10569 * win32/vs6/libgstcdda.dsp:
10570 * win32/vs6/libgstgdp.dsp:
10571 * win32/vs6/libgstutils.dsp:
10572 Update and add new project files.
10574 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10576 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10577 (subrip_remove_unhandled_tags), (parse_subrip):
10578 For SubRip (.srt) subtitles, ignore all markup tags we don't
10579 handle (like font tags, for example).
10581 * tests/check/elements/subparse.c:
10584 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10586 * gst/playback/gstdecodebin.c: (add_fakesink),
10587 (gst_decode_bin_change_state):
10588 * gst/playback/gstdecodebin2.c: (add_fakesink),
10589 (gst_decode_bin_change_state):
10590 Don't error out if there is no fakesink in the NULL to READY state
10591 change, since when decodebin is re-used, we're only adding the
10592 fakesink element in READY to PAUSED.
10594 * tests/check/elements/decodebin.c:
10595 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10597 Minimal unit test to make sure we can use the same decodebin
10598 instance twice (at least with audiotestsrc input).
10600 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10602 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10603 Try to get devic-name from device string first, and from handle only
10604 as fallback (seems to yield better results and is more robust
10605 against buggy probing code on the application side).
10607 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10609 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10611 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10612 (gst_alsa_find_device_name):
10613 * ext/alsa/gstalsa.h:
10614 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10615 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10616 Improve device-name detection a bit, especially in the case where
10617 the device is not actually open (#405020, #405024). Move common code
10618 into gstalsa.c instead of duplicating it.
10620 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10622 * gst/audioconvert/gstaudioconvert.c:
10623 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10625 2007-02-06 Julien MOUTTE <julien@moutte.net>
10627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10628 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10629 (gst_xvimagesink_interface_supported),
10630 (gst_xvimagesink_probe_get_properties),
10631 (gst_xvimagesink_probe_probe_property),
10632 (gst_xvimagesink_probe_needs_probe),
10633 (gst_xvimagesink_probe_get_values),
10634 (gst_xvimagesink_property_probe_interface_init),
10635 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10636 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10637 (gst_xvimagesink_get_type):
10638 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10639 for XVAdaptors so that one can choose the adaptor to use with
10640 gstreamer-properties.
10642 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10644 * gst/audioconvert/gstaudioconvert.c:
10645 Also mention that a conversion from double to float is suboptimal still.
10647 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10649 * gst-libs/gst/audio/gstaudiofilter.c:
10650 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10651 Clear our formats structure and free the caps contained in it when
10654 2007-02-05 Andy Wingo <wingo@pobox.com>
10656 * gst-libs/gst/audio/gstbaseaudiosink.c
10657 (gst_base_audio_sink_callback): Update basesink->offset so that we
10658 pull monotonically increasing offsets instead of, um, seeking back
10659 to 0 each time. Fixes alsasrc ! alsasink!
10661 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10663 * gst/videoscale/gstvideoscale.c:
10664 A width and height of 1 makes us crash, so increase minimum size to
10665 2x2 pixels until someone feels like fixing this (#404512).
10667 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10669 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10670 Add small test to make sure request pads are cleaned up properly
10671 even if oggmux never changes state out of NULL.
10673 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10675 * tests/check/libs/utils.c: (GST_START_TEST):
10676 Fix unit test. Turns out things work much better when you
10677 NULL-terminate string arrays. Should make p5 build bot happy again.
10679 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10681 * gst-libs/gst/audio/Makefile.am:
10682 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10683 (gst_audio_filter_template_base_init),
10684 (gst_audio_filter_template_class_init),
10685 (gst_audio_filter_template_init),
10686 (gst_audio_filter_template_set_property),
10687 (gst_audio_filter_template_get_property),
10688 (gst_audio_filter_template_setup),
10689 (gst_audio_filter_template_filter),
10690 (gst_audio_filter_template_filter_inplace), (plugin_init):
10691 Oops, forgot to commit fixed-up example.
10693 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10695 * docs/libs/gst-plugins-base-libs-sections.txt:
10696 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10697 (gst_audio_filter_class_init), (gst_audio_filter_init),
10698 (gst_audio_filter_set_caps),
10699 (gst_audio_filter_class_add_pad_templates):
10700 * gst-libs/gst/audio/gstaudiofilter.h:
10701 Port GstAudioFilter to 0.10. This change technically breaks
10702 API and ABI (and thus also every library developer's heart),
10703 but seems justifiable on the grounds that the base class was
10704 completely unusable before (ie. would crash immediately when
10705 actually used). Fixes #403963 (and eventually also #403572).
10706 Also document all of this a bit.
10708 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10710 * gst-libs/gst/utils/install-plugins.c:
10711 (gst_install_plugins_spawn_child):
10712 * tests/check/libs/utils.c:
10713 (test_base_utils_install_plugins_do_callout):
10714 Lowering log level to see why things fail on the p5 build bot;
10715 fix some typos in unit test messages.
10717 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10719 * tests/check/libs/utils.c:
10720 (test_base_utils_install_plugins_do_callout):
10721 Don't hard-code temp directory for test helper; use GLib functions
10722 to write out file and do error checking etc.
10724 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10726 * gst-libs/gst/utils/Makefile.am:
10727 * gst-libs/gst/utils/base-utils.h:
10728 * gst-libs/gst/utils/install-plugins.c:
10729 (gst_install_plugins_context_set_xid),
10730 (gst_install_plugins_context_new),
10731 (gst_install_plugins_context_free),
10732 (gst_install_plugins_get_helper),
10733 (gst_install_plugins_spawn_child),
10734 (gst_install_plugins_return_from_status),
10735 (gst_install_plugins_installer_exited),
10736 (gst_install_plugins_async), (gst_install_plugins_sync),
10737 (gst_install_plugins_return_get_name),
10738 (gst_install_plugins_installation_in_progress):
10739 * gst-libs/gst/utils/install-plugins.h:
10740 API: add API for applications to initiate installation of missing
10741 plugins, ie. gst_install_plugins_async() primarily.
10742 Based on libgimme-codec by Ryan Lortie.
10745 Add --with-install-plugins-helper configure option so distros can specify
10746 the path of the helper script or program to call when plugin installation
10747 is requested (distros: please do any argument munging in this helper
10748 script instead of patching GStreamer to pass arguments differently
10749 to another program directly).
10751 * docs/libs/gst-plugins-base-libs-docs.sgml:
10752 * docs/libs/gst-plugins-base-libs-sections.txt:
10753 Build and document new API.
10755 * tests/check/libs/utils.c: (result_cb),
10756 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10757 (libgstbaseutils_suite):
10758 Some simple checks for the new API.
10760 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10762 * tests/check/elements/audioconvert.c: (test_float_conversion):
10763 Add small test for 32bit float <=> 64bit float conversion (works
10764 only one way so far, 32=>64 produces structured noise).
10766 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10768 * gst/audioconvert/gstaudioconvert.c:
10769 (set_structure_widths_32_and_64), (make_lossless_changes):
10770 We don't support floats with a width of 40, 48 or 56 bits.
10772 2007-02-02 Stefan Kost <ensonic@users.sf.net>
10774 * gst/audioconvert/audioconvert.c: (float), (double),
10775 (audio_convert_get_func_index):
10776 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10777 (make_lossless_changes):
10778 Support for 64-bit float audio in audioconvert (#339837)
10780 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
10782 Patch by: Holger Wansing <linux wansing-online de>
10786 Add German translation (#352069).
10788 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
10790 reviewed by: Wim Taymans <wim@fluendo.com>
10792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10793 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10794 Use newly added GstCollectPads API to free the allocated resources in
10795 the GstOggPad structures (#402393).
10797 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
10799 * gst/playback/gstplaybin.c: (gen_vis_element):
10800 Add audioresample+audioconvert in front of the visualisation
10801 element, so that elements like libvisual 0.4 that don't support all
10802 samplerates can work.
10806 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
10808 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10809 (gst_play_base_bin_get_streaminfo_value_array):
10810 Take some locks and make a copy of the streaminfo value array we
10811 maintain while holding the lock, so that the application can
10812 retrieve the stream-info as a value array in a thread-safe way.
10814 2007-01-30 Wim Taymans <wim@fluendo.com>
10816 * gst/audioconvert/gstaudioconvert.c:
10817 Don't fail on 0 sized buffers. Fixes #396835.
10819 2007-01-29 David Schleef <ds@schleef.org>
10821 * gst/typefind/gsttypefindfunctions.c:
10822 Detect BBCD as video/x-dirac, so we can play raw dirac
10825 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
10827 * ext/theora/theoraenc.c: (theora_enc_chain):
10828 Check return value of theora_encode_header(), or we might try to
10829 allocate a random number of bytes. theora_encode_header() can fail
10830 if libtheora has been compiled with encoding support disabled.
10833 2007-01-29 Wim Taymans <wim@fluendo.com>
10835 * tests/check/gst/.cvsignore:
10836 Do as buildbot says.
10838 2007-01-29 Wim Taymans <wim@fluendo.com>
10840 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10841 Fix strides in libvisual. Gst uses X strides.
10842 Inspired by: <ed at catmur dot co dot uk> and
10843 <tim at centricular dot net>
10846 2007-01-27 Wim Taymans <wim@fluendo.com>
10848 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10849 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10850 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10851 (gst_ogg_demux_perform_seek),
10852 (gst_ogg_demux_bisect_forward_serialno),
10853 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10854 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10855 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10856 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10857 * ext/ogg/gstoggdemux.h:
10858 Properly propagate streaming errors when we are scanning the file for
10859 chains so that we don't crash when shut down. Might fix some crashers
10860 when quickly switching oggs in RB such as #332503 and #378436.
10862 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
10864 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10865 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10866 error code as well.
10868 2007-01-25 Wim Taymans <wim@fluendo.com>
10870 * gst/playback/gstplaybasebin.c: (remove_source):
10871 Don't try to disconnect a signal from a finalized object.
10873 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10875 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10876 Cast lock macro parameters to make sure we're actually accessing the
10877 lock member at the right class level. Free list itself in _dispose()
10878 as well and NULL it in case dispose gets called multiple times.
10880 2007-01-25 Edward Hervey <edward@fluendo.com>
10882 * gst/playback/gstdecodebin2.c:
10883 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10884 Free GstDecodeGroups no longer used.
10885 (gst_decode_group_expose):
10886 Don't unlock too many times !
10887 (deactivate_free_recursive):
10888 Free iterator once we're done with it.
10889 Fix for recursively deactivating elements (stop at ghostpads).
10891 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10893 * gst/playback/gstplaybin.c: (handoff):
10894 Fix up caps on the frame buffer before we save it and potentially
10895 make it accessible to other threads via g_object_get; also use
10896 gst_buffer_replace() instead of gst_mini_object_replace().
10898 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10900 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10901 Make getting the current frame thread-safe.
10903 2007-01-25 Edward Hervey <edward@fluendo.com>
10905 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10906 (gst_decode_group_new), (gst_decode_group_free):
10907 Set queues to bigger sizes to cope with HD contents.
10908 Fix some mutex freeing and add comment about MT safe methods.
10910 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
10912 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10913 (gst_text_overlay_text_event):
10914 Don't unnecessarily ref (and then leak) upstream events if the text
10915 pad is not linked. Fixes #399948.
10917 * tests/check/gst-plugins-base.supp:
10918 Add suppression for pango on edgy/x86 for textoverlay test.
10920 2007-01-24 Wim Taymans <wim@fluendo.com>
10922 * gst-libs/gst/rtp/gstrtpbuffer.h:
10923 Add some more fixed payloads.
10925 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10927 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10928 Error out properly if we get an error from libogg while reading the
10929 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10931 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10933 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10936 * tests/check/elements/playbin.c:
10937 (test_sink_usage_video_only_stream),
10938 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10939 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10940 (test_missing_suburisource_handler),
10941 (test_missing_primary_decoder), (playbin_suite):
10942 Run all tests once with decodebin and once with decodebin2.
10943 One test does not pass yet with decodebin2.
10945 2007-01-23 Edward Hervey <edward@fluendo.com>
10947 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10948 Fix the cases where oggmux doesn't properly figure out that all
10949 sinkpads have gone EOS, and therefore doesn't push out the remaining
10950 buffers and the final EOS event.
10953 2007-01-23 Julien MOUTTE <julien@moutte.net>
10955 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10957 Don't lock on navigation event push, just on keysym to string.
10958 Fixes #397673 again.
10960 2007-01-22 Edward Hervey <edward@fluendo.com>
10962 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10963 (get_current_group), (group_demuxer_event_probe),
10964 (gst_decode_group_expose), (deactivate_free_recursive),
10965 (gst_decode_group_free):
10967 Don't forget to emit 'no-more-pads' once a group is exposed.
10968 Cleanup elements from a DecodeGroup once we remove it.
10969 Protect call to gst_decode_group_expose() with the decodebin lock.
10971 2007-01-22 Julien MOUTTE <julien@moutte.net>
10973 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10974 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10975 Looking at Xorg code i can't figure out if that XKeysymToString
10976 function is thread sensible or not. Lock it just in case as
10977 recommended by Radek Doulik <rodo at ximian dot com>.
10979 2007-01-22 Julien MOUTTE <julien@moutte.net>
10981 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10982 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10983 Lock that X Call as well. Fixes #397673.
10985 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10987 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10988 Don't go into an endless loop if the file starts with 00 00 01 2X,
10989 like quicktime redirect files might. Fixes #396042.
10991 * tests/check/Makefile.am:
10992 * tests/check/gst/.cvsignore:
10993 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10994 (typefindfunctions_suite):
10995 Add unit test for the above.
10997 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10999 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11000 On second thought, use "depth" field rather than "bpp" field.
11002 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11004 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11005 Camtasia caps apparently need a bpp field (#398875).
11007 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11009 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11010 (gen_source_element), (gst_play_base_bin_change_state):
11011 Attempt at a better error message in case we don't have the required
11012 URI handler installed; post missing-plugin message also when we're
11013 missing an URI handler for the subtitle URI; clean up properly also
11014 when an error occurs and we never made it to PAUSED state.
11016 * tests/check/elements/playbin.c: (GST_START_TEST),
11018 Check that we're also getting a missing-plugin messsage for a
11019 missing subtitle URI handler (and clean up properly).
11021 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11023 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11024 Plug a few reference leaks.
11026 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11028 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11029 Lower probability a bit if the marker isn't right at the start,
11030 to decrease the chance of false positives.
11032 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11034 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11035 Small mpeg2 system stream typefinding improvement: make typefinder
11036 probe a bit into the stream instead of just looking for a marker
11037 at the beginning. Fixes #397810.
11039 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11041 * gst/audioconvert/gstchannelmix.c:
11042 Remove compatibility cruft for prehistoric GLib versions.
11044 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
11046 * gst/playback/Makefile.am:
11047 * gst/playback/gstdecodebin.c: (close_pad_link):
11048 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11049 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11050 (gst_play_base_bin_handle_message_func), (unknown_type):
11051 Let decodebin be the element to post missing-plugin messages for
11052 missing decoders (rather than playbin); make playbin implement
11053 GstBin::handle_message so we can suppress missing-plugin messages
11054 for types we're not handling on purpose (don't want to bring up an
11055 installer in those cases).
11057 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
11059 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11060 * gst-libs/gst/tag/gstvorbistag.c:
11061 (gst_tag_list_to_vorbiscomment_buffer):
11062 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11063 Fix potentially unaligned access (#397207).
11065 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11067 * tests/examples/seek/seek.c: (set_scale), (update_scale),
11068 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11069 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11071 Allow to toggle looping while it plays. Fix callback prototype. Clean
11072 up code a bit more. Add copyright header.
11074 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11076 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11077 Red and blue mask was swapped (spotted by Dan Williams).
11079 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11081 * gst-libs/gst/tag/gstid3tag.c:
11082 * gst-libs/gst/tag/gstvorbistag.c:
11083 Use new beats-per-minute tag from core.
11085 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11088 Add new files with translatable strings, so they actually make it
11089 into the template file one day.
11091 2007-01-12 Andy Wingo <wingo@pobox.com>
11093 * gst-libs/gst/audio/gstbaseaudiosink.c
11094 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11095 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11096 stuff, as the base class handles this now. Actually tell the ring
11098 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11099 How did this work before? Maybe I'm not as awesome a programmer as
11102 * gst-libs/gst/audio/gstbaseaudiosrc.c
11103 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11106 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11108 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11109 Remove more fields so that the application can better blacklist
11110 formats that have been tried before.
11112 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11114 * gst-libs/gst/audio/mixerutils.h:
11115 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11116 used when compiling with c++ compilers as well.
11118 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11120 * gst/typefind/gsttypefindfunctions.c:
11123 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11125 * gst/playback/gstplaybin.c: (post_missing_element_message),
11126 (gen_video_element), (gen_text_element), (gen_audio_element),
11128 Post missing-plugin messages also when we error out because
11129 converters, textoverlay or auto*sinks are missing (#161922).
11131 2007-01-10 Wim Taymans <wim@fluendo.com>
11133 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11134 (is_demuxer_element), (new_caps):
11135 * gst/playback/gstplaybasebin.c: (source_new_pad):
11136 Fix the case where we try to ref a NULL element when we delay a link
11137 because of unfixed caps.
11138 Set the state of autoplugged decodebins to PAUSED.
11139 RTSP now works in playbin, we can remove it from the blacklist.
11141 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11143 * gst/playback/Makefile.am:
11144 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11145 (unknown_type), (setup_subtitle), (gen_source_element):
11146 * gst/playback/gstplaybin.c: (plugin_init):
11147 Post missing-plugin messages on the bus for missing sources and
11148 missing decoders/demuxers/depayloaders; fix error code used when
11149 we're missing an URI handler source; for media types that we are not
11150 handling on purpose at the moment, don't print "don't know how to
11151 handle xyz" messages to the terminal or post missing-plugin
11152 messages on the bus.
11154 * tests/check/elements/playbin.c: (create_playbin),
11155 (GST_START_TEST), (gst_codec_src_uri_get_type),
11156 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11157 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11158 (gst_codec_src_init_type), (gst_codec_src_base_init),
11159 (gst_codec_src_create), (gst_codec_src_class_init),
11160 (gst_codec_src_init), (plugin_init), (playbin_suite):
11161 Add some tests for the missing-plugin stuff.
11163 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11166 * gst-libs/gst/Makefile.am:
11167 * gst-libs/gst/utils/Makefile.am:
11168 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11169 * gst-libs/gst/utils/base-utils.h:
11170 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11171 (find_format_info), (caps_are_rtp_caps),
11172 (gst_base_utils_get_source_description),
11173 (gst_base_utils_get_sink_description),
11174 (gst_base_utils_get_decoder_description),
11175 (gst_base_utils_get_encoder_description),
11176 (gst_base_utils_get_element_description),
11177 (gst_base_utils_add_codec_description_to_tag_list),
11178 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11179 * gst-libs/gst/utils/descriptions.h:
11180 * gst-libs/gst/utils/missing-plugins.c:
11181 (missing_structure_get_type), (copy_and_clean_caps),
11182 (gst_missing_uri_source_message_new),
11183 (gst_missing_uri_sink_message_new),
11184 (gst_missing_element_message_new),
11185 (gst_missing_decoder_message_new),
11186 (gst_missing_encoder_message_new),
11187 (missing_structure_get_string_detail),
11188 (missing_structure_get_caps_detail),
11189 (gst_missing_plugin_message_get_installer_detail),
11190 (gst_missing_plugin_message_get_description),
11191 (gst_is_missing_plugin_message):
11192 * gst-libs/gst/utils/missing-plugins.h:
11193 API: add new libgstbaseutils library with functions
11194 - to create and parse missing-plugins messages
11195 - that provide (translated) descriptions for caps/decoders/sources/etc.
11198 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11199 * pkgconfig/gstreamer-plugins-base.pc.in:
11202 * docs/libs/gst-plugins-base-libs-docs.sgml:
11203 * docs/libs/gst-plugins-base-libs-sections.txt:
11204 Generate docs for new lib and API.
11206 * tests/check/Makefile.am:
11207 * tests/check/libs/.cvsignore:
11208 * tests/check/libs/utils.c: (missing_msg_check_getters),
11209 (GST_START_TEST), (libgstbaseutils_suite):
11210 Add some basic unit tests.
11212 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11214 * ext/ogg/Makefile.am:
11215 Dist gstoggdemux.h to fix 'make distcheck'.
11217 * sys/v4l/Makefile.am:
11218 Fix 'make distcheck' even more.
11220 2007-01-09 Wim Taymans <wim@fluendo.com>
11222 * docs/plugins/Makefile.am:
11223 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11224 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11225 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11226 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11227 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11228 (gst_ogg_demux_perform_seek):
11229 * ext/ogg/gstoggdemux.h:
11231 Add some more comments.
11234 2007-01-09 Wim Taymans <wim@fluendo.com>
11236 * ext/theora/theoradec.c:
11237 * ext/vorbis/vorbisdec.c:
11238 * gst-libs/gst/audio/gstringbuffer.c:
11239 (gst_ring_buffer_commit_full):
11240 * gst-libs/gst/audio/gstringbuffer.h:
11241 * gst-libs/gst/rtp/gstrtpbuffer.c:
11242 * gst-libs/gst/tag/gstvorbistag.c:
11243 Small documentation updates/fixes
11245 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11248 Require core CVS HEAD for Andy's basesrc/sink API additions.
11250 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11252 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11254 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11256 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11257 on flac.sf.net (there appear to be other versions of the first
11258 ogg page in the wild) (#391365).
11260 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11263 Check if localtime_r() is available.
11265 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11266 If localtime_r() is not available, fall back to localtime(). Should
11267 fix build on MingW (#393310).
11269 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11271 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11272 * gst/subparse/gstsubparse.h:
11273 Remove spurious 1000 subtrahend when calculating the timestamp from
11274 the frame number and the frame rate . Also, use the frames/second
11275 value specified in the first line of the file, if one is specified
11276 there. Should fix #357503.
11278 * tests/check/elements/subparse.c: (do_test),
11279 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11281 Add some basic unit tests for the microdvd subtitle format.
11283 2007-01-07 Julien MOUTTE <julien@moutte.net>
11285 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11287 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11288 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11289 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11290 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11291 (gst_xvimagesink_set_xwindow_id),
11292 (gst_xvimagesink_set_event_handling),
11293 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11294 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11296 Add an adaptor property to select a specific XV adaptor.
11297 * sys/xvimage/xvimagesink.h:
11299 2007-01-07 Julien MOUTTE <julien@moutte.net>
11301 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11302 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11303 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11304 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11305 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11306 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11307 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11308 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11309 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11310 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11311 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11312 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11313 Use flow_lock much more to protect every access to xwindow.
11314 Try to catch erros while creating images in case some drivers are
11315 just generating an XError when the requested image is too big.
11316 Should fix : #354698, #384008, #384060.
11317 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11318 Implement some stress testing of setting window xid.
11320 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11322 * win32/common/libgsaudio.def:
11323 Add new exported function.
11324 * win32/common/libgstogg.dsp:
11325 Add gstoggaviparse.c to the build.
11326 * win32/common/libgstvideoscale.dsp:
11327 Add vs_4tap.c to the build.
11328 * win32/common/libgstvorbis.dsp:
11329 Add vorbistag.c to the build.
11331 2007-01-06 Andy Wingo <wingo@pobox.com>
11333 * gst-libs/gst/audio/gstbaseaudiosink.c
11334 (gst_base_audio_sink_class_init)
11335 (gst_base_audio_sink_init):
11336 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11337 to baseaudiosink, and tell basesink that we can work in pull mode.
11338 This way the ring buffer thread drives the pipeline directly, if
11339 pull mode is possible. There is some lingering nastiness regarding
11341 (gst_base_audio_sink_callback): Implement the callback to pull
11342 data. This interface is a bit light, though -- it should get a
11343 GstFlowReturn return value at least.
11345 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11347 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11348 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11349 * gst/playback/gstdecodebin2.c:
11350 (gst_decode_group_check_if_blocked):
11351 Printf format and missing argument fixes.
11353 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11355 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11356 (gst_ogm_parse_change_state):
11357 Activate pads before adding them to the element.
11359 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11361 * tests/examples/seek/scrubby.c: (main):
11362 * tests/examples/seek/seek.c: (main):
11363 Call g_thread_init() first thing in main() (see #391278).
11365 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11367 * tests/check/Makefile.am:
11368 * tests/check/libs/.cvsignore:
11369 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11371 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11372 for the time being, since it's broken, see #393099.
11374 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11376 * tests/check/Makefile.am:
11377 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11379 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11382 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11383 so that GST_BASE_CFLAGS can go inbetween them, making sure
11384 we use uninstalled gst-libs headers
11385 * docs/libs/Makefile.am:
11386 * ext/alsa/Makefile.am:
11387 * ext/cdparanoia/Makefile.am:
11388 * ext/gnomevfs/Makefile.am:
11389 * ext/libvisual/Makefile.am:
11390 * ext/ogg/Makefile.am:
11391 * ext/theora/Makefile.am:
11392 * ext/vorbis/Makefile.am:
11393 * gst-libs/gst/audio/Makefile.am:
11394 * gst-libs/gst/cdda/Makefile.am:
11395 * gst-libs/gst/interfaces/Makefile.am:
11396 * gst-libs/gst/riff/Makefile.am:
11397 * gst-libs/gst/rtp/Makefile.am:
11398 * gst-libs/gst/tag/Makefile.am:
11399 * gst/adder/Makefile.am:
11400 * gst/audioconvert/Makefile.am:
11401 * gst/audiorate/Makefile.am:
11402 * gst/audioresample/Makefile.am:
11403 * gst/playback/Makefile.am:
11404 * gst/tcp/Makefile.am:
11405 * gst/videoscale/Makefile.am:
11406 * gst/volume/Makefile.am:
11407 * sys/ximage/Makefile.am:
11408 * sys/xvimage/Makefile.am:
11409 * tests/icles/Makefile.am:
11412 2007-01-04 Julien MOUTTE <julien@moutte.net>
11414 * gst-libs/gst/interfaces/xoverlay.c:
11415 (gst_x_overlay_handle_events):
11416 * gst-libs/gst/interfaces/xoverlay.h:
11417 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11418 (gst_ximagesink_set_xwindow_id),
11419 (gst_ximagesink_set_event_handling),
11420 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11421 (gst_ximagesink_get_property), (gst_ximagesink_init),
11422 (gst_ximagesink_class_init):
11423 * sys/ximage/ximagesink.h:
11424 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11425 (gst_xvimagesink_set_xwindow_id),
11426 (gst_xvimagesink_set_event_handling),
11427 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11428 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11429 (gst_xvimagesink_class_init):
11430 * sys/xvimage/xvimagesink.h:
11431 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11432 Add a method to the XOverlay interface to allow disabling of
11433 event handling in x[v]imagesink elements. This will let X events
11434 propagate to parent windows which can be usefull in some cases.
11435 Be carefull that the application is then responsible of pushing
11436 navigation events and expose events to the video sink.
11439 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11441 * gst-libs/gst/tag/gstvorbistag.c:
11442 * tests/check/libs/tag.c: (GST_START_TEST):
11443 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11446 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11449 * docs/Makefile.am:
11450 * docs/design/Makefile.am:
11453 2006-12-27 Julien MOUTTE <julien@moutte.net>
11455 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11456 typo. Fixes: #390063.
11458 2006-12-27 Julien MOUTTE <julien@moutte.net>
11460 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11461 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11463 * win32/common/config.h: Updated.
11465 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11467 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11468 (setup_gdpdepay_streamheader):
11469 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11470 (setup_gdppay_streamheader):
11471 Fix the dp tests, but activating the pads for the streamheader tests
11472 too and cleaning up conditionaly
11474 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11476 * gst/ffmpegcolorspace/avcodec.h:
11477 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11478 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11479 (gst_ffmpegcsp_avpicture_fill):
11480 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11481 (img_get_alpha_info):
11482 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11483 other end of the word. Fixes: #387073.
11485 Add some inconsequential branch hints in a couple of places.
11487 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11489 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11490 (gst_ffmpeg_caps_to_smpfmt):
11491 The "signed" field in raw audio caps is of boolean type, trying to
11492 extract the value with _get_int() will fail (fix to keep in sync with
11493 the copy in gst-ffmpeg)
11495 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11497 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11498 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11499 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11500 (cleanup_gdpdepay):
11501 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11502 * tests/check/elements/subparse.c: (teardown_subparse):
11503 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11504 * tests/check/elements/videorate.c: (cleanup_videorate):
11505 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11506 * tests/check/elements/volume.c: (cleanup_volume):
11507 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11508 (cleanup_vorbisdec):
11509 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11510 (cleanup_vorbistag):
11511 consistent pad (de)activation
11513 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11515 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11516 Forgot to register the extensions.
11518 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11520 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11522 Add typefinder for VIVO files (my christmas present to the 90s).
11524 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11526 * gst/playback/gstdecodebin.c: (type_found):
11527 Special-case the text/plain media type: we only want to recognise it
11528 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11529 parser, but not if the entire stream is of text/plain type. If the
11530 entire stream is text/plain, we should just error out.
11532 This fixes playback of audio files with lyrics in totem. Totem can't
11533 distinguish between text files and subtitle files and passes any
11534 .txt file with the same basename as the main file to playbin as
11535 suburi, and playbin will then throw a 'subtitle found, but no video
11536 stream' error, which isn't entirely helpful. See #380342.
11538 Also, with this change we'll show a slightly more correct error
11539 message in case totem passes a playlist file to us (although a
11540 custom error message wording instead of the default text would
11541 probably not be a bad idea either).
11543 Same problem also needs to be fixed for playbin+decodebin2.
11545 * tests/check/Makefile.am:
11546 * tests/check/elements/decodebin.c: (src_handoff_cb),
11547 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11549 Add simple unit test for decodebin for the above.
11551 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11553 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11554 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11555 Refuse to change state to READY when we failed to create any of the
11556 required elements in our instance init function.
11558 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11560 * docs/libs/gst-plugins-base-libs-sections.txt:
11561 Small docs fixes/updates.
11563 * gst-libs/gst/video/gstvideosink.h:
11564 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11565 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11566 removed from the base sink API between 0.9.6 and 0.9.7).
11567 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11568 accessor macros, so we don't do a runtime GObject type check every
11571 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11574 * gst-plugins-base.doap:
11575 * gst-plugins-base.spec.in:
11578 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11580 Patch by: Jens Granseuer <jensgr at gmx net>
11582 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11583 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11584 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11585 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11586 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11587 Declare variables at the beginning of a block. Fixes #383195.
11589 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11592 Bump version nano - back to CVS.
11595 === release 0.10.11 ===
11597 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11600 releasing 0.10.11, "Dumb things"
11602 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11604 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11605 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11606 Handle the case where an element has multiple pads with
11607 unfixed caps as well as still possibly producing more dynamic
11608 pads by storing each case as a distinct entry in the dynamic list.
11609 Fixes #38223 again.
11611 2006-12-04 Wim Taymans <wim@fluendo.com>
11613 * gst/playback/gstdecodebin.c: (close_pad_link):
11614 Fix #382223, add more dynamic caps handling.
11616 2006-12-04 Wim Taymans <wim@fluendo.com>
11618 * gst-libs/gst/audio/gstringbuffer.h:
11619 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11620 (gst_netaddress_set_ip4_interface),
11621 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11622 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11623 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11624 (gst_netaddress_get_ttl):
11625 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11626 * gst/playback/gstdecodebin.c: (close_pad_link):
11627 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11628 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11629 * win32/common/config.h:
11631 2006-12-01 Michael Smith <msmith@fluendo.com>
11633 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11634 Delete bad debug code.
11637 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11639 * gst/videoscale/vs_4tap.c:
11641 * win32/common/config.h:
11642 * win32/vs8/libgstvideoscale.vcproj:
11643 Fix compilation on win32 under VS8
11644 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11645 Partially fixes #381175
11647 2006-11-30 Michael Smith <msmith@fluendo.com>
11649 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11651 It would be very bad if, after a discont buffer, we thought every
11652 single following buffer was also discont. So, add to the test to
11653 ensure that this isn't the case.
11655 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11656 ... it was the case. So fix it.
11658 2006-11-28 Wim Taymans <wim@fluendo.com>
11660 * gst/playback/gstplaybasebin.c: (check_queue_event):
11663 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11664 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11665 padtemplate caps. Refixes #357577.
11667 2006-11-28 Wim Taymans <wim@fluendo.com>
11669 * gst/playback/gstplaybasebin.c: (check_queue_event),
11670 (queue_threshold_reached), (queue_out_of_data),
11671 (gen_preroll_element):
11672 Add event probe to see when EOS is in a queue and we can disable the
11673 underrun signals. Fixes #357577.
11675 2006-11-28 Edward Hervey <edward@fluendo.com>
11677 * gst/playback/Makefile.am:
11678 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11679 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11680 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11681 (gst_decode_bin_init), (gst_decode_bin_dispose),
11682 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11683 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11684 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11685 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11686 (connect_element), (expose_pad), (type_found),
11687 (pad_added_group_cb), (pad_removed_group_cb),
11688 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11689 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11690 (are_raw_caps), (multi_queue_overrun_cb),
11691 (multi_queue_underrun_cb), (gst_decode_group_new),
11692 (get_current_group), (group_demuxer_event_probe),
11693 (gst_decode_group_control_demuxer_pad),
11694 (gst_decode_group_control_source_pad),
11695 (gst_decode_group_check_if_blocked),
11696 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11697 (gst_decode_group_hide), (gst_decode_group_free),
11698 (gst_decode_group_set_complete), (source_pad_blocked_cb),
11699 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11700 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11702 New decodebin2 element.
11704 * gst/playback/gstplay-marshal.list:
11705 Added marshallers for new signals in decodebin2
11706 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11707 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11710 2006-11-28 Wim Taymans <wim@fluendo.com>
11712 * gst/playback/gstplaybasebin.c: (setup_source),
11713 (gst_play_base_bin_change_state):
11714 Disable rtsp:// uris for the release, it's not good enough yet.
11717 2006-11-26 Wim Taymans <wim@fluendo.com>
11719 * ext/theora/theoradec.c: (gst_theora_dec_reset),
11720 (theora_dec_push_forward), (theora_dec_push_reverse),
11721 (theora_handle_data_packet), (theora_dec_decode_buffer),
11722 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11723 (theora_dec_chain_forward), (theora_dec_chain):
11724 Implement reverse playback.
11726 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11727 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11728 (vorbis_dec_chain_forward):
11729 Clear buffers used for reverse playback in _reset.
11730 No need to set the eos flag, we clip samples using the segment.
11732 2006-11-24 Wim Taymans <wim@fluendo.com>
11734 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11735 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11736 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11737 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11739 Handle continued pages in reverse mode.
11741 2006-11-24 Wim Taymans <wim@fluendo.com>
11743 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11744 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11745 (vorbis_dec_flush_decode):
11747 Don't try to add invalid timestamps.
11748 Clipping will unref the buffer.
11750 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11752 * gst/adder/gstadder.h:
11753 * gst/audiotestsrc/gstaudiotestsrc.h:
11754 remove obsolete _factory_init protos
11756 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11759 Fix spacing in debug message.
11761 2006-11-23 Wim Taymans <wim@fluendo.com>
11763 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11764 (gst_ogg_demux_chain):
11765 Don't just ignore return values from _pad_push().
11766 Small debug improvements.
11768 2006-11-23 Michael Smith <msmith@fluendo.com>
11770 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11771 If our incoming buffer is marked as DISCONT, then increment the page
11772 number (so that the discontinuity is marked in the final ogg
11773 bitstream) and flush the previous page.
11775 2006-11-22 Michael Smith <msmith@fluendo.com>
11777 * ext/theora/gsttheoraenc.h:
11778 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11779 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11780 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11781 (theora_enc_chain), (theora_enc_change_state):
11782 Mark discontinuities of > 3/4 of a frame, reinit encoder.
11784 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11785 (GST_START_TEST), (theoraenc_suite):
11786 Enable discontinuity test, fix it.
11788 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11790 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11791 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11792 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11793 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11794 (gst_text_overlay_change_state):
11795 * ext/pango/gsttextoverlay.h:
11796 Some textoverlay fixes: for one, in the video chain function,
11797 actually wait for a text buffer to come in if there is none at the
11798 moment and there should be one; also, deal more gracefully with
11799 incoming buffers that do not have a timestamp or duration; discard
11800 text buffer when not needed any longer. Fixes #341681.
11802 * tests/check/Makefile.am:
11803 * tests/check/elements/.cvsignore:
11804 * tests/check/elements/textoverlay.c:
11805 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11806 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11807 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11808 (test_video_waits_for_text_send_text_newsegment_thread),
11809 (test_video_waits_for_text_shutdown_element),
11810 (test_render_continuity_push_video_buffers_thread),
11811 (textoverlay_suite):
11812 Add some unit tests for textoverlay.
11814 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11816 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11817 Avoid integer underflow when the found probability for mp3 is
11818 smaller than the 'penalty' we subtract if there's not a clean
11819 mp3 header sync at offset 0.
11821 2006-11-21 Stefan Kost <ensonic@users.sf.net>
11823 * docs/libs/gst-plugins-base-libs-sections.txt:
11824 Add some new symbols to the docs
11826 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11828 * tests/check/Makefile.am:
11829 * tests/check/elements/ffmpegcolorspace.c:
11830 (ffmpegcolorspace_suite):
11831 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11832 (for now not for valgrinding though, since it takes too long).
11834 2006-11-20 Wim Taymans <wim@fluendo.com>
11836 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11837 (gst_ffmpeg_pixfmt_to_caps):
11838 Fix RGBA32 caps. Fixes #357038.
11840 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11842 * gst-libs/gst/interfaces/mixertrack.h:
11843 Add FIXME so we can add some padding here in 0.11
11845 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11847 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11848 Fix GstBaseRTPAudioPayload structure so the whole GObject
11849 inheritance business actually works (parent class instance structure
11850 must always come first in the derived class instance structure).
11852 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11854 * gst/videotestsrc/Makefile.am:
11855 * tests/check/Makefile.am:
11856 Make sure our checks and the videotestsrc plugin link against the
11857 local uninstalled gst libs and not any installed gst libs that
11858 might happen to exist as well.
11860 * tests/check/elements/adder.c: (message_received),
11861 (test_event_message_received), (test_play_twice_message_received):
11862 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11863 Fix compiler warnings when compiling against core with disabled
11866 2006-11-16 Michael Smith <msmith@fluendo.com>
11868 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11869 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11870 Fix audiorate, so that it accurately sets offsets and timestamps.
11871 Doesn't change the fundamental algorithmic decisions; so should be
11874 * tests/check/Makefile.am:
11875 Enable audiorate test now that it passes.
11877 2006-11-09 Stefan Kost <ensonic@users.sf.net>
11879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11880 clear xv when going to NULL, remove // commented non-existant proto
11882 * tests/examples/seek/seek.c: (main):
11883 add missing tooltip description for scrub and play_scrub
11885 2006-11-14 David Schleef <ds@schleef.org>
11888 Bump liboil requirement to 0.3.8.
11889 * gst-libs/gst/riff/riff-media.c:
11891 * gst/videoscale/vs_image.h:
11892 * gst/videoscale/vs_scanline.h:
11893 Use liboil's stdint.h.
11894 * gst/videotestsrc/videotestsrc.c:
11895 Remove liboil related ifdef's, since they aren't needed now, and
11896 won't work with future versions.
11898 2006-11-14 David Schleef <ds@schleef.org>
11900 * gst/videoscale/Makefile.am:
11901 * gst/videoscale/gstvideoscale.c:
11902 * gst/videoscale/gstvideoscale.h:
11903 * gst/videoscale/vs_4tap.c:
11904 * gst/videoscale/vs_4tap.h:
11905 * gst/videoscale/vs_image.c:
11906 * gst/videoscale/vs_image.h:
11907 * gst/videoscale/vs_scanline.c:
11908 * gst/videoscale/vs_scanline.h:
11909 Add a 4-tap image scaler. Theoretically looks much prettier.
11910 The tap calculation could use some improvement.
11912 2006-11-14 Wim Taymans <wim@fluendo.com>
11914 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11916 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11917 (gst_riff_parse_strf_iavs):
11918 * gst/subparse/gstsubparse.c: (convert_encoding):
11919 * gst/tcp/gstmultifdsink.c:
11920 (gst_multi_fd_sink_handle_client_write):
11921 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11922 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11923 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11924 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11925 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11926 (gst_ximagesink_ximage_new):
11927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11928 Various gsize and gssize printf fixes. Fixes #372507.
11930 2006-11-13 Wim Taymans <wim@fluendo.com>
11932 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11933 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11934 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11935 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11936 (vorbis_dec_chain_forward), (vorbis_dec_chain):
11937 * ext/vorbis/vorbisdec.h:
11938 First stab at vorbis reverse playback.
11940 2006-11-13 Wim Taymans <wim@fluendo.com>
11942 * gst-libs/gst/audio/gstbaseaudiosink.c:
11943 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11944 * gst-libs/gst/audio/gstbaseaudiosink.h:
11945 Make the clock sync code more accurate wrt resampling and playback
11946 at different rates.
11948 * gst-libs/gst/audio/gstringbuffer.c:
11949 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11950 * gst-libs/gst/audio/gstringbuffer.h:
11951 Use better algorithm to interpolate sample rates.
11953 2006-11-13 Michael Smith <msmith@fluendo.com>
11955 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11956 Improve a debug line slightly.
11958 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11959 Call gst_riff_init() in plugin_init, to avoid getting errors from
11960 the debug system (unrelated changes to another plugin made this turn
11963 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
11965 Patch by: Sergey Scobich <sergery.scobich at gmail com>
11967 * win32/common/libgsttag.def:
11968 Add missing symbol (#366492).
11970 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
11972 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11973 Don't unref a NULL pad.
11975 2006-11-09 Wim Taymans <wim@fluendo.com>
11977 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11978 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11979 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11980 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11981 (gst_ogg_demux_loop):
11982 Implement first stab at reverse playback.
11984 2006-11-07 Stefan Kost <ensonic@users.sf.net>
11986 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11987 (gst_riff_create_video_template_caps):
11988 add h263/h264 variants to the caps, Fixes #363118
11990 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
11992 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11993 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11994 Use g_strerror instead of strerror so we get UTF-8.
11996 2006-11-03 David Schleef <ds@schleef.org>
11998 * ext/ogg/gstoggdemux.c:
11999 * ext/ogg/gstoggmux.c:
12000 Add/remove KW-DIRAC header here, since it is ogg-specific.
12002 2006-11-03 Michael Smith <msmith@fluendo.com>
12004 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12005 Recognise more mpeg4 elementary video streams.
12007 2006-11-02 Edward Hervey <edward@fluendo.com>
12009 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12010 Lower the probability of mp3 typefinding functions if we don't find a
12011 valid mp3 header at the start of the file.
12014 2006-11-02 Wim Taymans <wim@fluendo.com>
12016 * ext/theora/gsttheoradec.h:
12017 * ext/theora/theoradec.c: (gst_theora_dec_init),
12018 (theora_dec_sink_event), (theora_dec_chain_forward),
12019 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12020 (theora_dec_chain):
12021 Document and partially implement an algorithm for doing reverse playback
12024 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12026 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12028 * win32/common/config.h:
12029 * win32/common/interfaces-enumtypes.c:
12030 * win32/common/libgsttag.def:
12031 * win32/vs8/gst-plugins-base.sln:
12032 * win32/vs8/libgstaudioresample.vcproj:
12033 * win32/vs8/libgstinterfaces.vcproj:
12034 * win32/vs8/libgstogg.vcproj:
12035 * win32/vs8/libgstriff.vcproj:
12036 * win32/vs8/libgsttag.vcproj:
12037 * win32/vs8/libgsttheora.vcproj:
12038 * win32/vs8/libgstvideoscale.vcproj:
12039 * win32/vs8/libgstvorbis.vcproj:
12040 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12041 to libgsttag.def; add missing dependencies for some vs8 projects;
12042 re-arrange placement of .def files in vs8 projects (#366334).
12044 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12046 * ext/ogg/gstogg.c:
12047 Remove unused variable.
12049 * ext/ogg/gstoggdemux.c:
12050 Fix Wim's surname in plugin description.
12052 2006-10-31 Wim Taymans <wim@fluendo.com>
12054 * gst-plugins-base.spec.in:
12055 spec new .h file. Fixes #368310.
12057 2006-10-31 Michael Smith <msmith@fluendo.com>
12059 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12060 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12061 (gst_multi_fd_sink_get_stats),
12062 (gst_multi_fd_sink_remove_client_link),
12063 (gst_multi_fd_sink_queue_buffer),
12064 (gst_multi_fd_sink_handle_clients):
12065 * gst/tcp/gstmultifdsink.h:
12066 Make using the remove or clear signals threadsafe.
12067 Make calling get-stats with an invalid fd not segfault.
12070 2006-10-31 Wim Taymans <wim@fluendo.com>
12072 * gst-libs/gst/rtp/Makefile.am:
12073 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12074 (gst_base_rtp_audio_payload_init):
12075 Fix and activate base audio payloader.
12077 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12079 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12081 Add typefinder for QuickTime Image Files (see #366156).
12083 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12085 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12086 Another typo fix (#366212).
12088 2006-10-27 Wim Taymans <wim@fluendo.com>
12090 * gst/volume/gstvolume.c: (volume_transform_ip):
12091 Use stream time to synchronize volume property instead of rather random
12092 timestamps. This is needed when gnonlin does its time shifting.
12094 2006-10-27 Wim Taymans <wim@fluendo.com>
12096 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12098 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12099 Remove the pad from the element in release_pad. Fixes #364812.
12101 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12103 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12105 Explicitly create our custom buffer classes at a thread-safe
12106 location as well, since g_type_class_ref() doesn't seem to be
12107 entirely thread-safe either (#365501; also see #349410).
12109 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12111 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12112 (gst_riff_parse_info):
12113 If strings in INFO chunk are not UTF-8, do something similar to
12114 what we do for ID3v1 tags: check a number of environment variables
12115 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12116 character sets to try, otherwise try the current locale and/or fall
12117 back on ISO-8859-1. Fixes #360552.
12119 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12121 * gst/videotestsrc/gstvideotestsrc.c:
12122 (gst_video_test_src_pattern_get_type),
12123 (gst_video_test_src_set_pattern):
12124 * gst/videotestsrc/gstvideotestsrc.h:
12125 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12126 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12127 (gst_video_test_src_checkers8):
12128 * gst/videotestsrc/videotestsrc.h:
12129 Add a bunch of exciting new checkers patterns.
12131 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12133 * gst/subparse/Makefile.am:
12134 * gst/subparse/gstsubparse.c:
12135 (gst_sub_parse_data_format_autodetect),
12136 (gst_sub_parse_format_autodetect), (handle_buffer),
12137 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12138 * gst/subparse/gstsubparse.h:
12139 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12141 * gst/subparse/tmplayerparse.h:
12142 Add support for TMPlayer-type subtitles (#362845).
12144 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12145 (GST_START_TEST), (subparse_suite):
12146 Add some basic unit tests for the above.
12148 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12150 * tests/check/elements/audiorate.c: (test_injector_base_init),
12151 (test_injector_class_init), (test_injector_chain),
12152 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12153 (GST_START_TEST), (audiorate_suite):
12154 More tests for audiorate: inject buffers to check behaviour when
12157 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12159 * tests/check/Makefile.am:
12160 * tests/check/elements/.cvsignore:
12161 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12162 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12163 Add some basic unit tests for audiorate. Disabled at the moment
12164 since it doesn't pass yet (see bug #363119).
12166 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12168 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12169 (parse_subrip), (handle_buffer):
12170 Add missing closing tags for markup and fix broken markup,
12171 otherwise pango won't render anything (fixes #357531). Also,
12172 make sure the text we send out is always NUL-terminated
12173 (better safe than sorry etc.).
12175 * tests/check/elements/subparse.c: (test_srt_do_test),
12177 Some more tests for .srt incl. tests for the above stuff.
12179 2006-10-20 Julien MOUTTE <julien@moutte.net>
12181 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12182 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12183 Patch by: Stefan Kost <ensonic@users.sf.net>
12184 Try to redraw borders only when needed. Apparently this consumes
12185 resources on small devices... :-O (#363607)
12187 2006-10-20 Michael Smith <msmith@fluendo.com>
12189 * gst/tcp/gstmultifdsink.c:
12190 (gst_multi_fd_sink_client_queue_buffer):
12191 If caps change, then update the client's idea of the caps so that we
12192 don't end up re-sending streamheaders for every single buffer after
12195 2006-10-20 Michael Smith <msmith@fluendo.com>
12197 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12198 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12199 Set caps on pushed buffers; fix up refcounting of caps objects.
12201 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12203 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12205 Typefind mmsh header data packet to application/x-mmsh (#362625).
12207 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12209 * tests/check/Makefile.am:
12210 * tests/check/elements/.cvsignore:
12211 * tests/check/elements/subparse.c: (buffer_from_static_string),
12212 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12213 (GST_START_TEST), (subparse_suite):
12214 Add very simple unit test for subparse.
12216 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12218 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12220 Strip trailing newlines from subtitle text output.
12222 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12224 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12225 (gst_sub_parse_change_state):
12226 Fix memleak; clear subparse->textbuf n state change function.
12228 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12230 * gst/subparse/gstsubparse.c:
12231 (gst_sub_parse_data_format_autodetect):
12232 Don't require subrip (.srt) files to start with a chunk number of 1.
12234 2006-10-18 Wim Taymans <wim@fluendo.com>
12236 * gst-libs/gst/audio/gstbaseaudiosink.c:
12237 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12238 * gst-libs/gst/audio/gstbaseaudiosink.h:
12239 Extract rate from the NEWSEGMENT event.
12240 Use commit_full to also take rate adjustment into account when writing
12241 samples to the ringbuffer.
12243 * gst-libs/gst/audio/gstringbuffer.c:
12244 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12245 (gst_ring_buffer_read):
12246 * gst-libs/gst/audio/gstringbuffer.h:
12247 Added _commit_full() to also take rate into account.
12248 Use simple interpolation algorithm to resample audio.
12249 API: gst_ring_buffer_commit_full()
12251 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12252 * tests/examples/seek/seek.c: (segment_done):
12253 Don't try to seek with 0.0 rate, just pause instead.
12254 Remove bogus debug line.
12256 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12258 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12260 Catch async errors when starting up the subtitle bin, so we can
12261 stop waiting and continue with the main film instead of hanging
12262 forever. Fixes #339366.
12264 * tests/check/elements/playbin.c: (playbin_suite):
12265 Enable unit test for the above.
12267 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12269 * tests/check/Makefile.am:
12270 * tests/check/elements/.cvsignore:
12271 * tests/check/elements/playbin.c: (GST_START_TEST),
12272 (gst_red_video_src_uri_get_type),
12273 (gst_red_video_src_uri_get_protocols),
12274 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12275 (gst_red_video_src_uri_handler_init),
12276 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12277 (gst_red_video_src_create), (gst_red_video_src_class_init),
12278 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12279 Some small and basic unit tests for playbin; not very useful yet,
12280 but at least a start.
12282 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12284 * gst/playback/gstplaybin.c: (setup_sinks):
12285 The old pad activation spiel.
12287 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12289 * gst/playback/gstplaybasebin.c: (setup_source):
12290 Don't hang forever if the subbin already fails to start up in
12291 the state change to PAUSED (#339366).
12293 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12295 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12296 (gst_tuner_set_channel), (gst_tuner_get_channel),
12297 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12298 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12299 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12300 (gst_tuner_find_channel_by_name):
12301 Fix some function guards, add some more function guards.
12303 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12305 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12306 (remove_element_chain):
12307 Don't return a pad from get_our_ghost_pad unless it is actually the
12309 Change a cast in remove_element_chain slightly.
12311 2006-10-13 Julien MOUTTE <julien@moutte.net>
12313 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12314 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12315 Segment seeking needs to use the rate and set stop to -1.
12317 2006-10-13 Wim Taymans <wim@fluendo.com>
12319 * gst-libs/gst/audio/gstbaseaudiosink.c:
12320 (gst_base_audio_sink_setcaps):
12321 Don't crash when ringbuffer is not yet created.
12322 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12325 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12326 * gst/playback/gststreamselector.c:
12327 (gst_stream_selector_request_new_pad):
12328 Activate pads befre adding them to running elements.
12330 2006-10-13 Julien MOUTTE <julien@moutte.net>
12332 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12333 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12334 updater when we start grabing the slider. Don't wait for the
12335 pipeline to be PAUSED.
12337 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12339 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12340 (gst_mixer_set_volume), (gst_mixer_get_volume),
12341 (gst_mixer_set_mute), (gst_mixer_set_option),
12342 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12343 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12344 (gst_mixer_option_changed):
12345 Guard mixer interface functions against bogus arguments.
12347 2006-10-12 Julien MOUTTE <julien@moutte.net>
12349 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12350 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12351 (msg_state_changed), (main): Use state-changed messages to trigger
12352 start/stop of scale update timer. Indeed the scale slider was
12353 jumping here and there because the update timer was activated
12354 before seek completed. This fixes instant applying of rate changes
12355 by pressing the spinbutton like a crazy man !
12357 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12359 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12361 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12362 (gst_basertppayload_finalize):
12363 Fix two small memory leaks (#361456).
12365 2006-10-10 Julien MOUTTE <julien@moutte.net>
12367 * tests/examples/seek/seek.c: (do_seek),
12368 (rate_spinbutton_changed_cb): When changing spinbutton we try
12369 to change the rate on the fly.
12371 2006-10-10 Wim Taymans <wim@fluendo.com>
12373 * gst-libs/gst/riff/riff-ids.h:
12374 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12375 (gst_riff_create_audio_template_caps):
12378 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12380 Patch by: Josep Torra Valles <josep@fluendo.com>
12382 * ext/gnomevfs/gstgnomevfssink.c:
12383 * ext/gnomevfs/gstgnomevfssrc.c:
12384 Fix URI interface implementation return type.
12385 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12386 Fix what looks like a copy/paste issue when assigning values.
12387 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12388 (gst_audio_filter_template_get_type):
12389 Cast to prevent Forte warnings.
12390 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12391 Fix URI interface implementation return type.
12392 gst_pad_query_position requires a signed integer pointer as
12393 3rd parameter, GstClockTime is unsigned.
12394 * gst/audioconvert/audioconvert.c:
12395 Fix integer overflow when treated as signed.
12396 * gst/audioresample/resample.c: (resample_add_input_data):
12397 Cast to prevent warnings on Forte.
12398 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12399 Fix integer overflow when treated as signed.
12400 * gst/ffmpegcolorspace/imgconvert_template.h:
12401 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12402 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12403 (cleanup_decodebin):
12404 Who initialises a guint to -1!
12405 Cast function pointers to prevent warnings on Forte.
12406 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12407 (queue_threshold_reached):
12408 Cast function pointers correctly to prevent warnings on Forte.
12409 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12410 Cast function pointers correctly to prevent warnings on Forte.
12411 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12412 Obvious change to unsigned, 0xEF > max signed char.
12413 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12414 GstClockTime is unsigned, initialise correctly.
12415 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12416 Cast so pointer arithemetic doesn't cause warnings on Forte.
12417 * gst/videorate/gstvideorate.c:
12418 Use correct return value.
12419 * tests/examples/seek/scrubby.c:
12420 GstClockTime is unsigned, initialise correctly.
12422 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12424 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12426 * gst/typefind/gsttypefindfunctions.c:
12427 Recognise XML files and XML-like files shorter than 256 bytes as
12428 well (fixes #359237).
12430 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12432 Patch by: Renato Filho <renato.filho@indt.org.br>
12434 * gst/typefind/gsttypefindfunctions.c:
12435 Added typefind functions to video/x-nuv media.
12437 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12439 * gst-libs/gst/interfaces/xoverlay.c:
12440 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12441 Some more guards against invalid input.
12443 2006-10-07 Julien MOUTTE <julien@moutte.net>
12445 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12447 * tests/examples/seek/seek.c: (do_seek),
12448 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12449 seek example to experiment with rates != 1.0 (reverse playback !)
12451 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12453 * gst-libs/gst/interfaces/xoverlay.c:
12454 Unref message in doc-example (spotted by Robert McQueen)
12456 2006-10-06 Wim Taymans <wim@fluendo.com>
12458 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12459 (mpeg1_parse_header), (mpeg1_sys_type_find):
12462 2006-10-06 Wim Taymans <wim@fluendo.com>
12464 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12466 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12467 Activate dynamic pads before adding them to the element.
12469 2006-10-06 Michael Smith <msmith@fluendo.com>
12471 * gst-libs/gst/floatcast/floatcast.h:
12472 Fix obviously-bogus macros; use the correct types.
12474 2006-10-06 Wim Taymans <wim@fluendo.com>
12476 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12477 (gst_base_rtp_depayload_change_state):
12478 Also call parent state change function to activate pads.
12480 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12481 (mpeg1_parse_header), (mpeg1_sys_type_find):
12482 Add some more debug info in mpeg typefinding.
12484 2006-10-06 Michael Smith <msmith@fluendo.com>
12486 * ext/theora/theoradec.c: (theora_dec_chain):
12487 Zero byte theora packets are valid and well-defined; don't warn on
12490 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12492 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12493 (gst_multi_fd_sink_get_stats), (find_limits),
12494 (gst_multi_fd_sink_queue_buffer):
12495 API: add dropped_buffers to the get-stats GValueArray
12497 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12499 * ext/alsa/gstalsadeviceprobe.c:
12500 (gst_alsa_device_property_probe_get_values):
12501 * ext/alsa/gstalsasink.c: (set_hwparams):
12502 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12503 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12504 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12505 (gst_ogg_mux_process_best_pad):
12506 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12507 (gst_ogg_parse_chain):
12508 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12509 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12510 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12511 (gst_vorbis_enc_buffer_check_discontinuous):
12512 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12513 * gst-libs/gst/audio/gstbaseaudiosink.c:
12514 (gst_base_audio_sink_render):
12515 * gst-libs/gst/cdda/gstcddabasesrc.c:
12516 (gst_cdda_base_src_handle_track_seek):
12517 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12518 (gst_base_rtp_depayload_push_full):
12519 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12520 * gst/audioresample/resample.c: (resample_input_pushthrough):
12521 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12522 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12523 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12524 (wavpack_type_find):
12525 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12526 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12527 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12528 * tests/check/elements/volume.c: (GST_START_TEST):
12529 Printf format fixes.
12531 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12533 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12534 Fix a simple mistake (see the docs)
12537 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12539 * docs/plugins/Makefile.am:
12540 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12541 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12542 * docs/plugins/gst-plugins-base-plugins.args:
12543 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12544 * docs/plugins/inspect/plugin-adder.xml:
12545 * docs/plugins/inspect/plugin-alsa.xml:
12546 * docs/plugins/inspect/plugin-audioconvert.xml:
12547 * docs/plugins/inspect/plugin-audiorate.xml:
12548 * docs/plugins/inspect/plugin-audioresample.xml:
12549 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12550 * docs/plugins/inspect/plugin-cdparanoia.xml:
12551 * docs/plugins/inspect/plugin-decodebin.xml:
12552 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12553 * docs/plugins/inspect/plugin-gdp.xml:
12554 * docs/plugins/inspect/plugin-gnomevfs.xml:
12555 * docs/plugins/inspect/plugin-libvisual.xml:
12556 * docs/plugins/inspect/plugin-ogg.xml:
12557 * docs/plugins/inspect/plugin-pango.xml:
12558 * docs/plugins/inspect/plugin-playbin.xml:
12559 * docs/plugins/inspect/plugin-subparse.xml:
12560 * docs/plugins/inspect/plugin-tcp.xml:
12561 * docs/plugins/inspect/plugin-theora.xml:
12562 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12563 * docs/plugins/inspect/plugin-video4linux.xml:
12564 * docs/plugins/inspect/plugin-videorate.xml:
12565 * docs/plugins/inspect/plugin-videoscale.xml:
12566 * docs/plugins/inspect/plugin-videotestsrc.xml:
12567 * docs/plugins/inspect/plugin-volume.xml:
12568 * docs/plugins/inspect/plugin-vorbis.xml:
12569 * docs/plugins/inspect/plugin-ximagesink.xml:
12570 * docs/plugins/inspect/plugin-xvimagesink.xml:
12571 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12573 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12575 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12577 * ext/vorbis/Makefile.am:
12578 * ext/vorbis/vorbis.c: (plugin_init):
12579 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12580 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12581 * ext/vorbis/vorbisparse.h:
12582 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12583 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12584 (gst_vorbis_tag_parse_packet):
12585 * ext/vorbis/vorbistag.h:
12586 Add new vorbistag element which derives from vorbisparse
12587 and is essentially the same as well, only that it implements
12588 the GstTagSetter interface and can modify the stream's
12589 vorbiscomment on the fly (#335635).
12591 * tests/check/Makefile.am:
12592 * tests/check/elements/.cvsignore:
12593 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12594 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12595 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12596 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12597 Add unit test for new vorbistag element.
12599 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12601 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12602 (vorbis_parse_push_headers), (vorbis_parse_chain):
12603 Set BOS flag in packet structure to fix 'jump depends
12604 on unitialized value' errors in valgrind; various minor
12607 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12609 * gst/playback/gstdecodebin.c: (close_pad_link):
12610 Fix typo in a debug statement.
12612 * gst/playback/gstplaybasebin.c: (probe_triggered),
12613 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12614 (gen_source_element), (source_new_pad), (analyse_source),
12616 When handling no_more_pads in new_decoded_pad, make sure to treat
12617 subtitle pads correctly. Fixes playback with subtitle files.
12619 Move a recurring message to LOG level.
12621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12622 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12623 which ends up as -1 when cast to an int. Make the logic handle the
12624 max value as an unsigned mask and only change the colorkey when it's
12625 a value we recognise.
12627 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12629 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12630 Removed empty * between paragraphs
12632 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12634 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12635 * gst-libs/gst/rtp/README:
12636 Moved some documentation into .c file
12638 2006-09-29 Wim Taymans <wim@fluendo.com>
12640 * gst/playback/gstdecodebin.c: (no_more_pads):
12643 2006-09-29 Wim Taymans <wim@fluendo.com>
12645 * gst/playback/gstdecodebin.c: (new_caps):
12648 * gst/playback/gstplaybin.c:
12651 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12653 * tests/check/Makefile.am:
12654 Re-enable cddabasesrc test to see if it works again
12657 2006-09-29 Wim Taymans <wim@fluendo.com>
12659 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12660 (gen_source_element):
12661 Handle invalid URIs a bit more gracefully.
12663 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12665 * tests/check/pipelines/oggmux.c:
12666 Remove obsolete comment.
12668 2006-09-29 Michael Smith <msmith@fluendo.com>
12670 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12671 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12672 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12673 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12674 (gst_ogg_mux_collected):
12675 Commit patch from James "Doc" Livingston, adds proper EOS handling
12676 in oggmux. GStreamer can, for the first time ever, create a valid
12679 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12681 Reenable tests now that they pass.
12683 2006-09-29 Wim Taymans <wim@fluendo.com>
12685 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12686 Stop reading commands when EOF (we read 0) as well.
12688 2006-09-28 Wim Taymans <wim@fluendo.com>
12690 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12691 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12692 (find_dynamic), (unlinked), (close_link):
12693 Implement delayed caps linking needed for element with a lot of
12694 different caps on the src pads that get fixed at runtime.
12695 Improve management of dynamic elements.
12697 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12698 (group_destroy), (group_commit), (check_queue), (queue_overrun),
12699 (gen_preroll_element), (remove_groups), (unknown_type),
12700 (add_element_stream), (no_more_pads_full), (no_more_pads),
12701 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12702 (new_decoded_pad), (setup_subtitle), (array_has_value),
12703 (gen_source_element), (source_new_pad), (has_all_raw_caps),
12704 (analyse_source), (remove_decoders), (make_decoder),
12705 (remove_source), (setup_source), (finish_source), (prepare_output),
12706 (gst_play_base_bin_change_state):
12707 * gst/playback/gstplaybasebin.h:
12708 Use more _CAST instead of full type checking casts.
12709 Small cleanups, plug some leaks.
12710 Handle dynamic sources.
12711 Add some helper functions to create lists of strings used for
12712 blacklisting and other stuff.
12713 Refactor some code dealing with analysing the source.
12714 Re-enable sources without pads (like cd:// or other selfcontained
12717 2006-09-28 Wim Taymans <wim@fluendo.com>
12719 * gst-libs/gst/audio/gstbaseaudiosink.c:
12720 (gst_base_audio_sink_render):
12721 When we have a timestamp, we can still perform clipping.
12722 When we have no clock, we must play the sample ASAP.
12724 2006-09-28 Wim Taymans <wim@fluendo.com>
12726 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12727 Set caps on outgoing buffers.
12729 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12730 (gst_video_rate_event), (gst_video_rate_chain):
12731 * gst/videorate/gstvideorate.h:
12732 Fix videorate some more. Fixes #357977
12734 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12736 * tests/check/elements/adder.c: (adder_suite):
12737 Don't set timeout to 6 seconds when we're running
12738 in valgrind ... (and how is 6 seconds longer than
12739 the default anyway?)
12741 2006-09-28 Wim Taymans <wim@fluendo.com>
12743 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12744 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12745 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12746 Keep sink and src segment to keep track of time and support more
12748 Fix bogus next_offset and run_time calculation, don't understand how
12749 this could have worked before. Fixes #357976.
12750 Remove some unneeded vars.
12752 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12754 * gst/playback/gstplaybin.c: (remove_sinks):
12755 Only remove visualisation from visbin if there is a visbin (or:
12756 don't throw warnings when closing totem without playing a file).
12758 2006-09-27 Wim Taymans <wim@fluendo.com>
12760 * gst-libs/gst/audio/gstbaseaudiosink.c:
12761 (gst_base_audio_sink_render):
12762 Add some more info in a WARNING.
12764 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12765 (gst_base_audio_src_create):
12766 Handle PAUSE in create function, use new -core addition to
12767 wait for playing. Fixes pausing and resuming capture from an
12770 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12771 (gst_ring_buffer_read):
12772 Constify some more.
12773 Caller supports interrupted reads now.
12775 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12777 * tests/check/Makefile.am:
12778 Another attempt to make the gen64 buildbot happy.
12780 2006-09-27 Stefan Kost <ensonic@users.sf.net>
12782 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12784 * ext/libvisual/visual.c: (gst_visual_clear_actors),
12785 (gst_visual_chain), (gst_visual_change_state):
12786 Libvisual plugin was not passing audio data to libvisual 0.4.0
12787 correctly. Fixes #357800
12789 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12791 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12792 Add timeout to _get_state() so we see which pipeline it is
12793 that causes trouble on the gen64 build bot.
12795 2006-09-27 Wim Taymans <wim@fluendo.com>
12797 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12798 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12799 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12800 (gst_base_rtp_depayload_set_gst_timestamp):
12801 the source pad always uses fixed caps.
12803 2006-09-27 Wim Taymans <wim@fluendo.com>
12805 * docs/libs/gst-plugins-base-libs-docs.sgml:
12806 * docs/libs/gst-plugins-base-libs-sections.txt:
12807 * gst-libs/gst/audio/gstaudioclock.c:
12808 * gst-libs/gst/audio/gstaudioclock.h:
12809 * gst-libs/gst/audio/gstaudiosink.c:
12810 * gst-libs/gst/audio/gstaudiosink.h:
12811 * gst-libs/gst/audio/gstaudiosrc.c:
12812 * gst-libs/gst/audio/gstbaseaudiosink.c:
12813 (gst_base_audio_sink_render):
12814 * gst-libs/gst/audio/gstbaseaudiosink.h:
12815 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12816 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12817 * gst-libs/gst/audio/gstringbuffer.h:
12818 Added docs for the audio libs.
12820 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12822 * tests/check/Makefile.am:
12823 Temporarily disable test that fails on the bots for unknown reasons.
12825 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12827 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12828 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12829 Moved AudioCodecType into priv
12830 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12832 2006-09-25 Wim Taymans <wim@fluendo.com>
12834 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12835 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12836 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12838 Cleanups and small leak fixes.
12839 Added Depayloaders to valid list of autopluggable elements.
12841 2006-09-25 Wim Taymans <wim@fluendo.com>
12843 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12844 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12845 (gen_video_element), (gen_text_element), (gen_audio_element),
12846 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12847 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12848 Detect NO_PREROLL state change returns and disable clock distribution to
12849 the sinks so that sync is disabled.
12850 Avoid some type checking and do simple casts instead.
12851 Small cleanups, fix some FIXMEs.
12852 Be more robust when linking user specified elements, catch an report
12853 errors. Fixes #357404.
12854 Fix some leaks in the error paths.
12856 2006-09-25 Stefan Kost <ensonic@users.sf.net>
12859 ChangeLog surgery for missing bug-number
12861 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12863 Patch by: Peter Kjellerstedt <pkj at axis com>
12865 * gst/playback/test.c:
12866 Fix compilation with uClibc and -Werror (#357591).
12868 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12870 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12871 Parse dates that are followed by a time as well (#357532).
12873 * tests/check/libs/tag.c: (test_vorbis_tags):
12874 Add unit test for this.
12876 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12878 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12879 (gst_audio_convert_transform_caps):
12880 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12881 * gst/videotestsrc/videotestsrc.h:
12882 A few array const-ifications.
12884 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12886 * tests/check/Makefile.am:
12887 See if this makes the build bots happy.
12889 * tests/check/libs/cddabasesrc.c:
12892 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12894 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12896 * gst/subparse/samiparse.c: (handle_start_font),
12897 (fix_invalid_entities):
12898 More case-insensitivity for certain tags; recognise entities with
12899 decimal codes as special entities as well (#357330).
12901 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12903 * gst-libs/gst/Makefile.am:
12904 Need to build tag directory before cdda.
12906 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12908 * docs/libs/gst-plugins-base-libs-sections.txt:
12909 * gst-libs/gst/cdda/Makefile.am:
12910 * gst-libs/gst/cdda/gstcddabasesrc.c:
12911 (gst_cdda_base_src_base_init):
12912 * gst-libs/gst/cdda/gstcddabasesrc.h:
12913 * gst-libs/gst/tag/tag.h:
12914 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12915 (gst_tag_register_musicbrainz_tags):
12916 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12917 depend on libgsttag. This is required so we can extract/read tags like
12918 DISCID without depending on libgstcddabasesrc (which used to register
12921 * gst-libs/gst/tag/gstvorbistag.c:
12922 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12923 tags (also see #347848).
12925 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12926 Log vorbis comments we are actually writing. Const-ify array.
12928 2006-09-23 Wim Taymans <wim@fluendo.com>
12930 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12931 Improve buffering a bit by avoiding a deadlock because we cannot assume
12932 the underrun is always called.
12934 2006-09-23 Wim Taymans <wim@fluendo.com>
12936 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12938 * gst-libs/gst/riff/riff-ids.h:
12939 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12940 (gst_riff_create_audio_template_caps):
12941 Added MPEG-4 AAC and id and caps. Fixes #357289
12942 Added WMA9 Lossless id.
12944 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
12946 * ext/gnomevfs/gstgnomevfssrc.c:
12947 Fix misleading docs addition.
12949 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12950 Get rid of compiler warning the right way.
12952 2006-09-22 Wim Taymans <wim@fluendo.com>
12954 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12955 (gst_base_rtp_depayload_finalize),
12956 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12957 (gst_base_rtp_depayload_push_full),
12958 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12959 (gst_base_rtp_depayload_process),
12960 (gst_base_rtp_depayload_set_gst_timestamp),
12961 (gst_base_rtp_depayload_queue_release):
12962 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12965 Refactored the process method and added methods to push from the process
12967 Use _scale functions.
12968 API: gst_base_rtp_depayload_push_ts
12969 API: gst_base_rtp_depayload_push
12971 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12972 timestamps are uint.
12974 2006-09-22 Stefan Kost <ensonic@users.sf.net>
12976 * gst-libs/gst/interfaces/xoverlay.c:
12977 Remove unused statement from doc example.
12979 2006-09-21 Stefan Kost <ensonic@users.sf.net>
12981 * gst-libs/gst/interfaces/videoorientation.c:
12982 (gst_video_orientation_iface_init),
12983 (gst_video_orientation_get_hflip),
12984 (gst_video_orientation_get_vflip),
12985 (gst_video_orientation_get_hcenter),
12986 (gst_video_orientation_get_vcenter),
12987 (gst_video_orientation_set_hflip),
12988 (gst_video_orientation_set_vflip),
12989 (gst_video_orientation_set_hcenter),
12990 (gst_video_orientation_set_vcenter):
12991 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12994 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
12996 * tests/check/Makefile.am:
12997 * tests/check/elements/.cvsignore:
12998 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12999 (create_rgb_conversions), (rgb_conversion_free),
13000 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13001 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13002 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13003 but disable for now since it doesn't pass (something wrong with
13006 2006-09-21 Wim Taymans <wim@fluendo.com>
13008 * gst/playback/gstplaybasebin.c: (group_commit),
13009 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13010 (queue_out_of_data), (gen_preroll_element),
13011 (preroll_remove_overrun), (probe_triggered):
13012 Refactor handling of overrun detection.
13013 Separate handling of group completion and deadlock detection when doing
13014 network buffering. This should fix some deadlocks that were not detected
13015 because the group was completed.
13016 Add more comments, improve debugging.
13018 2006-09-21 Wim Taymans <wim@fluendo.com>
13020 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13021 * tests/check/libs/audio.c:
13022 Some more compilation fixes.
13024 2006-09-21 Wim Taymans <wim@fluendo.com>
13026 * gst-libs/gst/audio/gstringbuffer.c:
13027 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13028 (gst_ring_buffer_read):
13029 Early morning compilation fix.
13031 2006-09-20 Wim Taymans <wim@fluendo.com>
13033 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13034 * tests/check/elements/multifdsink.c: (GST_START_TEST):
13035 * tests/check/elements/videorate.c: (GST_START_TEST):
13036 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13037 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13040 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13042 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13043 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13044 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13045 Handcrafted merge to help CVS understanding what I changed and what
13048 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13050 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13051 (gst_xvimagesink_get_times):
13052 change colorkey behaviour back according to #354773 comment 6/7
13054 2006-09-19 Michael Smith <msmith@fluendo.com>
13056 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13057 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13058 (gst_multi_fd_sink_recover_client),
13059 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13060 (gst_multi_fd_sink_get_property):
13061 * gst/tcp/gstmultifdsink.h:
13062 Implement stubbed out properties unit-type, units-soft-max,
13063 units-max, to allow specifying maximum sizes in units other than
13067 2006-09-19 Wim Taymans <wim@fluendo.com>
13069 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13070 (gst_riff_create_audio_template_caps):
13071 Reorder the audio formats a bit for clarity.
13072 Detect and create caps for MSGSM and MSN (WAV49).
13075 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13076 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13077 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13078 Small cleanups, move error handling out of normal flow for clarity.
13080 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13082 * docs/libs/gst-plugins-base-libs-docs.sgml:
13083 * docs/libs/gst-plugins-base-libs.types:
13084 * gst-libs/gst/interfaces/Makefile.am:
13085 * gst-libs/gst/interfaces/videoorientation.c:
13086 (gst_video_orientation_get_type),
13087 (gst_video_orientation_iface_init),
13088 (gst_video_orientation_get_hflip),
13089 (gst_video_orientation_get_vflip),
13090 (gst_video_orientation_get_hcenter),
13091 (gst_video_orientation_get_vcenter),
13092 (gst_video_orientation_set_hflip),
13093 (gst_video_orientation_set_vflip),
13094 (gst_video_orientation_set_hcenter),
13095 (gst_video_orientation_set_vcenter):
13096 * gst-libs/gst/interfaces/videoorientation.h:
13097 API: Add new interface to control video orientation (fixes #354908)
13099 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13101 * gst/videotestsrc/gstvideotestsrc.c:
13102 Use G_UNLIKELY in _create and log one more detail.
13104 (gst_video_test_src_get_times), (gst_video_test_src_create):
13105 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13106 Use gst_util_uint64_scale_int in _get_times().
13108 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13111 Give better warning message (add object and detail).
13113 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13116 (gst_xvimagesink_get_times):
13117 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13118 #354773), use gst_util_uint64_scale_int in _get_times()
13120 2006-09-18 Michael Smith <msmith@fluendo.com>
13122 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13123 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13124 always true, leading to dropping all timestamps.
13126 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13128 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13129 (gst_visual_chain), (gst_visual_change_state):
13130 update to work also with libvisual 0.4 API, fix double unref (#355914)
13132 * tools/gst-launch-ext.1.in:
13133 * tools/gst-visualise.1.in:
13134 remove references to old man-pages
13136 * tests/examples/seek/seek.c: (main):
13137 add real meadi-buttons, add tool-tips for the seek-options, arrange
13138 seek options in a table
13140 2006-09-18 Michael Smith <msmith@fluendo.com>
13142 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13143 (gst_ogg_mux_push_buffer):
13144 Don't generate out-of-order timestamps from oggmux, instead clamp
13145 output timestamps to be >= the previously output ts.
13148 2006-09-18 Michael Smith <msmith@fluendo.com>
13150 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13151 (gst_multi_fd_sink_class_init):
13152 Updates, fixes, and typo corrections for multifdsink. No functional
13155 2006-09-17 Michael Smith <msmith@fluendo.com>
13157 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13158 Don't crash on truncated files - check that we got an 8 byte buffer
13159 before trying to memcmp it.
13161 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13163 * gst/playback/gstplaybasebin.c: (get_active_source):
13164 Make stream-switching appear instant to the application
13165 (ie. make sure that a g_object_get on 'current-foo' returns
13166 the stream previously set with g_object_set(). Totem needs
13167 this to update stream-related meta-info (like audio-codec)
13168 correctly when switching streams.
13170 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13172 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13173 (gst_alsa_mixer_ensure_track_list):
13174 Try harder to guess which mixer track is the master mixer
13175 track (instead of just taking the first one that has a pvolume).
13178 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13180 reviewed by: <delete if not using a buddy>
13182 * gst-libs/gst/audio/audio.h:
13183 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13185 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13187 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13188 (gst_audio_convert_transform_caps):
13189 Get structure-name just once.
13191 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13193 * tests/check/elements/audioresample.c: (GST_START_TEST):
13194 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13195 * tests/check/elements/volume.c: (GST_START_TEST):
13196 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13197 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13198 (test_pipeline), (GST_START_TEST):
13199 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13200 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13201 Fix big batch of compiler warnings.
13203 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13205 * ext/gnomevfs/gstgnomevfssrc.c:
13206 Add docs about icydemux usage in connection with gnomevfssrc
13208 * ext/libvisual/visual.c:
13209 * ext/ogg/gstoggaviparse.c:
13210 * ext/ogg/gstoggdemux.c:
13211 * ext/ogg/gstoggmux.c:
13212 * ext/ogg/gstoggparse.c:
13213 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13214 * gst-libs/gst/audio/gstaudiosink.c:
13215 * gst-libs/gst/audio/gstaudiosrc.c:
13216 * gst/audiorate/gstaudiorate.c:
13217 More G_OBJECT macro fixing.
13219 * gst/audiotestsrc/gstaudiotestsrc.h:
13220 Fix wrong info in header due to copy & paste
13222 2006-09-15 Wim Taymans <wim@fluendo.com>
13224 * gst-libs/gst/audio/gstbaseaudiosink.c:
13225 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13226 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13227 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13228 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13229 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13230 Do the delay calculation in the source/sink base classes as this is
13231 specific for the capture/playback mode.
13232 Try to fixate a bit better, like round depth up to a multiple of 8
13234 Handle underruns correctly by marking DISCONT on buffers and adjusting
13235 timestamps to handle the gap.
13236 Set offset/offset_end correctly on buffers.
13238 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13239 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13240 (gst_ring_buffer_read):
13241 Remove resync and underrun recovery from the ringbuffer.
13242 Fix ringbuffer read code on under/overrun.
13244 2006-09-15 Wim Taymans <wim@fluendo.com>
13246 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13247 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13248 (queue_threshold_reached), (gst_play_base_bin_set_property),
13249 (gst_play_base_bin_get_property):
13250 * gst/playback/gstplaybasebin.h:
13251 Don't use a 0 low watermark when buffering, it is catching starvation
13252 way too late. Instead, use a 3 second queue with 30 and 95
13253 percent low/high watermarks.
13254 Added queue-min-threshold property to configure low watermark.
13255 Use new _buffering message API.
13256 Make queue_threshold variable big enough to store a uint64 time value.
13257 API: playbin::queue-min-threshold property.
13259 2006-09-15 Wim Taymans <wim@fluendo.com>
13262 We require 0.10.10.1 now because of _wait_preroll().
13264 * gst-libs/gst/audio/gstbaseaudiosink.c:
13265 (gst_base_audio_sink_render):
13266 Use gst_base_sink_wait_preroll().
13268 2006-09-15 Wim Taymans <wim@fluendo.com>
13270 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13271 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13272 Use DEBUG_OBJECT more.
13274 === release 0.10.10 ===
13276 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13278 patch by: Michael Smith <msmith at fluendo dot com>
13280 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13281 (gst_multi_fd_sink_client_queue_buffer),
13282 (gst_multi_fd_sink_new_client):
13283 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13284 (multifdsink_suite):
13285 Fix implementation of sync-method 'next-keyframe'
13288 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13290 patch by: Wim Taymans <wim at fluendo dot com>
13292 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13293 This patch removes the RANDOM flag that was incorrectly introduced with
13294 revision 1.91. Fixes #354590
13296 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13298 * tests/check/Makefile.am:
13299 Random variation in Makefile line to see if it makes the
13300 gen64-base-full bot any happier.
13302 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13304 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13305 Disable test that fails at the moment (killed after timeout).
13307 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13309 Patch by: James Livingston <doclivingston at gmail.com>
13311 * tests/check/Makefile.am:
13312 * tests/check/pipelines/.cvsignore:
13313 * tests/check/pipelines/oggmux.c: (get_page_codec),
13314 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13315 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13316 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13317 (test_theora_vorbis), (oggmux_suite):
13318 Add simple unit test for oggmux from #337026 with checking for the
13319 EOS flags disabled for the time being.
13321 2006-09-04 Wim Taymans <wim@fluendo.com>
13323 patch by: Alessandro Dessina <alessandro nnva org>
13325 * ext/ogg/gstoggmux.c:
13326 Add cmml caps to oggmux. Fixes #353912
13328 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13330 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13331 Returning a return value often helps. In this case, we
13332 don't need the return value anyway, so just get rid of it.
13333 Should make build bots much happier.
13335 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13337 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13338 (paint_get_structure), (gst_video_test_src_get_size),
13339 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13340 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13341 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13342 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13343 * gst/videotestsrc/videotestsrc.h:
13344 Add support for AYUV and the various RGBA formats. Initialise
13345 fields of paintinfo structs allocated on the stack.
13347 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13348 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13349 (check_rgb_buf), (videotestsrc_suite):
13350 Add unit tests for videotestsrc's RGB output.
13352 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13354 * gst/videotestsrc/gstvideotestsrc.c:
13355 (gst_video_test_src_pattern_get_type),
13356 (gst_video_test_src_set_pattern):
13357 * gst/videotestsrc/gstvideotestsrc.h:
13358 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13359 (gst_video_test_src_black), (gst_video_test_src_white),
13360 (gst_video_test_src_red), (gst_video_test_src_green),
13361 (gst_video_test_src_blue):
13362 * gst/videotestsrc/videotestsrc.h:
13363 Add more uni-colour patterns ("white", "red", "green", and "blue").
13365 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13367 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13368 Fix stride for YVYU, should be word-aligned (#353658).
13370 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13372 * gst/adder/gstadder.c: (gst_adder_src_event):
13375 2006-08-31 Edward Hervey <edward@fluendo.com>
13377 * gst/adder/gstadder.c: (forward_event_func),
13378 (gst_adder_src_event), (gst_adder_collected),
13379 (gst_adder_change_state):
13380 * gst/adder/gstadder.h:
13381 Remember the start position asked in the incoming seeks, so we can
13382 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13383 of assuming it will always be 0).
13385 2006-08-31 Edward Hervey <edward@fluendo.com>
13387 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13388 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13389 (gst_ogg_demux_loop):
13390 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13392 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13394 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13395 (gst_ffmpegcsp_get_unit_size):
13396 Return FALSE instead of returning a random false unit
13397 size when the format isn't known/supported (even if
13398 this shouldn't happen under normal circumstances).
13400 2006-08-29 Wim Taymans <wim@fluendo.com>
13402 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13404 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13405 (gst_gnome_vfs_src_start):
13406 Try harder to get the size from a uri by using _info_uri() when
13407 _info_from_handle() does not give us enough info.
13408 Also follow symlinks when getting the size.
13409 Partially Fixes #332864.
13411 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13413 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13415 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13416 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13417 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13418 (gst_alsa_mixer_set_record):
13419 * ext/alsa/gstalsamixertrack.c:
13420 (gst_alsa_mixer_track_update_alsa_capabilities),
13421 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13422 (gst_alsa_mixer_track_update):
13423 * ext/alsa/gstalsamixertrack.h:
13424 Improve and fix mixer track handling, in particular better handling
13425 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13426 separate track objects for tracks that have both capture and playback
13427 volume (and label them differently as well so they're not mistakenly
13428 assumed to be duplicates); classify mixer tracks that only affect
13429 the audible volume of something (rather than the capture volume)
13430 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13431 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13432 (following the meaning documented in the mixer interface header
13433 file); add support for alsa's exclusive cswitch groups; update/sync
13434 state/flags better if mixer settings are changed by another
13435 application. Fixes #336075.
13437 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13439 * gst/playback/gstplaybin.c:
13440 Improve docs: add section about BUFFERING messages sent by playbin.
13442 2006-08-29 Michael Smith <msmith@fluendo.com>
13444 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13445 (gst_vorbis_enc_buffer_check_discontinuous),
13446 (gst_vorbis_enc_chain):
13447 Ignore explicit DISCONT marked on buffers (which is often spurious,
13448 particularly when using multiple segments), in favour of solely
13449 using the timestamps/durations.
13451 2006-08-29 Edward Hervey <edward@fluendo.com>
13453 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13454 Don't rely on incoming buffers offset anymore, since it is completely
13455 broken when using multiple segments.
13456 Instead convert the incoming buffers timestamp to running time, and
13457 then convert that value to the offsets.
13458 Also inform GstSegment of the last outputted stop position, which is
13459 needed if we received several segments with an unknown stop value.
13461 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13463 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13464 fix buffer unreffing on a header push failure
13466 2006-08-28 Wim Taymans <wim@fluendo.com>
13468 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13469 (gst_audio_rate_chain):
13470 Make the metadata of the buffer writable before changing its
13473 2006-08-28 Wim Taymans <wim@fluendo.com>
13475 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13476 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13477 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13478 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13479 Fix audiorate some more.
13480 Reset and resync counters on flush and READY.
13481 Handle the DISCONT flag correctly.
13482 Use GstSegment to track position.
13483 Fail when not negotiated.
13486 2006-08-25 Michael Smith <msmith@fluendo.com>
13488 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13490 Remove accidently included debug line.
13492 2006-08-25 Wim Taymans <wim@fluendo.com>
13494 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13496 If a buffer is received with no caps, make the buffer metadata
13497 writable and set the caps, making sure that we don't screw up the
13500 2006-08-25 Michael Smith <msmith@fluendo.com>
13502 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13503 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13504 Fix memory leaks and misleading debug messages, add a couple of
13507 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13508 (gst_multi_fd_sink_render):
13509 Do not use gst_buffer_make_writable() in a basesink render method,
13510 as it may incorrectly unref the buffer. Instead, use convoluted
13511 dance to avoid copying the buffer except when we need to.
13513 2006-08-25 Michael Smith <msmith@fluendo.com>
13515 * ext/vorbis/vorbisenc.c:
13516 (gst_vorbis_enc_buffer_check_discontinuous):
13517 Allow very small discontinuities in the timestamps. These we can't
13518 do anything useful with anyway (because vorbis's timestamps have
13519 only sample granularity), and are commonly produced by elements with
13520 minor bugs. Allow up to 1/2 a sample out.
13523 2006-08-24 Wim Taymans <wim@fluendo.com>
13525 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13526 (play_scrub_toggle_cb), (main):
13527 Add a checkbox to enable play scrubbing. Makes it possible to disable
13530 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13532 * tests/check/elements/.cvsignore:
13533 make buildbot happy
13535 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13537 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13538 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13539 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13540 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13541 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13542 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13543 (gst_ogm_text_parse_strip_trailing_zeroes),
13544 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13545 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13546 Refactor ogm parse, do better input checking, misc. clean-ups.
13547 Cache incoming events and push them once the source pad has
13548 been created. Don't pass unterminated strings to sscanf().
13549 Strip trailing zeroes from subtitle text output, since they
13550 are not valid UTF-8. Don't push vorbiscomment packets on
13551 the subtitle text pad. Output perfect streams if possible.
13553 2006-08-23 Wim Taymans <wim@fluendo.com>
13555 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13556 Waits for tasks to settle down so that we clean up correctly for
13559 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13561 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13562 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13563 actually return return value in taglists_are_equal.
13565 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13567 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13568 Fix crash due to broken bitstream parsing on x86-64: can't make
13569 any assumptions about sizeof(struct) due to alignment/packing
13570 differences on different architectures. Fixes #351790.
13572 2006-08-22 Wim Taymans <wim@fluendo.com>
13574 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13575 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13576 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13577 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13578 (gst_riff_parse_info):
13579 Protect public functions against bad input.
13583 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13585 * gst-libs/gst/riff/riff-ids.h:
13586 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13587 Add voxware audio IDs (even if we can't play it) (#351795).
13589 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13591 * gst-libs/gst/riff/riff-media.c:
13592 (gst_riff_create_video_template_caps),
13593 (gst_riff_create_audio_template_caps),
13594 (gst_riff_create_iavs_template_caps):
13595 Const-ify some arrays and use G_N_ELEMENTS instead
13596 of wasting oodles of RAM on terminator bits.
13598 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13600 * gst-libs/gst/tag/gstvorbistag.c:
13601 (gst_tag_list_to_vorbiscomment_buffer):
13602 * tests/check/libs/tag.c: (GST_START_TEST):
13603 And the same for _to_vorbiscomment_buffer(): allow
13604 id_data_len == 0 for speex.
13606 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13609 * docs/plugins/Makefile.am:
13610 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13611 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13612 * docs/plugins/inspect/plugin-gdp.xml:
13613 * gst/gdp/Makefile.am:
13614 * tests/check/Makefile.am:
13615 Move GDP plugin to -base from -bad. Closes #347783.
13617 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13619 * gst-libs/gst/tag/gstvorbistag.c:
13620 (gst_tag_list_from_vorbiscomment_buffer):
13621 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13622 Also add some checks to make sure we don't memcmp() beyond the end of
13623 vorbiscomment buffer if the ID to check for is larger than the buffer.
13625 * tests/check/libs/tag.c: (GST_START_TEST):
13626 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13628 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13630 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13631 (gst_vorbis_enc_set_metadata):
13632 Use vorbis comment utility functions from libgsttag
13633 instead of re-inventing the wheel (partially fixes #347091).
13635 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13637 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13638 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13639 as some that won't.
13641 2006-08-21 Wim Taymans <wim@fluendo.com>
13643 * docs/libs/Makefile.am:
13644 * docs/libs/gst-plugins-base-libs-sections.txt:
13645 * docs/libs/gst-plugins-base-libs.types:
13646 Don't try to GObject scan the netbuffer as it's not a GObject.
13649 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13650 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13651 Document GstNetBuffer.
13653 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13655 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13656 (audioconvert_suite):
13657 Add testcase for caps-size-explosion
13659 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13661 * gst/audioconvert/gstaudioconvert.c:
13662 (gst_audio_convert_get_unit_size), (set_structure_widths):
13663 Lower debug, use g_assert in _get_unit_size
13665 * gst/audioresample/gstaudioresample.c:
13666 (audioresample_get_unit_size):
13667 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13668 (gst_ffmpegcsp_get_unit_size):
13669 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13670 use g_assert in _get_unit_size
13672 2006-08-18 Wim Taymans <wim@fluendo.com>
13674 * docs/libs/gst-plugins-base-libs-sections.txt:
13675 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13676 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13677 (gst_rtp_buffer_get_payload_buffer):
13678 * gst-libs/gst/rtp/gstrtpbuffer.h:
13679 Document GstRTPBuffer.
13680 Added function to efficiently strip payload headers.
13681 API: gst_rtp_buffer_get_payload_subbuffer()
13683 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13685 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13686 (gst_tag_to_vorbis_comments):
13687 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13688 tags and deserialise them properly as well (#347091).
13689 Add some more gtk-doc blurbs and also some g_return_if_fail().
13691 * tests/check/libs/tag.c: (GST_START_TEST),
13692 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13695 2006-08-17 Wim Taymans <wim@fluendo.com>
13697 * ext/ogg/Makefile.am:
13698 * ext/ogg/gstogg.c: (plugin_init):
13699 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13700 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13701 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13702 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13703 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13704 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13705 Added ogg-in-avi parser element. Fixes #140139.
13707 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13708 Fixed a bug in oggdemux debug code.
13710 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13711 (gst_riff_create_audio_template_caps):
13712 Recognise Ogg in the AVI extensible wave format.
13714 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13716 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13717 Make buffer durations add up (duration should be next_ts-ts for
13718 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13721 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13722 (test_buffer_timestamps), (cddabasesrc_suite):
13723 Add unit test for the above.
13725 * tests/check/Makefile.am:
13726 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13727 to see what happens.
13729 2006-08-16 Wim Taymans <wim@fluendo.com>
13731 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13732 (gst_alsasink_open):
13733 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13734 (gst_alsasrc_open):
13735 Avoid setting and using a NULL device name.
13736 Print more info when we fail to open a device.
13738 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13740 * docs/libs/gst-plugins-base-libs-sections.txt:
13741 * gst-libs/gst/tag/tag.h:
13742 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13743 API: add gst_tag_parse_extended_comment() (#351426).
13745 * tests/check/Makefile.am:
13746 * tests/check/libs/.cvsignore:
13747 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13748 Add unit test for gst_tag_parse_extended_comment().
13750 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13752 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13753 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13754 Fix leak (#351502).
13756 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13758 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13759 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13760 * docs/plugins/gst-plugins-base-plugins.args:
13761 * gst/playback/gstplaybin.c:
13764 * docs/plugins/inspect/plugin-adder.xml:
13765 * docs/plugins/inspect/plugin-alsa.xml:
13766 * docs/plugins/inspect/plugin-audioconvert.xml:
13767 * docs/plugins/inspect/plugin-audiorate.xml:
13768 * docs/plugins/inspect/plugin-audioresample.xml:
13769 * docs/plugins/inspect/plugin-audiotestsrc.xml:
13770 * docs/plugins/inspect/plugin-cdparanoia.xml:
13771 * docs/plugins/inspect/plugin-decodebin.xml:
13772 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13773 * docs/plugins/inspect/plugin-gnomevfs.xml:
13774 * docs/plugins/inspect/plugin-ogg.xml:
13775 * docs/plugins/inspect/plugin-pango.xml:
13776 * docs/plugins/inspect/plugin-playbin.xml:
13777 * docs/plugins/inspect/plugin-subparse.xml:
13778 * docs/plugins/inspect/plugin-tcp.xml:
13779 * docs/plugins/inspect/plugin-theora.xml:
13780 * docs/plugins/inspect/plugin-typefindfunctions.xml:
13781 * docs/plugins/inspect/plugin-video4linux.xml:
13782 * docs/plugins/inspect/plugin-videorate.xml:
13783 * docs/plugins/inspect/plugin-videoscale.xml:
13784 * docs/plugins/inspect/plugin-videotestsrc.xml:
13785 * docs/plugins/inspect/plugin-volume.xml:
13786 * docs/plugins/inspect/plugin-vorbis.xml:
13787 * docs/plugins/inspect/plugin-ximagesink.xml:
13788 * docs/plugins/inspect/plugin-xvimagesink.xml:
13789 Update to CVS version.
13791 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13793 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13794 (gst_play_bin_set_property), (gst_play_bin_get_property),
13795 (value_list_append_structure_list),
13796 (gst_play_bin_handle_redirect_message),
13797 (gst_play_bin_handle_message):
13798 API: GstPlayBin::connection-speed
13799 Add "connection-speed" property; re-order redirect messages with
13800 multiple redirect locations depending on the minimum bitrate if
13801 that information is available and a connection speed is set
13804 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13806 * gst/playback/gstplaybin.c:
13807 Update max volume to the same value that the volume element uses.
13809 2006-08-14 Wim Taymans <wim@fluendo.com>
13811 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13814 2006-08-14 Wim Taymans <wim@fluendo.com>
13816 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13817 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13818 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13819 Add some more debug info.
13820 Don't crash when a seek failed.
13821 Actually return the result of the seek instead of TRUE.
13822 Ignore multiple BOS pages with the same serial so that we don't create
13823 the same stream multiple times.
13824 Post an error when we fail to do the initial seek.
13826 2006-08-13 Wim Taymans <wim@fluendo.com>
13828 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13829 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13830 Small code cleanup.
13832 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13833 (gst_alsa_mixer_new):
13834 Remove hack that always set the device to hw:0*.
13835 Properly find the card name for whatever device was configured.
13836 Do some better debugging.
13839 * ext/alsa/gstalsamixerelement.c:
13840 (gst_alsa_mixer_element_set_property),
13841 (gst_alsa_mixer_element_change_state):
13843 Handle setting of a NULL device name better.
13845 2006-08-11 Wim Taymans <wim@fluendo.com>
13847 * gst/adder/gstadder.c:
13848 Don't clip float values. Fixes #350900.
13850 2006-08-11 Andy Wingo <wingo@pobox.com>
13852 * gst/tcp/gsttcp.c: Really fix the build?
13854 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13857 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13859 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13860 Float caps shouldn't have a "signed" field.
13862 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13864 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13865 Implement SEEKING query in its most basic form, so that we can
13866 at least check if we're seekable or not (#350655).
13868 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
13870 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13871 The checks here are not even close to anything that would
13872 justify MAXIMUM probability, lowering to POSSIBLE until someone
13873 fixes the checks (case at hand: quicktime redirection files
13874 might start with 00 00 01 XX and pass the checks here just
13875 fine, see #350399).
13877 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
13879 Patch by: Sjoerd Simons <sjoerd at luon net>
13881 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13882 Better detection for multipart/x-mixed-replace: accept leading
13883 whitespaces before the boundary marker as well (as our very own
13884 multipartmux used to produce) (#349068).
13886 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
13888 Patch by: Young-Ho Cha <ganadist at chollian net>
13890 * gst-libs/gst/riff/riff-ids.h:
13891 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13892 (gst_riff_create_audio_template_caps):
13893 Detect DTS audio streams (#350157).
13895 2006-08-05 Andy Wingo <wingo@pobox.com>
13897 * ext/theora/gsttheoraparse.h:
13898 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13899 (theora_parse_dispose, theora_parse_set_property)
13900 (theora_parse_get_property, theora_parse_munge_granulepos)
13901 (theora_parse_push_buffer, theora_parse_change_state):
13902 API: GstTheoraParse::synchronization-points
13903 Add a property 'synchronization-points' to fix badly synchronized oggs.
13905 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13907 * tests/check/Makefile.am:
13908 * tests/check/libs/.cvsignore:
13909 * tests/check/libs/audio.c: (structure_contains_channel_positions),
13910 (fixed_caps_have_channel_positions), (GST_START_TEST),
13911 (audio_suite), (main):
13912 Add a few tests for the channel position stuff in libgstaudio.
13914 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13916 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13917 (gst_alsa_detect_channels):
13918 * ext/alsa/gstalsasink.c:
13919 Add support for cards that (only) do more than 8 channels,
13920 like the Delta 44 (#345188).
13922 * gst-libs/gst/audio/multichannel.c:
13923 (gst_audio_check_channel_positions):
13924 * gst-libs/gst/audio/multichannel.h:
13925 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13926 unspecified channel position and cannot be combined with any
13927 of the other audio channel positions; adjust position layout
13928 checks accordingly (#345188).
13930 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13932 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13933 Recognise ancient RealAudio files (see #349779).
13935 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13937 Patch by: Jens Granseuer <jensgr at gmx net>
13939 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13940 Add typefinder for Interplay's MVE format (#348973).
13942 2006-08-02 Wim Taymans <wim@fluendo.com>
13944 Patch by: Marcel Moreaux <marcelm at luon dot net>
13946 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13947 (gst_base_rtp_depayload_add_to_queue):
13948 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13949 Handle RTP sequence number rollover.
13950 Disable jitterbuffer by default.
13952 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
13954 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13955 (audioresample_set_caps):
13956 Don't leak references to the incoming caps. Clean them up when
13959 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13960 (gst_video_scale_finalize):
13961 Don't leak our temporary pixel buffer.
13963 * tests/check/Makefile.am:
13964 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13965 (GST_START_TEST), (simple_launch_lines_suite):
13967 Fix leaks and re-enable the test for valgrind checking.
13969 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
13971 Patch by: Sjoerd Simons <sjoerd at luon net>
13973 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13975 Add typefind function for multipart/x-mixed-replace (#348916).
13977 2006-07-28 Wim Taymans <wim@fluendo.com>
13979 * gst/adder/gstadder.c: (gst_adder_setcaps),
13980 (gst_adder_query_duration):
13981 Fix leak in duration query.
13982 Reflow some docs and notes.
13984 2006-07-28 Michael Smith <msmith@fluendo.com>
13986 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13988 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13991 2006-07-28 Michael Smith <msmith@fluendo.com>
13993 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13994 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13995 (gst_vorbis_enc_push_buffer),
13996 (gst_vorbis_enc_buffer_check_discontinuous),
13997 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13998 * ext/vorbis/vorbisenc.h:
13999 Handle discontinuities in the input vorbis stream correctly,
14000 so that the output is properly timestamped (and has good granulepos
14001 values). Needs some oggmux fixes too.
14003 2006-07-27 Wim Taymans <wim@fluendo.com>
14005 patch by: Kai Vehmanen <kv2004 eca cx>
14007 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14008 (gst_base_rtp_depayload_chain),
14009 (gst_base_rtp_depayload_handle_sink_event),
14010 (gst_base_rtp_depayload_change_state):
14011 Don't send multiple newsegments with different formats.
14014 2006-07-26 Wim Taymans <wim@fluendo.com>
14016 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14017 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14018 Make seeking in ogg more accurate again by doing the more correct
14019 granuletime to stream time conversion.
14021 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
14023 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14024 (gst_multi_fd_sink_new_client):
14025 debug a little more understandably
14026 do not use goto as a substitute for break, especially if
14027 break is also being used
14029 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14031 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14032 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14033 Remove GLib-2.6 compatibility cruft.
14035 2006-07-24 Wim Taymans <wim@fluendo.com>
14037 * gst-libs/gst/audio/gstbaseaudiosink.c:
14038 (gst_base_audio_sink_render):
14039 Don't try to align a sample to an unknown value.
14041 2006-07-24 Wim Taymans <wim@fluendo.com>
14043 * gst-libs/gst/audio/gstbaseaudiosink.c:
14044 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14045 When the audio clock is slaved to another clock, never try to align
14046 samples but trust the rate interpolation algorithm.
14048 2006-07-24 Wim Taymans <wim@fluendo.com>
14050 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14051 Don't try to calculate silence samples, base class does this much
14054 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14055 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14056 (gst_ring_buffer_acquire):
14057 Calculate silence samples correctly.
14059 * gst-libs/gst/audio/gstringbuffer.h:
14062 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
14064 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14065 Limit search for the first markup tag to the first few kB of
14066 the file. If we don't find one there, it's highly unlikely that
14067 this is an XML(-ish) file.
14069 2006-07-21 Andy Wingo <wingo@pobox.com>
14071 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14072 test to the one in vorbisenc. Also commented out.
14074 * tests/check/pipelines/vorbisenc.c:
14075 (test_discontinuity): New test, commented out until Mike lands
14076 some elite vorbisenc patches.
14078 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14079 Bufferstraw was actually factored out of these tests. Now we share
14082 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14083 for bufferstraw addition to gstcheck.
14085 2006-07-21 Wim Taymans <wim@fluendo.com>
14087 * ext/theora/theoradec.c: (clip_buffer):
14090 2006-07-21 Wim Taymans <wim@fluendo.com>
14092 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14093 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14094 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14096 Avoid type casting when we can.
14098 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14101 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14103 * ext/alsa/gstalsamixerelement.c:
14104 (gst_alsa_mixer_element_change_state):
14105 Make state change fail if the specified device can't be opened
14108 2006-07-20 Wim Taymans <wim@fluendo.com>
14110 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14111 (cb_newpad), (main):
14112 Example of a small audio/video player using decodebin.
14114 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14116 * gst-libs/gst/riff/riff-ids.h:
14117 Add 'fact' chunk id
14119 2006-07-19 Wim Taymans <wim@fluendo.com>
14121 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14122 (gst_base_rtp_depayload_chain),
14123 (gst_base_rtp_depayload_change_state):
14124 Don't assert when not negotiated but post a meaningfull
14125 error message. Fixes #347918.
14127 * gst-libs/gst/rtp/gstbasertppayload.c:
14128 Add comment about better default MTU size.
14130 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14131 Small cleanups, start docs.
14133 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14135 Patch by: Martin Szulecki
14137 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14138 If "device-name" is requested and the device is not
14139 open, try to temporarily open it to obtain this
14140 information (#342494).
14142 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14144 * gst-libs/gst/tag/gstid3tag.c:
14145 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14147 * gst-libs/gst/tag/gsttageditingprivate.h:
14148 * gst-libs/gst/tag/gstvorbistag.c:
14149 Some more random const-ifications.
14151 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14153 * gst-libs/gst/riff/riff-ids.h:
14154 * gst-libs/gst/riff/riff-media.c:
14155 (gst_riff_create_video_template_caps):
14156 Add more FOURCCs (sort list to make stuff easier to find),
14157 add comment what those 16 bytes in struct _gst_riff_strh according to
14160 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14162 * gst-libs/gst/audio/multichannel.c:
14163 (gst_audio_check_channel_positions),
14164 (gst_audio_fixate_channel_positions):
14165 Const-ify two arrays.
14167 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14169 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14170 Fix typo, so that alsasink also advertises 8 channels
14171 if that's supported (tags: can, worms, open, alsa, ph34r).
14173 2006-07-17 Wim Taymans <wim@fluendo.com>
14175 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14176 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14177 *sigh*, when is the compiler going to warn when the comments
14178 are out-of-sync with the code.. Refix case of busted theora
14179 headers with 0 granule pos.
14181 2006-07-14 Wim Taymans <wim@fluendo.com>
14183 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14184 (gst_base_rtp_depayload_wait),
14185 (gst_base_rtp_depayload_change_state),
14186 (gst_base_rtp_depayload_set_property),
14187 (gst_base_rtp_depayload_get_property):
14188 Fix 99% cpu load by waiting for absolute times on the
14189 clock. Fixes #347300.
14191 2006-07-14 Andy Wingo <wingo@pobox.com>
14193 * ext/theora/gsttheoraparse.h:
14194 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14195 (theora_parse_push_headers, theora_parse_clear_queue)
14196 (theora_parse_drain_queue_prematurely, )
14197 (theora_parse_sink_event, theora_parse_change_state): Queue events
14198 until we initialized our state, like in vorbisparse.
14200 * ext/vorbis/vorbisparse.h:
14201 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14202 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14203 (vorbis_parse_drain_queue_prematurely, )
14204 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14205 until we have initialized our state. Fixes seeking after an
14208 2006-07-14 Andy Wingo <wingo@pobox.com>
14210 Patch by: Iain Holmes <iaingnome@gmail.com>
14212 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14214 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14217 Bump nano back to CVS
14219 === release 0.10.9 ===
14221 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14224 releasing 0.10.9, "I walk the line"
14226 2006-07-14 Michael Smith <msmith@fluendo.com>
14228 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14229 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14230 (commonly happens when running this test under valgrind) when trying
14231 to remove the buffer probe.
14233 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14236 Fix missing g_unlock from the previous commit
14238 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14240 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14241 (gst_ximagesink_change_state):
14242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14243 (gst_xvimagesink_change_state):
14244 Implement a locking order to ensure we always take the object lock
14245 before the x_lock and never vice-versa.
14247 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14249 * gst/playback/gstdecodebin.c: (find_compatibles):
14250 Fix a caps leak when linking (#347304)
14252 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14253 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14254 (gst_ximagesink_change_state):
14255 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14256 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14257 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14258 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14259 Don't leak shared memory resources. Use the object lock to protect
14260 against the xcontext disappearing while returning a buffer from the
14261 pipeline. (#347304)
14263 2006-07-12 Edward Hervey <edward@fluendo.com>
14265 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14266 (vorbis_handle_comment_packet):
14267 gst_tag_list_merge() returns a new object. Take that into account when
14268 using it. This avoids memleak.
14269 Revert previous commit which is not needed.
14271 2006-07-12 Edward Hervey <edward@fluendo.com>
14273 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14274 Reset the decoder in finalize so that all fields get cleared.
14276 2006-07-12 Wim Taymans <wim@fluendo.com>
14278 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14279 (gst_base_audio_src_set_clock),
14280 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14281 Don't try to post an error message when setting the clock fails
14282 as this can happen when adding an element to a bin which will then
14283 deadlock. Fixes #347296.
14285 2006-07-12 Edward Hervey <edward@fluendo.com>
14287 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14288 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14289 (vorbis_handle_type_packet):
14290 Post tag messages on the bus even if we're not initialized.
14291 If we're not initialized, we still postpone the event pushing of tags.
14293 2006-07-12 Wim Taymans <wim@fluendo.com>
14295 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14296 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14297 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14298 Revert last two changes that broke the freeze.
14300 2006-07-12 Wim Taymans <wim@fluendo.com>
14302 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14303 basesink calculates silence sample correctly for us.
14305 2006-07-12 Wim Taymans <wim@fluendo.com>
14307 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14308 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14309 Calculate correct silence samples so we don't fill our ringbuffer
14312 2006-07-12 Edward Hervey <edward@fluendo.com>
14314 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14315 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14316 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14317 * ext/vorbis/vorbisdec.h:
14318 Delay sending events (newsegment, tags) until the decoder is properly
14322 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14324 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14325 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14326 Patch from #347221 adding a test for audioconvert
14327 channel remappings.
14329 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14331 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14332 (gst_ssa_parse_parse_line):
14333 Don't include the terminating NUL in the buffer size,
14334 it's only there for extra paranoia (would add random
14335 '*' characters at the end of each subtitle since the
14336 terminator itself is not valid UTF-8 technically).
14337 Also fix indenting after boilerplate macro.
14339 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14341 * gst/playback/gstdecodebin.c: (close_pad_link):
14342 Also emit 'unknown-type' signal (which should really be
14343 called unhandled-type) if we found potential decoders/demuxers
14344 in the registry but none of them worked in the end (as in the
14345 case where the plugins don't exist any longer but are still
14346 listed in the registry). Fixes #329798.
14348 2006-07-08 Andy Wingo <wingo@pobox.com>
14350 * theoraparse.c (theora_parse_push_buffer)
14351 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14352 Add some more debugging. Fix granulepos reconstruction in the face
14353 of discontinuities.
14355 2006-07-06 Wim Taymans <wim@fluendo.com>
14357 * gst-libs/gst/audio/gstbaseaudiosink.c:
14358 (gst_base_audio_sink_class_init),
14359 (gst_base_audio_sink_provide_clock):
14360 Use gobject_class instead of G_OBJECT_CLASS (klass)
14362 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14363 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14364 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14365 (gst_base_audio_src_get_time),
14366 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14367 (gst_base_audio_src_create_ringbuffer):
14368 Fix latency and buffer-time constants and properties ala basesink.
14369 Implement pull based scheduling. Fixes #346527.
14370 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14372 Refuse slaving to another clock instead of silently not working.
14373 Only provide a clock when we are actually able to do so.
14374 Various small cleanups and compiler hints.
14376 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14378 Patch by: Lutz Mueller <lutz at topfrose de>
14380 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14382 Add typefinding for text/html (#346581).
14384 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14386 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14387 (xml_check_first_element), (xml_type_find), (smil_type_find):
14388 Fix SMIL typefinding, make xml_check_first_element() more
14391 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14393 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14394 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14395 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14396 * gst/playback/gstplaybasebin.h:
14397 Protect list of elements with a subtitle-encoding property and
14398 the subtitle encoding member itself with a lock of their own
14399 instead of using the object lock. This prevents a dead-lock in
14400 the element-remove callback in some circumstances when shutting
14403 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14405 * win32/common/libgsttag.def:
14406 Export some new functions.
14407 * win32/vs6/libgstogg.dsp:
14408 Add a link to libgsttag-0.10.lib.
14410 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14412 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14413 Some const-ification.
14415 2006-07-04 Wim Taymans <wim@fluendo.com>
14417 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14418 Improve checking if we are dealing with a stream. Added some
14419 more uris that need buffering.
14421 2006-07-03 Edward Hervey <edward@fluendo.com>
14423 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14424 Remove unused variable.
14426 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14431 add GCOV_LIBS to GST_LIBS
14433 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14435 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14437 * ext/alsa/gstalsasrc.c:
14438 Add 32 bps to template caps and increase channels range
14439 from [1,2] to [1,MAX]. See #346326.
14441 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14443 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14444 Recognise 'WMVA' video codec fourcc (#345879).
14446 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14448 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14449 Fixed nasty memory leak
14451 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14453 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14454 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14457 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14459 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14460 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14461 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14462 Protect remove_fakesink using a mutex, so that we don't try and
14463 remove the fakesink simultaneously from multiple threads.
14465 When going from READY to PAUSED, restore the fakesink, so that
14466 it is there when decodebin gets reused.
14468 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14470 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14471 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14472 * gst-libs/gst/rtp/gstbasertppayload.c:
14473 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14474 * gst/tcp/gstmultifdsink.c:
14475 * gst/tcp/gsttcpclientsink.c:
14476 * gst/tcp/gsttcpclientsrc.c:
14477 * gst/tcp/gsttcpserversink.c:
14478 * gst/tcp/gsttcpserversrc.c:
14479 * gst/videorate/gstvideorate.c:
14480 * gst/videotestsrc/gstvideotestsrc.c:
14481 * sys/v4l/gstv4ljpegsrc.c:
14482 * sys/v4l/gstv4lmjpegsink.c:
14483 * sys/v4l/gstv4lsrc.c:
14484 * tests/examples/seek/scrubby.c:
14485 * tests/examples/seek/seek.c:
14486 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14488 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14490 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14491 Second field in GEnumValue shouldn't be a description,
14492 but a stringified version of the enum value.
14494 2006-06-22 Wim Taymans <wim@fluendo.com>
14496 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14497 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14498 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14499 Avoid type checking in buffer casts.
14500 Avoid caps copy in buffer_alloc when we can.
14501 Use pad_peer_accept.
14503 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14505 * gst-libs/gst/tag/tag.h:
14506 Oops, make that 'Since: 0.10.9'.
14508 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14510 * docs/libs/gst-plugins-base-libs-sections.txt:
14511 * gst-libs/gst/tag/tag.h:
14512 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14513 (gst_tag_image_type_get_type):
14514 API: add GstTagImageType enum to describe images contained
14515 in image tags (#345641).
14517 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14519 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14520 Fix warnings with gst-inspect: "buffers-min" property
14521 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14522 typo in property description.
14524 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14526 Patch by: Cody Russell <bratsche at gnome org>
14528 * gst/audioresample/gstaudioresample.c:
14529 (gst_audioresample_class_init):
14530 * gst/playback/gststreamselector.c:
14531 (gst_stream_selector_class_init):
14532 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14533 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14534 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14535 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14536 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14537 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14538 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14539 * gst/videotestsrc/gstvideotestsrc.c:
14540 (gst_video_test_src_class_init):
14541 * gst/volume/gstvolume.c: (gst_volume_class_init):
14542 Avoid unnecessary class cast check in class_init
14543 functions (#337747).
14545 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14547 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14548 (gst_text_overlay_video_chain):
14549 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14550 and doesn't validate its input either (and neither did
14551 textoverlay it seems). Let's do that then and fix #345206.
14553 2006-06-19 Wim Taymans <wim@fluendo.com>
14555 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14556 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14557 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14558 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14559 (find_syncframe), (find_limits), (assign_value),
14560 (count_burst_unit), (gst_multi_fd_sink_new_client),
14561 (gst_multi_fd_sink_handle_client_write),
14562 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14563 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14564 (gst_multi_fd_sink_change_state):
14565 * gst/tcp/gstmultifdsink.h:
14566 Added shiny new burst-on-connect methods.
14567 Add properties to control the minimal amount of data queued.
14569 API: bytes-min property
14570 API: time-min property
14571 API: buffers-min property
14572 API: burst-unit property
14573 API: burst-value property
14574 API: add-full signal
14576 * gst/tcp/gsttcp-marshal.list:
14577 Added new marshaller code for the new signal.
14579 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14580 (multifdsink_suite):
14581 Added testcases for new burst methods.
14583 2006-06-19 Edward Hervey <edward@fluendo.com>
14585 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14586 Implement clipping for accurate seeking.
14589 2006-06-19 Wim Taymans <wim@fluendo.com>
14591 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14593 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14594 (gst_video_scale_transform):
14595 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14597 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14600 Fix --disable-external (can't set conditionals conditionally,
14603 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14605 * tests/check/elements/audioresample.c: (test_reuse),
14606 (audioresample_suite):
14607 Add test case for bug #342789 fixed below.
14609 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14611 * gst/audioresample/gstaudioresample.c:
14612 (gst_audioresample_class_init), (gst_audioresample_init),
14613 (audioresample_start), (audioresample_stop),
14614 (gst_audioresample_set_property), (gst_audioresample_get_property):
14615 Implement GstBaseTransform::start and ::stop so that audioresample
14616 can clear its internal state properly and be reused instead of
14617 causing non-negotiated errors with playbin under some circumstances
14620 * tests/check/elements/audioresample.c: (setup_audioresample),
14621 (cleanup_audioresample):
14622 Need to set element state here so that ::start and ::stop are
14625 2006-06-16 Wim Taymans <wim@fluendo.com>
14627 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14629 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14630 Parse extra data better, apparently it's right behind
14631 the normal strf header size. Fixes #343500.
14633 2006-06-16 Wim Taymans <wim@fluendo.com>
14635 * ext/alsa/gstalsasink.c: (set_hwparams):
14636 If we fail to set the buffer_time and period_time alsa
14637 parameters, post a warning and leave alsa select a
14638 default instead of failing. Fixes #342085
14640 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14642 * docs/libs/gst-plugins-base-libs-sections.txt:
14643 * gst-libs/gst/cdda/gstcddabasesrc.h:
14644 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14645 out in the header file and shouldn't be listed in the docs.
14647 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14648 Must dereference pointer to fourcc in the debug statement.
14650 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14652 * docs/libs/Makefile.am:
14653 * docs/libs/gst-plugins-base-libs-docs.sgml:
14654 * docs/libs/gst-plugins-base-libs-sections.txt:
14655 * docs/libs/gst-plugins-base-libs.types:
14656 add remaining symbols into correct setions
14658 * gst-libs/gst/audio/gstringbuffer.c:
14659 fix incomplete docs
14661 * gst-libs/gst/audio/gstringbuffer.h:
14662 comment out not yet implemented function
14665 * gst-libs/gst/floatcast/floatcast.h:
14666 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14667 add short descriptions
14670 * gst-libs/gst/interfaces/propertyprobe.c:
14671 fix return value docs
14673 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14674 simplify debug logging
14676 * gst-libs/gst/riff/riff-read.h:
14677 sync function prototype and docs
14679 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14680 remove left over symbol
14682 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14686 * docs/Makefile.am:
14687 Use GST_PLUGIN_DOCS macro in configure.ac, add
14688 --enable-plugin-docs default to autogen.sh and use
14689 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14691 2006-06-15 Wim Taymans <wim@fluendo.com>
14693 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14694 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14695 (gst_ogg_demux_loop):
14696 Combine GstFlowReturn from the source pads to give a
14697 meaningfull result to the upstream peer or to stop the
14698 processing task in case of errors.
14700 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14702 * gst/playback/gststreaminfo.c: (cb_probe):
14703 Try GST_TAG_CODEC as fallback when extracting the
14704 codec name; more debug info.
14706 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14708 * ext/ogg/Makefile.am:
14709 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14710 Extract language tags from ogm subtitle streams, so that
14711 the subtitle menu choices are labelled correctly in
14712 Totem (fixes #344708).
14714 2006-06-14 Wim Taymans <wim@fluendo.com>
14716 Patch by: Alessandro Decina <alessandro at nnva dot org>
14718 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14719 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14720 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14721 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14722 Fix various leaks. Fixes #343699.
14723 Add x-smoke mime type.
14725 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14727 * gst-libs/gst/riff/riff-ids.h:
14728 Add IDs for 'bext' chunks (see #343837).
14730 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
14732 Patch by: Young-Ho Cha <ganadist at chollian net>
14734 * gst/subparse/samiparse.c: (sami_context_pop_state),
14735 (handle_start_font), (end_sami_element):
14736 Honour font face tags in SAMI subtitles (#344503).
14738 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14741 add missing files containing translatable strings
14743 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14745 * docs/libs/tmpl/.cvsignore:
14746 we don't want those *.sgml files in CVS either
14748 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14750 * docs/libs/.cvsignore:
14751 * tests/check/elements/.cvsignore:
14752 * tests/check/libs/.cvsignore:
14755 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14757 * docs/libs/Makefile.am:
14758 also commiting the changed Makefile.am (added more libs to the
14761 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14763 * docs/libs/gst-plugins-base-libs-docs.sgml:
14764 * docs/libs/gst-plugins-base-libs-sections.txt:
14765 * docs/libs/gst-plugins-base-libs.types:
14766 first batch of reordering things, add index & hierarchy
14768 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14771 use GST_PKG_CHECK_MODULES, cleans up output
14773 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14775 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14776 Add support for burn:// URIs (#343385); const-ify things a bit,
14777 use G_N_ELEMENTS instead of hard-coded array size.
14779 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14781 Patch by: Young-Ho Cha <ganadist at chollian net>
14783 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14784 Fix up broken entities before passing them to libxml *sigh*.
14787 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14792 === release 0.10.8 ===
14794 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14797 releasing 0.10.8, "Moar gij ziet mij nie"
14799 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14816 * win32/common/config.h:
14817 0.10.7.2 prerelease
14819 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14821 * docs/libs/tmpl/gstaudio.sgml:
14822 * docs/libs/tmpl/gstcolorbalance.sgml:
14823 * docs/libs/tmpl/gstmixer.sgml:
14824 * docs/libs/tmpl/gstringbuffer.sgml:
14825 * docs/libs/tmpl/gsttuner.sgml:
14826 * docs/libs/tmpl/gstxoverlay.sgml:
14827 * gst-libs/gst/audio/audio.c:
14828 * gst-libs/gst/audio/gstringbuffer.c:
14829 * gst-libs/gst/interfaces/colorbalance.c:
14830 * gst-libs/gst/interfaces/mixer.c:
14831 * gst-libs/gst/interfaces/tuner.c:
14832 * gst-libs/gst/interfaces/xoverlay.c:
14833 move last template doc snippets to source code and delete them
14835 2006-06-06 Michael Smith <msmith@fluendo.com>
14837 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14838 (theora_parse_drain_queue):
14839 Mark DELTA_UNIT on non-keyframes.
14841 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
14843 * gst-libs/gst/audio/gstbaseaudiosink.c:
14844 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14845 * gst-libs/gst/audio/gstbaseaudiosink.h:
14846 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14847 (gst_ring_buffer_samples_done):
14848 * gst-libs/gst/audio/gstringbuffer.h:
14849 Document better the fact that latency_time and buffer_time are values
14850 stored in microseconds, and not the usual GStreamer nanoseconds.
14851 Change the variables (compatibly) that store them from GstClockTime
14852 to guint64 to make it more clear that they're not storing clock times.
14853 Also, remove the bogus property description that says the user can
14854 specify -1 to get the default value, since that's never been the case.
14856 When computing the default segment size for the ring buffer, make it
14857 an integer number of samples.
14859 When the sub-class indicates a delay greater than the number of
14860 samples we've written return 0 from the audio sink get_time method.
14862 2006-06-02 Michael Smith <msmith@fluendo.com>
14864 * tests/check/elements/audioconvert.c: (set_channel_positions),
14865 (get_float_mc_caps), (get_int_mc_caps):
14866 * tests/check/elements/audioresample.c:
14867 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14868 * tests/check/elements/videorate.c:
14869 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14870 * tests/check/elements/volume.c:
14871 * tests/check/elements/vorbisdec.c:
14872 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14873 Don't busy-wait in tests; this was causing test timeouts very
14874 frequently when running under valgrind.
14876 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14879 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14880 (gst_multi_fd_sink_remove_client_link),
14881 (gst_multi_fd_sink_client_queue_caps),
14882 (gst_multi_fd_sink_client_queue_buffer),
14883 (gst_multi_fd_sink_handle_client_write),
14884 (gst_multi_fd_sink_render):
14885 * gst/tcp/gstmultifdsink.h:
14886 make multifdsink properly deal with streamheader:
14887 - streamheader is taken from caps
14888 - buffers marked with IN_CAPS are not sent
14889 - streamheaders are sent, on connection, from the caps of the
14890 buffer where the client gets positioned to
14891 - further streamheader changes are done every time the client
14892 will receive a buffer with different caps
14893 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14894 (gst_multifdsink_create_streamheader):
14897 2006-06-02 Michael Smith <msmith@fluendo.com>
14899 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14900 Reinstate limit on channel count. Vorbis does not define the meaning
14901 of > 6 channels, so they're just independent channels. Gstreamer
14902 currently has no mechanism to represent N independent channels.
14904 2006-06-02 Michael Smith <msmith@fluendo.com>
14906 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14907 Don't arbitrarily restrict channel counts and rate in vorbis.
14908 In terms of effects likely on real-world files, this fixes 96kHz
14909 playback of vorbis.
14911 2006-06-02 Michael Smith <msmith@fluendo.com>
14913 * gst/audioconvert/audioconvert.c: (float):
14914 More correct float->int conversion.
14916 2006-06-02 Michael Smith <msmith@fluendo.com>
14918 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14919 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14920 value. Fixes g-critical on trying to play back ogg containing
14923 2006-06-02 Wim Taymans <wim@fluendo.com>
14925 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14927 * gst/playback/gstplaybasebin.h:
14928 Make the subtitle detection work from any thread so we don't
14929 deadlock. Fixes #343397.
14931 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14933 * gst/volume/Makefile.am:
14934 Seriously, it's not *that* hard to get compilation right. Even
14935 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14937 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14939 * gst/volume/gstvolume.c: (volume_choose_func),
14940 (volume_update_real_volume), (gst_volume_class_init),
14941 (gst_volume_init), (volume_process_float), (volume_process_int16),
14942 (volume_process_int16_clamp), (volume_set_caps),
14943 (volume_transform_ip), (plugin_init):
14944 * gst/volume/gstvolume.h:
14945 rewrite the passthrough check, split _int16 and _int16_clamp, fix
14946 another property desc., remove unused param from process function
14948 * tests/check/elements/volume.c: (volume_suite):
14949 reactivate the passthrough test
14951 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14953 * ext/alsa/gstalsamixerelement.h:
14954 * ext/alsa/gstalsamixeroptions.h:
14955 * ext/alsa/gstalsamixertrack.h:
14956 * ext/gnomevfs/gstgnomevfssink.h:
14957 * ext/gnomevfs/gstgnomevfssrc.h:
14958 * ext/theora/gsttheoradec.h:
14959 * ext/theora/gsttheoraenc.h:
14960 * ext/theora/gsttheoraparse.h:
14961 * ext/vorbis/vorbisparse.h:
14962 * gst-libs/gst/audio/gstaudioclock.h:
14963 * gst-libs/gst/audio/gstaudiofilter.h:
14964 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14965 * gst/audioconvert/gstaudioconvert.h:
14966 * gst/audioresample/gstaudioresample.h:
14967 * gst/audiotestsrc/gstaudiotestsrc.h:
14968 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14969 * gst/playback/gststreamselector.h:
14970 * gst/tcp/gstmultifdsink.h:
14971 * gst/tcp/gsttcpclientsink.h:
14972 * gst/tcp/gsttcpclientsrc.h:
14973 * gst/tcp/gsttcpserversink.h:
14974 * gst/tcp/gsttcpserversrc.h:
14975 * gst/videorate/gstvideorate.h:
14976 * gst/videoscale/gstvideoscale.h:
14977 * gst/videotestsrc/gstvideotestsrc.h:
14978 * gst/volume/gstvolume.h:
14979 * sys/v4l/gstv4ljpegsrc.h:
14980 * sys/v4l/gstv4lmjpegsink.h:
14981 * sys/v4l/gstv4lmjpegsrc.h:
14982 * sys/v4l/gstv4lsrc.h:
14983 * sys/ximage/ximagesink.h:
14984 * sys/xvimage/xvimagesink.h:
14985 * tests/old/testsuite/alsa/sinesrc.h:
14986 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14988 2006-05-31 Wim Taymans <wim@fluendo.com>
14990 * ext/libvisual/visual.c: (gst_visual_reset),
14991 (gst_visual_sink_setcaps), (gst_visual_sink_event),
14992 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14994 Use running time before doing QoS.
14997 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
14999 * docs/libs/Makefile.am:
15000 set a magic variable to indicate we know the docs are incomplete
15002 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15004 * win32/common/libgstvideo.def:
15005 export gst_video_calculate_display_ratio
15006 * win32/vs6/libgstvideoscale.dsp:
15007 add link to libgstvideo-0.10.lib
15009 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15011 * gst/playback/gstplaybasebin.c: (gen_source_element):
15012 Throw a more comprehensible error for rtsp:// URIs (rather
15013 than erroring out with a negotiation error later on) until
15014 we fix playbin to handle rtspsrc etc.
15016 2006-05-30 Wim Taymans <wim@fluendo.com>
15018 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15019 (gst_text_overlay_text_event):
15022 2006-05-30 Wim Taymans <wim@fluendo.com>
15024 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15025 (gst_adder_request_new_pad), (gst_adder_release_pad):
15026 * gst/adder/gstadder.h:
15027 Implement release_request_pad.
15028 Make padcounter atomic.
15030 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15031 Added check for release_pad in adder.
15033 2006-05-30 Wim Taymans <wim@fluendo.com>
15035 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15038 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
15040 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15041 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15042 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15043 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15044 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15045 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15046 (gst_ogg_demux_bisect_forward_serialno),
15047 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15048 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15050 clean up printf formats for granulepos and serialno
15052 2006-05-30 Michael Smith <msmith@fluendo.com>
15054 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15055 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15056 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15057 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15058 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15059 * ext/vorbis/vorbisenc.h:
15060 Multi-channel caps negotiation, so we can do proper multichannel
15061 vorbis encoding, negotiated through audioconvert.
15063 2006-05-30 Wim Taymans <wim@fluendo.com>
15065 * tests/check/elements/adder.c: (test_event_message_received),
15066 (test_play_twice_message_received), (GST_START_TEST),
15068 Added check to show that #339935 is fixed with ongoing
15069 adder and collectpads fixes.
15071 2006-05-29 Wim Taymans <wim@fluendo.com>
15073 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15074 Don't leak pad name.
15076 2006-05-29 Wim Taymans <wim@fluendo.com>
15078 * gst/adder/gstadder.c: (gst_adder_query_duration),
15079 (forward_event_func), (forward_event), (gst_adder_src_event):
15081 Make query/seeking code threadsafe.
15083 * tests/check/Makefile.am:
15084 * tests/check/elements/adder.c: (test_event_message_received),
15085 (GST_START_TEST), (test_play_twice_message_received):
15086 Fix adder test case.
15088 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15090 Patch by: Young-Ho Cha <ganadist at chollian net>
15092 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15093 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15094 (set_encoding_element), (decodebin_element_added_cb),
15095 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15096 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15097 * gst/playback/gstplaybasebin.h:
15098 Add 'subtitle-encoding' property to playbin, so applications can
15099 force a subtitle encoding for non-UTF8 subtitles (#342268).
15101 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15102 (gst_sub_parse_set_property):
15103 Rename recently-added 'encoding' property to 'subtitle-encoding'
15104 (so it can be proxied by playbin/decodebin in a generic way
15105 with less danger of false positives).
15107 2006-05-29 Michael Smith <msmith@fluendo.com>
15109 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15110 (append_with_other_format), (set_structure_widths),
15111 (gst_audio_convert_transform_caps):
15112 Patch from #341562: give more specific audio caps in get_caps, so
15113 that basetransform can make better decisions on what caps to
15116 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15118 * tests/check/elements/volume.c:
15119 make it compile again
15121 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15123 * tests/check/elements/volume.c: (volume_suite):
15124 disable test until #343196 gets resolved
15126 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15128 * gst/adder/gstadder.c: (gst_adder_get_type):
15129 Make it easier to copy&paste
15131 * gst/volume/Makefile.am:
15132 * gst/volume/gstvolume.c: (volume_update_real_volume),
15133 (gst_volume_set_volume), (gst_volume_set_mute),
15134 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15135 (volume_transform_ip), (volume_update_mute),
15136 (volume_update_volume):
15137 * gst/volume/gstvolume.h:
15138 Add own debug category, move duplicate code to helper function, fix
15139 property texts, add more comments and prepare ffor liboil-goodness
15141 * tests/check/Makefile.am:
15142 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15143 add test for mute and passtrough case, be a bit more verbose to track
15146 * tests/check/generic/states.c: (GST_START_TEST):
15147 catch elements that fail to instantiate
15149 2006-05-28 Edward Hervey <edward@fluendo.com>
15151 * tests/check/pipelines/simple-launch-lines.c:
15152 * tests/check/pipelines/theoraenc.c:
15153 * tests/check/pipelines/vorbisenc.c:
15154 Comment out tests using parse_launch() if core was built without
15155 parsing capabilities.
15157 2006-05-27 Edward Hervey <edward@fluendo.com>
15159 * tests/check/Makefile.am:
15160 Extra bonus points for whoever explains to ensonic that you are meant
15161 to test unit tests thoroughly before commiting them, especially if
15162 you know it's going to break.
15163 De-activated element/adder tests.
15165 2006-05-27 Edward Hervey <edward@fluendo.com>
15167 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15168 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15169 Marking caps conversion issues as GST_WARNING is way too verbose,
15170 Moving them to GST_LOG.
15172 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15175 Replace current README (containing the release notes from
15176 some 0.9.x version) with a proper README taken from the core.
15178 2006-05-26 Wim Taymans <wim@fluendo.com>
15180 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15181 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15182 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15183 (vorbis_dec_change_state):
15186 Clip output samples to segment boundaries.
15188 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15190 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15191 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15192 Improve the errors produced on bad output, including some human
15193 readable description strings.
15194 Handle the (theoretical for ximagesink) case where the XServer
15195 has a different idea about the size required for a particular
15196 frame and gives us too small a memory allocation.
15198 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15200 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15201 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15202 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15203 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15204 Improve the errors produced on bad output, including some human
15205 readable description strings.
15206 Handle RGB Xv formats properly by transforming them into our
15207 big-endian caps description.
15208 Use gst_caps_truncate to ensure that we never try and choose a
15209 non-fixed caps in buffer_alloc.
15210 Handle the case where the XServer has a different idea about the size
15211 required for a particular frame and gives us too small a memory
15213 Use -1 to indicate 'no image format', because 0 is a valid XServer
15214 image format number.
15215 Put RGB Xv formats at the end of the caps, so that we always prefer
15217 Iterate the available Xv Encodings to determine the maximum width and
15218 height, and then return that in our caps.
15219 (Closes #315312, #337544)
15221 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15223 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15224 When there is only one unfinished pad and it receives an event that
15225 doesn't match our requirements, we need to set alldone=FALSE so that
15226 the fakesink is not removed yet.
15228 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15230 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15231 Use gst_type_find_helper_for_buffer() to find the type
15232 of stream from the first packet.
15235 Bump requirements to core CVS (needed for vorbis
15236 typefinding to work).
15238 2006-05-24 Edward Hervey <edward@fluendo.com>
15240 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15241 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15242 contain. Else they play perfectly fine with qtdemux.
15244 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15246 * ext/theora/theoradec.c:
15247 * ext/theora/theoraenc.c:
15248 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15249 * gst/audiorate/gstaudiorate.c:
15250 make more debug catagories static
15252 * tests/check/Makefile.am:
15253 * tests/check/elements/adder.c: (message_received),
15254 (test_event_message_received), (GST_START_TEST),
15255 (test_play_twice_message_received), (adder_suite):
15256 added test case for using element twice, extra bonus points for anyone
15257 who can make these test run reliably
15259 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15261 * ext/theora/theoradec.c: (theora_dec_chain):
15262 Make work with time-stamped input buffers that do not
15263 have a granulepos in BUFFER_OFFSET_END (like theora
15264 buffers coming from matroskademux). Fixes #342448.
15266 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15268 Patch by: Peter Kjellerstedt <pkj at axis com>
15270 * gst/tcp/Makefile.am:
15271 fdstresstest doesn't need Gtk+, fix compilation if
15272 gtk is not available (#342566).
15274 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15276 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15278 Removed redundant floor()
15280 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15282 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15283 On second thought, just skip JUNK chunks automatically, so
15284 the caller doesn't have to handle this. Fixes #342345.
15285 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15286 not GST_FLOW_ERROR.
15288 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15290 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15291 Don't bail out on JUNK chunks with a size of 0 (would try to
15292 pull_range 0 bytes before, which sources don't like too much).
15295 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15297 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15299 Use the gstutil scaling function to preserve 64 bits while calculating
15300 output width and height from the display-aspect-ratio. (A continuation
15303 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15306 (gst_xvimagesink_buffer_alloc):
15307 * sys/xvimage/xvimagesink.h:
15308 When performing buffer allocations, remember the caps and image format
15309 we return so that if the same caps are asked for next time we can
15310 return them immediately without doing any caps intersections.
15312 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15314 * gst-libs/gst/rtp/README:
15315 Some new documentation
15316 * gst-libs/gst/rtp/gstrtpbuffer.h:
15317 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15318 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15319 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15320 New RTP audio base payloader class. Supports frame or sample based
15321 codecs. Not enabled in Makefile.am until approved.
15323 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15325 * tests/check/elements/alsa.c: (test_device_property_probe):
15326 Fix test case: don't try to free NULL GValueArray when there
15329 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15331 * tests/check/Makefile.am:
15332 * tests/check/elements/alsa.c: (test_device_property_probe),
15333 (alsa_suite), (main):
15334 Add simple test that runs a device property probe on alsasrc,
15335 alsasink and alsamixer. Disable valgrind check for now (too
15336 many leaks in libasound, and valgrind ignored my suppressions
15339 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15341 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15342 (gst_alsa_device_property_probe_probe_property),
15343 (gst_alsa_device_property_probe_needs_probe),
15344 (gst_alsa_device_property_probe_get_values),
15345 (gst_alsa_type_add_device_property_probe_interface):
15346 * ext/alsa/gstalsadeviceprobe.h:
15347 * ext/alsa/gstalsamixerelement.c:
15348 (gst_alsa_mixer_element_init_interfaces):
15349 * ext/alsa/gstalsamixerelement.h:
15350 Clean up and simplify alsa device probing. Make it actually work
15351 for multiple classes. Don't cache results any longer.
15353 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15354 (gst_alsasink_init):
15355 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15356 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15357 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15358 Make alsasink and alsasrc implement the GstPropertyProbe interface
15359 for device probing (#342181).
15360 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15362 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15364 * gst/subparse/samiparse.c: (handle_start_font):
15365 Don't ignore return value of strtol (++compiler_happiness).
15367 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15369 Patch by: Young-Ho Cha <ganadist chollian net>
15371 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15372 (gst_sub_parse_class_init), (gst_sub_parse_init),
15373 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15374 (convert_encoding):
15375 * gst/subparse/gstsubparse.h:
15376 Add 'encoding' property (#341681).
15378 * gst/subparse/samiparse.c: (characters_sami):
15379 Output is pango markup, so we need to escape text
15380 between tags (#342143).
15382 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15384 * gst-libs/gst/audio/multichannel.c:
15385 (gst_audio_check_channel_positions):
15386 It's okay to have caps with channels=1 and a channel position
15387 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15388 (deinterleavers might want to keep the position in the caps,
15389 so that they can be re-interleaved again properly later).
15390 Leave check for unexpected 2-channel layouts intact for now.
15392 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15394 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15395 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15396 basesrc can do its job correctly.
15398 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15400 * ext/alsa/Makefile.am:
15401 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15402 (gst_alsa_detect_formats), (get_channel_free_structure),
15403 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15404 (gst_alsa_probe_supported_formats):
15405 * ext/alsa/gstalsa.h:
15406 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15407 Refactor and improve caps probing code: probe signedness
15408 when we probe the supported formats/widths; set endianness
15409 to the one we actually probed for (ie. cpu endianness).
15411 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15412 (gst_alsasrc_close):
15413 * ext/alsa/gstalsasrc.h:
15414 Implement caps probing for alsasrc.
15416 2006-05-15 Wim Taymans <wim@fluendo.com>
15418 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15419 (theora_dec_src_query), (theora_dec_src_event),
15420 (theora_dec_sink_event), (theora_handle_comment_packet),
15421 (theora_handle_data_packet), (theora_dec_change_state):
15422 Cleanups, add some G_LIKELY.
15423 Use segment helpers instead of our own wrong code.
15424 Clear queued buffers on seek and READY.
15426 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15427 (vorbis_dec_convert), (vorbis_dec_src_query),
15428 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15429 (vorbis_handle_comment_packet), (vorbis_dec_push),
15430 (vorbis_handle_data_packet), (vorbis_dec_chain),
15431 (vorbis_dec_change_state):
15432 * ext/vorbis/vorbisdec.h:
15433 Remove old useless packetno variable.
15434 Do position query properly.
15436 Do cleanup of queued buffers in new helper function
15439 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15441 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15442 Query supported sample rates. Fixes #341732.
15444 2006-05-15 Julien MOUTTE <julien@moutte.net>
15446 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15447 (gst_decode_bin_change_state): Make decodebin reusable
15448 when going from PAUSE_TO_READY and then back to PAUSED.
15451 2006-05-15 Wim Taymans <wim@fluendo.com>
15453 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15454 (vorbis_dec_convert), (vorbis_dec_src_query),
15455 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15456 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15457 (vorbis_dec_clean_queued), (vorbis_dec_push),
15458 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15459 Cleanups. Use refcounting and DEBUG_OBJECT.
15460 Reset segment on flush, use code methods instead of our
15462 Fix potential memleak.
15464 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15466 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15467 (gst_alsasink_init):
15468 * ext/alsa/gstalsasink.h:
15469 Don't leak allocated snd_output_t structure if there's
15470 more than one alsasink instance at a time (#341873).
15471 Also fix GObject macros in header file.
15473 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15475 * gst/subparse/gstsubparse.c:
15476 (gst_sub_parse_data_format_autodetect):
15477 Don't use libxml functions in the typefinding code.
15479 2006-05-15 Wim Taymans <wim@fluendo.com>
15481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15482 Fix seeking performance in the case where a non-header
15483 packet has a 0 granulepos (busted theora case).
15485 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15486 the first place, you limelight stealer you)
15488 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15490 * gst/subparse/gstsubparse.c:
15491 (gst_sub_parse_data_format_autodetect):
15492 Improve SAMI typefinding: handle case where there are
15493 whitespaces or newlines in front of the first <SAMI>
15496 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15499 Build video4linux plugin even if there's no XVIDEO, just
15500 without implementing the GstXOverlay interface (#334002).
15502 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15505 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15507 Add tentative support for libvisual-0.4 (#336881).
15509 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15511 Patch by: Young-Ho Cha <ganadist at chollian net>
15513 * gst/subparse/samiparse.c: (handle_start_font):
15514 Need to map "silver" colour explicitly (#169936).
15516 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15518 Patch by: Young-Ho Cha <ganadist at chollian net>
15520 * gst/subparse/Makefile.am:
15521 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15522 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15523 (gst_sub_parse_format_autodetect), (feed_textbuf),
15524 (gst_subparse_type_find), (plugin_init):
15525 * gst/subparse/gstsubparse.h:
15526 * gst/subparse/samiparse.c:
15527 * gst/subparse/samiparse.h:
15528 Add support for SAMI subtitles (#169936).
15530 2006-05-14 Michael Smith <msmith@fluendo.com>
15532 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15533 Fix #341696: crash when mixing L+R+C to mono or stereo.
15534 * tests/check/Makefile.am:
15535 * tests/check/elements/audioconvert.c: (set_channel_positions),
15536 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15537 (audioconvert_suite):
15538 Add test for the above, including some generic framework bits for
15539 testing multichannel things.
15541 === release 0.10.7 ===
15543 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15546 releasing 0.10.7, "Leave the gun"
15548 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15550 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15554 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15556 * docs/libs/gst-plugins-base-libs-docs.sgml:
15557 * docs/libs/gst-plugins-base-libs-sections.txt:
15558 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15559 * gst-libs/gst/video/video.h:
15560 * gst/videoscale/Makefile.am:
15561 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15562 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15563 * tests/check/Makefile.am:
15564 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15566 Fix integer overflow problem with pixel-aspect-ratio calculations
15567 in videoscale and xvimagesink (#341542)
15569 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15571 * gst-libs/gst/tag/gstid3tag.c:
15572 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15574 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15577 update win32 files listing
15579 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15581 patch by: Sjoerd Simons (sjoerd@luon.net)
15583 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15584 (group_create), (group_destroy), (add_stream),
15585 (gst_play_base_bin_get_property),
15586 (gst_play_base_bin_get_streaminfo_value_array):
15587 * gst/playback/gstplaybasebin.h:
15588 API: GstPlayBaseBin::stream-info-value-array property
15589 use a more bindings-friendly way of exposing streaminfo
15590 using a GValueArray. Tested in ipython.
15593 2006-05-11 Wim Taymans <wim@fluendo.com>
15595 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15596 (queue_underrun_cb), (queue_filled_cb):
15597 Also catch queue underruns but don't do anything yet.
15598 Refactor and comment queue enlarging code a bit.
15600 * gst/playback/gstplaybasebin.c: (queue_overrun),
15601 (queue_threshold_reached), (queue_out_of_data),
15602 (gen_preroll_element):
15603 If a queue over/underruns check that we don't create nasty
15604 deadlocks when the min-threshold is not reached but the
15605 max-bytes is. In those cases disable max-bytes when we
15606 know that the queue is fed timed data.
15609 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15611 * gst/playback/gstplaybin.c: (gen_audio_element):
15612 Make playbin automatically plug an 'audioresample'
15613 element before the audio sink as well. This solves
15614 problems with sinks that only accept a very specific
15615 sample rate, like esdsink (e.g. #340379).
15617 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15619 * gst/playback/gstplaybasebin.c: (gen_source_element):
15620 Make http sources send special headers so that we receive
15621 icecast metadata if the http stream is an icecast stream
15622 (otherwise the server will just ignore them). This also
15623 means that from now on users will need the 'icydemux'
15624 element from gst-plugins-good installed if they want to
15625 listen to icecast radio streams. (#341432, #333657).
15627 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15629 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15630 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15631 remove stupid example from docs - it should come with a simple
15634 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15635 (fail_if_can_read), (GST_START_TEST),
15636 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15637 add a test for changing streamheader which exposes a bug in
15640 2006-05-11 Michael Smith <msmith@fluendo.com>
15642 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15643 (gst_gnome_vfs_src_received_headers_callback):
15644 * ext/gnomevfs/gstgnomevfssrc.h:
15645 Don't set icy-caps unless we have a sane interval value. Move
15646 interval to a local variable; we never use it outside this function.
15648 2006-05-11 Wim Taymans <wim@fluendo.com>
15650 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15652 Register special buffer types along with the objects so
15653 that they are not registered at runtime from N different
15654 streaming threads since they are not threadsafe.
15656 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15658 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15659 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15660 add two more tests, one doing streamheader
15662 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15664 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15665 clean up the bufqueue when shutting down
15666 * tests/check/Makefile.am:
15667 * tests/check/elements/multifdsink.c: (setup_multifdsink),
15668 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15670 add a test for the leak that was just fixed
15672 2006-05-10 Wim Taymans <wim@fluendo.com>
15674 * gst/adder/gstadder.c: (gst_adder_setcaps),
15675 (gst_adder_query_duration), (gst_adder_query), (forward_event),
15676 (gst_adder_src_event), (gst_adder_sink_event),
15677 (gst_adder_class_init), (gst_adder_finalize),
15678 (gst_adder_request_new_pad), (gst_adder_collected):
15679 * gst/adder/gstadder.h:
15680 Updated some docs. Added comments and FIXMEs all over the place.
15681 Improve debugging info.
15682 Fix leak on finalize by not calling the parent.
15683 Implement duration query.
15684 Make event forwarding threadsafe.
15685 Correctly send NEWSEGMENT at start and after flush.
15686 Handle EOS correctly.
15687 Post error when not negotiated.
15689 * tests/check/elements/adder.c: (GST_START_TEST):
15690 Added FIXME in the test.
15692 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15694 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15695 (gst_text_overlay_halign_get_type),
15696 (gst_text_overlay_wrap_mode_get_type):
15697 * ext/theora/theoradec.c: (theora_handle_type_packet),
15698 (theora_handle_data_packet):
15699 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15700 (theora_enc_sink_setcaps), (theora_enc_chain):
15701 * gst-libs/gst/cdda/gstcddabasesrc.c:
15702 (gst_cdda_base_src_mode_get_type):
15703 * gst/audiotestsrc/gstaudiotestsrc.c:
15704 (gst_audiostestsrc_wave_get_type):
15705 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15706 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15707 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15708 (gst_sync_method_get_type), (gst_unit_type_get_type),
15709 (gst_client_status_get_type):
15710 * gst/videoscale/gstvideoscale.c:
15711 (gst_video_scale_method_get_type):
15712 * gst/videotestsrc/gstvideotestsrc.c:
15713 (gst_video_test_src_pattern_get_type):
15714 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15715 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15716 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15717 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15718 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15719 (paint_setup_RGB565), (paint_setup_xRGB1555):
15720 Const-ify GEnumValue and GFlagsValue arrays. Use
15721 GST_ROUND_UP_* macros instead of home-made ones.
15723 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15726 Require core CVS for the new newsegment stuff.
15728 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15730 Patch by: Sjoerd Simons <sjoerd at luon net>
15732 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15733 Register nick for enum value (#341160).
15735 2006-05-09 Stefan Kost <ensonic@users.sf.net>
15737 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15739 backout typefind patch #340375
15741 * tests/check/elements/adder.c: (message_received),
15742 (GST_START_TEST), (adder_suite):
15743 redo, signal-handling of test
15745 2006-05-09 Wim Taymans <wim@fluendo.com>
15747 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15748 (gst_adder_collected):
15749 * gst/adder/gstadder.h:
15750 Remove bogus segment merging and forwarding, we don't
15751 care about timestamps anyway and we just produce a
15753 Also create a nice NEWSEGMENT event when we start.
15754 Use _scale_int some more.
15756 2006-05-09 Edward Hervey <edward@fluendo.com>
15758 * tests/icles/stress-xoverlay.c:
15759 Fix if core was built without parsing support.
15761 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15763 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15764 Add SEDG (Samsung MPEG-4) fourcc.
15766 2006-05-09 Edward Hervey <edward@fluendo.com>
15768 * tests/icles/stress-xoverlay.c:
15769 * tests/examples/volume/volume.c:
15770 Fix if core was built without parsing support.
15772 * tests/examples/seek/seek.c:
15773 Disable the parse_launch example if core was built without parsing
15776 2006-05-08 Edward Hervey <edward@fluendo.com>
15778 * autogen.sh: (CONFIGURE_DEF_OPT):
15779 libtoolize on Darwin/MacOSX is called glibtoolize
15781 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15783 * tests/check/Makefile.am:
15784 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15785 Disable the adder test, until the build-slaves posses the kindness to
15786 either like it or to give valid reason for not doing so
15788 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15790 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15792 Shuffle NULL state change around and raise timeout more
15794 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15796 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15797 (mp4_type_find), (plugin_init):
15798 Add typefind to distinguish between "audio/x-m4a" and new type
15799 "video/mp4". Fixes #340375
15801 * tests/check/elements/adder.c: (adder_suite):
15802 Raise timeout to make buildbot happy
15804 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15806 * gst/adder/gstadder.c: (gst_adder_sink_event),
15807 (gst_adder_request_new_pad), (gst_adder_change_state):
15808 * gst/adder/gstadder.h:
15809 * tests/check/Makefile.am:
15810 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15811 (adder_suite), (main):
15812 Add sink-event handling to adder. It tries to merge incomming
15813 newsegment-events. Added test to check if segment_done is comming
15814 through. Fixes #340060
15816 2006-05-05 Andy Wingo <wingo@pobox.com>
15818 * ext/theora/theoraparse.c (gst_theora_parse_init)
15819 (theora_parse_src_convert, theora_parse_src_query):
15820 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15821 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15822 query functions on the source pads of the theora and vorbis parse
15823 elements. Fixes position querying when doing a remux.
15825 2006-05-05 Michael Smith <msmith@fluendo.com>
15827 * ext/theora/theoraparse.c: (parse_granulepos),
15828 (theora_parse_drain_queue_prematurely),
15829 (theora_parse_queue_buffer), (theora_parse_sink_event):
15831 Fix invalid granulepos outputs when starting with a non-keyframe.
15833 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
15835 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15836 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15837 Rearrange MPEG system stream detection, fixing some memleaks in the
15839 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15840 they clean up their data correctly.
15841 Remove unused ogganx caps and move the 'is_annodex' check to inside
15842 the 'is_ogg' if statement.
15844 2006-05-05 Wim Taymans <wim@fluendo.com>
15846 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15847 Properly remove ghostpads. Fixes #340392
15849 2006-05-04 David Schleef <ds@schleef.org>
15851 * gst/typefind/gsttypefindfunctions.c:
15853 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
15855 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15856 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15858 When typefinding an MP3 in push-based mode, don't penalise the
15859 probability down to 74% when we found 5 valid frames just because we
15860 can't peek the end of the file.
15862 Make the probability for detecting MPEG Transport Streams based on the
15863 number of sequential headers we successfully detected.
15865 2006-05-03 Wim Taymans <wim@fluendo.com>
15867 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15868 (vorbis_dec_push), (vorbis_dec_chain):
15869 Still produce an error when we receive an empty packet.
15871 2006-05-03 Wim Taymans <wim@fluendo.com>
15873 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15874 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15875 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15876 Mark buffers with DISCONT after seek and after activating new
15879 * ext/theora/gsttheoradec.h:
15880 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15881 (theora_get_query_types), (theora_dec_sink_event),
15882 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15883 (theora_dec_change_state):
15885 Detect and mark DISCONT buffers.
15887 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15888 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15889 (vorbis_dec_change_state):
15890 * ext/vorbis/vorbisdec.h:
15892 Detect and mark DISCONT buffers.
15893 Don't crash on 0 sized buffers.
15895 2006-05-03 Wim Taymans <wim@fluendo.com>
15897 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15898 (volume_transform_ip):
15899 Increase "volume" property to 10.0. Fixes #340369.
15900 Set the process function to NULL when capsnego fails so that
15901 we properly error out.
15903 2006-05-02 Stefan Kost <ensonic@users.sf.net>
15905 * gst/playback/gstplaybin.c: (add_sink):
15906 * gst/playback/test.c: (main):
15907 * gst/playback/test5.c: (dump_element_stats):
15908 * gst/playback/test6.c: (main):
15909 free caps using gst_caps_unref, don't leak caps-strings
15911 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
15913 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15915 Refine musepack typefinding a bit. Return MAXIMUM
15916 probability when we detect stream version 7 to make
15917 sure the mpeg audio typefinder doesn't trump us.
15919 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
15921 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15922 Protect against unexpected NULL strf_data buffer.
15924 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15926 * tests/check/elements/audioconvert.c: (verify_convert),
15928 interpret the out[] buffer in the order the bytes are actually
15929 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15930 Other tests should use BYTE_ORDER since the array is filled in
15933 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15935 * tests/check/elements/audioconvert.c: (verify_convert),
15937 when a test fails, give an indication of which it is
15939 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15941 * gst-libs/gst/cdda/gstcddabasesrc.c:
15942 compile fix; strtol() needs <stdlib.h>
15944 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15946 * ext/alsa/gstalsamixerelement.c:
15947 * ext/alsa/gstalsasrc.c:
15948 * ext/cdparanoia/gstcdparanoiasrc.c:
15949 * ext/gnomevfs/gstgnomevfssink.c:
15950 * ext/gnomevfs/gstgnomevfssrc.c:
15951 * ext/ogg/gstoggdemux.c:
15952 * ext/ogg/gstoggmux.c:
15953 * ext/ogg/gstoggparse.c:
15954 * ext/ogg/gstogmparse.c:
15955 * ext/pango/gstclockoverlay.c:
15956 * ext/pango/gsttextoverlay.c:
15957 * ext/pango/gsttextrender.c:
15958 * ext/pango/gsttimeoverlay.c:
15959 * ext/theora/theoradec.c:
15960 * ext/theora/theoraenc.c:
15961 * ext/vorbis/vorbisdec.c:
15962 * ext/vorbis/vorbisenc.c:
15963 * gst-libs/gst/audio/gstaudiofilter.c:
15964 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15965 * gst/audioconvert/gstaudioconvert.c:
15966 * gst/audiorate/gstaudiorate.c:
15967 * gst/audioresample/gstaudioresample.c:
15968 * gst/audiotestsrc/gstaudiotestsrc.c:
15969 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15970 * gst/playback/gstdecodebin.c:
15971 * gst/playback/gstplaybin.c:
15972 * gst/playback/gststreamselector.c:
15973 * gst/subparse/gstsubparse.c:
15974 * gst/tcp/gstmultifdsink.c:
15975 * gst/tcp/gsttcpclientsink.c:
15976 * gst/tcp/gsttcpclientsrc.c:
15977 * gst/tcp/gsttcpserversink.c:
15978 * gst/tcp/gsttcpserversrc.c:
15979 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15980 * gst/videorate/gstvideorate.c:
15981 * gst/videoscale/gstvideoscale.c:
15982 * gst/videotestsrc/gstvideotestsrc.c:
15983 * gst/volume/gstvolume.c:
15984 * sys/v4l/gstv4ljpegsrc.c:
15985 * sys/v4l/gstv4lmjpegsink.c:
15986 * sys/v4l/gstv4lmjpegsrc.c:
15987 * sys/v4l/gstv4lsrc.c:
15988 * sys/ximage/ximagesink.c:
15989 * sys/xvimage/xvimagesink.c:
15990 * tests/check/libs/cddabasesrc.c:
15991 make GstElementDetails const
15993 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15995 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15997 send events from src-pad to all sink-pads fixes #338657
15999 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16001 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16002 (alsasink_parse_spec):
16003 query width capabilities from alsa, fixes #338919
16005 2006-04-28 Wim Taymans <wim@fluendo.com>
16007 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16008 (gst_multi_fd_sink_remove_client_link):
16009 * gst/tcp/gstmultifdsink.h:
16010 Fix race condition in multifdsink that can lead to spurious
16011 duplicate clients. this patch adds a new signal that is fired when
16012 multifdsink has removed all references to the fd.
16014 Updated documentation.
16015 API: client-fd-removed signal added
16017 2006-04-28 Michael Smith <msmith@fluendo.com>
16019 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16020 When asking g_value_array_new to prealloc elements, we may as well
16021 ask for the right number of elements.
16023 2006-04-28 Wim Taymans <wim@fluendo.com>
16025 * gst-libs/gst/audio/gstbaseaudiosink.c:
16026 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16027 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16028 patch to make timestamp checking more tollerant to rounding
16029 errors given that real discontinuities are to be marked on
16030 buffers. Fixes some asf files and #338778.
16031 Also avoid some crashers when we receive an event in the
16034 2006-04-28 Michael Smith <msmith@fluendo.com>
16036 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16037 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16038 (gst_gnome_vfs_src_get_property),
16039 (gst_gnome_vfs_src_send_additional_headers_callback),
16040 (gst_gnome_vfs_src_received_headers_callback),
16041 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16042 (gst_gnome_vfs_src_stop):
16043 * ext/gnomevfs/gstgnomevfssrc.h:
16044 Remove ICY handling (mostly) from gnomevfssrc, in favour of
16045 proper shared support within icydemux.
16047 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16049 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16050 (gst_video_rate_swap_prev), (gst_video_rate_chain):
16052 fix a leak when no caps negotiated
16053 fix counting of input frames
16054 * tests/check/elements/.cvsignore:
16055 * tests/check/elements/videorate.c: (assert_videorate_stats),
16056 (GST_START_TEST), (videorate_suite):
16057 add tests for these
16059 2006-04-28 Wim Taymans <wim@fluendo.com>
16061 * gst-libs/gst/audio/gstringbuffer.c:
16062 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16063 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16064 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16065 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16066 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16067 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16068 (gst_ring_buffer_commit), (gst_ring_buffer_read),
16069 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16070 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16071 Check arguments passed to public functions instead of
16074 2006-04-28 Wim Taymans <wim@fluendo.com>
16076 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16077 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16078 GstBaseAudioSrc must be live or it does not work.
16080 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16081 Don't set live to TRUE as this is the default in the parentclass.
16083 2006-04-28 Wim Taymans <wim@fluendo.com>
16085 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16086 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16087 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16088 fixation cases better. Fixes #338991
16090 2006-04-28 Wim Taymans <wim@fluendo.com>
16092 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16093 Handle 0/1 framerate correctly Fixes #331901.
16095 2006-04-28 Wim Taymans <wim@fluendo.com>
16097 * tests/check/elements/audioconvert.c: (get_float_caps),
16098 (GST_START_TEST), (audioconvert_suite):
16099 Added check for correct clipping when doing float samples
16102 2006-04-28 Wim Taymans <wim@fluendo.com>
16104 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16105 (gst_video_rate_chain):
16106 Print more debugging info.
16108 2006-04-28 Wim Taymans <wim@fluendo.com>
16110 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16111 (resample_set_state_from_caps):
16112 Add support for other formats audioresample can handle such as
16113 32 bits in and float and 64 bits float. Fixes #301759
16115 2006-04-28 Wim Taymans <wim@fluendo.com>
16117 * gst/audioconvert/audioconvert.c: (float):
16118 correctly clip float samples > 1.0. Fixes #338718
16120 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16122 Patch by: Young-Ho Cha <ganadist at chollian net>
16124 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16125 (gst_text_overlay_render_text):
16126 Don't strip newlines from the text. Also, center lines
16127 within multi-line paragraphs (#339405).
16129 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16131 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16132 Fix wavpack typefinding to work in more cases (don't peek
16133 for chunks of multiple hundred kBs at once, but process
16134 things step-by-step in smaller units). Fixes #339786.
16136 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16141 === release 0.10.6 ===
16143 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16146 releasing 0.10.6, "Chao"
16148 2006-04-26 David Schleef <ds@schleef.org>
16150 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16153 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16156 * win32/common/config.h:
16159 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16161 patch by: Wim Taymans
16163 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16164 (gst_ogg_demux_perform_seek):
16165 make sure correct newsegments are sent, so that the decoder
16166 and the demuxer agree on timestamps. Fixes playback of a lot
16167 of Ogg files that do not start from 0. Fixes #339833.
16169 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16171 Patch by: Edward Hervey <edward@fluendo.com>
16173 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16174 * tests/check/Makefile.am:
16175 * tests/check/elements/videorate.c: (assert_videorate_stats),
16176 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16177 (videorate_suite), (main):
16178 Fix an infinite loop if frames are passed in with wrongly ordered
16179 timestamps. Fixes #339013.
16181 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16183 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16185 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16186 fix typefinding on some ISO files. Fixes #339212.
16188 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16190 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16192 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16193 add another H264 fourcc. Fixes #339047.
16195 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16197 Patch by: Jan Schmidt
16199 * gst/playback/gststreamselector.c:
16200 (gst_stream_selector_bufferalloc):
16201 Restore old StreamSelector behaviour.
16204 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16207 * win32/common/config.h:
16210 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16212 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16214 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16215 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16216 Fix some memory leaks: on finalize, free buffers left in the queue
16217 before destroying the queue; in _push(), unref rtp_buf even if
16218 the process vfunc returned a NULL buffer as output buffer (#337548);
16219 demote some recuring debug messages to LOG level.
16221 2006-04-11 Wim Taymans <wim@fluendo.com>
16223 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16224 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16225 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16226 (gst_ogg_demux_loop):
16228 Respect segment stop when emiting EOS or SEGMENT_DONE.
16231 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16233 * gst/playback/gststreamselector.c:
16234 (gst_stream_selector_get_property):
16235 Don't leak pad name.
16237 2006-04-10 Michael Smith <msmith@fluendo.com>
16239 * tests/check/Makefile.am:
16240 * tests/check/gst-plugins-base.supp:
16241 Suppress an old libtheora bug (fixed in more recent versions), so
16242 that FC4 buildslaves can pass.
16244 2006-04-10 Wim Taymans <wim@fluendo.com>
16246 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16247 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16248 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16249 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16250 (gst_ogg_demux_loop):
16252 Remember what error we got when finding chains, if we
16253 were shutdown, that would not be an error.
16255 2006-04-10 Wim Taymans <wim@fluendo.com>
16257 * gst-libs/gst/audio/gstbaseaudiosink.c:
16258 (gst_base_audio_sink_event):
16259 Starting the ringbuffer when we did not acquire it can cause
16260 a deadlock, is pointless and causes nasty things for
16262 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16264 2006-04-10 Wim Taymans <wim@fluendo.com>
16266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16267 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16268 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16269 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16270 (gst_ogg_demux_deactivate_current_chain),
16271 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16272 (gst_ogg_demux_bisect_forward_serialno),
16273 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16274 Add some more debugging.
16276 2006-04-10 Wim Taymans <wim@fluendo.com>
16278 * ext/theora/theoradec.c: (theora_dec_src_event),
16279 (theora_handle_data_packet):
16280 Some more debug info.
16282 * tests/examples/seek/seek.c: (start_seek), (main):
16283 Print element messages too.
16285 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16287 * gst/audioresample/debug.h:
16288 replace debug macros with variable number of parameters
16289 by a simple alias to gstreamer standard debug macros
16290 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16291 supported by MSVC 6.0 and 7.1)
16292 * gst/audioresample/resample.h:
16293 define M_PI and rint for WIN32
16294 * win32/common/libgstaudio.def:
16295 * win32/common/libgstriff.def:
16296 * win32/common/libgsttag.def:
16297 * win32/common/libgstvideo.def:
16298 add new exported functions
16300 update project files
16302 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16304 * ext/alsa/gstalsamixeroptions.c:
16305 (gst_alsa_mixer_options_class_init):
16306 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16308 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16309 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16310 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16311 * gst-libs/gst/audio/gstaudiofilter.c:
16312 (gst_audio_filter_class_init):
16313 * gst-libs/gst/audio/gstaudiosink.c:
16314 (gst_audioringbuffer_class_init):
16315 * gst-libs/gst/audio/gstaudiosrc.c:
16316 (gst_audioringbuffer_class_init):
16317 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16318 * gst-libs/gst/interfaces/colorbalancechannel.c:
16319 (gst_color_balance_channel_class_init):
16320 * gst-libs/gst/interfaces/mixeroptions.c:
16321 (gst_mixer_options_class_init):
16322 * gst-libs/gst/interfaces/mixertrack.c:
16323 (gst_mixer_track_class_init):
16324 * gst-libs/gst/interfaces/tunerchannel.c:
16325 (gst_tuner_channel_class_init):
16326 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16327 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16328 (gst_netbuffer_class_init):
16329 * gst-libs/gst/rtp/gstbasertppayload.c:
16330 (gst_basertppayload_class_init):
16331 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16332 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16333 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16334 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16335 * gst/playback/gststreamselector.c:
16336 (gst_stream_selector_class_init):
16337 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16338 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16339 * sys/v4l/gstv4lcolorbalance.c:
16340 (gst_v4l_color_balance_channel_class_init):
16341 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16342 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16343 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16344 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16345 (gst_v4l_tuner_norm_class_init):
16346 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16347 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16348 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16349 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16351 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16353 * ext/pango/gsttextrender.h:
16354 * gst-libs/gst/audio/gstaudiosink.h:
16355 * gst-libs/gst/audio/gstaudiosrc.h:
16356 * gst-libs/gst/audio/gstbaseaudiosink.h:
16357 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16358 * gst-libs/gst/audio/gstringbuffer.h:
16359 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16360 * gst-libs/gst/rtp/gstbasertppayload.h:
16361 * gst-libs/gst/video/gstvideofilter.h:
16362 * gst-libs/gst/video/gstvideosink.h:
16363 * gst/playback/gstplaybasebin.h:
16364 * gst/tcp/gstmultifdsink.h:
16365 * sys/v4l/gstv4lelement.h:
16366 Fix broken GObject macros
16368 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16370 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16371 More debug to trace why my USB headset is not working with gst
16373 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16375 * gst/playback/gstplaybasebin.c: (group_destroy):
16376 Clean up our group elements properly in the case where it never
16377 got committed - it still got added unconditionally to the bin.
16379 2006-04-07 Wim Taymans <wim@fluendo.com>
16381 * ext/theora/theoradec.c: (theora_dec_sink_event),
16382 (theora_handle_data_packet), (theora_dec_chain):
16383 Unref unhandled events.
16384 Protect against empty buffers.
16385 Perform QoS on running time.
16387 2006-04-07 Michael Smith <msmith@fluendo.com>
16389 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16390 (gst_vorbis_enc_chain):
16391 Remove leaks from vorbisenc.
16392 Mostly minor changes, the only significant one is that now the
16393 buffers we set as 'streamheader' on the caps are copies of the
16394 original buffers, to avoid circular refcounting problems.
16396 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16398 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16399 Don't remove our mute-probe if someone else already did so.
16400 Don't set a 2nd one if there is already one pending on the pad.
16402 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16404 When a seek fails, ensure that playbin is still set back to playing.
16406 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16407 (mpeg_ts_type_find), (plugin_init):
16408 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16410 2006-04-06 Andy Wingo <wingo@pobox.com>
16412 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16413 (gst_video_rate_init): Caps-related parameters should not be reset
16414 by a flush -- move their inits to the instance init function.
16415 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16416 is not OK, just return the result.
16418 * gst/audiotestsrc/gstaudiotestsrc.c
16419 (gst_audio_test_src_class_init)
16420 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16421 broken by Stefan's commit on 24 March.
16423 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16424 buffers being pushed out. Fixes oggmux ! multifdsink.
16426 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16428 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16429 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16430 * ext/vorbis/vorbisdec.h:
16431 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16432 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16433 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16434 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16435 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16436 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16437 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16438 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16439 (gst_vorbis_enc_buffer_from_packet),
16440 (gst_vorbis_enc_buffer_from_header_packet),
16441 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16442 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16443 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16444 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16445 (gst_vorbis_enc_change_state):
16446 * ext/vorbis/vorbisenc.h:
16447 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16448 vorbisenc adhere to the official nomenclature; use boilerplate
16451 2006-04-04 Andy Wingo <wingo@pobox.com>
16453 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16454 Whoops, fix bug introduced. Bad hacker!
16456 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16457 Properly handle the case where you get EOS before any buffers are
16458 received. Use gst_buffer_make_metadata_writable where appropriate.
16460 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16461 is often negative -- make it signed so as not to wrap around.
16462 Fixes segfaults introduced on 9 March.
16464 2006-04-03 Wim Taymans <wim@fluendo.com>
16466 * ext/theora/gsttheoradec.h:
16467 * ext/theora/theoradec.c: (theora_dec_src_event):
16468 Don't try to store a gdouble in a gboolean.
16471 2006-04-03 Michael Smith <msmith@fluendo.com>
16473 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16475 Make it suck slightly less by writing out the final page.
16476 Still can't encode a vorbis-in-ogg file correctly, though.
16478 2006-04-03 Andy Wingo <wingo@pobox.com>
16480 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16483 * ext/theora/theora.c (plugin_init): Register theoraparse.
16485 * ext/theora/gsttheoraparse.h:
16486 * ext/theora/theoraparse.c: New files implementing a theora
16487 parser. Now we can properly remux ogg/theora+vorbis, yay.
16489 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16491 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16493 * gst/audiotestsrc/gstaudiotestsrc.c:
16494 Fixed the sample pipeline (see #323798)
16496 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16499 * win32/common/config.h:
16500 * win32/common/config.h.in:
16501 use AS_VERSION and AS_NANO
16504 2006-03-31 Andy Wingo <wingo@pobox.com>
16506 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16507 uninitialized variable return that would happen.
16509 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16510 uninitialized variable return that would never happen.
16512 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16513 (vorbis_parse_sink_event): Add an event function to flush our
16514 state on a seek, and to drain buffers on a premature EOS.
16515 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16516 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16517 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16518 (vorbis_parse_drain_queue): Queue up buffers until we can set
16519 their timestamps and granulepos values.
16521 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16522 and keep track of data needed for deriving granulepos and
16523 timestamps for buffers.
16525 2006-03-29 Wim Taymans <wim@fluendo.com>
16527 Patch by: j^ <j at bootlab dot org>
16529 * ext/alsa/gstalsamixerelement.c:
16530 (gst_alsa_mixer_element_class_init):
16531 * ext/alsa/gstalsasink.c:
16532 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16533 * ext/ogg/gstoggdemux.c:
16534 * ext/ogg/gstoggmux.c:
16535 * ext/ogg/gstoggparse.c:
16536 * ext/pango/gstclockoverlay.c:
16537 * ext/pango/gsttextoverlay.c:
16538 * ext/pango/gsttextrender.c:
16539 * ext/pango/gsttimeoverlay.c:
16540 * ext/theora/theoradec.c:
16541 * ext/theora/theoraenc.c:
16542 * ext/vorbis/vorbisdec.c:
16543 * ext/vorbis/vorbisenc.c:
16544 * gst/audioconvert/gstaudioconvert.c:
16545 * gst/subparse/gstsubparse.c:
16546 * gst/tcp/gstmultifdsink.c:
16547 * gst/tcp/gsttcpclientsink.c:
16548 * gst/tcp/gsttcpclientsrc.c:
16549 * gst/tcp/gsttcpserversink.c:
16550 * gst/tcp/gsttcpserversrc.c:
16551 better/unified long descriptions
16554 2006-03-29 Wim Taymans <wim@fluendo.com>
16556 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16558 Don't let double and triple clicks mess up our state.
16560 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16562 * gst/playback/gstplaybin.c: (gen_video_element),
16563 (gen_text_element), (gen_audio_element), (gen_vis_element):
16564 Error out gracefully when we can't create any of the usual
16565 conversion elements for some reason. Also, don't try to
16566 create an audioscale (sic) element that's not used anyway.
16568 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16570 * gst/playback/gstplaybasebin.c: (setup_source):
16571 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16572 element for a particular protocol, that's confusing for users.
16573 Instead, post a RESOURCE_FAILED error, so that our own error
16574 message is actually shown in totem etc. (#336303).
16576 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16578 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16580 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16581 (gst_gnome_vfs_src_get_icy_metadata):
16582 Fix some minor memory leaks (#336194).
16584 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16586 * ext/gnomevfs/gstgnomevfs.c:
16587 (gst_gnome_vfs_location_to_uri_string):
16588 * ext/gnomevfs/gstgnomevfs.h:
16589 * ext/gnomevfs/gstgnomevfssink.c:
16590 (gst_gnome_vfs_sink_set_property):
16591 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16592 Make gnomevfssink accept filenames as well as URIs for the
16593 "location" property, just like gnomevfssrc does (and
16594 filesrc/filesink do) (#336190).
16596 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16598 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16599 set to NULL before unreffing, fixes a valgrind leak.
16600 Why was this not triggering the error that an object needs to
16601 be NULL before unreffing ?
16602 * win32/common/config.h:
16605 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16607 * gst/subparse/gstsubparse.c: (convert_encoding),
16608 (gst_sub_parse_change_state):
16609 * gst/subparse/gstsubparse.h:
16610 Text subtitle files may or may not be UTF-8. If it's not, we
16611 don't really want to see '?' characters in place of non-ASCII
16612 characters like accented characters. So let's assume the input
16613 is UTF-8 until we come across text that is clearly not. If it's
16614 not UTF-8, we don't really know what it is, so try the following:
16615 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16616 is set; if not, check (b) if the current locale encoding is
16617 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16618 the current locale encoding is UTF-8 and the environment variable
16619 was not set to any particular encoding. Not perfect, but better
16620 than nothing (and better than before, I think) (fixes #172848).
16622 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16625 update core requirement to 0.10.4.1 because of async_playback
16626 vmethod on GstBaseSink
16628 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16630 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16631 * gst/adder/gstadder.c: (gst_adder_init):
16632 use DEBUG_FUNCPTR for collectpads
16634 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16636 * docs/plugins/Makefile.am:
16637 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16638 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16639 * ext/cdparanoia/gstcdparanoiasrc.c:
16640 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16641 (gst_gnome_vfs_sink_class_init):
16642 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16643 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16644 * ext/ogg/gstoggmux.c:
16645 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16646 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16647 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16648 * ext/pango/gsttextoverlay.c:
16649 * ext/pango/gsttextrender.c:
16650 * ext/theora/theoradec.c:
16651 * ext/theora/theoraenc.c:
16652 * ext/vorbis/vorbisdec.c:
16653 * ext/vorbis/vorbisenc.c:
16654 * gst-libs/gst/audio/gstaudiofilter.c:
16655 (gst_audio_filter_base_init):
16656 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16657 (gst_audio_filter_template_base_init):
16658 * gst/adder/gstadder.c: (gst_adder_get_type):
16659 * gst/adder/gstadder.h:
16660 * gst/audioconvert/gstaudioconvert.c:
16661 * gst/audiotestsrc/gstaudiotestsrc.c:
16662 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16663 (gst_audio_test_src_create):
16664 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16665 * gst/playback/gstdecodebin.c:
16666 * gst/playback/gstplaybin.c:
16667 * gst/playback/gststreamselector.c:
16668 (gst_stream_selector_base_init):
16669 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16670 * gst/volume/gstvolume.c:
16671 * sys/v4l/gstv4lmjpegsink.c:
16672 * sys/v4l/gstv4lmjpegsrc.c:
16673 * tests/check/libs/cddabasesrc.c:
16674 * tests/old/examples/gob/gst-identity2.gob:
16675 Add docs for adder, use GST_ELEMENT_DETAILS macro,
16676 define GstElementDetails at the top
16678 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
16680 * win32/common/libgstinterfaces.def:
16681 Add a lot of export functions for gst-python
16682 * win32/vs6/libgstinterfaces.dsp:
16683 Add a missing include folder in the project configuration
16685 2006-03-23 Wim Taymans <wim@fluendo.com>
16687 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16688 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16689 (gst_base_audio_src_change_state):
16690 Fix audio sources, forgot to make the ringbuffer
16693 2006-03-23 Wim Taymans <wim@fluendo.com>
16695 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16696 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16697 (gst_base_audio_src_change_state):
16698 unparent instead of unref the ringbuffer.
16700 2006-03-23 Wim Taymans <wim@fluendo.com>
16702 * gst-libs/gst/audio/gstbaseaudiosink.c:
16703 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16704 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16705 Implement new async_play vmethod to start slaving and allow
16706 playback start in case of async PLAY state changes.
16708 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16709 Enable QoS with new method in base class.
16711 2006-03-23 Wim Taymans <wim@fluendo.com>
16713 Patch by: Julien MOUTTE <julien at moutte dot net>
16715 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16716 (gst_video_test_src_do_seek), (gst_video_test_src_create):
16717 Partially handle 0 framerate, only EOS after the first frame
16720 2006-03-23 Wim Taymans <wim@fluendo.com>
16722 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16724 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16725 (gst_riff_create_video_template_caps):
16726 * gst/ffmpegcolorspace/avcodec.h:
16727 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16728 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16729 (gst_ffmpegcsp_avpicture_fill):
16730 * gst/ffmpegcolorspace/imgconvert.c:
16731 Patch for support of YVU9 AVI files (#334822)
16733 2006-03-22 Edward Hervey <edward@fluendo.com>
16735 * docs/design/design-decodebin.txt:
16736 Added design document for new decodebin
16737 (Target Caps): text/x-pango-markup is also a default target caps.
16739 2006-03-22 Wim Taymans <wim@fluendo.com>
16741 * gst-libs/gst/audio/gstbaseaudiosink.c:
16742 (gst_base_audio_sink_dispose):
16743 Since we _parent the ringbuffer, we also need to
16744 _unparent instead of a plain _unref.
16746 2006-03-22 Wim Taymans <wim@fluendo.com>
16748 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16749 (stop_seek), (scrub_toggle_cb), (main):
16750 Add scrub checkbox.
16752 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
16754 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16755 (gst_ogg_parse_chain):
16756 Fix very inefficient usage of linked lists (#335365).
16758 2006-03-21 Edward Hervey <edward@fluendo.com>
16760 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16761 * gst/playback/gstplaybin.c: (handoff):
16762 * gst/playback/gststreamselector.c:
16763 (gst_stream_selector_set_property):
16764 gcc 4.1 unreferenced pointer fixes.
16765 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16766 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16767 gst_buffer_ref() now takes a GstBuffer*.
16769 2006-03-20 Julien MOUTTE <julien@moutte.net>
16771 * sys/xvimage/xvimagesink.c:
16772 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16775 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
16777 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16778 (id3v1_type_find), (apetag_type_find), (plugin_init):
16779 Can't do tag preferences via probability, as tags would then
16780 lose against types that are recognised with MAXIMUM probability
16781 (like .wav); so let all tag typefinders return MAXIMUM themselves
16782 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16783 that we can prefer APE to ID3v1 (fixes #335028).
16785 2006-03-17 Wim Taymans <wim@fluendo.com>
16787 * gst-libs/gst/audio/gstbaseaudiosink.c:
16788 (gst_base_audio_sink_change_state):
16789 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16790 (gst_ring_buffer_may_start):
16791 * gst-libs/gst/audio/gstringbuffer.h:
16792 Only start playback if we are playing.
16793 should fix #330748.
16795 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
16797 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16798 * win32/common/config.h:
16799 Revert accidental commits to these files.
16801 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16803 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16805 * tests/Makefile.am:
16806 Don't try to build tests in tests/icles if we
16807 don't have X (#323852)
16809 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16811 * gst-libs/gst/tag/gstid3tag.c:
16812 Add TXXX frame identifiers for replaygain stuff as used
16813 by some taggers (see #323721).
16815 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
16817 * gst/playback/gststreamselector.c:
16818 (gst_stream_selector_set_property),
16819 (gst_stream_selector_bufferalloc):
16820 Preserve the existing buggy streamselector behaviour by performing
16821 a fallback buffer allocation when downstream isn't linked yet.
16822 This should really be fixed in playbin by blocking pads until it's
16824 Also, use gst_pad_alloc_buffer instead of
16825 gst_pad_alloc_buffer_and_set.
16827 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16829 * gst-libs/gst/tag/gstid3tag.c:
16830 Don't crash on unknown ID3v2 TXXX frames.
16832 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
16834 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16835 Chain up to the parent finalize method.
16836 Add 32-bit sample size to the template caps.
16838 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16839 (gst_riff_create_video_template_caps):
16840 Add the fourcc that the VMWare codec uses.
16842 * gst/playback/gststreamselector.c:
16843 (gst_stream_selector_set_property),
16844 (gst_stream_selector_bufferalloc),
16845 (gst_stream_selector_request_new_pad):
16846 For the active pad, forward buffer-alloc requests, otherwise
16847 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16848 having to memcpy every frame when used by playbin.
16850 * gst/tcp/gstmultifdsink.c:
16851 (gst_multi_fd_sink_handle_client_write):
16852 Get negotiated caps from the sink pad, rather than the sink
16855 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16857 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16859 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16860 Don't forget to set src->callbacks_pushed to FALSE again when
16861 popping them, otherwise re-activation in a different mode won't
16864 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16866 Patch by: Sebastien Moutte <sebastien moutte net>
16868 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16869 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16870 (gst_ffmpeg_smpfmt_to_caps):
16871 Replace __VA_ARGS__ caps creation macros with varargs functions.
16872 Makes things compile on MSVC (#320765), looks nicer, and we can
16873 tell the compiler to check for the NULL terminator.
16875 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16877 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16879 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16880 Make sure the buffer we copy into is really always big
16881 enough, this time for real (#333488).
16883 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16885 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16886 Add support for 24bpp DIB (#305279).
16888 2006-03-14 Wim Taymans <wim@fluendo.com>
16890 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16891 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16892 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16893 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16894 (gst_video_scale_init), (gst_video_scale_src_event):
16895 Re-enable QoS after the release.
16896 Rework videoscale to use the base class src_event handler.
16898 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16903 === release 0.10.5 ===
16905 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
16908 releasing 0.10.5, "Net"
16910 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
16912 * docs/plugins/Makefile.am:
16913 Part of previous cdparanoiasrc docs fixes, forgot to commit.
16915 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16917 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16918 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16919 * docs/plugins/gst-plugins-base-plugins.hierarchy:
16920 Add cdparanoiasrc to docs.
16922 * gst-libs/gst/cdda/gstcddabasesrc.c:
16923 More GstCddaBaseSrc docs.
16925 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16927 * docs/libs/gst-plugins-base-libs-sections.txt:
16928 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16929 * gst-libs/gst/tag/tag.h:
16930 API: libgsttag: new method gst_tag_from_id3_user_tag().
16932 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16934 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16935 NULL-terminate array of mpeg4 video file extensions.
16936 Fixes crash on PPC (#334226).
16938 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16940 * ext/gnomevfs/gstgnomevfssrc.c:
16941 (gst_gnome_vfs_src_check_get_range):
16942 gnome_vfs_uri_is_local() alone is not a good indicator
16943 whether we can operate in pull-mode with a specific URI,
16944 as it returns FALSE for file:// URIs that point to an
16945 NFS-mounted path. Be more conservative here: whitelist
16946 local files, blacklist http URIs and use the old
16947 mechanism for anything else (fixes #334216).
16949 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16954 === release 0.10.4 ===
16956 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16959 releasing 0.10.4, "Power"
16961 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
16963 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16964 Disable max-lateness by setting it to -1 for now, so that
16965 we can bed QoS stuff in thoroughly between now and the next
16968 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
16970 Patch by: Fabrizio Gennari
16972 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16973 Make sure we don't read beyond the palette buffer in case of
16974 broken or manipulated files (#333488)
16976 2006-03-10 Edward Hervey <edward@fluendo.com>
16978 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16979 Fix for variable not initialized.
16981 2006-03-09 Wim Taymans <wim@fluendo.com>
16983 * ext/libvisual/visual.c: (gst_visual_get_type),
16984 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16985 (gst_visual_chain):
16988 * ext/theora/gsttheoradec.h:
16989 * ext/theora/theoradec.c: (gst_theora_dec_init),
16990 (gst_theora_dec_reset), (_theora_granule_time),
16991 (theora_dec_src_convert), (theora_dec_sink_convert),
16992 (theora_dec_src_query), (theora_dec_src_event),
16993 (theora_dec_sink_event), (theora_handle_comment_packet),
16994 (theora_handle_header_packet), (theora_dec_push),
16995 (theora_handle_data_packet), (theora_dec_chain),
16996 (theora_dec_change_state):
16999 2006-03-09 Wim Taymans <wim@fluendo.com>
17001 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17002 (audiocast_register_listener), (gst_gnome_vfs_src_start):
17005 2006-03-09 Wim Taymans <wim@fluendo.com>
17007 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17008 Don't try to activate NULL chains.
17010 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17012 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17013 Fix invalid memory access to region before peek'd data (#332964).
17015 2006-03-09 Wim Taymans <wim@fluendo.com>
17017 Patch by: Christophe Fergeau
17019 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17020 * ext/pango/gsttextrender.c: (gst_text_render_init):
17021 * gst/adder/gstadder.c: (gst_adder_init):
17022 Don't leak padtemplates, closes #333510.
17024 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17026 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17027 Fix invalid memory access: make sure string passed to
17028 regexec() is NUL-termianted.
17030 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17032 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17034 Refactor mpeg/audio typefinding to make it more maintainable
17035 and easier to fine-tune. Make probing into middle of the file
17036 work properly (fixes #333900, also see #152688).
17038 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17040 * gst/typefind/gsttypefindfunctions.c:
17041 (utf8_type_find_have_valid_utf8_at_offset):
17042 Remove part from previous commit that was bogus:
17043 g_utf8_validate() does in fact not accept embedded
17044 zeroes, so we don't need to check for those (thanks
17045 to Mike for the hint).
17047 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17049 * gst/typefind/gsttypefindfunctions.c:
17050 (utf8_type_find_count_embedded_zeroes),
17051 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17052 Make plain/text typefinder more conservative: firstly, check
17053 for embedded zeroes, which are perfectly valid UTF-8 characters,
17054 but also a fairly good sign that something is not a plain text
17055 file; secondly, probe into the middle of the file if possible.
17056 If we can't probe into the middle, limit the probability value
17057 to be returned to TYPE_FIND_POSSIBLE (see #333900).
17059 2006-03-08 Michael Smith <msmith@fluendo.com>
17061 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17062 Make typefind function name for mpeg4 video unique.
17064 2006-03-08 Wim Taymans <wim@fluendo.com>
17066 * ext/libvisual/visual.c: (gst_visual_init),
17067 (gst_visual_clear_actors), (gst_visual_dispose),
17068 (gst_visual_reset), (gst_visual_src_setcaps),
17069 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17070 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17071 (gst_visual_chain), (gst_visual_change_state):
17072 Cleanups, post nice errors.
17073 Handle sink and src events.
17074 Implement simple QoS.
17076 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17077 Use new basesink methods to configure max-lateness.
17080 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17081 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17082 Debug statement cleanups.
17084 * gst/volume/gstvolume.c: (gst_volume_class_init):
17087 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17089 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17090 (gst_text_overlay_init), (gst_text_overlay_set_property),
17091 (gst_text_overlay_get_property):
17092 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17093 as string type properties, but mark them deprecated. Add
17094 'halignment' and 'valignment' properties that use enums
17095 instead of strings.
17097 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17099 Patch by: Fabrizio Gennari
17101 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17102 Allow palettes with less than 256 colours in AVI files
17105 2006-03-07 Julien MOUTTE <julien@moutte.net>
17107 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17108 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17109 pad. We were releasing the queued text buffer when we should keep
17110 it until video pad gets EOS or discard the text buffer because it's
17111 too old. That was eating the last subtitle buffer. Add some more
17114 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17116 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17117 (gst_text_overlay_video_chain):
17118 Fix invalid memory access (we can't access a buffer after it's been
17119 pushed downstream without taking a reference); fix memory leak (if
17120 there's no text to render, bail out before allocating stuff).
17122 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17124 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17125 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17126 * ext/pango/gsttextoverlay.h:
17127 If input is plain text, escape it before passing it to
17128 pango_layout_set_markup().
17130 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17132 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17133 Don't ignore flow return from gst_pad_push().
17135 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17137 Patch by: Fabrizio Gennari
17139 * ext/libvisual/visual.c: (gst_visual_getcaps),
17140 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17141 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17142 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17143 (gst_vorbisenc_convert_sink):
17144 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17145 (gst_audio_duration_from_pad_buffer):
17146 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17147 (gst_audio_filter_chain):
17148 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17149 (gst_base_rtp_depayload_setcaps):
17150 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17151 (gst_video_get_size):
17152 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17153 Don't leak references returned by gst_pad_get_parent()
17156 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17158 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17159 change location param details
17160 * gst/volume/gstvolume.c: (plugin_init):
17161 correct plugin description
17163 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17165 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17166 (gst_gnome_vfs_src_check_get_range):
17167 Override GstBaseSrc::check_get_range() in order to avoid opening
17168 the resource just to check whether we can operate in pull-mode or
17169 not - we can predict that pretty well from the URI alone. Should
17170 fix problems with last.fm (#331690). (Requires latest core CVS).
17172 2006-03-06 Wim Taymans <wim@fluendo.com>
17174 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17175 (gst_video_sink_class_init):
17176 Throw away frames that are later than 20 ms.
17178 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17180 Patch by: Fabrizio Gennari
17182 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17183 Set depth on WMA caps (#333545)
17185 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17187 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17188 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17189 put Theora BOS pages before others. This hardcodes
17190 the Ogg/Theora I profile, but hey.
17192 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17195 updated with some examples
17196 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17197 (granulepos_add), (theora_buffer_from_packet):
17198 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17199 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17200 (gst_vorbisenc_chain):
17201 implement strategy from ext/ogg/README
17202 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17203 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17204 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17205 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17206 Fix muxer so that oggz-validate is happy with all streams;
17207 except for no eos mark, and the BOS page ordering
17208 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17209 (check_buffer_granulepos):
17210 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17211 update tests to check for OFFSET being set as requested
17212 fixed type of granulepos, it's not a ClockTime
17214 2006-03-05 Julien MOUTTE <julien@moutte.net>
17216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17217 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17218 Check that the xvimage we are creating has a correct size
17219 before returning it. (#314897)
17221 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17223 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17224 Give id3 and ape tag typefinders a rank slightly higher
17225 than PRIMARY to ensure they're always run before any of
17226 the other typefinders (in particular wav and mp3) (#324186).
17228 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17230 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17231 Add support for '3IVD' fourcc (#333403).
17233 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17236 Bump requirements to GStreamer CVS for the new error enum.
17238 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17239 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17240 space left on the device (fixes #333352).
17242 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17245 add a project file for libgstvolume
17246 update the workspace
17248 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17250 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17251 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17253 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17254 Set IN_CAPS on header buffers
17256 2006-03-02 Wim Taymans <wim@fluendo.com>
17258 * docs/plugins/Makefile.am:
17259 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17260 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17261 Add audioresample to docs.
17263 * gst/audioconvert/gstaudioconvert.c:
17266 * gst/audioresample/gstaudioresample.c:
17267 (gst_audioresample_base_init), (gst_audioresample_class_init),
17268 (gst_audioresample_init), (gst_audioresample_dispose),
17269 (audioresample_get_unit_size), (audioresample_transform_caps),
17270 (resample_set_state_from_caps), (audioresample_transform_size),
17271 (audioresample_set_caps), (audioresample_event),
17272 (audioresample_do_output), (audioresample_transform),
17273 (audioresample_pushthrough), (gst_audioresample_set_property),
17274 (gst_audioresample_get_property), (plugin_init):
17275 * gst/audioresample/gstaudioresample.h:
17277 Small code cleanups.
17279 2006-03-02 Wim Taymans <wim@fluendo.com>
17281 * docs/plugins/Makefile.am:
17282 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17283 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17284 Added videoscale to docs.
17286 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17287 (gst_video_rate_swap_prev), (gst_video_rate_event),
17288 (gst_video_rate_chain):
17291 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17292 (gst_video_scale_init), (gst_video_scale_prepare_size),
17293 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17294 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17295 * gst/videoscale/gstvideoscale.h:
17296 Added docs, examples.
17297 Some code cleanups.
17298 Post errors instead of g_warning.
17300 2006-03-02 Wim Taymans <wim@fluendo.com>
17302 * docs/libs/gst-plugins-base-libs-docs.sgml:
17303 * docs/libs/gst-plugins-base-libs-sections.txt:
17304 * docs/libs/gst-plugins-base-libs.types:
17305 * docs/plugins/Makefile.am:
17306 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17307 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17308 Added some more docs to libs and plugins.
17310 * gst-libs/gst/audio/gstringbuffer.c:
17311 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17312 * gst-libs/gst/audio/gstringbuffer.h:
17313 Document ringbuffer some more.
17315 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17316 (gst_video_rate_setcaps), (gst_video_rate_reset),
17317 (gst_video_rate_init), (gst_video_rate_flush_prev),
17318 (gst_video_rate_swap_prev), (gst_video_rate_event),
17319 (gst_video_rate_chain), (gst_video_rate_change_state):
17320 * gst/videorate/gstvideorate.h:
17321 Fix videorate to use segments.
17322 Make it work with 0/1 framerates (closes #331903)
17323 Handle EOS correctly.
17326 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17328 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17329 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17330 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17331 In state change function, first chain up to parent class,
17332 then handle downwards state change stuff. Remove some
17333 commented out cruft from 0.8 code.
17335 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17337 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17338 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17339 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17340 (gst_ogm_parse_chain):
17341 Don't remove/re-add source pad if the new caps are the same as
17342 the old caps anyway (#333042). When removing source pad, don't
17343 unref it afterwards - we didn't ref it when adding. Sprinkle some
17344 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17345 after using gst_pad_get_parent(). Return downstream flow return
17346 value in chain function.
17348 2006-03-02 Wim Taymans <wim@fluendo.com>
17350 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17351 * docs/plugins/gst-plugins-base-plugins.args:
17352 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17353 * docs/plugins/gst-plugins-base-plugins.interfaces:
17354 * docs/plugins/gst-plugins-base-plugins.signals:
17355 Fix hierarchy, added some more elements to the docs.
17357 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17358 (gst_ffmpegcsp_get_type):
17359 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17360 Fix docs for ffmpegcolorspace.
17362 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17364 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17365 (apetag_type_find), (ape_type_find), (plugin_init):
17366 Some typefinding fine-tuning:
17367 - rank ID3/APE tags in order of preference via probabilities, so that
17368 ID3v2 > APEv2 > APEv1 > ID3v1.
17369 - three or four bytes don't really justify MAXIMUM probability,
17370 change those to 'very likely' (musepack and monkeysaudio).
17372 2006-03-01 Wim Taymans <wim@fluendo.com>
17374 * docs/plugins/Makefile.am:
17375 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17376 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17377 * ext/alsa/gstalsamixer.c:
17378 * ext/alsa/gstalsamixer.h:
17379 * ext/alsa/gstalsamixerelement.c:
17380 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17381 * ext/alsa/gstalsamixerelement.h:
17382 * ext/alsa/gstalsasink.c:
17383 * ext/alsa/gstalsasink.h:
17384 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17385 (gst_alsasrc_init):
17386 * ext/alsa/gstalsasrc.h:
17388 Small code cleanups.
17390 2006-03-01 Wim Taymans <wim@fluendo.com>
17392 * ext/theora/Makefile.am:
17393 Dist new header too,
17395 2006-03-01 Wim Taymans <wim@fluendo.com>
17397 * docs/plugins/Makefile.am:
17398 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17399 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17400 * ext/gnomevfs/gstgnomevfssink.h:
17401 * ext/gnomevfs/gstgnomevfssrc.h:
17402 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17403 * ext/vorbis/vorbisdec.h:
17404 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17405 * ext/vorbis/vorbisenc.h:
17406 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17407 (vorbis_parse_chain), (vorbis_parse_change_state):
17408 * ext/vorbis/vorbisparse.h:
17409 * gst/audioconvert/gstaudioconvert.h:
17410 * gst/tcp/gsttcpserversink.h:
17411 * gst/videotestsrc/gstvideotestsrc.c:
17412 * gst/videotestsrc/gstvideotestsrc.h:
17413 * gst/volume/gstvolume.c:
17414 * gst/volume/gstvolume.h:
17415 Fix some more docs.
17416 Added docs for vorbisdec and vorbisparse.
17419 2006-03-01 Wim Taymans <wim@fluendo.com>
17421 * docs/plugins/Makefile.am:
17422 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17423 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17424 * ext/pango/gstclockoverlay.h:
17425 * ext/pango/gsttextoverlay.h:
17426 * ext/pango/gsttextrender.h:
17427 * ext/pango/gsttimeoverlay.h:
17428 * ext/theora/gsttheoradec.h:
17429 * ext/theora/gsttheoraenc.h:
17430 * ext/theora/theoradec.c:
17431 * ext/theora/theoraenc.c:
17432 * gst/audioconvert/gstaudioconvert.h:
17433 * gst/audiotestsrc/gstaudiotestsrc.h:
17434 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17435 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17436 * gst/tcp/gstmultifdsink.h:
17437 Updated/added documentation.
17439 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17440 (gst_text_overlay_halign_get_type),
17441 (gst_text_overlay_wrap_mode_get_type),
17442 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17443 (gst_text_overlay_init), (gst_text_overlay_set_property),
17444 (gst_text_overlay_get_property):
17445 Fix up properties to be enums instead of string to make bindings,
17446 introspection and automatic GUI creation possible.
17447 Add getters for the properties.
17449 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17451 * gst/audiotestsrc/gstaudiotestsrc.c:
17452 added defines of M_PI and M_PI_2
17453 * gst/ffmpegcolorspace/avcodec.h:
17454 removed #include "stdint.h" for win32 as _stdint.h is
17455 autogenerated to win32/common
17456 * win32/common/libgstaudio.def:
17457 * win32/common/libgsttag.def:
17460 some project files bugs corrected
17462 project files are reset to the default vs7 configuration
17463 (they link to msvcr71.dll using default optimizations)
17465 2006-02-28 Wim Taymans <wim@fluendo.com>
17467 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17470 2006-02-28 Edward Hervey <edward@fluendo.com>
17472 * ext/alsa/gstalsasrc.c:
17473 Set proper class on the ElementDetails:
17474 Source/Audio instead of Src/Audio/
17476 2006-02-28 Edward Hervey <edward@fluendo.com>
17478 * gst/videoscale/vs_scanline.c:
17479 (vs_scanline_resample_nearest_RGBA):
17480 Revert optimization in videoscale. It should go in liboil and have
17481 an appropriate liboil function.
17483 2006-02-28 Wim Taymans <wim@fluendo.com>
17485 * gst-libs/gst/audio/gstbaseaudiosink.c:
17486 (gst_base_audio_sink_provide_clock):
17487 Don't try to provide a clock in the NULL state.
17489 2006-02-28 Wim Taymans <wim@fluendo.com>
17491 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17492 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17493 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17494 (gst_ogg_demux_deactivate_current_chain),
17495 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17496 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17497 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17498 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17499 Use GstSegment infrastructure to remove duplicated code
17500 and handle more seek cases correctly.
17502 2006-02-28 Wim Taymans <wim@fluendo.com>
17504 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17505 (gst_ffmpegcsp_transform):
17506 Don't ignore return code from ffmpeg convert function.
17508 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17509 Split out some long statements to ease debugging.
17511 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17513 * ext/libvisual/visual.c: (gst_visual_init),
17514 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17515 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17516 being able to renegotiate the size. Instead, use the negotiation
17517 algorithm from the goom plugin to pick an initial output caps.
17519 Also, allow theoretical libvisual plugins that might support non-GL
17520 output even if they also do GL.
17522 2006-02-26 Julien MOUTTE <julien@moutte.net>
17524 * ext/libvisual/visual.c: (gst_visual_init),
17525 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17526 (plugin_init): Load only non GL plugins. Fix some memleaks and
17527 possible negotiation issues.
17529 2006-02-25 Julien MOUTTE <julien@moutte.net>
17531 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17533 2006-02-24 Michael Smith <msmith@fluendo.com>
17535 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17536 (cmml_type_find), (plugin_init):
17537 Fix CMML type find function to not require a specific minor version
17538 of the CMML header.
17540 Add an MPEG4 video elementary stream typefind function.
17542 2006-02-04 Michael Smith <msmith@fluendo.com>
17544 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17545 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17546 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17547 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17548 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17549 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17550 Annodex support in ogg demuxer. Doesn't do very much without the
17551 other annodex patches (to come).
17553 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17555 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17557 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17558 Pick up palette for MS video v1 (#327028)
17560 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17562 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17563 (gst_ffmpegcsp_caps_remove_format_info),
17564 (gst_ffmpegcsp_get_unit_size):
17565 The 'palette_data' field from incoming RGB caps shouldn't be
17566 proxied on outgoing YUV caps; also, restrict unit size
17567 adjustment in case of paletted data only to the unit that
17568 actually has a palette. Fixes #330711.
17570 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17572 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17573 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17574 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17575 (gst_ffmpegcsp_get_unit_size):
17576 Plug some memory leaks.
17578 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17580 * sys/ximage/Makefile.am:
17581 * sys/xvimage/Makefile.am:
17582 Add some _CFLAGS and _LIBS that seem to be missing
17583 and/or required for Cygwin (see #317048).
17585 2006-02-22 Wim Taymans <wim@fluendo.com>
17587 * ext/alsa/gstalsasrc.c:
17588 Fix description as pointed out by caugier.
17590 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17592 Reviewed by : Edward Hervey <edward@fluendo.com>
17594 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17596 Better 3gp typefinding (#331526).
17598 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17600 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17601 Don't send EOS event here, the base class will send one for us.
17603 * gst/playback/gstplaybasebin.c: (prepare_output):
17604 Subpictures without video stream aren't allowed either.
17606 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17607 Fix debug statement copy'n'paste-o.
17609 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17611 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17612 Fix issues with mixer keeping state when muting/unmuting
17613 and when changing the volume whilst muted (see #331763
17616 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17618 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17619 (parse_subrip), (gst_sub_parse_format_autodetect):
17620 Set right caps given that we send escaped text. Also,
17621 honour <i></i>, <b></b> and <u></u> markers that can be found
17622 in .srt files (fixes #310202).
17624 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17626 * gst-libs/gst/audio/mixerutils.c:
17627 (element_factory_rank_compare_func):
17628 Make order in which elements are tried more determinable.
17630 2006-02-20 Julien MOUTTE <julien@moutte.net>
17632 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17633 (remove_element_chain), (cleanup_decodebin),
17634 (gst_decode_bin_change_state): Make decodebin reusable by
17635 fixing remove_element_chain first and then introduce a
17636 cleaner in state change to ->NULL. (Closes #331678)
17638 2006-02-19 Wim Taymans <wim@fluendo.com>
17640 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17641 use 0666 mask when creating files so umask gets applied
17642 correctly. Fixes #331295.
17644 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17646 * gst/subparse/Makefile.am:
17647 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17648 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17649 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17650 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17651 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17652 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17653 * gst/subparse/gstssaparse.h:
17654 * gst/subparse/gstsubparse.c: (plugin_init):
17655 Add very basic parser for SSA subtitle streams (as often
17656 found in matroska files).
17658 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17660 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17661 That should be text/x-pango-markup, not text/x-pango-layout.
17663 2006-02-19 Julien MOUTTE <julien@moutte.net>
17665 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17668 2006-02-19 Julien MOUTTE <julien@moutte.net>
17670 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17671 (gst_text_overlay_finalize), (gst_text_overlay_init),
17672 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17673 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17674 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17675 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17676 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17677 Fix state change deadlock.
17679 2006-02-19 Julien MOUTTE <julien@moutte.net>
17681 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17682 (gst_text_overlay_finalize), (gst_text_overlay_init),
17683 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17684 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17685 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17686 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17687 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17688 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17689 and subtitles files.
17691 2006-02-19 Julien MOUTTE <julien@moutte.net>
17693 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17694 should be considered as raw.
17696 2006-02-19 Julien MOUTTE <julien@moutte.net>
17698 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17700 * gst/playback/gststreaminfo.h: Introduce language informations.
17702 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17704 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17705 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17706 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17707 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17708 Set shared memory segments to be deleted as soon as we have attached,
17709 that way they get cleaned up automatically if we crash.
17711 2006-02-18 Julien MOUTTE <julien@moutte.net>
17713 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
17714 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17715 functions are called with lock held.
17717 2006-02-18 Julien MOUTTE <julien@moutte.net>
17719 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17720 (gst_text_overlay_finalize), (gst_text_overlay_init),
17721 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17722 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17723 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17724 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17725 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17726 (gst_text_overlay_change_state): Refactoring of textoverlay
17727 without collectpads. This now supports sparse subtitles coming
17728 from a demuxer instead of a sub file. Seeking is still broken
17729 though. Need to discuss with wtay some more on how to handle
17731 * ext/pango/gsttextoverlay.h:
17732 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17733 subtitles coming from the demuxer.
17735 2006-02-17 Wim Taymans <wim@fluendo.com>
17737 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17738 (gst_vorbisenc_convert_sink):
17739 Use some more scaling functions.
17741 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17743 * ext/cdparanoia/gstcdparanoiasrc.c:
17744 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17745 (gst_cd_paranoia_paranoia_callback),
17746 (gst_cd_paranoia_src_signal_is_being_watched),
17747 (gst_cd_paranoia_src_read_sector):
17748 * ext/cdparanoia/gstcdparanoiasrc.h:
17749 Add back 'transport-error' and 'uncorrected-error' signals and
17750 make them actually be fired when bad stuff happens (#319340).
17752 2006-02-17 Wim Taymans <wim@fluendo.com>
17754 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17755 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17756 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17757 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17758 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17759 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17760 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17761 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17762 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17763 (gst_ring_buffer_clear):
17765 Added some G_LIKELY.
17767 2006-02-17 Wim Taymans <wim@fluendo.com>
17769 * gst-libs/gst/audio/TODO:
17772 * gst-libs/gst/audio/gstbaseaudiosink.c:
17773 (gst_base_audio_sink_get_offset):
17774 When trying to play samples ASAP and we don't have a
17775 previous sample, try to play at position 0 instead of
17776 an invalid position.
17778 2006-02-17 Wim Taymans <wim@fluendo.com>
17780 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17781 (gst_alsasink_reset):
17782 Also release lock when we get an error in _reset();
17783 fix an error message.
17785 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17787 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17788 (gst_alsasink_init), (get_channel_free_structure),
17789 (caps_add_channel_configuration), (gst_alsasink_getcaps),
17790 (gst_alsasink_close):
17791 * ext/alsa/gstalsasink.h:
17792 Add support for more than 2 channels (#326720).
17794 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17796 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17797 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17798 with 4 or 6 channels, assume a default channel layout to make things
17799 work (not sure there's anything else we can do in those cases).
17801 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17803 * gst-libs/gst/audio/multichannel.c:
17806 * gst-libs/gst/riff/Makefile.am:
17807 * gst-libs/gst/riff/riff-ids.h:
17808 * gst-libs/gst/riff/riff-media.c:
17809 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17810 Add support for WAVEFORMATEX, eg. PCM audio with more than two
17811 channels and a channel layout map.
17813 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
17815 Reviewed by Edward Hervey <edward@fluendo.com>
17817 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
17818 C-level optimization of the RGBA nearest neighbour function.
17819 Eventually this might end up in liboil with vectorized versions.
17821 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17823 * gst-libs/gst/audio/multichannel.c:
17824 (gst_audio_get_channel_positions):
17825 When we have more than 2 channels, but no channel layout is
17826 specified in the caps, return some default channel layout
17827 to the caller and warn about about a possibly buggy element
17828 (could be buggy filtercaps as well of course) (#317038).
17830 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17832 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17833 Add gst-libs/gst/cdda to list of lib search paths.
17835 2006-02-15 Andy Wingo <wingo@pobox.com>
17837 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17838 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17839 to the Lord Jesus that I do not have to touch the ogg muxer ever
17842 2006-02-15 Edward Hervey <edward@fluendo.com>
17844 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17845 quicktime movie files can also contain 'uuid' atoms.
17847 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
17849 * gst/audioconvert/plugin.c: (plugin_init):
17850 Register the GstAudioChannelPosition enum type with the type
17851 system in the plugin_init function, so that it is known before
17852 any element actually makes use of multi-channel stuff. This is
17853 required for example if one wants to be able to deserialise/use
17854 a caps string with channel positions before any pipeline has
17855 been setup and started, like with gst-launch.
17857 2006-02-14 Wim Taymans <wim@fluendo.com>
17859 * gst-libs/gst/audio/gstringbuffer.c:
17860 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17861 (gst_ring_buffer_samples_done), (wait_segment),
17862 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17863 Add some compiler G_(UN_)LIKELY help.
17864 SIGNAL the ringbuffer waiters when going to PAUSED as well to
17865 make sure they can exit their functions. Should fix #330748
17867 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
17872 * win32/common/_stdint.h:
17873 Windows does not have long long; copy the generated _stdint.h
17874 * win32/common/interfaces-enumtypes.c:
17875 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17876 (gst_mixer_track_flags_get_type),
17877 (gst_tuner_channel_flags_get_type):
17878 * win32/common/multichannel-enumtypes.c:
17879 (gst_audio_channel_position_get_type):
17882 2006-02-13 Wim Taymans <wim@fluendo.com>
17884 * gst-libs/gst/audio/gstbaseaudiosink.c:
17885 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17886 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17887 Always sync on first sample we receive when starting.
17889 2006-02-13 Wim Taymans <wim@fluendo.com>
17891 * gst/playback/gstplaybin.c: (gen_vis_element):
17892 Update vis bin docs.
17893 Move queue after tee so we don't queue video buffers but
17894 audio samples instead. Fixes problems where the video queue
17895 is filled and the audio queue empty.
17897 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
17899 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17900 No need to push an EOS event here, GstBaseSrc will do that for us
17901 when we return FLOW_UNEXPECTED.
17903 2006-02-12 Wim Taymans <wim@fluendo.com>
17905 * gst-libs/gst/audio/gstbaseaudiosink.c:
17906 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17907 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17908 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17909 Use scale functions when possible.
17910 Fix error messages.
17911 Free clockid when after waiting for EOS.
17912 Use G_(UN_)LIKLY when it makes sense.
17913 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17915 2006-02-12 Edward Hervey <edward@fluendo.com>
17917 * gst/playback/gstplaybasebin.c: (prepare_output):
17918 Remove stray semi-colon (fixes #330888).
17920 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
17922 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17924 Fix up the XShm call testing so that we catch errors, and don't
17925 cause new ones by attempting to detach from a segment we failed
17926 to attach to. Fixes #312439.
17928 2006-02-10 Edward Hervey <edward@fluendo.com>
17930 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17931 Added flv file typefind (video/x-flv).
17933 2006-02-10 Edward Hervey <edward@fluendo.com>
17935 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17936 (gst_riff_create_video_template_caps):
17937 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17938 Also added the caps to the default set of riff video caps.
17940 2006-02-09 Andy Wingo <wingo@pobox.com>
17942 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17943 time and the end time of the last packet in the page.
17944 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17945 on the pages in our queue, set the duration as well. Reflow a
17947 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17948 Fixes bad muxing order.
17950 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
17952 * gst-libs/gst/rtp/gstbasertppayload.c:
17953 (gst_basertppayload_setcaps), (gst_basertppayload_push):
17954 update seqnum before setting it on the packet; this makes sure
17955 that the timestamp and seqnum properties match after pushing
17958 2006-02-09 Andy Wingo <wingo@pobox.com>
17960 * gst-libs/gst/audio/gstringbuffer.c
17961 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17962 overflow after 13.5 hours of recording. Kapow!
17964 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17965 the buffer size -- we don't care about underrun/overrun reporting
17966 right now, just need to return a useful value.
17968 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17973 === release 0.10.3 ===
17975 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17978 releasing 0.10.3, "Under Pressure"
17980 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17983 Drat. Bump libtool version number for new API.
17984 Prelease 0.10.2.3 (of 0.10.3)
17986 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17989 * win32/common/config.h:
17990 0.10.2.2 prerelease (of 0.10.3).
17992 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17994 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17995 Revert Andy's newsegment change pending a more correct
17998 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
18000 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18001 (qt_type_find), (plugin_init):
18002 detect more files as 3gp
18003 group and reorder the iso file formats
18005 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18007 * ext/vorbis/vorbis.c: (plugin_init):
18008 Register musicbrainz tags, so apps don't have to.
18010 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18012 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18013 (gst_tag_to_vorbis_tag):
18014 Make sure we called gst_tag_register_musicbrainz_tags()
18015 before possibly mapping a vorbiscomment string from/to a
18018 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18020 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18021 In case we can't find the required number of consecutive
18022 mpeg audio frames to positively identify an MPEG audio
18023 stream, check if there's at least a valid mpeg audio
18024 frame right at offset 0 and if so suggest mpeg/audio
18025 caps with a very low probability (#153004).
18027 2006-02-07 Andy Wingo <wingo@pobox.com>
18029 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18030 a TIME segment if we get timestamped buffers. Requires recent
18031 fixes in core to work properly.
18033 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18035 * gst/playback/gstplaybasebin.c: (prepare_output):
18036 Don't print the URI as part of the error message, it
18037 makes error dialogs look rather ugly, especially if
18038 the URI is very long or has characters in it that
18041 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18043 * gst/playback/gstplaybasebin.c: (prepare_output):
18044 Error out if we have only text or subtitles, but nothing
18045 else. Also error out if we have subtitles but no video
18048 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18050 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18051 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18052 Post an error message on the bus when we encounter an
18053 error, which will hopefully be more meaningful than the
18054 'Internal Flow Error' message users get to see if we
18055 just return GST_FLOW_ERROR.
18057 2006-02-07 Andy Wingo <wingo@pobox.com>
18059 * configure.ac (GST_MAJORMINOR): Update core version req to
18060 0.10.2.2, for the collectpads API addition (#330244).
18062 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18064 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18065 Return FALSE from plugin_init() when GnomeVFS can't
18066 be initialised for some reason (#328423).
18068 2006-02-06 Julien MOUTTE <julien@moutte.net>
18070 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
18071 Stick to seeking theory until i find the bug.
18072 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18074 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18076 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18077 (theora_enc_finalize), (theora_enc_sink_setcaps),
18078 (theora_set_header_on_caps), (theora_enc_chain),
18079 (theora_enc_change_state):
18080 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18081 Make theoraenc and the tests leak free. Like, really.
18083 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18085 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18086 (theora_enc_finalize), (theora_enc_sink_setcaps):
18087 Add a finalize method to ensure we clean up state even if
18088 someone omitted the state change back to NULL.
18090 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18091 (gst_vorbisenc_chain):
18092 Free some more leaked bits.
18094 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18096 Wait for state changes to happen if they're ASYNC.
18098 This ought to teach those fancy pants buildbots a lesson.
18100 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18102 * gst-libs/gst/tag/gstid3tag.c:
18103 Add mapping for ID3 International Standard Recording Code
18106 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18108 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18109 Don't leak tag names.
18111 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18113 * docs/libs/gst-plugins-base-libs-docs.sgml:
18114 * docs/libs/gst-plugins-base-libs-sections.txt:
18115 * gst-libs/gst/tag/gstid3tag.c:
18116 * gst-libs/gst/tag/gstvorbistag.c:
18117 * gst-libs/gst/tag/tags.c:
18118 Split libgsttag docs into multiple sections.
18120 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18122 * docs/libs/Makefile.am:
18123 * docs/libs/gst-plugins-base-libs-docs.sgml:
18124 * docs/libs/gst-plugins-base-libs-sections.txt:
18125 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18126 * gst-libs/gst/tag/gstvorbistag.c:
18127 * gst-libs/gst/tag/tag.h:
18128 * gst-libs/gst/tag/tags.c:
18129 Add libgsttag to the docs.
18131 2006-02-05 Julien MOUTTE <julien@moutte.net>
18133 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18134 (gst_text_overlay_init), (gst_text_overlay_src_event),
18135 (gst_text_overlay_collected): Fix clockoverlay.
18137 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18139 * docs/libs/compiling.sgml:
18140 Fix typo: it's pkg-config, not pkg-gconfig
18142 * docs/libs/gst-plugins-base-libs-docs.sgml:
18143 * docs/libs/gst-plugins-base-libs-sections.txt:
18144 * docs/libs/tmpl/gstgconf.sgml:
18145 There is no libgstgconf in 0.10, remove it
18148 2006-02-05 Julien MOUTTE <julien@moutte.net>
18150 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18151 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18152 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18153 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18154 (gst_sub_parse_class_init), (gst_sub_parse_init),
18155 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18156 (parse_mpsub), (parser_state_init), (handle_buffer),
18157 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18158 * gst/subparse/gstsubparse.h: Introduce seeking code.
18160 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18162 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18163 Add comment about LANGUAGE tag inconsistency (we want
18164 ISO-639-1, but extract three-letter identifiers?)
18167 Add two translatable files.
18169 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18171 * gst-libs/gst/tag/Makefile.am:
18172 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18173 * gst-libs/gst/tag/tag.h:
18174 * gst-libs/gst/tag/tags.c:
18175 (gst_tag_register_musicbrainz_tags_internal),
18176 (gst_tag_register_musicbrainz_tags):
18177 Forward-port some tags stuff from the 0.8 branch. This is
18178 mostly the addition of musicbrainz tags and their mapping
18179 to vorbistags, and a vorbistag mapping of the language tag.
18181 2006-02-05 Julien MOUTTE <julien@moutte.net>
18183 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18186 2006-02-04 David Schleef <ds@schleef.org>
18188 * ext/ogg/gstoggmux.c:
18189 * gst/typefind/gsttypefindfunctions.c:
18190 Add Dirac typefinding and add dirac format to oggmux.
18192 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18194 * gst/playback/gstdecodebin.c: (try_to_link_1):
18195 Don't put essential function call into
18196 g_return_*() macro, otherwise it'll all be
18197 replaced by NOOPs when compiling with
18198 G_DISABLE_CHECKS defined.
18200 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18202 * ext/ogg/gstoggdemux.c:
18203 * ext/ogg/gstoggparse.c:
18204 * gst/tcp/gsttcpserversink.c:
18205 * sys/v4l/v4lsrc_calls.c:
18206 * sys/v4l/v4lsrc_calls.h:
18207 Just make it compile with --disable-gst-debug.
18209 2006-02-03 Wim Taymans <wim@fluendo.com>
18211 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18212 (gst_alsasink_class_init), (gst_alsasink_init),
18213 (gst_alsasink_write), (gst_alsasink_reset):
18214 * ext/alsa/gstalsasink.h:
18215 Add lock to protect alsa calls.
18216 Implement reset to flush samples ASAP, does not work
18219 2006-02-02 Wim Taymans <wim@fluendo.com>
18221 * gst-libs/gst/audio/gstbaseaudiosink.c:
18222 (gst_base_audio_sink_provide_clock):
18223 Ugh.. getting late I guess...
18225 2006-02-02 Wim Taymans <wim@fluendo.com>
18227 * gst-libs/gst/audio/gstbaseaudiosink.c:
18228 (gst_base_audio_sink_provide_clock),
18229 (gst_base_audio_sink_set_property),
18230 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18231 Don't try to provide a clock when we are not negotiated since
18232 we might not be able to make it run.
18234 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18236 * gst/playback/gstdecodebin.c: (try_to_link_1):
18237 Unlinking two source pads is ... hard.
18239 2006-02-02 Wim Taymans <wim@fluendo.com>
18241 * gst-libs/gst/audio/TODO:
18244 * gst-libs/gst/audio/gstbaseaudiosink.c:
18245 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18246 On EOS, wait till the last sample is played before posting EOS.
18248 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18250 Patch by: Kai Vehmanen
18251 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18252 Adds ability to enable newsegment bypass by setting queue_delay to
18253 zero. Also avoid thread being started if queue_delay is zero.
18255 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18257 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18258 Make test work again by connecting fakesinks to each decoded pad,
18259 which makes the pipeline wait until each fakesink has a buffer
18260 queued before going to PAUSED state. At that point we know the
18261 decodebin pads are negotiated.
18263 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18265 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18266 (gst_cdda_base_src_handle_event):
18267 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18268 Pass unhandled queries to the parent class's query function.
18270 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18272 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18273 (gst_ogg_pad_src_query):
18274 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18275 * ext/theora/theoradec.c: (theora_dec_src_query),
18276 (theora_dec_sink_query):
18277 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18278 (vorbis_dec_sink_query):
18279 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18280 (gst_vorbisenc_sink_query):
18281 * gst/adder/gstadder.c: (gst_adder_query):
18282 Pass unhandled queries upstream instead of just
18283 dropping them (#326447). Also, fix supported
18284 query types list for some elements.
18286 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18288 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18289 (paris_type_find), (ilbc_type_find), (plugin_init):
18290 Fix typefinding for audio/x-au, audio/x-paris and
18291 audio/iLBC-sh. We cannot use the START_WITH macros
18292 here, because there can only be one typefind factory
18293 with the same name (caps), so the second one would
18294 replace the first one and the first one would never
18295 be called when doing typefinding (see #161712).
18298 2006-01-31 Wim Taymans <wim@fluendo.com>
18300 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18301 (vorbis_handle_header_packet), (vorbis_dec_push),
18302 (vorbis_handle_data_packet):
18303 Use scale_int when we can, add some more scaling.
18304 Check packettype before parsing it.
18306 2006-01-31 Wim Taymans <wim@fluendo.com>
18308 * ext/theora/theoradec.c: (_theora_granule_time),
18309 (theora_dec_src_convert), (theora_dec_sink_convert):
18310 Call right _scale functions.
18311 Use parameter instead of some other random value.
18313 2006-01-31 Wim Taymans <wim@fluendo.com>
18315 * ext/theora/theoradec.c: (_theora_granule_frame),
18316 (_theora_granule_time), (_inc_granulepos),
18317 (theora_dec_src_convert), (theora_dec_sink_convert),
18318 (theora_handle_type_packet), (theora_handle_data_packet),
18319 (theora_dec_chain):
18320 Use higher precision timestamps calculation.
18321 Convert some other conversions to _scale.
18323 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18325 * gst/audiotestsrc/gstaudiotestsrc.c:
18326 (gst_audio_test_src_create_sine_table), (plugin_init):
18327 * gst/volume/gstvolume.c: (plugin_init):
18328 initialize gst_controller before using
18330 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18332 * tests/check/pipelines/theoraenc.c:
18333 * tests/check/pipelines/vorbisenc.c:
18334 Define constant using G_GINT64_CONSTANT to avoid errors when
18335 passing it around - otherwise it gets truncated to 32 bits.
18337 Fixes failing tests.
18339 2006-01-31 Andy Wingo <wingo@pobox.com>
18341 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18342 caps being set doesn't have a framerate value. Basically a stopgap
18345 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18346 technically correct enough to put into core though.
18347 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18348 DURATION. Fixes theoraenc ! oggmux.
18350 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18351 fraction, not double.
18353 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18356 add vs7 project files created by Sergey Scobich
18358 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18361 add vs8 project files created by Sergey Scobich
18363 2006-01-30 Andy Wingo <wingo@pobox.com>
18365 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18366 timestamp + duration, not just timestamp -- ogg pages should be
18367 ordered by stop time. Necessary fix given the change in vorbis
18370 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18371 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18372 (granulepos_add): New function, handles the messiness of adjusting
18374 (theora_buffer_from_packet):
18375 (theora_enc_chain):
18376 (theora_enc_sink_event): Use granulepos_add, not +.
18378 * tests/check/pipelines/theoraenc.c
18379 (check_buffer_granulepos_from_starttime): Just check the frame
18380 count, not the actual granulepos -- we can't dictate to the
18381 encoder when it should be placing keyframes.
18383 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18385 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18386 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18387 play an http:// stream from a server that's not serving
18389 2006-01-30 Andy Wingo <wingo@pobox.com>
18391 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18392 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18393 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18396 * ext/theora/gsttheoraenc.h:
18397 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18398 although theoraenc was timestamping correctly. Added handling of
18399 streams that start with nonzero timestamps.
18401 * tests/check/Makefile.am:
18402 * tests/check/pipelines/theoraenc.c: New file, basically does same
18403 tests as vorbisenc.
18405 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18407 2006-01-30 Wim Taymans <wim@fluendo.com>
18409 * gst-libs/gst/audio/gstaudiosink.c:
18410 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18411 (gst_audioringbuffer_pause):
18412 Implement pause that does not wait for completion.
18414 * gst-libs/gst/audio/gstbaseaudiosink.c:
18415 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18416 Don't drop buffers when going to PAUSED but perform preroll on
18417 remaining samples now that core base class supports this.
18419 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18420 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18421 (gst_ring_buffer_commit):
18422 Pause should not signal waiters.
18423 Implement return value of _commit correctly.
18425 2006-01-30 Andy Wingo <wingo@pobox.com>
18427 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18429 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18430 updated to timestamp from the first sample, not the last.
18431 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18432 special care of granulepos and timestamp for header packets.
18433 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18434 when the first buffer has a nonzero timestamp.
18436 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18437 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18438 case when the first audio buffer we get has a nonzero timestamp.
18439 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18440 properly timestamp vorbis buffers with the time of the first
18441 sample, not the last.
18443 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18444 vorbis_granule_time_copy -- now it takes the granule/subgranule
18445 offset into account.
18447 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18448 timestamps, durations, and granulepos on buffers produced by
18451 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18453 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18454 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18455 Patch from Eric Jonas to support conversions to/from UYVY
18458 2006-01-30 Julien MOUTTE <julien@moutte.net>
18460 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18461 (setup_subtitle), (setup_source), (set_active_source):
18462 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18463 (gen_text_element), (gen_audio_element), (gen_vis_element),
18464 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18466 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18468 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18469 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18470 use gst_guint64_to_gdouble to be compliant with vs6
18471 * gst/playback/gstdecodebin.c: (try_to_link_1)
18472 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18473 use G_GINT64_CONSTANT for int64 constants
18474 * win32/common/libgstinterfaces.def:
18475 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18477 update and add new project files
18479 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18483 * win32/common/interfaces-enumtypes.c:
18484 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18485 (gst_mixer_track_flags_get_type),
18486 (gst_tuner_channel_flags_get_type):
18487 * win32/common/interfaces-enumtypes.h:
18488 * win32/common/multichannel-enumtypes.c:
18489 (gst_audio_channel_position_get_type):
18490 * win32/common/multichannel-enumtypes.h:
18491 add a win32-update rule like in core, and copy over enumtypes files
18493 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18496 * win32/common/config.h:
18497 * win32/common/config.h.in:
18498 add config files just like in core
18500 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18502 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18503 Make gcc-4.1 happy (part of #327357).
18505 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18507 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18508 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18509 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18510 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18511 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18512 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18513 Update all error messages. All of them should either use
18514 the default translated message, or actually provide a
18515 translatable string.
18516 Make the string for channel count problems meaningful.
18518 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18520 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18521 check for and throw RESOURCE_BUSY
18523 2006-01-27 David Schleef <ds@schleef.org>
18525 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18526 checked in this change -- it requires liboil features not
18527 in 0.3.6. Revert parts.
18529 2006-01-27 David Schleef <ds@schleef.org>
18532 * configure.ac: update liboil requirement to 0.3.6
18533 * gst/videoscale/Makefile.am:
18534 * gst/videoscale/vs_scanline.c: liboilify
18536 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18538 * ext/libvisual/visual.c: (get_buffer):
18539 When pad_alloc returns a GstFlowReturn other
18540 than GST_FLOW_OK, make sure it is passed upstream.
18542 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18544 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18545 (gst_alsasink_class_init):
18546 Free the device name string.
18548 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18549 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18550 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18551 Don't remove a pad from the collectpads structure until it
18552 is released - it's a request pad, and may receive data again
18553 if the element gets moved back to PLAYING state.
18555 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18556 Ensure we turn on double buffering on the Xv port, and
18557 set the colour key to something dark and mysterious that
18560 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18562 * ext/alsa/gstalsaplugin.c: (plugin_init):
18563 * ext/cdparanoia/gstcdparanoiasrc.c:
18564 (gst_cd_paranoia_src_base_init), (plugin_init):
18565 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18566 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18567 - a library should not call setlocale. see "Libraries" node in
18569 - make sure all plugins that use translation do bindtextdomain
18570 to point to the localedir
18571 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18572 (setup_sinks), (plugin_init):
18573 all this, and check for NULL when creating sinks
18575 2006-01-27 Julien MOUTTE <julien@moutte.net>
18577 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18578 (plugin_init): Make typefinding of subtitles work again.
18580 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18582 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18583 (mp3_type_frame_length_from_header), (mp3_type_find),
18584 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18586 Backport a bunch of typefinding fixes from the 0.8 branch.
18587 Also, improve wavpack typefinding: if we can't peek the
18588 entire wavpack block, try to parse the bits we can get and
18589 see if we find what we're looking for in those.
18591 2006-01-26 Julien MOUTTE <julien@moutte.net>
18593 * sys/ximage/ximagesink.c:
18594 (gst_ximagesink_calculate_pixel_aspect_ratio):
18595 * sys/xvimage/xvimagesink.c:
18596 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18597 more cases of pixel aspect ratio.
18599 2006-01-26 Edward Hervey <edward@fluendo.com>
18601 * gst/playback/gstdecodebin.c: (pad_probe):
18602 Also consider the flush-start and tag events as unblockers
18603 for the pad probes.
18605 2006-01-26 Julien MOUTTE <julien@moutte.net>
18607 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18608 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18609 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18610 On the fly visualisation switch, works disabling, enabling as
18611 well but it won't be able to enable vis in a playbin that was
18612 created with no visualisation.
18614 2006-01-25 Wim Taymans <wim@fluendo.com>
18616 * gst-libs/gst/audio/gstbaseaudiosink.c:
18617 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18618 Undo previous commit that returned WRONG_STATE sooner, it breaks
18619 resume after pause.
18621 2006-01-25 Wim Taymans <wim@fluendo.com>
18623 * gst-libs/gst/audio/gstbaseaudiosink.c:
18624 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18625 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18627 Post error when caps cannot be parsed.
18628 Resync on discontinuity in the stream.
18629 Clip samples to segment boundaries.
18630 return WRONG_STATE sooner when we are flushing.
18632 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18633 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18634 Make audiosrc operate in TIME.
18635 Set TIMESTAMP and DURATION on buffers.
18637 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18639 * tests/examples/seek/seek.c: (main):
18640 Output tag messages as well.
18642 2006-01-23 Edward Hervey <edward@fluendo.com>
18644 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18645 (free_pad_probes), (remove_fakesink), (pad_probe),
18646 (close_pad_link), (gst_decode_bin_change_state):
18647 Replace GstPadBlockCallback with pad probes that detect
18648 first buffer AND eos before removing fakesink.
18649 Fixes hang with demuxers doing EOS while pre-rolling.
18652 2006-01-23 Andy Wingo <wingo@pobox.com>
18654 * ext/alsa/gstalsasink.c:
18655 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18656 (gst_base_rtp_depayload_setcaps),
18657 (gst_base_rtp_depayload_add_to_queue),
18658 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18660 Patch by: Jens Granseuer <jensgr at gmx dot net>
18662 2006-01-22 Julien MOUTTE <julien@moutte.net>
18664 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18665 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18666 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
18667 frames. We might get a frame destroyed after changing state to
18668 NULL, adding a safety check on xcontext.
18670 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
18672 * gst-libs/gst/interfaces/xoverlay.c:
18673 Fix prepare-xwindow-id code example in the docs - we need to
18674 ignore all messages that aren't element messages as well.
18676 2006-01-21 Julien MOUTTE <julien@moutte.net>
18678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18679 I think one day i'll completely undestand how caps negotiation
18680 is supposed to work. This refactoring handles buffer_alloc
18681 called with caps we can't handle. We definitely don't want a
18682 set_caps with those caps, so we define and allocate a buffer
18683 we would like to receive.
18685 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18687 * gst/playback/gstplaybasebin.c: (setup_source):
18688 Free iterator when done.
18690 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
18692 * gst-libs/gst/audio/gstbaseaudiosink.c:
18693 (gst_base_audio_sink_render):
18694 Fix playback of non-synchronised streams by assuming a rate
18695 of 1.0 instead of a random one.
18697 Makes this work again:
18699 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18700 endianness=(int)4321, signed=(boolean)true, width=(int)16,
18701 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18702 audioresample ! alsasink
18704 === release 0.10.2 ===
18706 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18709 releasing 0.10.2, "Then the devil is six"
18711 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
18713 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18714 * gst/playback/gststreamselector.c:
18715 (gst_stream_selector_set_property):
18716 Comment out broken code that connects to the state-changed signal.
18717 At this point, changing current stream selection is broken, but
18718 stuff like gst-launch playbin current-audio=1 works and filters
18719 to the chosen stream.
18721 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18723 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18724 Fix #327216 (null dereference in vorbisdec)
18726 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
18728 * ext/theora/theoradec.c: (theora_handle_comment_packet):
18729 Post taglist actually on bus instead of just freeing it
18730 (fixes #327114 and totem bug #327080).
18732 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18733 Use gst_element_found_tags_for_pad(), so that the tags
18734 are sent downstream as an event as well.
18736 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
18738 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18739 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18740 (gst_ximagesink_buffer_alloc):
18741 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18742 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18743 (gst_xvimagesink_buffer_alloc):
18744 move all regularly occurring messages to GST_LOG level
18745 add some more object logs
18747 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
18749 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18750 fix a silly segfault
18752 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
18754 * docs/libs/gst-plugins-base-libs-docs.sgml:
18755 * docs/libs/gst-plugins-base-libs-sections.txt:
18756 * gst-libs/gst/audio/mixerutils.c:
18757 * gst-libs/gst/audio/mixerutils.h:
18758 Add docs for mixerutils stuff.
18760 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
18762 * gst/playback/gstplaybasebin.c: (setup_source):
18763 Fix playback for sources that emit raw audio or
18764 raw video streams (e.g.: cd audio sources) (#325984).
18766 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18768 * gst-libs/gst/audio/mixerutils.c:
18769 (gst_audio_mixer_filter_do_filter):
18770 actually save the element we create
18772 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
18774 * gst-libs/gst/cdda/gstcddabasesrc.c:
18775 (gst_cdda_base_src_handle_track_seek):
18776 No need to post a tag message on the bus when seeking
18777 within the same track, only post it when the current
18780 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18782 * gst/playback/gstplaybasebin.c: (group_destroy),
18783 (probe_triggered), (new_decoded_pad), (mute_group_type),
18784 (set_active_source):
18785 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18786 * gst/playback/gststreamselector.c:
18787 (gst_stream_selector_base_init),
18788 (gst_stream_selector_set_property),
18789 (gst_stream_selector_request_new_pad):
18790 Reenable stream selection. These mechanisms need a complete overhaul
18791 in the face of 0.8->0.10 changes though.
18793 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18795 * ext/ogg/gstoggdemux.c:
18796 Change the pad template to src_%d to match the pads that
18797 are created from it. decodebin needs this information in order
18798 to decide that oggdemux is capable of producing multiple pads
18799 (and hence needs queues inserted).
18801 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18802 (gst_ogg_mux_collected):
18803 Make debug output more useful by using GST_PTR_FORMAT.
18805 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
18807 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18809 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18810 Set depth and width for alaw/mulaw (fixes #326601).
18812 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
18814 * tests/icles/Makefile.am:
18815 don't build the tests if we don't have the libs
18817 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18819 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18820 (gst_cd_paranoia_paranoia_callback):
18821 Don't try to free NULL pointers.
18823 2006-01-10 Edward Hervey <edward@fluendo.com>
18825 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18826 (gst_audio_rate_change_state), (plugin_init):
18827 Add debugging category.
18829 Add case for incoming buffers without valid offset/offset_end.
18831 2006-01-10 Michael Smith <msmith@fluendo.com>
18833 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18834 Don't leak GCond in audio sources.
18836 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
18838 * gst/playback/gstplaybin.c: (gen_audio_element):
18839 Don't leak an autoaudiosink/alsasink when we generate
18840 a new audio element. (old code, I guess)
18842 2006-01-10 Michael Smith <msmith@fluendo.com>
18844 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18845 Support float audio in audiorate.
18846 Use width rather than depth for selecting sample width.
18848 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18850 * gst/videotestsrc/videotestsrc.h:
18851 Use GLib types here (that way we don't have to include the
18852 generated _stdint.h header, which makes life easier for win32
18853 folks that don't use autotools for the build) (#325990, patch
18854 by: Sergey Scobich).
18856 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18858 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18859 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18860 (gst_ring_buffer_pause), (wait_segment):
18861 * gst-libs/gst/audio/gstringbuffer.h:
18862 Name (private) union, makes Forte compiler happy (this time
18863 for real) (#324900).
18865 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18867 * gst-libs/gst/audio/Makefile.am:
18868 Link against libgstinterfaces, needed for mixer
18869 and property probe stuff.
18871 2006-01-09 Edward Hervey <edward@fluendo.com>
18873 * gst-libs/gst/Makefile.am:
18875 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18877 * gst-libs/gst/audio/Makefile.am:
18878 * gst-libs/gst/audio/mixerutils.c:
18879 (gst_audio_mixer_filter_do_filter),
18880 (gst_audio_mixer_filter_check_element),
18881 (gst_audio_mixer_filter_probe_feature),
18882 (element_factory_rank_compare_func),
18883 (gst_audio_default_registry_mixer_filter):
18884 * gst-libs/gst/audio/mixerutils.h:
18885 Add gst_audio_default_registry_mixer_filter() utility
18888 2006-01-03 Michael Smith <msmith@fluendo.com>
18890 * gst/audioresample/resample.h:
18891 As before, but for o_buf
18893 2006-01-03 Michael Smith <msmith@fluendo.com>
18895 * gst/audioresample/resample.h:
18896 Declare struct _ResampleState.buffer as unsigned char *, not void *,
18897 since we do arithmetic on it.
18899 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
18901 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18902 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18903 (gst_ring_buffer_pause), (wait_segment):
18904 * gst-libs/gst/audio/gstringbuffer.h:
18905 Sun's Forte compiler doesn't seem to like anonymous structs,
18906 so use same setup as in GstBaseSrc (fixes #324900).
18908 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18911 * gst/volume/Makefile.am:
18912 * gst/volume/demo.c:
18913 move old example to tests/examples/volume/volune.c
18914 * tests/examples/Makefile.am:
18915 * tests/examples/seek/seek.c: (main):
18916 change window-close event from "delete-event" to "destroy"
18917 * tests/examples/volume/Makefile.am:
18918 * tests/examples/volume/volume.c: (value_changed_callback),
18919 (setup_gui), (message_received), (eos_message_received), (main):
18920 fix event handling and bus usage
18922 2005-12-29 Stefan Kost <ensonic@users.sf.net>
18924 * gst/audiotestsrc/gstaudiotestsrc.c:
18925 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18926 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18927 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18928 (gst_audio_test_src_create_square),
18929 (gst_audio_test_src_create_saw),
18930 (gst_audio_test_src_create_triangle),
18931 (gst_audio_test_src_create_silence),
18932 (gst_audio_test_src_create_white_noise),
18933 (gst_audio_test_src_create_pink_noise),
18934 (gst_audio_test_src_init_sine_table),
18935 (gst_audio_test_src_create_sine_table),
18936 (gst_audio_test_src_change_wave),
18937 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18938 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18939 * gst/audiotestsrc/gstaudiotestsrc.h:
18940 update to basesrc changes, implement segmented seeking and eos
18941 handling, add a 'sine-tab' waveform for performance critical playback
18943 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18946 ... and this time the other modified file that I missed last time.
18948 2005-12-29 Michael Smith <msmith@fluendo.com>
18950 * gst/playback/gstdecodebin.c: (new_pad):
18951 Fix non-C89 variable declaration not at the start of a block. Should
18952 help some compilers.
18954 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18956 * tests/check/Makefile.am:
18957 And now fix 'make distcheck' (builddir != srcdir)
18959 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18962 * ext/cdparanoia/Makefile.am:
18963 * ext/cdparanoia/gstcdparanoia.c:
18964 * ext/cdparanoia/gstcdparanoia.h:
18965 * ext/cdparanoia/gstcdparanoiasrc.c:
18966 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18967 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18968 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18969 (gst_cd_paranoia_paranoia_callback),
18970 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18971 (gst_cd_paranoia_src_set_property),
18972 (gst_cd_paranoia_src_get_property), (plugin_init):
18973 * ext/cdparanoia/gstcdparanoiasrc.h:
18974 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18975 plugin again (there are still fixes required to playbin to make
18976 cdda:// uris work there).
18978 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18980 * tests/check/Makefile.am:
18981 Fix test case compilation.
18983 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18985 * gst-libs/gst/cdda/gstcddabasesrc.c:
18986 (gst_cdda_base_src_update_duration),
18987 (gst_cdda_base_src_calculate_cddb_id):
18988 An integer is not a string. Fix access to uninitialised variable.
18990 * tests/check/Makefile.am:
18991 Add cddabasesrc unit test; also actually enable the vorbis test.
18993 * tests/check/generic/states.c:
18994 Blacklist new cd audio elements as well.
18996 * tests/check/libs/cddabasesrc.c:
18997 Unit test for GstCddaBaseSrc (discid calculation mostly).
18999 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19001 * docs/libs/Makefile.am:
19002 * docs/libs/gst-plugins-base-libs-docs.sgml:
19003 * docs/libs/gst-plugins-base-libs-sections.txt:
19004 * docs/libs/gst-plugins-base-libs.types:
19005 Add docs for libgstcdda/GstCddaBaseSrc.
19007 * gst-libs/gst/interfaces/mixertrack.h:
19008 Do one struct member per line with a semicolon at the end, that way
19009 even gtk-doc might parse it without complaining.
19011 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19014 * gst-libs/gst/Makefile.am:
19015 * gst-libs/gst/cdda/Makefile.am:
19016 * gst-libs/gst/cdda/base64.c:
19017 * gst-libs/gst/cdda/base64.h:
19018 * gst-libs/gst/cdda/gstcddabasesrc.c:
19019 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19020 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19021 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19022 (gst_cdda_base_src_get_property),
19023 (gst_cdda_base_src_get_track_from_sector),
19024 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19025 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19026 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19027 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19028 (gst_cdda_base_src_uri_get_protocols),
19029 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19030 (gst_cdda_base_src_uri_handler_init),
19031 (gst_cdda_base_src_setup_interfaces),
19032 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19033 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19034 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19035 (gst_cdda_base_src_add_tags),
19036 (gst_cdda_base_src_add_index_associations),
19037 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19038 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19039 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19040 (gst_cdda_base_src_create):
19041 * gst-libs/gst/cdda/gstcddabasesrc.h:
19042 * gst-libs/gst/cdda/sha1.c:
19043 * gst-libs/gst/cdda/sha1.h:
19044 Add new libgstcdda with GstCddaBaseSrc class.
19046 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19048 * ext/gnomevfs/gstgnomevfssink.h:
19049 Use GstBaseSinkClass as parent_class member for class struct, not
19052 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19054 Patch by: Michael Benes
19056 * gst/videotestsrc/gstvideotestsrc.c:
19057 (gst_video_test_src_class_init), (gst_video_test_src_start):
19058 Add start method to reset running time and number of frames sent
19059 when starting up (fixes #324696)
19061 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19063 * docs/plugins/Makefile.am:
19064 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19065 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19066 * docs/plugins/gst-plugins-base-plugins.args:
19067 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19068 * docs/plugins/gst-plugins-base-plugins.signals:
19069 Add docs stuff for gnomevfssrc and gnomevfssink.
19071 * ext/gnomevfs/gstgnomevfssrc.c:
19072 Fix example pipeline in gtk-doc blurb.
19074 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19076 * ext/gnomevfs/Makefile.am:
19077 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19078 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19079 (gst_gnome_vfs_handle_get_type), (plugin_init):
19080 * ext/gnomevfs/gstgnomevfs.h:
19081 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19082 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19083 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19084 (gst_gnome_vfs_sink_set_property),
19085 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19086 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19087 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19088 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19089 (gst_gnome_vfs_sink_uri_get_type),
19090 (gst_gnome_vfs_sink_uri_get_protocols),
19091 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19092 (gst_gnome_vfs_sink_uri_handler_init):
19093 * ext/gnomevfs/gstgnomevfssink.h:
19094 Port gnomevfssink; add gtk-doc blurb.
19096 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19097 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19098 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19099 (gst_gnome_vfs_src_uri_get_type),
19100 (gst_gnome_vfs_src_uri_get_protocols),
19101 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19102 (gst_gnome_vfs_src_uri_handler_init),
19103 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19104 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19105 (gst_gnome_vfs_src_send_additional_headers_callback),
19106 (gst_gnome_vfs_src_received_headers_callback),
19107 (gst_gnome_vfs_src_push_callbacks),
19108 (gst_gnome_vfs_src_pop_callbacks),
19109 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19110 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19111 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19112 * ext/gnomevfs/gstgnomevfssrc.h:
19113 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19114 file; add gtk-doc blurb with example pipelines.
19116 === release 0.10.1 ===
19118 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19121 releasing 0.10.1, "Dobro Dedek"
19123 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19125 * gst/typefind/gsttypefindfunctions.c:
19126 iLBC30 and iLBC20 added to typefind.
19128 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19130 * gst-libs/gst/audio/gstbaseaudiosink.c:
19131 (gst_base_audio_sink_class_init):
19132 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19133 (gst_base_audio_src_class_init):
19134 update strings, values are in microseconds
19135 change the default sink buffer time to something that is smaller
19136 (to help software volume mixing have a slightly lower delay) but
19137 still be acceptable on Wim's laptop
19139 2005-12-20 Edward Hervey <edward@fluendo.com>
19141 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19142 Made a quack, forgot to add DUCK to the riff video template.
19144 2005-12-19 Edward Hervey <edward@fluendo.com>
19146 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19147 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19148 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19149 (gst_ogm_parse_chain):
19150 Make sure pads are initialized correctly.
19151 * gst-libs/gst/riff/riff-ids.h:
19152 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19153 (gst_riff_create_video_template_caps):
19154 Add a whole bunch of FOURCC <=> MimeType.
19155 Extend the riff video pad template to support the newly added fourcc.
19157 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19159 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19160 (gst_ogg_demux_activate_chain):
19161 Extra debug output when activating/deactivating chains.
19163 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19164 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19166 Remove a queue from our list when it becomes unlinked.
19167 Don't add queues to elements in class 'Demux' if they
19168 can only produce one pad
19170 2005-12-18 Julien MOUTTE <julien@moutte.net>
19172 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19173 (gst_video_sink_get_type): Add a debug category.
19175 2005-12-17 Philippe Khalaf <burger@speedy.org>
19177 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19178 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19179 Handle downstream newsegment by sending our own newsegment before the
19180 next buffer to be released. (#323900)
19182 2005-12-17 Philippe Khalaf <burger@speedy.org>
19184 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19185 (gst_base_rtp_depayload_set_gst_timestamp):
19186 add queue delay to new segment as well (as opposed to just the first
19187 buffer). (bug #322347)
19189 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19191 * ext/libvisual/visual.c: (make_valid_name):
19192 change some char* into char[]
19193 * gst/audiotestsrc/gstaudiotestsrc.c:
19194 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19195 (gst_audio_test_src_create):
19196 * gst/audiotestsrc/gstaudiotestsrc.h:
19197 prepare to handle EOS and SEGMENT_DONE
19199 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19201 * tests/check/generic/states.c: (GST_START_TEST):
19202 Blacklist cdparanoia element in state test.
19204 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19206 Patch by: Benjamin Pineau
19208 * gst/tcp/gsttcp.c:
19209 * gst/tcp/gsttcpclientsink.c:
19210 * gst/tcp/gsttcpserversink.c:
19211 * gst/tcp/gsttcpserversrc.c:
19212 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19214 2005-12-15 Michael Smith <msmith@fluendo.com>
19216 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19217 (gst_video_rate_chain):
19218 Fix timestamping for videorate when the first buffer it sees has a
19219 non-zero timestamp. Fix some misleading debug output.
19221 2005-12-15 Michael Smith <msmith@fluendo.com>
19223 * gst/audioresample/gstaudioresample.c:
19224 Don't leak all input buffers to audioresample.
19226 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19228 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19229 Don't operate on empty text buffers. Strip newlines and
19230 tabs only from the end of the text, but leave them intact
19231 in the middle. Fix typo in gtk-doc description.
19233 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19235 * gst/playback/gstplaybasebin.c:
19236 * gst/playback/gstplaybin.c: (handoff):
19237 Make sure the video frame buffer we return to apps via the
19238 "frame" property always has caps set on it. Modify
19239 _gst_gvalue_set_object() macro to handle NULL objects
19242 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19244 * gst/audiotestsrc/gstaudiotestsrc.c:
19245 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19246 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19247 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19248 (gst_audio_test_src_create):
19249 * gst/audiotestsrc/gstaudiotestsrc.h:
19250 Adjust to some recent api changes and add wtays new cool seeking
19253 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19255 * ext/alsa/Makefile.am:
19256 * ext/alsa/gstalsadeviceprobe.c:
19257 * ext/alsa/gstalsadeviceprobe.h:
19258 Helper functions to add device probing via the GstPropertyProbe
19259 interface to a class.
19261 * ext/alsa/gstalsamixer.h:
19262 Comment out GST_ALSA_MIXER, it returns a struct that's not
19265 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19266 Add some debug info.
19268 * ext/alsa/gstalsamixerelement.c:
19269 (gst_alsa_mixer_element_interface_supported),
19270 (gst_implements_interface_init),
19271 (gst_alsa_mixer_element_init_interfaces),
19272 (gst_alsa_mixer_element_class_init),
19273 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19274 (gst_alsa_mixer_element_set_property),
19275 (gst_alsa_mixer_element_get_property),
19276 (gst_alsa_mixer_element_change_state):
19277 * ext/alsa/gstalsamixerelement.h:
19278 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19279 for device handling (gnome-volume-control will need that).
19281 2005-12-12 Christian Schaller <uraeus@gnome.org>
19283 * ext/Makefile.am: fix cdparanoia entry
19284 * gst-plugins-base.spec.in: add cdparanoia
19286 2005-12-12 Michael Smith <msmith@fluendo.com>
19288 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19289 Use the correct function to free list of typefind factories.
19291 2005-12-12 Wim Taymans <wim@fluendo.com>
19293 * gst/videotestsrc/gstvideotestsrc.c:
19294 (gst_video_test_src_class_init), (gst_video_test_src_init),
19295 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19296 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19297 (gst_video_test_src_create):
19298 * gst/videotestsrc/gstvideotestsrc.h:
19299 Implement seeking in videotestsrc.
19302 2005-12-12 Wim Taymans <wim@fluendo.com>
19304 * ext/cdparanoia/Makefile.am:
19305 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19306 (gst_paranoia_endian_get_type), (_do_init),
19307 (cdparanoia_class_init), (cdparanoia_init),
19308 (cdparanoia_set_property), (cdparanoia_get_property),
19309 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19310 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19311 (cdparanoia_convert), (cdparanoia_get_query_types),
19312 (cdparanoia_query), (cdparanoia_set_index),
19313 (cdparanoia_uri_set_uri):
19314 * ext/cdparanoia/gstcdparanoia.h:
19315 Partially ported cdparanoia now that basesrc can support a
19318 2005-12-12 Wim Taymans <wim@fluendo.com>
19320 * tests/examples/seek/scrubby.c: (main):
19321 Set higher priority for bus events so they don't get reordered with
19324 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19325 (flush_toggle_cb), (main):
19326 Added checkbox to disable flushing seeks.
19327 Disable scrubbing when doing non flushing seeks.
19329 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19331 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19332 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19333 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19334 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19335 Implement some sort of event handling that doesn't rely on
19336 g_return_if_fail; make sure we always push the last chunk of an
19337 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19338 state change function; remove some old cruft. Seeking is still
19339 rather unlikely to work though.
19341 * tools/.cvsignore:
19344 2005-12-11 Julien MOUTTE <julien@moutte.net>
19346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19347 Fixed a leak of the current image reference when cleaning up.
19348 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19350 2005-12-09 Michael Smith <msmith@fluendo.com>
19352 * tools/Makefile.am:
19353 * tools/gst-launch-ext-m.m:
19354 Remove gst-launch-ext. It doesn't work, and is no longer
19355 particularly useful.
19357 2005-12-08 Luca Ognibene <luogni@tin.it>
19359 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19360 don't pass random values to ogmparse convert function.
19361 Make seeking possible in the exile1.ogm file.
19363 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19365 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19366 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19367 Work around refcount problem with g_value_set_object() that occur
19368 if the core has been compiled against GLib-2.6 (g_value_set_object()
19369 will only g_object_ref() the element, but the caller will
19370 gst_object_unref() it and bad things will happen due to the way
19371 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19372 totem for people on FC4 using Thomas's 0.10 RPMs.
19374 2005-12-07 Edward Hervey <edward@fluendo.com>
19376 Time to welcome ogm to 0.10 :)
19378 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19379 (gst_ogg_pad_typefind):
19380 Oggdemux can now properly typefind elements with dynamic pads.
19381 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19382 Properly set caps on src pad, and set caps on outgoing buffers.
19384 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19386 * ext/alsa/gstalsamixer.h:
19387 * ext/alsa/gstalsamixerelement.h:
19388 * ext/alsa/gstalsamixeroptions.h:
19389 * ext/alsa/gstalsamixertrack.h:
19390 * ext/alsa/gstalsasink.c:
19391 * ext/alsa/gstalsasink.h:
19392 * ext/alsa/gstalsasrc.c:
19393 * ext/alsa/gstalsasrc.h:
19394 * ext/cdparanoia/gstcdparanoia.h:
19395 * ext/gnomevfs/gstgnomevfsuri.h:
19396 * ext/ogg/gstoggdemux.c:
19397 * ext/ogg/gstoggmux.c:
19398 * ext/pango/gsttextoverlay.h:
19399 * ext/theora/theoradec.c:
19400 * ext/theora/theoraenc.c:
19401 * ext/vorbis/vorbisdec.h:
19402 * ext/vorbis/vorbisenc.c:
19403 * ext/vorbis/vorbisenc.h:
19404 * ext/vorbis/vorbisparse.h:
19405 * gst-libs/gst/audio/gstaudioclock.h:
19406 * gst-libs/gst/audio/gstaudiosink.c:
19407 * gst-libs/gst/audio/gstaudiosink.h:
19408 * gst-libs/gst/audio/gstaudiosrc.c:
19409 * gst-libs/gst/audio/gstaudiosrc.h:
19410 * gst-libs/gst/audio/gstbaseaudiosink.c:
19411 * gst-libs/gst/audio/gstbaseaudiosink.h:
19412 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19413 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19414 * gst-libs/gst/audio/gstringbuffer.h:
19415 * gst-libs/gst/audio/multichannel.h:
19416 * gst-libs/gst/floatcast/floatcast.h:
19417 * gst-libs/gst/interfaces/colorbalance.c:
19418 * gst-libs/gst/interfaces/colorbalance.h:
19419 * gst-libs/gst/interfaces/colorbalancechannel.h:
19420 * gst-libs/gst/interfaces/mixer.h:
19421 * gst-libs/gst/interfaces/mixeroptions.h:
19422 * gst-libs/gst/interfaces/mixertrack.h:
19423 * gst-libs/gst/interfaces/navigation.h:
19424 * gst-libs/gst/interfaces/propertyprobe.h:
19425 * gst-libs/gst/interfaces/tuner.h:
19426 * gst-libs/gst/interfaces/tunerchannel.h:
19427 * gst-libs/gst/interfaces/tunernorm.h:
19428 * gst-libs/gst/interfaces/xoverlay.h:
19429 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19430 * gst-libs/gst/riff/riff-ids.h:
19431 * gst-libs/gst/riff/riff-media.h:
19432 * gst-libs/gst/riff/riff-read.h:
19433 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19434 * gst-libs/gst/rtp/gstbasertppayload.c:
19435 * gst-libs/gst/rtp/gstbasertppayload.h:
19436 * gst-libs/gst/rtp/gstrtpbuffer.c:
19437 * gst-libs/gst/rtp/gstrtpbuffer.h:
19438 * gst-libs/gst/tag/gsttageditingprivate.h:
19439 * gst-libs/gst/tag/gstvorbistag.c:
19440 (gst_tag_list_from_vorbiscomment_buffer):
19441 * gst-libs/gst/tag/tag.h:
19442 * gst-libs/gst/video/video.h:
19443 * gst/adder/gstadder.c:
19444 * gst/adder/gstadder.h:
19445 * gst/audioconvert/audioconvert.c:
19446 * gst/audioconvert/audioconvert.h:
19447 * gst/audioconvert/gstaudioconvert.c:
19448 * gst/audioconvert/gstchannelmix.c:
19449 * gst/audioconvert/gstchannelmix.h:
19450 * gst/audiorate/gstaudiorate.c:
19451 * gst/audioresample/buffer.h:
19452 * gst/audioresample/functable.h:
19453 * gst/audioresample/gstaudioresample.c:
19454 * gst/audioresample/resample.h:
19455 * gst/ffmpegcolorspace/avcodec.h:
19456 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19457 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19458 * gst/ffmpegcolorspace/imgconvert.c:
19459 * gst/ffmpegcolorspace/imgconvert_template.h:
19460 * gst/playback/gstdecodebin.c:
19461 * gst/playback/gstplaybasebin.h:
19462 * gst/playback/gstplaybin.c:
19463 * gst/playback/gststreaminfo.h:
19464 * gst/tcp/gstfdset.c:
19465 * gst/tcp/gstfdset.h:
19466 * gst/tcp/gstmultifdsink.c:
19467 * gst/tcp/gstmultifdsink.h:
19468 * gst/tcp/gsttcp.h:
19469 * gst/tcp/gsttcpclientsrc.c:
19470 * gst/tcp/gsttcpclientsrc.h:
19471 * gst/tcp/gsttcpplugin.h:
19472 * gst/tcp/gsttcpserversink.c:
19473 * gst/tcp/gsttcpserversrc.c:
19474 * gst/typefind/gsttypefindfunctions.c:
19475 * gst/videorate/gstvideorate.c:
19476 * gst/videotestsrc/gstvideotestsrc.h:
19477 * gst/videotestsrc/videotestsrc.h:
19478 * sys/v4l/gstv4lcolorbalance.h:
19479 * sys/v4l/gstv4ltuner.h:
19480 * sys/v4l/gstv4lxoverlay.h:
19481 * sys/v4l/v4l_calls.h:
19482 * sys/v4l/videodev_mjpeg.h:
19483 * tests/check/elements/audioconvert.c:
19484 * tests/check/elements/audioresample.c:
19485 * tests/check/elements/audiotestsrc.c:
19486 * tests/check/elements/videotestsrc.c:
19487 * tests/check/elements/volume.c:
19488 * tests/examples/seek/scrubby.c:
19489 * tests/examples/seek/seek.c:
19492 === release 0.10.0 ===
19494 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19497 releasing 0.10.0, "Mont-d'or"
19499 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19501 * tests/examples/seek/Makefile.am:
19502 Build fix for when gtk is not available.
19504 2005-12-05 Andy Wingo <wingo@pobox.com>
19506 * ext/libvisual/visual.c: (get_buffer):
19507 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19508 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19509 * ext/theora/theoradec.c: (theora_handle_data_packet):
19510 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19511 (theora_enc_chain):
19512 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19513 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19514 Update for alloc_buffer changes.
19516 2005-12-05 Andy Wingo <wingo@pobox.com>
19518 patch by: Kai Vehmanen <kv2004 eca cx>
19520 * gst-libs/gst/rtp/gstbasertpdepayload.c
19521 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19523 2005-12-04 Andy Wingo <wingo@pobox.com>
19525 patch by: Sebastien Cote <sebas642 yahoo ca>
19527 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19530 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19532 * docs/plugins/Makefile.am:
19533 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19534 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19535 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19536 * ext/pango/gstclockoverlay.c:
19537 * ext/pango/gsttextoverlay.c:
19538 * ext/pango/gsttextrender.c:
19539 * ext/pango/gsttimeoverlay.c:
19540 Add gtk-doc blurbs to pango elements.
19542 2005-12-02 Wim Taymans <wim@fluendo.com>
19544 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19545 * gst/audioresample/buffer.h:
19546 * gst/audioresample/gstaudioresample.c:
19547 * gst/audioresample/gstaudioresample.h:
19548 * gst/audioresample/resample.c: (resample_input_flush),
19549 (resample_input_pushthrough), (resample_input_eos),
19550 (resample_get_output_size_for_input),
19551 (resample_get_input_size_for_output), (resample_get_output_size),
19552 (resample_get_output_data):
19553 * gst/audioresample/resample.h:
19554 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19555 Fix audioresample, seek torture, new segments, reverse negotiation
19558 2005-12-02 Wim Taymans <wim@fluendo.com>
19560 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19563 2005-12-02 Wim Taymans <wim@fluendo.com>
19565 * gst/audioconvert/gstaudioconvert.c:
19566 (gst_audio_convert_transform):
19569 === release 0.9.7 ===
19571 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19574 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19576 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19582 add win32 MANIFEST file
19583 do something to the hungarian translation
19585 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19588 Add $(PANGO_DIR) to SUBDIRS
19590 * ext/pango/gstclockoverlay.c:
19591 * ext/pango/gsttimeoverlay.c:
19592 Fix and improve element descriptions.
19594 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19596 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19597 * docs/plugins/inspect/plugin-libvisual.xml:
19598 * docs/plugins/inspect/plugin-pango.xml:
19599 add pango plugin to docs
19601 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19605 moved pango to base
19607 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19610 * tests/Makefile.am:
19611 * tests/icles/.cvsignore:
19612 * tests/icles/Makefile.am:
19613 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19614 (close_display), (resize_window), (move_window), (create_window),
19615 (terminate_playback), (pause_playback), (start_playback), (main):
19616 add stress test for xoverlay from Julien
19618 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19620 * docs/libs/tmpl/gstcolorbalance.sgml:
19621 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19622 * gst-libs/gst/rtp/gstbasertppayload.c:
19623 * gst-libs/gst/rtp/gstrtpbuffer.c:
19624 * gst-libs/gst/rtp/gstrtpbuffer.h:
19625 Do burger's rename for rtp payloaders and depayloaders
19627 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19630 add Visual Studio 6 build files
19632 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19634 * docs/libs/gst-plugins-base-libs-docs.sgml:
19635 * docs/libs/gst-plugins-base-libs-sections.txt:
19636 * docs/libs/tmpl/gstaudio.sgml:
19637 * docs/libs/tmpl/gstringbuffer.sgml:
19638 * gst-libs/gst/interfaces/xoverlay.c:
19639 * gst-libs/gst/video/gstvideofilter.c:
19640 * gst-libs/gst/video/gstvideosink.c:
19641 update documentation
19643 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19645 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19646 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19647 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19648 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19649 (gst_multi_fd_sink_get_stats),
19650 (gst_multi_fd_sink_remove_client_link),
19651 (gst_multi_fd_sink_handle_client_read),
19652 (gst_multi_fd_sink_client_queue_data),
19653 (gst_multi_fd_sink_client_queue_caps),
19654 (gst_multi_fd_sink_client_queue_buffer),
19655 (gst_multi_fd_sink_new_client),
19656 (gst_multi_fd_sink_handle_client_write),
19657 (gst_multi_fd_sink_recover_client),
19658 (gst_multi_fd_sink_queue_buffer),
19659 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19660 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19661 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19662 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19663 * gst/tcp/gstmultifdsink.h:
19664 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19665 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19666 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19667 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19668 (gst_tcp_client_sink_set_property),
19669 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19670 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19671 * gst/tcp/gsttcpclientsink.h:
19672 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19673 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19674 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19675 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19676 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19677 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19678 * gst/tcp/gsttcpclientsrc.h:
19679 * gst/tcp/gsttcpplugin.c: (plugin_init):
19680 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19681 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19682 (gst_tcp_server_sink_finalize),
19683 (gst_tcp_server_sink_handle_server_read),
19684 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19685 (gst_tcp_server_sink_set_property),
19686 (gst_tcp_server_sink_get_property),
19687 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19688 * gst/tcp/gsttcpserversink.h:
19689 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19690 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19691 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19692 (gst_tcp_server_src_set_property),
19693 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19694 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19695 * gst/tcp/gsttcpserversrc.h:
19698 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19700 * docs/plugins/Makefile.am:
19701 * docs/plugins/gst-plugins-base-plugins.args:
19702 * docs/plugins/inspect/plugin-libvisual.xml:
19703 * gst/audioconvert/plugin.h:
19704 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19705 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19706 (gst_audio_rate_setcaps), (gst_audio_rate_init),
19707 (gst_audio_rate_chain), (gst_audio_rate_set_property),
19708 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19710 * gst/audiotestsrc/gstaudiotestsrc.c:
19711 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19712 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19713 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19714 (gst_audio_test_src_get_query_types),
19715 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19716 (gst_audio_test_src_create_square),
19717 (gst_audio_test_src_create_saw),
19718 (gst_audio_test_src_create_triangle),
19719 (gst_audio_test_src_create_silence),
19720 (gst_audio_test_src_create_white_noise),
19721 (gst_audio_test_src_init_pink_noise),
19722 (gst_audio_test_src_generate_pink_noise_value),
19723 (gst_audio_test_src_create_pink_noise),
19724 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19725 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19726 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19728 * gst/audiotestsrc/gstaudiotestsrc.h:
19729 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19730 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19731 (gst_sub_parse_init), (gst_sub_parse_formats),
19732 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19733 (convert_encoding), (get_next_line),
19734 (gst_sub_parse_data_format_autodetect),
19735 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19736 (gst_sub_parse_loop), (gst_sub_parse_chain),
19737 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19739 * gst/subparse/gstsubparse.h:
19740 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19741 (gst_video_rate_base_init), (gst_video_rate_class_init),
19742 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19743 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19744 (gst_video_rate_init), (gst_video_rate_event),
19745 (gst_video_rate_chain), (gst_video_rate_set_property),
19746 (gst_video_rate_get_property), (gst_video_rate_change_state),
19748 * gst/videoscale/gstvideoscale.c:
19749 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19750 (gst_video_scale_src_template_factory),
19751 (gst_video_scale_sink_template_factory),
19752 (gst_video_scale_get_type), (gst_video_scale_base_init),
19753 (gst_video_scale_class_init), (gst_video_scale_init),
19754 (gst_video_scale_set_property), (gst_video_scale_get_property),
19755 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19756 (gst_video_scale_prepare_size), (parse_caps),
19757 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19758 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19759 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19761 * gst/videoscale/gstvideoscale.h:
19762 * gst/videotestsrc/gstvideotestsrc.c:
19763 (gst_video_test_src_pattern_get_type),
19764 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19765 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19766 (gst_video_test_src_set_pattern),
19767 (gst_video_test_src_set_property),
19768 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19769 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19770 (gst_video_test_src_event), (gst_video_test_src_get_times),
19771 (gst_video_test_src_create), (plugin_init):
19772 * gst/videotestsrc/gstvideotestsrc.h:
19773 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19774 (gst_video_test_src_smpte), (gst_video_test_src_snow),
19775 (gst_video_test_src_black):
19776 * gst/videotestsrc/videotestsrc.h:
19778 clean up docs a little
19780 2005-11-30 Wim Taymans <wim@fluendo.com>
19782 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19783 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19784 (gst_basertppayload_event), (gst_basertppayload_push),
19785 (gst_basertppayload_change_state):
19786 * gst-libs/gst/rtp/gstbasertppayload.h:
19789 2005-11-30 Julien MOUTTE <julien@moutte.net>
19791 * docs/libs/gst-plugins-base-libs-docs.sgml:
19792 * docs/libs/gst-plugins-base-libs-sections.txt:
19793 * gst-libs/gst/video/gstvideofilter.c:
19794 * gst-libs/gst/video/gstvideosink.c:
19795 * gst-libs/gst/video/gstvideosink.h: Adding docs.
19797 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19817 * scripts/autoplugins.sh:
19820 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19824 * examples/Makefile.am:
19825 * examples/capsfilter/Makefile.am:
19826 * examples/capsfilter/capsfilter1.c:
19827 * examples/gob/Makefile.am:
19828 * examples/gob/gst-identity2.gob:
19829 * examples/indexing/.cvsignore:
19830 * examples/indexing/Makefile.am:
19831 * examples/indexing/indexmpeg.c:
19832 * examples/seeking/.cvsignore:
19833 * examples/seeking/Makefile.am:
19834 * examples/seeking/cdparanoia.c:
19835 * examples/seeking/cdplayer.c:
19836 * examples/seeking/chained.c:
19837 * examples/seeking/scrubby.c:
19838 * examples/seeking/seek.c:
19839 * examples/stats/Makefile.am:
19840 * examples/stats/mp2ogg.c:
19841 * examples/switch/.cvsignore:
19842 * examples/switch/Makefile.am:
19843 * examples/switch/switcher.c:
19844 * tests/Makefile.am:
19845 * tests/check/generic/.cvsignore:
19846 * tests/check/pipelines/.cvsignore:
19847 * tests/examples/Makefile.am:
19848 * tests/examples/seek/Makefile.am:
19849 reorganize stuff under tests/
19851 2005-11-30 Edward Hervey <edward@fluendo.com>
19853 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19854 Go away you stupid GstStaticPadTemplate memleak.
19856 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19858 * gst-libs/gst/net/Makefile.am:
19859 * gst-libs/gst/net/README:
19860 * gst-libs/gst/net/gstnetbuffer.c:
19861 * gst-libs/gst/net/gstnetbuffer.h:
19862 this was moved to "netbuffer"
19864 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19866 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19867 (gst_video_filter_class_init), (gst_video_filter_init):
19868 * gst-libs/gst/video/gstvideofilter.h:
19869 borgify name to bring in line with other classes
19871 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19873 * gst/audioscale/.cvsignore:
19874 * gst/audioscale/Makefile.am:
19875 * gst/audioscale/README:
19876 * gst/audioscale/audioscale.vcproj:
19877 * gst/audioscale/dtof.c:
19878 * gst/audioscale/dtos.c:
19879 * gst/audioscale/functable.c:
19880 * gst/audioscale/gstaudioscale.c:
19881 * gst/audioscale/gstaudioscale.h:
19882 * gst/audioscale/private.h:
19883 * gst/audioscale/resample.c:
19884 * gst/audioscale/resample.h:
19885 * gst/audioscale/test.c:
19888 2005-11-30 Edward Hervey <edward@fluendo.com>
19890 * gst-libs/gst/netbuffer/Makefile.am:
19891 really, really tired
19893 2005-11-30 Edward Hervey <edward@fluendo.com>
19895 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19896 Update for new GstTypeFindFactory _register()
19898 2005-11-30 Edward Hervey <edward@fluendo.com>
19900 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
19901 Let's not override libgstnet from core for no reason...
19902 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19903 Ok, maybe not so quick next time.
19905 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19908 * gst-libs/gst/Makefile.am:
19909 moved gst-libs/gst/net to netbuffer through CVS surgery
19910 remove old directory
19911 updating build to accomodate
19914 2005-11-29 Andy Wingo <wingo@pobox.com>
19916 * pkgconfig/gstreamer-plugins-base.pc.in:
19917 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19918 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19921 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19923 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19924 3rd time's the charm. Correct ref-counting for discarded buffers.
19926 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19928 * gst/playback/gststreamselector.c:
19929 (gst_stream_selector_class_init),
19930 (gst_stream_selector_set_property),
19931 (gst_stream_selector_get_property),
19932 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19935 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19937 * gst/subparse/gstsubparse.c: (feed_textbuf):
19938 Don't access already unref'ed buffer.
19940 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19942 * gst/playback/gststreamselector.c:
19943 (gst_stream_selector_class_init), (gst_stream_selector_init),
19944 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19945 (gst_stream_selector_get_property),
19946 (gst_stream_selector_get_linked_pad),
19947 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19948 * gst/playback/gststreamselector.h:
19949 Add the active-pad property for playbin to use shortly. Ignore buffers
19950 from any other pad, returning GST_FLOW_NOT_LINKED
19952 2005-11-29 Julien MOUTTE <julien@moutte.net>
19954 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19955 patch from bug #322704 (Alessandro Decina).
19957 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19959 * gst-libs/gst/audio/Makefile.am:
19960 folded audiofilter into the audio library
19962 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19964 * gst/videoscale/gstvideoscale.h:
19965 * gst/videoscale/gstvideoscale.c:
19966 remove unimplemented scale methods
19968 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
19970 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19973 2005-11-28 Julien MOUTTE <julien@moutte.net>
19975 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19976 (gst_ximagesink_setcaps):
19977 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19978 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19979 happens (only visible on ximagesink but bug is in xv too) set_caps was
19980 destroying the internal x[v]image used to memcpy non locally alloced
19981 buffers so that it got renewed on next _chain. The issue is that
19982 _expose will try to put that image as it reffed it in _put.
19983 Using gst_buffer_unref instead of destroy fixes it !
19985 2005-11-28 Edward Hervey <edward@fluendo.com>
19987 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19988 (try_to_link_1), (queue_filled_cb):
19989 Better use of the queues. Start with a small size queue and only increase
19990 the size of the queues when the other queues are empty.
19992 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
19994 * gst-libs/gst/video/Makefile.am:
19995 compile in copied-over videofilter into the video library
19996 * gst-libs/gst/video/videosink.h:
19997 rename the header to gstvideosink.h since it's a base GstObject class
19998 * sys/ximage/ximagesink.h:
19999 * sys/xvimage/xvimagesink.h:
20002 2005-11-28 Wim Taymans <wim@fluendo.com>
20004 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20005 * gst/playback/gstplaybasebin.h:
20006 Prepare to handle errors betters.
20008 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20009 Set sinks to PAUSED first before adding and linking them so that
20010 we don't interrupt dataflow.
20012 2005-11-28 Wim Taymans <wim@fluendo.com>
20014 * gst-libs/gst/audio/TODO:
20017 * gst-libs/gst/audio/gstaudiosink.c:
20018 (gst_audioringbuffer_open_device),
20019 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20020 (gst_audioringbuffer_release):
20023 * gst-libs/gst/audio/gstbaseaudiosink.c:
20024 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20025 (gst_base_audio_sink_change_state):
20026 Slave to the master clock when going to PLAYING and unslave when
20029 * gst-libs/gst/audio/gstringbuffer.c:
20030 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20031 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20032 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20033 (gst_ring_buffer_clear_all), (wait_segment),
20034 (gst_ring_buffer_commit), (gst_ring_buffer_read),
20035 (gst_ring_buffer_advance):
20036 * gst-libs/gst/audio/gstringbuffer.h:
20037 Add some docs and cleanups.
20039 2005-11-28 Julien MOUTTE <julien@moutte.net>
20041 * sys/xvimage/xvimagesink.c:
20042 (gst_xvimagesink_navigation_send_event): Fix navigation events
20043 coordinates translation with pixel aspect ratios.
20045 2005-11-28 Julien MOUTTE <julien@moutte.net>
20047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20048 Use calculated video geometry from _setcaps instead of buffer
20049 caps to respect pixel aspect ratio. (fixes #322388)
20051 2005-11-28 Julien MOUTTE <julien@moutte.net>
20053 * docs/libs/tmpl/gstcolorbalance.sgml:
20054 * docs/libs/tmpl/gstmixer.sgml:
20055 * docs/libs/tmpl/gstxoverlay.sgml:
20056 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20059 2005-11-28 Julien MOUTTE <julien@moutte.net>
20061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20062 Refuse to create an XvImage if we can't find the format.
20064 2005-11-28 Edward Hervey <edward@fluendo.com>
20066 * gst-libs/gst/riff/riff-media.c:
20067 (gst_riff_create_audio_template_caps):
20068 Add ATRAC3 to the list of riff-possible audio caps.
20069 I know we still don't have a plugin for atrac3, but it's saner to output
20070 that than a cryptic mimetype.
20072 2005-11-27 Edward Hervey <edward@fluendo.com>
20074 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20075 Don't try to create a zero-sized subbuffer.
20077 2005-11-27 Julien MOUTTE <julien@moutte.net>
20079 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20080 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20081 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20082 (gst_ximagesink_expose): Fixed a tricky race.
20083 * sys/ximage/ximagesink.h:
20084 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20085 (gst_xvimagesink_expose): Fixed a tricky race.
20086 * sys/xvimage/xvimagesink.h:
20088 2005-11-27 Edward Hervey <edward@fluendo.com>
20090 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20091 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20092 Remove unused properties, and add queues between demuxers and decoders
20093 so that a lot more files can preroll properly.
20095 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20097 * gst-libs/gst/net/Makefile.am:
20098 * gst-libs/gst/rtp/Makefile.am:
20099 * gst-libs/gst/tag/Makefile.am:
20100 remove silly include
20101 * gst/tags/Makefile.am:
20102 * gst/tags/gsttagediting.c:
20103 * gst/tags/gsttageditingprivate.h:
20104 * gst/tags/tagedit.vcproj:
20105 remove directory, is as good as empty
20107 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20110 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20111 * gst-libs/Makefile.am:
20112 * gst-libs/gst/audio/Makefile.am:
20113 * gst-libs/gst/interfaces/Makefile.am:
20114 * gst-libs/gst/net/Makefile.am:
20115 * gst-libs/gst/riff/Makefile.am:
20116 * gst-libs/gst/rtp/Makefile.am:
20117 * gst-libs/gst/tag/Makefile.am:
20118 * gst-libs/gst/video/Makefile.am:
20121 2005-11-27 Julien MOUTTE <julien@moutte.net>
20123 * docs/libs/tmpl/gstcolorbalance.sgml:
20124 * docs/libs/tmpl/gstmixer.sgml:
20125 * docs/libs/tmpl/gstxoverlay.sgml:
20126 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20127 * sys/ximage/ximagesink.h:
20128 * sys/xvimage/xvimagesink.h: More and more documentation.
20130 2005-11-26 Julien MOUTTE <julien@moutte.net>
20132 * docs/libs/gst-plugins-base-libs-docs.sgml:
20133 * docs/libs/gst-plugins-base-libs-sections.txt:
20134 * docs/libs/tmpl/gstcolorbalance.sgml:
20135 * docs/libs/tmpl/gstmixer.sgml:
20136 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20139 2005-11-26 Julien MOUTTE <julien@moutte.net>
20141 * docs/plugins/Makefile.am:
20142 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20143 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20144 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20146 2005-11-26 Julien MOUTTE <julien@moutte.net>
20148 * docs/plugins/Makefile.am:
20149 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20150 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20151 * docs/plugins/inspect/plugin-adder.xml:
20152 * docs/plugins/inspect/plugin-alsa.xml:
20153 * docs/plugins/inspect/plugin-audioconvert.xml:
20154 * docs/plugins/inspect/plugin-audiorate.xml:
20155 * docs/plugins/inspect/plugin-audioresample.xml:
20156 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20157 * docs/plugins/inspect/plugin-decodebin.xml:
20158 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20159 * docs/plugins/inspect/plugin-gnomevfs.xml:
20160 * docs/plugins/inspect/plugin-ogg.xml:
20161 * docs/plugins/inspect/plugin-playbin.xml:
20162 * docs/plugins/inspect/plugin-subparse.xml:
20163 * docs/plugins/inspect/plugin-tcp.xml:
20164 * docs/plugins/inspect/plugin-theora.xml:
20165 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20166 * docs/plugins/inspect/plugin-video4linux.xml:
20167 * docs/plugins/inspect/plugin-videorate.xml:
20168 * docs/plugins/inspect/plugin-videoscale.xml:
20169 * docs/plugins/inspect/plugin-videotestsrc.xml:
20170 * docs/plugins/inspect/plugin-volume.xml:
20171 * docs/plugins/inspect/plugin-vorbis.xml:
20172 * docs/plugins/inspect/plugin-ximagesink.xml:
20173 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20174 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20176 2005-11-26 Edward Hervey <edward@fluendo.com>
20178 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20179 Properly return GstFlowReturn from gst_pad_push in chain functions.
20181 2005-11-25 Michael Smith <msmith@fluendo.com>
20183 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20184 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20185 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20186 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20187 Handle various conditions better when we don't understand a stream.
20188 Removes a heap of CRITICALs on ogg streams containing unknown data.
20190 2005-11-24 Andy Wingo <wingo@pobox.com>
20192 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20195 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20197 * configure.ac: back to HEAD
20199 === release 0.9.6 ===
20201 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20204 releasing 0.9.6, "White Eight"
20206 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20208 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20209 * docs/plugins/inspect/plugin-sine.xml:
20210 remove sinesrc some more
20212 2005-11-23 Wim Taymans <wim@fluendo.com>
20214 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20215 If we are reading too slowly, jump forward in the ringbuffer
20216 instead of blocking.
20218 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20220 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20221 (gst_visual_chain):
20222 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20223 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20224 (gst_videorate_chain):
20225 * gst/videotestsrc/gstvideotestsrc.c:
20226 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20227 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20228 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20229 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20230 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20231 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20232 Updates for API changes
20234 2005-11-23 Wim Taymans <wim@fluendo.com>
20236 * gst-libs/gst/audio/gstbaseaudiosink.c:
20237 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20238 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20239 Fix for calibration API change.
20241 2005-11-23 Michael Smith <msmith@fluendo.com>
20243 * gst-libs/gst/audio/multichannel.c:
20244 (gst_audio_get_channel_positions),
20245 (gst_audio_set_channel_positions),
20246 (gst_audio_set_structure_channel_positions_list),
20247 (gst_audio_fixate_channel_positions):
20248 Use gst_value_array_*() functions on value arrays, not
20249 gst_value_list_*().
20251 2005-11-23 Edward Hervey <edward@fluendo.com>
20254 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20257 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20259 * check/Makefile.am:
20260 * check/elements/videotestsrc.c: (setup_videotestsrc),
20261 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20263 add a test for videotestsrc
20265 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20267 * gst/sine/.cvsignore:
20268 * gst/sine/Makefile.am:
20269 * gst/sine/gstsinesrc.c:
20270 * gst/sine/gstsinesrc.h:
20271 * gst/sine/sinesrc.vcproj:
20272 and remove sinesrc from the repository. Closes #321446
20274 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20277 * gst-plugins-base.spec.in:
20278 remove sinesrc from the build
20280 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20282 * check/Makefile.am:
20283 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20284 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20286 add a test for audiotestsrc, testing all waves. Even seems
20287 leak-free at first glance, nice job Stefan
20289 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20305 Translation string updates
20307 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20308 (gst_v4lsrc_set_caps):
20309 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20310 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20311 * sys/v4l/v4lsrc_calls.h:
20312 Improve v4lsrc, by making it work again.
20314 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20316 * ext/libvisual/visual.c: (gst_visual_chain):
20317 Fix the fps calculations.
20319 * gst/ffmpegcolorspace/avcodec.h:
20320 Move structure element for clarity
20322 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20323 * gst-libs/gst/interfaces/tunernorm.h:
20324 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20325 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20326 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20327 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20328 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20329 (gst_v4lmjpegsrc_getcaps):
20330 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20331 (gst_v4lsrc_set_caps):
20332 * sys/v4l/gstv4lsrc.h:
20333 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20334 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20335 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20336 * sys/v4l/v4lsrc_calls.h:
20337 Fractional framerates...
20339 2005-11-22 Wim Taymans <wim@fluendo.com>
20341 * gst-libs/gst/audio/gstbaseaudiosink.c:
20342 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20343 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20344 And we provide a clock by default, of course...
20346 2005-11-22 Wim Taymans <wim@fluendo.com>
20348 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20349 This clock can be slaved to a master clock now.
20351 * gst-libs/gst/audio/gstbaseaudiosink.c:
20352 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20353 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20354 (gst_base_audio_sink_set_clock),
20355 (gst_base_audio_sink_set_property),
20356 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20357 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20358 * gst-libs/gst/audio/gstbaseaudiosink.h:
20359 Handle slaving the internal clock to the clock selected in the
20361 Add property to make the basesink not provide a clock.
20363 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20364 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20365 (gst_base_rtp_depayload_wait):
20366 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20367 We can use the clock in GstElement, no need to store it ourselves.
20369 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20371 * docs/libs/tmpl/gstaudio.sgml:
20373 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20374 (gst_paranoia_endian_get_type):
20375 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20376 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20377 * gst/audiotestsrc/gstaudiotestsrc.c:
20378 (gst_audiostestsrc_wave_get_type):
20379 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20380 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20381 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20382 (gst_sync_method_get_type), (gst_unit_type_get_type),
20383 (gst_client_status_get_type), (gst_multifdsink_class_init),
20384 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20385 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20386 (gst_multifdsink_get_property):
20387 * gst/tcp/gstmultifdsink.h:
20388 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20389 * gst/videotestsrc/gstvideotestsrc.c:
20390 (gst_videotestsrc_pattern_get_type):
20391 remove deprecated properties
20392 fix up enums to correctly have short lowercase dashed nicks
20394 2005-11-22 Michael Smith <msmith@fluendo.com>
20396 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20397 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20400 2005-11-22 Michael Smith <msmith@fluendo.com>
20402 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20403 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20404 Use utility method for scaling clocktime for fractional framerates.
20406 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20408 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20409 (gst_visual_chain):
20410 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20411 * ext/theora/theoradec.c: (theora_handle_type_packet):
20412 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20413 (theora_enc_chain):
20414 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20415 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20416 * gst-libs/gst/video/video.h:
20417 * gst/ffmpegcolorspace/avcodec.h:
20418 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20419 (gst_ffmpeg_caps_to_pixfmt):
20420 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20421 (gst_ffmpegcsp_set_caps):
20422 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20423 (gst_videorate_setcaps), (gst_videorate_blank_data),
20424 (gst_videorate_chain):
20425 * gst/videotestsrc/gstvideotestsrc.c:
20426 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20427 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20428 (gst_videotestsrc_event), (gst_videotestsrc_create):
20429 * gst/videotestsrc/gstvideotestsrc.h:
20430 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20431 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20432 (gst_ximagesink_get_times), (gst_ximagesink_init):
20433 * sys/ximage/ximagesink.h:
20434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20435 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20436 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20437 * sys/xvimage/xvimagesink.h:
20438 Convert elements to use fractions for their framerate.
20439 V4L elements to come later tonight.
20441 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20443 * gst-libs/gst/audio/audio.c:
20444 * gst-libs/gst/audio/audio.h:
20445 remove some deprecated functions
20447 2005-11-22 Andy Wingo <wingo@pobox.com>
20449 * Update for gst_tag_setter API changes.
20451 2005-11-22 Andy Wingo <wingo@pobox.com>
20453 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20454 (gst_ogg_demux_perform_seek):
20455 * ext/theora/theoradec.c (theora_dec_sink_event):
20456 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20459 2005-11-22 Wim Taymans <wim@fluendo.com>
20461 * examples/seeking/seek.c: (main):
20462 Give higher priority to bus signals than the gtk events
20463 to fix a race condition in the segment looping.
20465 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20467 * ext/theora/Makefile.am:
20468 * ext/vorbis/Makefile.am:
20469 * gst-libs/gst/tag/Makefile.am:
20470 * gst-plugins-base.spec.in:
20471 Rename libgsttagedit to libgsttag (#322117).
20473 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20475 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20477 Call gst_x_overlay_prepare_xwindow_id() to give applications
20478 a final chance to set their own xwindow id before the video
20479 sink creates its own window.
20481 2005-11-22 Julien MOUTTE <julien@moutte.net>
20483 * sys/xvimage/xvimagesink.c:
20484 (gst_xvimagesink_navigation_send_event): Handle navigation
20485 events correcly with borders if applicable.
20487 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20489 Patch by: Luca Ognibene
20491 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20492 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20493 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20494 (gst_ffmpegcsp_caps_remove_format_info):
20495 * gst/ffmpegcolorspace/imgconvert.c:
20496 * gst/ffmpegcolorspace/imgconvert_template.h:
20497 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20498 #318353); use gst_structure_has_name().
20500 2005-11-22 Julien MOUTTE <julien@moutte.net>
20502 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20503 (gst_ximagesink_class_init): Add debug macros on functions.
20504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20505 (gst_xvimagesink_xwindow_draw_borders),
20506 (gst_xvimagesink_xvimage_put),
20507 (gst_xvimagesink_xwindow_update_geometry),
20508 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20509 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20510 (gst_xvimagesink_xcontext_clear),
20511 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20512 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20513 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20514 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20515 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20516 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20517 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20518 expose while being PAUSED, out of data flow navigation events, etc..
20520 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20522 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20523 * gst-libs/gst/audio/audio.h:
20524 fix prototype - wondering why the test worked regardless
20526 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20528 * check/Makefile.am:
20529 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20530 * gst-libs/gst/audio/audio.h:
20531 add a method that returns a proper GstClockTime
20533 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20535 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20536 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20537 * gst-libs/gst/interfaces/xoverlay.h:
20538 Remove everything having to do with the desired size; add
20539 gst_x_overlay_prepare_xwindow_id() function; remove the
20540 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20541 post a message on the bus instead (#321816).
20543 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20545 (gst_xvimagesink_xoverlay_init):
20546 Remove desired size stuff (#321816).
20548 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20550 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20551 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20552 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20553 Terminate vararg functions with NULL instead of 0 to
20556 2005-11-21 Andy Wingo <wingo@pobox.com>
20558 patch by: Sebastien Cote <sebas642@yahoo.ca>
20560 * gst-libs/gst/rtp/gstrtpbuffer.h:
20561 * gst-libs/gst/rtp/gstrtpbuffer.c
20562 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20564 2005-11-21 Andy Wingo <wingo@pobox.com>
20566 * gst/playback/gstplaybin.c (gen_audio_element)
20567 (gen_video_element): Use the new MISSING_PLUGIN core error
20568 category. Closes #320060.
20570 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20571 * gst/videorate/gstvideorate.c (gst_videorate_event):
20572 * ext/theora/theoradec.c (theora_dec_sink_event):
20573 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20576 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20577 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20578 stream lock changes.
20580 2005-11-21 Wim Taymans <wim@fluendo.com>
20582 * gst-libs/gst/audio/gstbaseaudiosink.c:
20583 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20584 (gst_base_audio_sink_provide_clock),
20585 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20586 (gst_base_audio_sink_change_state):
20587 * gst/audioresample/gstaudioresample.c:
20588 Segment update fix.
20590 2005-11-21 Andy Wingo <wingo@pobox.com>
20593 * *.c: Ran scripts/update-macros. Oh yes.
20595 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20597 * sys/ximage/Makefile.am:
20598 * sys/ximage/ximage.c:
20599 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20600 remove your old libgstximage.* manually if necessary).
20602 2005-11-21 Michael Smith <msmith@fluendo.com>
20604 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20605 Minimal fix for bug #320200: set the min/max bitrate in the correct
20606 units. A better fix would be to upgrade to the RATEMANAGE2
20607 interface, rather than using the deprecated interface used here, but
20608 that would require an update in our libvorbis dependency (to 1.1),
20609 which is probably undesirable.
20611 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20613 * ext/libvisual/visual.c: (get_buffer):
20614 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20615 (gst_base_audio_src_fixate):
20616 * gst/audioconvert/gstaudioconvert.c:
20617 (gst_audio_convert_fixate_caps):
20618 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20619 * gst/audiotestsrc/gstaudiotestsrc.c:
20620 (gst_audiotestsrc_src_fixate):
20621 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20622 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20623 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20624 * gst/videotestsrc/gstvideotestsrc.c:
20625 (gst_videotestsrc_src_fixate):
20626 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20628 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20632 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20634 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20635 (gst_riff_create_iavs_caps):
20636 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20637 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20638 (gst_riff_parse_info):
20639 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20640 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20642 Fixes for GST_FOURCC_FORMAT API change.
20644 2005-11-21 Andy Wingo <wingo@pobox.com>
20646 patch by: Alessandro Dessina <alessandro nnva org>
20648 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20649 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20650 (gst_ogg_parse_chain):
20651 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20652 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20653 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20654 gst_value_list calls on arrays. Fixes #321962.
20656 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20658 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20659 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20660 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20661 * gst/adder/gstadder.c: (gst_adder_init),
20662 (gst_adder_request_new_pad), (gst_adder_collected),
20663 (gst_adder_change_state):
20664 Update for gst_collectpads_foo() to gst_collect_pads_foo()
20667 2005-11-21 Michael Smith <msmith@fluendo.com>
20669 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20670 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20671 Properly handle pad_push return values.
20673 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
20675 * gst-libs/gst/tag/Makefile.am:
20676 * gst-libs/gst/tag/gstvorbistag.c:
20677 (gst_tag_list_to_vorbiscomment_buffer):
20678 Remove obsolete vorbistag element and debug category.
20680 * gst/playback/gstplaybasebin.c: (check_queue):
20681 Don't divide by 0 when queue-threshold is 0.
20683 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20684 Don't modify an existing pixel-aspect-ratio if we fail to read
20687 2005-11-20 Wim Taymans <wim@fluendo.com>
20689 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20690 (gst_vorbisenc_push_packet):
20691 GST_PAD_IS_USABLE is gone, use the return value of
20692 the push or pad_alloc_buffer instead.
20694 2005-11-18 Julien MOUTTE <julien@moutte.net>
20696 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20697 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20698 (gst_ximagesink_ximage_destroy),
20699 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20700 (gst_ximagesink_xwindow_new),
20701 (gst_ximagesink_xwindow_update_geometry),
20702 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20703 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20704 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20705 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20706 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20707 (gst_ximagesink_navigation_send_event),
20708 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20709 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20710 (gst_ximagesink_finalize), (gst_ximagesink_init),
20711 (gst_ximagesink_class_init):
20712 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20713 This new version brings correct software scaling, non flickering
20714 window while resizing, pixel aspect ratio handling, usage of
20715 hardware buffer pools, out of data flow event thread for
20716 navigation and handling of expose events even when being PAUSED,
20717 a new property to keep video aspect ratio when resizing, etc...
20719 2005-11-18 Julien MOUTTE <julien@moutte.net>
20721 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20722 (gst_videoscale_fixate_caps): Introduce back caps fixate with
20725 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
20727 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20728 Unsetting IS_SINK flag from the fakesink, so decodebin
20729 never behaves as a sink.
20731 2005-11-17 Wim Taymans <wim@fluendo.com>
20733 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20734 (gst_base_audio_src_change_state):
20735 Fix the audiosrc base class again, we did not unflush.
20737 2005-11-17 Julien MOUTTE <julien@moutte.net>
20739 * examples/seeking/seek.c: (make_dv_pipeline),
20740 (make_vorbis_theora_pipeline), (make_avi_pipeline),
20741 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20742 to ogg/vorbis/theora pipeline.
20744 2005-11-17 Wim Taymans <wim@fluendo.com>
20746 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20747 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20748 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20749 Fix EOS on multiple streams.
20752 2005-11-16 Wim Taymans <wim@fluendo.com>
20754 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20755 (gst_ogg_demux_perform_seek):
20756 Segment done must include stream time.
20758 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20759 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20760 (gst_ogg_mux_change_state):
20761 Fix ogg muxer again.
20763 2005-11-16 Wim Taymans <wim@fluendo.com>
20765 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20768 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20770 * ext/libvisual/visual.c: (gst_visual_init):
20771 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20772 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20773 (gst_ogg_parse_chain):
20774 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20775 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20776 * ext/theora/theoradec.c: (gst_theora_dec_init):
20777 * ext/theora/theoraenc.c: (gst_theora_enc_init):
20778 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20779 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20780 * gst/adder/gstadder.c: (gst_adder_class_init),
20781 (gst_adder_dispose):
20782 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20783 * gst/subparse/gstsubparse.c: (gst_subparse_init):
20784 * gst/videorate/gstvideorate.c: (gst_videorate_init):
20785 Fix a whole set of pad template leaks
20787 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20789 * check/generic/states.c: (GST_START_TEST):
20790 fix the test so that it only checks for elements that are part of
20793 2005-11-16 Michael Smith <msmith@fluendo.com>
20795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20796 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20797 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20798 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20799 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20800 (gst_ogg_mux_change_state):
20801 Fix leaking collectpads.
20803 2005-11-16 Edward Hervey <edward@fluendo.com>
20805 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20806 (gst_videorate_event), (gst_videorate_chain):
20807 Handle segment seeks
20809 2005-11-16 Wim Taymans <wim@fluendo.com>
20811 * gst-libs/gst/audio/gstbaseaudiosink.c:
20812 (gst_base_audio_sink_provide_clock),
20813 (gst_base_audio_sink_change_state):
20814 Set ringbuffer to non-flushing when going to PAUSED, set to
20815 flushing again when going to READY.
20817 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20818 (gst_ring_buffer_stop):
20819 Start in flushing mode by default.
20820 Don't set flushing in the _stop method, let the app call
20823 2005-11-16 Julien MOUTTE <julien@moutte.net>
20825 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20826 * gst-libs/gst/video/videosink.h: Add helper function needed
20829 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
20831 * gst/videoscale/gstvideoscale.c:
20832 (gst_videoscale_handle_src_event):
20833 Don't leak reference to pad parent.
20835 2005-11-16 Wim Taymans <wim@fluendo.com>
20837 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20838 Set ringbuffer to flushing when stopping so that we don't
20839 block on wait_segment anymore and livelock.
20841 2005-11-16 Wim Taymans <wim@fluendo.com>
20843 * examples/seeking/seek.c: (send_event), (do_seek),
20844 (loop_toggle_cb), (segment_done), (main):
20845 Added looping checkbox.
20847 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20849 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20850 (gst_ogg_demux_init):
20851 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20852 (gst_vorbis_dec_init):
20853 revert unrefs, they don't pass make check
20855 2005-11-15 Johan Dahlin <johan@gnome.org>
20857 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20858 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20859 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20860 (gst_vorbis_dec_init):
20861 Fix pad template leaks.
20863 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20865 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20866 Make state change function thread safe.
20868 2005-11-15 Edward Hervey <edward@fluendo.com>
20870 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20871 (gst_ogg_demux_class_init):
20872 Implement GstElement::send_event, so we can send seek events
20875 2005-11-14 Julien MOUTTE <julien@moutte.net>
20877 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20878 Discovered how to take away flickering while resizing the
20879 window. Please don't put that in ximagesink, refactoring in
20882 2005-11-14 Michael Smith <msmith@fluendo.com>
20884 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20885 (gst_multifdsink_render):
20886 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20888 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
20890 * gst/playback/gstplaybin.c: (gen_audio_element):
20891 Use autoaudiosink, it tends to be more widely available than
20894 2005-11-14 Andy Wingo <wingo@pobox.com>
20896 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20897 as well if it is available. Fixes #316442.
20899 2005-11-14 Michael Smith <msmith@fluendo.com>
20901 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20902 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20903 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20904 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20905 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20906 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20907 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20908 (gst_vorbisenc_change_state):
20909 Fix a small memory leak in vorbisenc.
20910 Fix large memory leaks in oggmux, also fix lots of state change
20913 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
20915 * gst/videotestsrc/gstvideotestsrc.c:
20916 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20917 (gst_videotestsrc_src_fixate):
20918 move fixation to a fixate function
20919 remove negotiate function, basesrc's is good enough
20920 fixes a bug for check when using the element alone
20922 2005-11-13 Edward Hervey <edward@fluendo.com>
20924 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20925 (key_toggle_cb), (main):
20926 Added checkboxes for adding/removing the accurate and key_unit seek
20929 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20931 * configure.ac: back to HEAD
20933 === release 0.9.5 ===
20935 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20938 releasing 0.9.5, "No No Kia"
20940 2005-11-11 Edward Hervey <edward@fluendo.com>
20942 * examples/seeking/seek.c: (make_parselaunch_pipeline):
20943 Added parse-launch syntax seeking mode for the seeking example.
20944 This should help stress-test even more cases.
20945 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20947 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20949 * sys/xvimage/xvimagesink.c:
20950 (gst_xvimagesink_navigation_send_event):
20951 Check whether peer pad exists before sending navigation events
20954 2005-11-11 Michael Smith <msmith@fluendo.com>
20956 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20957 (gst_vorbisenc_buffer_from_packet):
20958 * ext/vorbis/vorbisenc.h:
20959 Set duration on encoded buffers. This allows oggmux's
20960 max_page_delay parameter to actually work.
20962 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20964 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20965 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20966 (gst_ffmpegcsp_avpicture_fill):
20967 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20968 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20969 Make palettes work again (see #132341). Use our own macros
20972 2005-11-10 Andy Wingo <wingo@pobox.com>
20974 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20977 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20979 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20980 (gst_ffmpegcsp_transform_caps):
20981 Prefer passthrough in transform_caps
20983 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20985 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20986 check for ALSA errors properly, instead of relying on ALSA's
20987 error strings to serve to the user.
20989 2005-11-10 Wim Taymans <wim@fluendo.com>
20991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20992 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20993 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20994 Modernise the seek code.
20996 2005-11-10 Michael Smith <msmith@fluendo.com>
20998 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20999 (setup_substreams), (set_active_source):
21000 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21001 trying to go to NULL if we failed to read a file.
21003 2005-11-10 Wim Taymans <wim@fluendo.com>
21005 * gst/audiotestsrc/gstaudiotestsrc.c:
21006 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21007 (gst_audiotestsrc_create):
21008 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21009 (gst_sinesrc_get_times), (gst_sinesrc_create):
21010 * gst/videotestsrc/gstvideotestsrc.c:
21011 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21012 (gst_videotestsrc_create):
21013 The base class can now sync for us.
21015 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21017 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21018 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21019 name=source autoprobe=false autoprobe-fps=false copy-mode=1
21020 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21021 format=(fourcc)I420" ! xvimagesink
21023 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
21025 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21026 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21027 (gst_sinesrc_newsegment):
21028 Send newsegment event in TIME format, set duration if
21029 num-buffers is set, fix duration querying.
21031 2005-11-10 Michael Smith <msmith@fluendo.com>
21033 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21034 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21035 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21036 (gst_ogg_mux_collected):
21037 Fix EOS handling, partially. Now forwarding an EOS event once we have
21038 EOS on all pads works correctly. However, we still don't properly set
21039 EOS on the actual ogg stream pages.
21041 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
21043 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21044 Set elements to NULL state before disposing of them.
21046 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
21048 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21050 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21051 (gst_base_rtp_depayload_init),
21052 (gst_base_rtp_depayload_set_gst_timestamp):
21053 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21054 We need to send a newsegment event for each instance, not
21055 just for the first instance of this class (get rid of
21056 static variable in function). (#321011).
21058 2005-11-08 Michael Smith <msmith@fluendo.com>
21060 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21061 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21062 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21063 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21064 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21065 This makes us mux things correctly according to the ogg muxing
21066 rules. Still not handling EOS correctly right now, though.
21068 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21070 * gst/audioconvert/gstaudioconvert.c:
21073 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21075 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21076 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21077 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21078 creating a new chain; should fix live streaming. Also
21079 add more debug output and fix a typo.
21081 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21083 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21085 * gst/volume/gstvolume.c: (volume_set_caps):
21086 Fix compilation on Solaris with Forte. (#320923)
21088 2005-11-08 Wim Taymans <wim@fluendo.com>
21090 * gst-libs/gst/audio/gstbaseaudiosink.c:
21091 (gst_base_audio_sink_render):
21092 No need to do a typecheck.
21094 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21096 * ext/alsa/gstalsa.h:
21097 We register a debug category, so let's use it.
21099 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21101 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21102 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21103 Fixed a small problem.
21105 2005-11-04 Wim Taymans <wim@fluendo.com>
21107 * examples/seeking/Makefile.am:
21108 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21109 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21110 (make_playerbin_pipeline), (format_value), (update_scale),
21111 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21112 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21113 (print_usage), (main):
21114 Added app for playback speed testing.
21116 * examples/seeking/seek.c: (dynamic_link),
21117 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21118 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21119 (message_received), (main):
21120 Updated seek example.
21122 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21124 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21125 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21126 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21127 (gst_base_rtp_depayload_set_clock):
21128 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21129 Don't sleep on the bench (system clock) when you have a nice
21130 comfortable bed (Gstreamer clock) to sleep on.
21132 2005-11-03 Wim Taymans <wim@fluendo.com>
21134 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21135 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21136 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21137 Handle the case where a pad_block failed.
21139 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21141 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21143 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21144 (gst_base_rtp_depayload_add_to_queue),
21145 (gst_base_rtp_depayload_push),
21146 (gst_base_rtp_depayload_set_gst_timestamp),
21147 (gst_base_rtp_depayload_queue_release):
21148 Fixes some bugs in the depayloader's queuing/de-queueing code.
21150 2005-10-31 Michael Smith <msmith@fluendo.com>
21152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21153 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21154 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21155 Patch from Alessandro Decina <alessandro@nnva.org>.
21156 Make oggdemux only find the final time in a chain, not per-pad,
21157 since the per-pad information can be very expensive to locate, and
21158 it isn't used anywhere. This makes reading a file containing
21159 OggSkeleton reasonably fast.
21160 Also, make chain finding work when there are logical bitstreams that
21161 can't be decoded. Fixes #319110.
21163 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21165 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21166 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21167 (gst_base_rtp_depayload_chain),
21168 (gst_base_rtp_depayload_add_to_queue),
21169 (gst_base_rtp_depayload_push),
21170 (gst_base_rtp_depayload_set_gst_timestamp),
21171 (gst_base_rtp_depayload_queue_release),
21172 (gst_base_rtp_depayload_start_thread),
21173 (gst_base_rtp_depayload_set_property),
21174 (gst_base_rtp_depayload_get_property):
21175 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21176 Some random fixes, to fullfill the desires of thomas.
21178 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21180 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21181 (gst_base_rtp_depayload_add_to_queue),
21182 (gst_base_rtp_depayload_push):
21183 Fixed the queueing algorithm.
21185 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21187 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21188 (gst_base_rtp_depayload_push):
21191 2005-10-31 Wim Taymans <wim@fluendo.com>
21193 * gst-libs/gst/audio/gstringbuffer.h:
21196 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21197 (gst_ffmpeg_caps_to_pixfmt):
21198 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21199 (gst_ffmpegcsp_set_caps):
21200 Some more comments.
21201 Handle missing required caps fields better.
21203 2005-10-31 Wim Taymans <wim@fluendo.com>
21205 * gst-libs/gst/audio/gstbaseaudiosink.c:
21206 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21207 (gst_base_audio_sink_render):
21208 * gst-libs/gst/audio/gstringbuffer.c:
21209 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21210 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21211 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21212 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21213 (gst_ring_buffer_read):
21214 * gst-libs/gst/audio/gstringbuffer.h:
21215 Add flushing mode to the ringbuffer so that it in all cases does
21216 not try to handle more audio. This makes sure it does not try to
21217 block anymore when flushing and fixes a livelock.
21219 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21221 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21222 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21223 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21224 Explicitly check for -1 values before doing a conversion
21225 and always map them to -1. (#315545)
21227 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21229 * gst/playback/gstplaybin.c: (gen_video_element):
21230 first try autovideosink, then xvimagesink, then error out
21232 add translatable file
21247 update translations
21249 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21251 * gst-libs/gst/rtp/gstbasedepayload.c:
21252 * gst-libs/gst/rtp/gstbasedepayload.h:
21255 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21257 * gst/playback/.cvsignore:
21258 * gst/playback/decodetest.c:
21259 * gst/playback/test3.c:
21260 Port these two tests as well.
21262 2005-10-27 Wim Taymans <wim@fluendo.com>
21264 * ext/theora/theoradec.c: (theora_dec_src_query),
21265 (theora_dec_sink_event):
21266 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21267 (theora_enc_change_state):
21268 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21269 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21270 Take proper locks when handling events.
21272 2005-10-27 Wim Taymans <wim@fluendo.com>
21274 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21275 (gst_adder_change_state):
21276 Fix timestamps and fix deadlock when stopping the collectpads.
21278 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21280 * gst-libs/gst/rtp/gstrtpbuffer.h:
21281 Declaring the payload types as strings too so that they can be used
21282 in the padtemplate inialization.
21284 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21286 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21288 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21289 (gst_base_rtp_depayload_class_init):
21290 Fixes a small but nasty bug. The derived elements no longer segfaults
21293 2005-10-26 Michael Smith <msmith@fluendo.com>
21295 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21296 When clearing an audioconvert context, set tmpbufsize to zero, so
21297 we'll allocate it again later if required.
21298 This fixes audioconvert re-negotiating formats, which previously
21299 segfaulted with a NULL destination buffer.
21301 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21303 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21304 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21305 (gst_base_rtp_depayload_set_gst_timestamp),
21306 (gst_base_rtp_depayload_queue_release):
21307 Fixed a smalll memleak.
21309 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21310 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21311 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21312 (gst_base_rtp_depayload_finalize),
21313 (gst_base_rtp_depayload_setcaps),
21314 (gst_base_rtp_depayload_add_to_queue),
21315 (gst_base_rtp_depayload_push),
21316 (gst_base_rtp_depayload_set_gst_timestamp),
21317 (gst_base_rtp_depayload_queue_release),
21318 (gst_base_rtp_depayload_thread),
21319 (gst_base_rtp_depayload_change_state):
21320 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21321 Changed the C++ comments to C comments
21323 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21325 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21326 * gst/tcp/gsttcpclientsrc.h:
21327 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21328 * gst/tcp/gsttcpserversrc.h:
21329 Remove unused 'curoffset' structure member.
21331 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21333 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21334 (gst_base_rtp_depayload_base_init),
21335 (gst_base_rtp_depayload_finalize):
21336 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21337 * gst-libs/gst/rtp/gstbasertppayload.h:
21338 The pad-template on the sinkpad should be set by the derived classes.
21339 Also added some useful macros.
21341 2005-10-24 Wim Taymans <wim@fluendo.com>
21343 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21344 Correctly flush decoder samples even if we could not
21345 copy them to an output buffer. Fixes #319618.
21347 2005-10-24 Julien MOUTTE <julien@moutte.net>
21349 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21351 the caps against our xcontext caps.
21353 2005-10-24 Wim Taymans <wim@fluendo.com>
21355 * gst-libs/gst/audio/gstbaseaudiosink.c:
21356 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21358 Use sync property from baseclass to disable sync.
21360 2005-10-24 Wim Taymans <wim@fluendo.com>
21362 * gst-libs/gst/audio/gstbaseaudiosink.c:
21363 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21364 Buffers with no timestamps get aligned with previous buffers or
21365 on underrun, played ASAP.
21367 2005-10-24 Julien MOUTTE <julien@moutte.net>
21369 * gst-libs/gst/video/video.h:
21370 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21371 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21373 here comes my change on caps for framerate and geometry range.
21374 We are now accepting 1 to MAXINT for width and height, and from
21375 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21376 to be blended correctly in videomixer.
21378 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21383 === release 0.9.4 ===
21385 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21390 releasing 0.9.4, "Velociraptor"
21392 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21394 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21398 2005-10-21 Wim Taymans <wim@fluendo.com>
21400 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21401 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21402 (pad_blocked), (close_pad_link), (new_pad):
21403 Don't try to remove elements twice.
21405 2005-10-21 Wim Taymans <wim@fluendo.com>
21407 * ext/theora/theoradec.c: (theora_dec_src_query),
21408 (theora_dec_sink_event):
21409 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21410 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21411 (vorbis_handle_data_packet):
21412 * ext/vorbis/vorbisdec.h:
21415 * gst-libs/gst/audio/gstbaseaudiosink.c:
21416 (gst_base_audio_sink_render):
21417 Don't try to sync on buffers without a timestamp.
21419 2005-10-21 Wim Taymans <wim@fluendo.com>
21421 * ext/theora/theoradec.c: (theora_dec_src_query),
21422 (theora_dec_sink_event):
21423 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21424 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21425 (vorbis_handle_data_packet):
21426 * ext/vorbis/vorbisdec.h:
21429 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21431 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21432 (gst_vorbisenc_src_query):
21433 Implement position and duration queries.
21435 * gst/playback/test3.c: (update_scale), (main):
21436 Fix for async state changes and print nicer output.
21438 2005-10-20 Wim Taymans <wim@fluendo.com>
21440 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21441 (dump_element_stats), (main):
21442 * gst/playback/test6.c: (main):
21445 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21447 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21448 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21449 Don't use functions for position queries when handling
21452 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21454 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21455 (vorbis_handle_data_packet), (vorbis_dec_chain),
21456 (vorbis_dec_change_state):
21457 * ext/vorbis/vorbisdec.h:
21458 Vorbis streams can be embedded in other container formats
21459 than ogg, container formats where the demuxer might set
21460 timestamps on encoded vorbis buffers instead of those silly
21461 granulepos thingies. In short: make vorbisdec handle
21462 timestamps on incoming buffers as well.
21464 2005-10-20 Wim Taymans <wim@fluendo.com>
21466 * gst/playback/gstplaybasebin.c: (group_destroy),
21467 (gst_play_base_bin_change_state):
21469 Handle case where playbasebin is now ASYNC because
21472 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21474 * gst/audioconvert/Makefile.am:
21475 * gst/audioconvert/bufferframesconvert.c:
21476 * gst/audioconvert/plugin.c: (plugin_init):
21477 * gst/audioconvert/plugin.h:
21478 And bye bye buffer-frames-convert
21480 2005-10-19 Wim Taymans <wim@fluendo.com>
21482 * check/elements/audioconvert.c:
21483 * docs/libs/tmpl/gstaudio.sgml:
21484 * docs/libs/tmpl/gstcolorbalance.sgml:
21485 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21486 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21487 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21488 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21489 * gst-libs/gst/audio/audio.h:
21490 * gst/audioconvert/audioconvert.h:
21491 * gst/audioconvert/gstaudioconvert.c:
21492 (gst_audio_convert_parse_caps):
21493 * gst/volume/gstvolume.c:
21494 Bye bye buffer-frames.
21496 2005-10-19 Wim Taymans <wim@fluendo.com>
21498 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21499 (query_positions_elems), (query_positions_pads), (update_scale),
21500 (do_seek), (set_update_scale), (message_received), (main):
21501 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21502 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21503 (gst_ogg_demux_loop):
21504 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21505 * ext/theora/theoradec.c: (theora_dec_src_query),
21506 (theora_dec_sink_event):
21507 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21508 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21509 * gst/adder/gstadder.c: (gst_adder_query):
21510 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21511 * gst/playback/test3.c: (update_scale):
21512 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21513 (dump_element_stats), (main):
21514 * gst/playback/test6.c: (main):
21515 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21518 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21520 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21521 (xml_check_first_element), (xml_type_find), (smil_type_find),
21523 Add typefinding for SMIL and for generic XML. Based on patch by
21524 Akos Maroy (#308663).
21526 2005-10-18 Wim Taymans <wim@fluendo.com>
21528 * gst/playback/Makefile.am:
21529 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21530 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21531 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21532 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21533 (gst_decode_bin_change_state):
21534 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21535 (gst_play_bin_send_event_to_sink):
21536 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21537 (dump_element_stats), (main):
21538 * gst/playback/test6.c: (main):
21539 Make playbin async, it'll commit state to paused when all streams
21542 Added test6.c to show async behaviour.
21544 2005-10-18 Wim Taymans <wim@fluendo.com>
21546 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21547 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21548 Fix for segment-start/stop API change.
21550 2005-10-18 Wim Taymans <wim@fluendo.com>
21552 * check/Makefile.am:
21553 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21555 Add future test for clock selection.
21557 2005-10-18 Wim Taymans <wim@fluendo.com>
21559 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21560 (gst_alsasink_close):
21561 Set handle to NULL.
21563 * gst-libs/gst/audio/gstringbuffer.c:
21564 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21565 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21566 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21567 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21568 (gst_ring_buffer_read):
21571 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21573 * gst/audiotestsrc/Makefile.am:
21574 * gst/sine/Makefile.am:
21575 * gst/volume/Makefile.am:
21576 fix broken build of controllerized plugins
21578 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21580 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21582 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21583 (gst_riff_create_video_template_caps):
21584 Add support for Indeo-3 (IV32).
21586 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21591 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21593 * gst-libs/gst/video/video.c: (gst_video_get_size):
21594 * gst/audiotestsrc/gstaudiotestsrc.c:
21597 2005-10-17 Andy Wingo <wingo@pobox.com>
21599 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21600 with the collectpads change.
21601 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21603 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21605 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21607 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21608 alloc_buffer flow return to callers.
21609 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21610 change. Fix some memleaks in theoraenc.
21612 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21613 in strange circumstance.
21615 2005-10-17 Julien MOUTTE <julien@moutte.net>
21617 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21618 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21619 from caps, let's use the caps...
21621 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21624 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21626 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21628 * gst-libs/gst/interfaces/Makefile.am:
21631 2005-10-16 Andy Wingo <wingo@pobox.com>
21633 * gst/playback/gstdecodebin.c
21634 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21636 (try_to_link_1): Increase kraziness level.
21638 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21641 restructure like the core one
21642 * gst-libs/gst/audio/Makefile.am:
21643 * gst-libs/gst/interfaces/Makefile.am:
21644 * gst-libs/gst/net/Makefile.am:
21645 * gst-libs/gst/riff/Makefile.am:
21646 * gst-libs/gst/rtp/Makefile.am:
21647 * gst-libs/gst/tag/Makefile.am:
21648 * gst-libs/gst/video/Makefile.am:
21649 use correct linker flags, now the libs are properly versioned
21650 * check/elements/audioconvert.c: (verify_convert):
21651 * ext/alsa/gstalsaplugin.c:
21652 * ext/cdparanoia/gstcdparanoia.c:
21653 * ext/gnomevfs/gstgnomevfs.c:
21654 * ext/libvisual/visual.c:
21655 * ext/ogg/gstogg.c:
21656 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21657 * ext/theora/theora.c:
21658 * ext/vorbis/vorbis.c:
21659 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21660 * gst-libs/gst/tag/gsttagediting.c:
21661 * gst-libs/gst/video/video.c:
21662 * gst/adder/gstadder.c:
21663 * gst/audioconvert/plugin.c:
21664 * gst/audiorate/gstaudiorate.c:
21665 * gst/audioresample/gstaudioresample.c:
21666 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21667 * gst/audioscale/gstaudioscale.c:
21668 * gst/audioscale/resample.c:
21669 * gst/audiotestsrc/gstaudiotestsrc.c:
21670 * gst/ffmpegcolorspace/gstffmpeg.c:
21671 * gst/playback/gstdecodebin.c: (close_pad_link):
21672 * gst/playback/gstplaybin.c: (gen_video_element),
21673 (gen_audio_element):
21674 * gst/sine/gstsinesrc.c:
21675 * gst/subparse/gstsubparse.c:
21676 * gst/tags/gsttagediting.c:
21677 * gst/tcp/gsttcpplugin.c:
21678 * gst/typefind/gsttypefindfunctions.c:
21679 * gst/videorate/gstvideorate.c:
21680 * gst/videoscale/gstvideoscale.c:
21681 * gst/videotestsrc/gstvideotestsrc.c:
21682 * gst/volume/gstvolume.c:
21683 * sys/v4l/gstv4l.c:
21684 * sys/ximage/ximage.c:
21685 * sys/xvimage/xvimagesink.c:
21688 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21690 * ext/vorbis/vorbisenc.c:
21691 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21692 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21693 (gst_tag_to_vorbis_comments):
21694 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21696 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21698 * examples/stats/mp2ogg.c:
21699 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21702 2005-10-13 Michael Smith <msmith@fluendo.com>
21704 * ext/ogg/gstoggmux.c:
21705 Use magic glib macros to define constants as 64 bit, to ensure
21706 appropriate vararg passing.
21708 2005-10-13 Michael Smith <msmith@fluendo.com>
21710 * ext/ogg/gstoggmux.c:
21711 * gst/audioconvert/audioconvert.c: (float):
21712 Don't use LL suffix, as it's not portable, and neither of these
21713 uses required it anyway.
21715 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21717 * examples/indexing/indexmpeg.c: (main):
21718 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21719 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21720 (cdparanoia_convert), (cdparanoia_query):
21721 * ext/cdparanoia/gstcdparanoia.h:
21722 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21723 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21724 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21725 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21726 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21727 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21728 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21729 (gst_multifdsink_render), (gst_multifdsink_start),
21730 (gst_multifdsink_stop):
21731 * gst/tcp/gstmultifdsink.h:
21732 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21733 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21734 (gst_tcpclientsink_stop):
21735 * gst/tcp/gsttcpclientsink.h:
21736 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21737 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21738 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21739 * gst/tcp/gsttcpclientsrc.h:
21740 * gst/tcp/gsttcpserversink.h:
21741 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21742 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21743 (gst_tcpserversrc_stop):
21744 * gst/tcp/gsttcpserversrc.h:
21745 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21746 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21747 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21748 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21749 moved bitshift from macro to enum definition
21751 2005-10-12 Wim Taymans <wim@fluendo.com>
21753 * examples/seeking/Makefile.am:
21756 2005-10-12 Wim Taymans <wim@fluendo.com>
21758 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21759 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21760 Don't assert on normal stuff.
21762 * gst/playback/gstplaybin.c: (do_playbin_seek):
21765 2005-10-12 Wim Taymans <wim@fluendo.com>
21767 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21768 * examples/seeking/Makefile.am:
21769 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21770 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21771 (do_seek), (set_update_scale), (message_received), (main):
21772 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21773 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21774 Update for _get_state() API change.
21776 2005-10-11 Wim Taymans <wim@fluendo.com>
21778 * gst-libs/gst/audio/gstbaseaudiosink.c:
21779 (gst_base_audio_sink_render):
21780 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21781 (gst_base_audio_src_create):
21782 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21783 (gst_ring_buffer_read):
21785 Commit and read from ringbuffer in samples rather than bytes.
21787 2005-10-11 Wim Taymans <wim@fluendo.com>
21789 * gst-libs/gst/audio/gstbaseaudiosink.c:
21790 (gst_base_audio_sink_render):
21791 Respect segment rate and accum when scheduling samples.
21793 2005-10-11 Julien MOUTTE <julien@moutte.net>
21795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21796 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21797 EOS correctly, that needs more work.
21799 2005-10-11 Wim Taymans <wim@fluendo.com>
21801 * check/generic/states.c: (GST_START_TEST):
21802 remove old property.
21804 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21805 (gst_ogg_demux_perform_seek):
21806 * ext/theora/theoradec.c: (theora_dec_sink_event):
21807 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21808 (vorbis_handle_data_packet):
21809 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21810 (gst_base_rtp_depayload_set_gst_timestamp):
21811 * gst/videorate/gstvideorate.c: (gst_videorate_event):
21812 Update for newsegment API change.
21814 2005-10-11 Michael Smith <msmith@fluendo.com>
21816 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21817 (do_playbin_seek), (gst_play_bin_send_event):
21818 Override send_event differently, so that we can takes bits of
21819 functionality from GstPipeline (special handling for seeks,
21820 including pausing/resuming, and resetting stream time) and still get
21821 the appropriate behaviour of only forwarding event to a single sink,
21822 rather than all of them.
21823 Unfortunately requires a lot of code duplication, but the
21824 alternatives are equally ugly in the end.
21826 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
21828 * check/elements/audioconvert.c: (setup_audioconvert),
21829 (cleanup_audioconvert), (get_int_caps), (verify_convert),
21830 (GST_START_TEST), (audioconvert_suite):
21831 clean up tests a little, fix some leaks.
21833 2005-10-10 Wim Taymans <wim@fluendo.com>
21835 * ext/alsa/gstalsasink.c:
21836 Also allow unsigned int.
21838 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21839 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21842 2005-10-10 Wim Taymans <wim@fluendo.com>
21844 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21845 Small update, use API as stated in design docs.
21847 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21848 (update_scale), (do_seek), (seek_cb), (set_update_scale),
21849 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21850 (message_received), (main):
21851 Updated seek example for GOption. Some usability improvements.
21853 2005-10-10 Wim Taymans <wim@fluendo.com>
21855 * gst/audioconvert/audioconvert.h:
21856 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21857 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21858 Alloc temp storage somewhere else where we can do it more
21861 2005-10-10 Wim Taymans <wim@fluendo.com>
21863 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21864 (gst_tcpserversrc_start):
21865 Don't block in accept while doing the state change, move
21866 to poll and make cancellable.
21868 2005-10-09 Philippe Khalaf <burger@speedy.org>
21870 * gst-libs/gst/rtp/rtpbasedepayload.c:
21871 Set timestamp and add queue delay to timestamp
21872 * gst-libs/gst/rtp/rtpbuffer.h:
21873 Set correct payload type for h263
21875 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21877 * gst/audiotestsrc/gstaudiotestsrc.c:
21878 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21879 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21880 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21881 (gst_audiotestsrc_create_triangle),
21882 (gst_audiotestsrc_create_silence),
21883 (gst_audiotestsrc_create_white_noise),
21884 (gst_audiotestsrc_init_pink_noise),
21885 (gst_audiotestsrc_generate_pink_noise_value),
21886 (gst_audiotestsrc_create_pink_noise),
21887 (gst_audiotestsrc_change_wave):
21888 * gst/audiotestsrc/gstaudiotestsrc.h:
21889 fixed typo, added pink noise
21891 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21893 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21895 Add wavpack and spc typefind functions from 0.8 branch.
21897 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21899 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21900 (ar_type_find), (msdos_type_find), (plugin_init):
21901 Add typefind functions for tar archives, ar archives,
21902 RAR archives, and msdos-executables (dlls, exe, etc.).
21903 Some of those would be wrongly identified as mpeg
21904 streams of some sort before (#315550).
21906 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21909 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21910 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21911 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21912 * gst/audiotestsrc/Makefile.am:
21913 * gst/audiotestsrc/gstaudiotestsrc.c:
21914 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21915 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21916 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21917 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21918 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21919 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21920 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21921 (gst_audiotestsrc_create_silence),
21922 (gst_audiotestsrc_create_white_noise),
21923 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21924 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21925 (gst_audiotestsrc_start), (plugin_init):
21926 * gst/audiotestsrc/gstaudiotestsrc.h:
21927 add new plugin and element
21928 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21931 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21933 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21934 (gst_adder_init), (gst_adder_request_new_pad),
21935 (gst_adder_change_state):
21936 Add query function to source pad, so adder reports the correct
21937 time/sample position when queried (#315457); fix state change
21938 function; use GST_DEBUG_FUNCPTR() for pad functions.
21940 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
21942 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21943 Fix leaks in typefind registration
21944 Clean up the gratuitous commenting and whitespacing a little
21946 2005-10-08 Wim Taymans <wim@fluendo.com>
21948 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21949 Only actually wait for the thread to be stopped if it's
21952 2005-10-08 Wim Taymans <wim@fluendo.com>
21954 * gst-libs/gst/audio/gstbaseaudiosink.c:
21955 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21956 If we receive EOS we can start playback of what we had.
21958 2005-10-08 Wim Taymans <wim@fluendo.com>
21960 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21961 (gst_multifdsink_finalize), (multifdsink_hash_remove),
21962 (gst_multifdsink_stop):
21963 Fix crasher when going to NULL multiple times.
21965 2005-10-06 Wim Taymans <wim@fluendo.com>
21967 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21968 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21969 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21970 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21971 patch from Edgard Lima <edgard.lima@indt.org.br>
21972 Fixed gstbaseaudiosrc adding ring buffer sync to it.
21974 2005-10-06 Wim Taymans <wim@fluendo.com>
21976 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21977 Report the FLOW_RETURN as string in the error message.
21979 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21980 Don't assert when clearing an unnegotiated buffer.
21982 2005-10-04 Michael Smith <msmith@fluendo.com>
21984 * gst/playback/gstplaybasebin.c: (group_destroy),
21985 (gen_preroll_element), (remove_groups), (setup_source):
21986 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21987 (setup_sinks), (gst_play_bin_send_event),
21988 (gst_play_bin_change_state):
21989 Set state to NULL before removing from bin. Fix refcounting.
21991 2005-10-04 Michael Smith <msmith@fluendo.com>
21993 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21994 Correct refcounting in send_event() function. Previously was wrong
21995 if the first sink was unable to handle the event.
21997 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22000 back to development
22002 === release 0.9.3 ===
22004 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22007 Releasing 0.9.3, "De Facto"
22009 2005-10-03 Andy Wingo <wingo@pobox.com>
22011 * gst/playback/gstdecodebin.c (try_to_link_1)
22012 (remove_element_chain): set element to NULL before removing it.
22014 2005-10-02 Johan Dahlin <johan@gnome.org>
22016 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
22017 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22020 2005-10-02 Andy Wingo <wingo@pobox.com>
22022 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
22023 (gst_ring_buffer_prepare_read):
22024 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22027 2005-09-29 Wim Taymans <wim@fluendo.com>
22029 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22030 * ext/theora/theoradec.c: (theora_handle_data_packet):
22031 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22032 Propagate error codes from alloc_buffer too.
22034 2005-09-29 Wim Taymans <wim@fluendo.com>
22036 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22039 * gst/playback/Makefile.am:
22040 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22041 (dump_element_stats), (main):
22042 Added example stream introspection code.
22044 2005-09-28 Stefan Kost <ensonic@users.sf.net>
22046 * gst/adder/gstadder.c: (gst_adder_collected):
22047 fix adder for float elements
22049 2005-09-28 Wim Taymans <wim@fluendo.com>
22051 * gst-libs/gst/audio/gstbaseaudiosink.c:
22052 (gst_base_audio_sink_class_init),
22053 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22054 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22055 (gst_base_audio_src_class_init),
22056 (gst_base_audio_src_provide_clock):
22057 get_clock -> provide_clock
22059 2005-09-28 Andy Wingo <wingo@pobox.com>
22061 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22064 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22067 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22068 Actually add the pad template.
22069 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22071 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22074 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22075 from fdsrc. Get caps in create() instead of start() so it can be
22076 interrupted. Interruption somewhat untested.
22078 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22079 Proper EOS handling.
22081 2005-09-27 Andy Wingo <wingo@pobox.com>
22083 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22085 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22087 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22089 * gst/tcp/gsttcp.h:
22090 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22091 out of tcpclientsrc.c. Cancellable.
22092 (gst_tcp_socket_read): Made private, cancellable, with better
22093 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22094 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22095 whole buffer, and better diagnostics.
22096 (gst_tcp_gdp_read_caps): Same.
22098 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22100 2005-09-26 Andy Wingo <wingo@pobox.com>
22102 * gst/sine/gstsinesrc.h:
22103 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22104 change the 'sync' property to 'is-live' and implement it halfway,
22105 update for controller api change.
22107 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22108 controller api change.
22110 2005-09-24 Wim Taymans <wim@fluendo.com>
22112 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22113 * gst-libs/gst/audio/gstaudiosink.c:
22114 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22115 (gst_audioringbuffer_stop):
22116 * gst-libs/gst/audio/gstbaseaudiosink.c:
22117 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22118 (gst_base_audio_sink_change_state):
22119 * gst-libs/gst/audio/gstbaseaudiosink.h:
22120 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22121 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22122 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22123 * gst-libs/gst/audio/gstringbuffer.h:
22124 Fix sync again. Moved sample alignment to basesink.
22126 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22128 * docs/plugins/Makefile.am:
22129 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22130 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22131 * gst/volume/gstvolume.c:
22133 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22134 * gst-libs/gst/audio/audio.h:
22135 add conversion macros for frames <-> clocktime
22137 2005-09-23 David Schleef <ds@schleef.org>
22139 * gst/audioresample/Makefile.am:
22140 * gst/audioresample/debug.h:
22141 * gst/audioresample/gstaudioresample.c:
22142 * gst/audioresample/resample.c: Convert to using gst debugging
22144 2005-09-22 Wim Taymans <wim@fluendo.com>
22146 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22147 (gst_play_bin_send_event):
22148 Only seek on one sink, the first one that succeeds.
22150 2005-09-22 Michael Smith <msmith@fluendo.com>
22152 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22153 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22154 Don't flush encoder state unless we have an initialised encoder.
22155 Clear out encoder state on PAUSED_TO_READY.
22157 2005-09-22 Wim Taymans <wim@fluendo.com>
22159 * gst-libs/gst/rtp/gstbasertppayload.c:
22160 (gst_basertppayload_class_init), (gst_basertppayload_init),
22161 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22162 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22163 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22164 (gst_basertppayload_set_property),
22165 (gst_basertppayload_get_property),
22166 (gst_basertppayload_change_state):
22167 * gst-libs/gst/rtp/gstbasertppayload.h:
22168 Added max-ptime to control amount of data in the rtp packets.
22170 2005-09-21 Andy Wingo <wingo@pobox.com>
22172 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22175 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22176 can be called multiple times, dogs.
22178 2005-09-21 Wim Taymans <wim@fluendo.com>
22180 * gst-libs/gst/rtp/gstbasertppayload.c:
22181 (gst_basertppayload_class_init), (gst_basertppayload_init),
22182 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22183 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22184 (gst_basertppayload_push), (gst_basertppayload_get_property),
22185 (gst_basertppayload_change_state):
22188 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22190 * docs/libs/compiling.sgml:
22193 2005-09-20 Wim Taymans <wim@fluendo.com>
22195 * gst-libs/gst/rtp/gstbasertppayload.c:
22196 (gst_basertppayload_class_init), (gst_basertppayload_init),
22197 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22198 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22199 (gst_basertppayload_push), (gst_basertppayload_set_property),
22200 (gst_basertppayload_get_property),
22201 (gst_basertppayload_change_state):
22202 * gst-libs/gst/rtp/gstbasertppayload.h:
22203 Added property to configure sequence number offsets.
22205 2005-09-20 Wim Taymans <wim@fluendo.com>
22207 * gst-libs/gst/rtp/gstbasertppayload.c:
22208 (gst_basertppayload_class_init), (gst_basertppayload_init),
22209 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22210 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22211 (gst_basertppayload_push), (gst_basertppayload_set_property),
22212 (gst_basertppayload_get_property),
22213 (gst_basertppayload_change_state):
22214 * gst-libs/gst/rtp/gstbasertppayload.h:
22215 Make timestamp offset configurable.
22217 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22219 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22220 fix wrong pop/unref
22222 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22224 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22226 * gst-libs/gst/interfaces/propertyprobe.c:
22227 (gst_property_probe_probe_property_name),
22228 (gst_property_probe_needs_probe_name),
22229 (gst_property_probe_get_values_name),
22230 (gst_property_probe_probe_and_get_values_name):
22231 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22232 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22234 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22236 * check/Makefile.am:
22237 have some tests be disabled for valgrinding
22238 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22240 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22241 Fix A Leak. Chain To Parent Finalize.
22243 2005-09-19 Wim Taymans <wim@fluendo.com>
22245 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22246 Fixed wav pipeline.
22248 2005-09-19 Wim Taymans <wim@fluendo.com>
22250 * gst-libs/gst/rtp/gstbasertppayload.c:
22251 (gst_basertppayload_class_init), (gst_basertppayload_init),
22252 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22253 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22254 (gst_basertppayload_push), (gst_basertppayload_get_property),
22255 (gst_basertppayload_change_state):
22256 Posting ERROR and WARNING messages is good.
22258 2005-09-19 Wim Taymans <wim@fluendo.com>
22260 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22261 (gst_base_rtp_depayload_add_to_queue),
22262 (gst_base_rtp_depayload_push),
22263 (gst_base_rtp_depayload_set_gst_timestamp),
22264 (gst_base_rtp_depayload_queue_release):
22265 This one was not supposed to go in.
22267 2005-09-19 Wim Taymans <wim@fluendo.com>
22269 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22272 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22273 (gst_base_rtp_depayload_chain),
22274 (gst_base_rtp_depayload_add_to_queue),
22275 (gst_base_rtp_depayload_push),
22276 (gst_base_rtp_depayload_set_gst_timestamp),
22277 (gst_base_rtp_depayload_queue_release):
22280 * gst-libs/gst/rtp/gstbasertppayload.c:
22281 (gst_basertppayload_class_init), (gst_basertppayload_init),
22282 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22283 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22284 (gst_basertppayload_get_property),
22285 (gst_basertppayload_change_state):
22286 Added debugging category.
22288 2005-09-18 David Schleef <ds@schleef.org>
22290 * gst/playback/gstdecodebin.c: free plugin list correctly
22291 * gst/playback/gstplaybin.c: emit warning if autovideosink
22292 and autoaudiosink can't be found (instead of segfaulting)
22294 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22296 * check/elements/audioconvert.c: (GST_START_TEST):
22297 try out 24 bit conversion
22299 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22301 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22302 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22303 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22304 * ext/vorbis/vorbisenc.h:
22305 Fix EOS handling. Still needs a fix in the ogg muxer to
22306 mark the last page as eos.
22308 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22310 * common/gtk-doc-plugins.mak:
22311 * docs/plugins/Makefile.am:
22312 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22313 * gst/ffmpegcolorspace/Makefile.am:
22314 * gst/ffmpegcolorspace/avcodec.h:
22315 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22316 * gst/tcp/gstmultifdsink.c:
22317 fix up ffmpegcolorspace docs; extract header
22319 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22321 * common/gtk-doc-plugins.mak:
22322 * docs/plugins/Makefile.am:
22323 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22324 * ext/theora/Makefile.am:
22325 * ext/theora/gsttheoraenc.h:
22326 * ext/theora/theoraenc.c:
22327 * ext/vorbis/vorbisenc.c:
22328 pick up signals and args for vorbis; add some docs for vorbis
22330 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22332 * common/gstdoc-scangobj:
22333 * common/gtk-doc-plugins.mak:
22334 * docs/libs/Makefile.am:
22335 * docs/plugins/gst-plugins-base-plugins.args:
22336 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22337 * docs/plugins/gst-plugins-base-plugins.interfaces:
22338 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22339 * docs/plugins/gst-plugins-base-plugins.signals:
22340 only scanobj stuff from our source module. Not sure yet
22341 if that's correct, given the hierarchy stuff :)
22343 2005-09-15 Wim Taymans <wim@fluendo.com>
22345 * gst/audioconvert/gstaudioconvert.c:
22346 And enable 24 bits mode as well..
22348 2005-09-15 Wim Taymans <wim@fluendo.com>
22350 * gst-libs/gst/rtp/Makefile.am:
22351 * gst-libs/gst/rtp/gstbasertppayload.c:
22352 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22353 (gst_basertppayload_class_init), (gst_basertppayload_init),
22354 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22355 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22356 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22357 (gst_basertppayload_set_property),
22358 (gst_basertppayload_get_property),
22359 (gst_basertppayload_change_state):
22360 * gst-libs/gst/rtp/gstbasertppayload.h:
22361 Added rtp payloader base class.
22363 2005-09-15 Andy Wingo <wingo@pobox.com>
22365 * configure.ac (plugindir): Remove the EOL matcher from the
22366 regexp, as it causes me problems. Libtool? Make? Who knows?
22368 2005-09-14 David Schleef <ds@schleef.org>
22370 * check/generic/states.c:
22371 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22372 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22373 Fixes for changes in registry API.
22375 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22376 to GST_PLUGIN_LDFLAGS.
22377 * ext/libvisual/visual.c: Make the library shut up.
22378 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22379 * gst-libs/gst/audio/gstaudiofilter.c: same
22381 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22383 * docs/plugins/Makefile.am:
22384 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22385 * docs/plugins/inspect/plugin-libvisual.xml:
22386 * docs/plugins/tmpl/element-tcpserversink.sgml:
22387 * ext/theora/theoraenc.c:
22388 add libvisual plugin and theoraenc element to docs
22390 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22392 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22393 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22394 * ext/theora/theoraenc.c:
22397 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22399 * gst/audioconvert/Makefile.am:
22400 Audioconvert derives from GstBaseTransform and should
22401 link to the library with our base elements to avoid
22402 unresolved symbols. Makes things work with MinGW (#316160)
22404 * gst/playback/test4.c: (main):
22405 Fix MinGW build problem and use g_usleep() instead of
22408 2005-09-12 Wim Taymans <wim@fluendo.com>
22410 * gst/audioconvert/audioconvert.c: (float),
22411 (audio_convert_prepare_context), (audio_convert_convert):
22412 * gst/audioconvert/audioconvert.h:
22413 Cleanups, speedups, simplifications, added back support
22416 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22418 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22419 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22420 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22421 * docs/plugins/tmpl/element-tcpserversink.sgml:
22422 * gst/ffmpegcolorspace/gstffmpeg.c:
22423 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22424 * gst/videotestsrc/gstvideotestsrc.c:
22425 * gst/volume/gstvolume.c:
22426 add more elements to the docs
22428 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22430 * check/Makefile.am:
22431 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22432 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22433 Add extra tests for basetransform based components.
22434 Comment out the test_element_negotiation test until we decide
22435 if it's testing correct behaviour.
22436 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22437 (gst_visual_chain), (gst_visual_change_state):
22438 Slightly more correct but still bogus timestamping.
22439 Fix state change function.
22440 * gst/audioconvert/gstaudioconvert.c:
22441 (gst_audio_convert_class_init):
22442 * gst/audioresample/gstaudioresample.c:
22443 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22444 (gst_ffmpegcsp_class_init):
22445 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22446 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22447 (gst_videoscale_prepare_image):
22448 * gst/volume/gstvolume.c: (gst_volume_class_init),
22449 (volume_transform_ip):
22450 Basetransform updates. Enable passthrough modes.
22451 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22452 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22453 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22454 Negotiation fix that allows the window to return to the original
22455 size and renegotiate passthrough upstream. Extra debug output.
22457 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22459 * gst/sine/gstsinesrc.c:
22460 * gst/volume/gstvolume.c:
22461 fix up header include
22463 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22465 * gst-libs/gst/audio/gstbaseaudiosink.c:
22466 (gst_base_audio_sink_render):
22467 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22468 * gst/volume/gstvolume.c: (gst_volume_class_init),
22469 (volume_transform):
22470 fixing lost sync, some more debugging
22472 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22474 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22475 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22476 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22477 (gst_xvimagesink_check_xshm_calls):
22478 Fix compilation when XShm is not available.
22480 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22482 * ext/libvisual/visual.c: (gst_visual_dispose),
22483 (gst_visual_getcaps), (gst_visual_src_setcaps),
22484 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22485 (gst_visual_change_state):
22486 Finish fixing up libvisual plugin so that it runs.
22488 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22490 * ext/vorbis/vorbisenc.c:
22491 * gst-libs/gst/tag/gstvorbistag.c:
22492 gsttaginterface.h -> gsttagsetter.h
22494 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22496 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22497 added another test that failes for me (test is not active by default)
22499 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22502 v4l2 is no longer in gst-plugins-base
22504 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22507 In the output at the end, don't show the first plugin on the same
22508 line as "Core plug-ins, always built:".
22509 Indent the output as for other plugin categories
22510 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22511 #define that can be used to not use peer buffer_alloc functions for
22513 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22514 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22515 (gst_ximagesink_show_frame):
22516 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22517 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22518 (gst_xvimagesink_show_frame):
22519 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22520 fails gracefully instead of XError aborting or deadlocking.
22522 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22524 * ext/libvisual/Makefile.am:
22525 link against gst-base-libs
22527 2005-09-06 David Schleef <ds@schleef.org>
22529 * configure.ac: Enable libvisual plugin.
22530 * ext/libvisual/Makefile.am:
22531 * ext/libvisual/visual.c: Fixes to make it compile.
22533 === release 0.9.2 ===
22535 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22540 * docs/random/ChangeLog-0.8:
22541 releasing 0.9.2, "Spoon"
22543 2005-09-05 Michael Smith <msmith@fluendo.com>
22545 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22546 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22547 that in the vorbisenc element.
22549 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22551 * common/gtk-doc-plugins.mak:
22552 * docs/plugins/Makefile.am:
22554 * gst/audioresample/resample.c:
22555 fix wrong docstring
22557 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22559 * common/gst-xmlinspect.py:
22560 * common/gtk-doc-plugins.mak:
22561 only inspect plugins for this given package
22562 require gst-python 0.9
22564 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22568 * common/gst-xmlinspect.py:
22570 * docs/Makefile.am:
22571 * docs/plugins/inspect/plugin-alsa.xml:
22572 * docs/plugins/inspect/plugin-audioresample.xml:
22573 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22574 * docs/plugins/inspect/plugin-ogg.xml:
22575 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22576 * docs/plugins/tmpl/element-multifdsink.sgml:
22577 * docs/plugins/tmpl/element-tcpserversink.sgml:
22578 * docs/plugins/tmpl/element-vorbisenc.sgml:
22579 * gst-plugins-base.spec.in:
22580 various doc-related updates
22582 2005-08-31 Wim Taymans <wim@fluendo.com>
22584 * gst-libs/gst/audio/gstbaseaudiosink.c:
22585 (gst_base_audio_sink_render):
22586 Resync if the buffer timestamps drift more than a 10th
22589 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22591 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22592 (gst_v4lsrc_get_property):
22593 The 'timestamp-offset' property is registered as an int64, so
22594 let's use g_value_{set|get}_int64() in our setter and getter
22595 functions (makes it work and fixes warnings with gst-inspect).
22597 2005-08-30 Wim Taymans <wim@fluendo.com>
22599 * check/elements/audioconvert.c: (setup_audioconvert):
22600 * check/elements/audioresample.c: (setup_audioresample):
22601 * check/elements/volume.c: (setup_volume):
22604 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22606 * common/gtk-doc-plugins.mak:
22607 * common/plugins.xsl:
22608 * docs/plugins/Makefile.am:
22609 make module a param
22611 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22613 * examples/seeking/seek.c: (make_mp3_pipeline),
22614 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22615 (play_cb), (pause_cb), (stop_cb):
22618 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22620 * gst/volume/gstvolume.c: (gst_volume_class_init),
22621 (volume_transform):
22622 do not update controlled params, if buffer has no timestamp
22624 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22627 * gst/sine/Makefile.am:
22628 * gst/volume/Makefile.am:
22629 controllerized elements also need to link against controller-libs ;)
22631 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22633 * docs/libs/tmpl/gstcolorbalance.sgml:
22634 * docs/libs/tmpl/gstgconf.sgml:
22635 * docs/libs/tmpl/gstmixer.sgml:
22636 * docs/libs/tmpl/gstringbuffer.sgml:
22637 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22638 (gst_sinesrc_create):
22639 * gst/volume/gstvolume.c: (gst_volume_class_init),
22640 (volume_transform):
22641 controllerized two audio plugins
22643 2005-08-29 Andy Wingo <wingo@pobox.com>
22645 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22646 (vorbis_handle_data_packet): Fix some int overflow errors.
22648 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22650 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22652 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22653 if it's valid. Fixed streaming-mode playback.
22655 * check/elements/volume.c (cleanup_volume): Fix for running
22658 * check/elements/audioconvert.c: Convert from native endian, not
22661 2005-08-29 Michael Smith <msmith@fluendo.com>
22663 * ext/ogg/Makefile.am:
22664 * ext/ogg/gstogg.c: (plugin_init):
22665 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22666 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22667 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22668 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22669 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22670 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22671 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22672 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22673 Add an ogg parser element.
22675 2005-08-28 Andy Wingo <wingo@pobox.com>
22677 * Updates for two-arg init from GST_BOILERPLATE_FULL.
22679 2005-08-26 Wim Taymans <wim@fluendo.com>
22681 * gst/audioconvert/audioconvert.c: (if), (float),
22682 (audio_convert_get_func_index), (check_default),
22683 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22684 (audio_convert_clean_context), (audio_convert_get_sizes),
22685 (audio_convert_convert):
22688 2005-08-26 Wim Taymans <wim@fluendo.com>
22690 * gst/audioconvert/audioconvert.c: (if), (float),
22691 (audio_convert_get_func_index), (check_default),
22692 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22693 (audio_convert_clean_context), (audio_convert_get_sizes),
22694 (audio_convert_convert):
22695 More elegant and working temp buffer selection algo.
22697 2005-08-26 Wim Taymans <wim@fluendo.com>
22699 * gst/audioconvert/audioconvert.c: (if), (float),
22700 (audio_convert_get_func_index), (check_default),
22701 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22702 (audio_convert_clean_context), (audio_convert_get_sizes),
22703 (get_temp_buffer), (audio_convert_convert):
22704 Use realloc else we lose our original data.
22706 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22708 * gst/audioresample/gstaudioresample.c:
22709 use base class' newsegment to properly timestamp
22711 2005-08-26 Wim Taymans <wim@fluendo.com>
22713 * gst/audioconvert/audioconvert.c: (if), (float),
22714 (audio_convert_get_func_index), (check_default),
22715 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22716 (audio_convert_clean_context), (audio_convert_get_sizes),
22717 (get_temp_buffer), (audio_convert_convert):
22718 * gst/audioconvert/gstaudioconvert.c:
22719 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22720 (gst_audio_convert_transform_caps),
22721 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22722 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22723 Oops, allocate enough space to perform the channel mix.
22725 2005-08-26 Wim Taymans <wim@fluendo.com>
22727 * gst/audioconvert/Makefile.am:
22728 * gst/audioconvert/audioconvert.c: (if), (float),
22729 (audio_convert_get_func_index), (check_default),
22730 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22731 (audio_convert_clean_context), (audio_convert_get_sizes),
22732 (get_temp_buffer), (audio_convert_convert):
22733 * gst/audioconvert/audioconvert.h:
22734 * gst/audioconvert/gstaudioconvert.c:
22735 (gst_audio_convert_class_init), (gst_audio_convert_init),
22736 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22737 (gst_audio_convert_get_unit_size),
22738 (gst_audio_convert_transform_caps),
22739 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22740 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22741 * gst/audioconvert/gstaudioconvert.h:
22742 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22743 (gst_channel_mix_fill_identical),
22744 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22745 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22746 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22747 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22748 (gst_channel_mix_mix):
22749 * gst/audioconvert/gstchannelmix.h:
22750 Cleanups, librarify a bit, optimize, better negotiation and more.
22752 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22754 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22755 Another from MikeS:
22756 During typefinding, don't support negative offsets
22757 (offsets from the end of the stream) in our typefind->peek() function
22758 - nothing embedded in ogg ever needs them. However, we need to recognise
22759 those requests and reject them, otherwise we return invalid pointers.
22761 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22763 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22764 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22765 (vorbisdec_finalize), (vorbis_handle_type_packet):
22766 Big shout-out to MikeS for fixing this giant memory leak.
22769 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22771 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22772 (audio_convert_get_unit_size):
22775 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22777 * check/Makefile.am:
22778 * check/elements/audioconvert.c: (setup_audioconvert),
22779 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22780 (GST_START_TEST), (audioconvert_suite), (main):
22781 add a test for audioconvert
22782 * gst/audioresample/gstaudioresample.c:
22783 * gst/audioresample/gstaudioresample.h:
22784 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22785 note that for buffers of 1/3 sec this means DURATION(c) is
22786 one nanosecond more than for a and b
22788 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22790 * check/Makefile.am:
22791 * check/elements/audioresample.c: (setup_audioresample),
22792 (cleanup_audioresample), (fail_unless_perfect_stream),
22793 (test_perfect_stream_instance), (GST_START_TEST),
22794 add a check for audioresample
22795 (audioresample_suite), (main):
22796 * check/elements/volume.c: (GST_START_TEST):
22797 remove unused method
22798 * gst/audioresample/gstaudioresample.c:
22799 set correct buffer parameters since we're changing them
22800 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22803 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22805 * gst/audioresample/debug.c:
22806 * gst/audioresample/gstaudioresample.c:
22807 add room for extra overlap samples when asked to transform size
22808 protect against possible mem corruption and check for discrepancies
22809 between written size and outbuffer's size so we can warn for
22811 * gst/audioresample/resample.c: (resample_init),
22812 (resample_get_output_size_for_input), (resample_get_output_size),
22813 (resample_set_n_channels), (resample_set_format):
22814 set debug level based on RESAMPLE_DEBUG env var
22815 make sure that get_output_size* returns a whole number of
22817 set sample_size each time either channel or format is set
22818 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22819 * gst/audioresample/resample_functable.c:
22820 (resample_scale_functable):
22821 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22822 remove r->sample_size, it's done in resample.c now
22823 add some debugging to the ref implementation
22824 make sure we only give back bytes that are wholes of the sample
22827 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
22828 * gst/playback/gstplaybasebin.c: (fill_buffer):
22829 Revert unpopular change for GST_MESSAGE_SRC to GObject.
22831 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22833 * gst/volume/gstvolume.c:
22834 made set_caps function static
22836 2005-08-24 Wim Taymans <wim@fluendo.com>
22838 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22839 (gst_vorbisenc_change_state):
22840 Stop leaking taglists.
22842 2005-08-24 Wim Taymans <wim@fluendo.com>
22844 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22845 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22846 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22847 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22848 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22849 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22850 Parse seeking events better.
22852 Generate correct newsegment events, fixes seeking in live oggs.
22854 * ext/theora/theoradec.c: (theora_dec_src_query),
22855 (theora_dec_src_event), (theora_dec_src_getcaps),
22856 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22857 Use newsegment values to report correct play time.
22859 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22860 (vorbis_dec_src_event), (vorbis_dec_sink_event):
22861 * ext/vorbis/vorbisdec.h:
22862 Parse and use newsegment values to report correct play time.
22864 * gst-libs/gst/audio/gstbaseaudiosink.c:
22865 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22866 Clear ringbuffer on flush.
22867 Use newsegment values to calculate playback time.
22869 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22870 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22871 Basesink does newsegment calculations for us now.
22873 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22875 * check/Makefile.am:
22877 add core's plugins to the mix so that playbin works
22878 * check/generic/states.c: (GST_START_TEST):
22879 set a 0 timeout on pipelines, so they don't force the next
22881 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22882 (gst_play_base_bin_change_state):
22883 remove the crappy error handling and do GST error handling
22885 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22887 * check/Makefile.am:
22888 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22889 add same test as to core, it bitches out on playbin atm.
22891 2005-08-24 Wim Taymans <wim@fluendo.com>
22896 2005-08-24 Wim Taymans <wim@fluendo.com>
22898 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22899 (gst_videoscale_prepare_size), (parse_caps),
22900 (gst_videoscale_set_caps), (gst_videoscale_get_size),
22901 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22902 (gst_videoscale_transform):
22903 * gst/videoscale/gstvideoscale.h:
22904 Refactor, make use of BaseTranform really well.
22906 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22909 compile audioresample
22910 * gst/audioresample/Makefile.am:
22911 * gst/audioresample/buffer.c:
22912 * gst/audioresample/functable.c:
22913 * gst/audioresample/gstaudioresample.c:
22914 * gst/audioresample/gstaudioresample.h:
22915 * gst/audioresample/resample.c:
22916 (resample_get_output_size_for_input):
22917 * gst/audioresample/resample.h:
22918 * gst/audioresample/resample_chunk.c:
22919 * gst/audioresample/resample_functable.c:
22920 * gst/audioresample/resample_ref.c:
22921 port to use basetransform; doesn't work in all cases yet
22923 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22925 * gst/audioconvert/gstaudioconvert.c:
22926 (gst_audio_convert_class_init), (gst_audio_convert_init),
22927 (audio_convert_get_unit_size), (audio_convert_transform_caps),
22928 (audio_convert_fixate_caps), (audio_convert_set_caps),
22929 (audio_convert_transform),
22930 (gst_audio_convert_buffer_to_default_format),
22931 (gst_audio_convert_buffer_from_default_format),
22932 (gst_audio_convert_channels):
22933 * gst/audioconvert/gstchannelmix.c:
22934 * gst/audioconvert/gstchannelmix.h:
22935 port to basetransform
22936 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22937 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22938 (gst_ffmpegcsp_get_unit_size):
22939 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22940 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22941 fix for basetransform changes
22943 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
22945 * check/Makefile.am:
22946 Add CHECK_CFLAGS and LDFLAGS
22948 * gst/playback/gstplaybasebin.c: (fill_buffer):
22949 GST_MESSAGE_SRC became a GObject
22951 2005-08-24 Wim Taymans <wim@fluendo.com>
22953 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22954 (gst_ring_buffer_clear_all):
22955 * gst-libs/gst/audio/gstringbuffer.h:
22956 Added function to clear the ringbuffer.
22958 2005-08-24 Andy Wingo <wingo@pobox.com>
22960 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
22961 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22962 of _open and _close.
22964 * sys/v4l/gstv4lxoverlay.h:
22965 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22966 an Xv connection here, instead of all the time. Make Xv only be
22967 loaded if you axe for it. Kindof a workaround for buggy behaviour
22968 of Xv when using remote xservers (XvQueryExtension would block).
22969 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22970 replace the _open and _close public API. Only start the xv
22971 connection if necessary.
22972 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22974 2005-08-23 David Schleef <ds@schleef.org>
22976 * gst/audioresample/Makefile.am: Leet audioresampling code
22977 * gst/audioresample/buffer.c:
22978 * gst/audioresample/buffer.h:
22979 * gst/audioresample/debug.c:
22980 * gst/audioresample/debug.h:
22981 * gst/audioresample/functable.c:
22982 * gst/audioresample/functable.h:
22983 * gst/audioresample/gstaudioresample.c:
22984 * gst/audioresample/gstaudioresample.h:
22985 * gst/audioresample/resample.c:
22986 * gst/audioresample/resample.h:
22987 * gst/audioresample/resample_chunk.c:
22988 * gst/audioresample/resample_functable.c:
22989 * gst/audioresample/resample_ref.c:
22991 2005-08-23 Wim Taymans <wim@fluendo.com>
22993 * examples/seeking/seek.c: (make_vorbis_pipeline),
22994 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22995 Small seek updates.
22997 2005-08-23 Andy Wingo <wingo@pobox.com>
22999 * gst-libs/gst/audio/gstbaseaudiosrc.c
23000 (gst_base_audio_src_fixate): Only fixate endianness if it is
23001 present in the caps.
23003 2005-08-22 Andy Wingo <wingo@pobox.com>
23005 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
23006 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23007 device-name property.
23009 * gst-libs/gst/audio/gstaudiosrc.h:
23010 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23011 close_device in the ring buffer, like gstaudiosink.
23013 * ext/alsa/gstalsamixer.h:
23014 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23015 macro to implement the interface without much code. Cleanups.
23017 * ext/alsa/gstalsasrc.h:
23018 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23021 * ext/alsa/Makefile.am: Add new files.
23022 * ext/alsa/gstalsamixerelement.c:
23023 * ext/alsa/gstalsamixerelement.c: Split element code out from
23024 mixer code so that alsasrc can be a mixer too.
23026 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
23028 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23030 * check/elements/vorbisdec.c: (setup_vorbisdec),
23031 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23032 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23033 (vorbis_handle_identification_packet),
23034 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23035 (vorbis_handle_header_packet), (vorbis_dec_push),
23036 (vorbis_dec_chain):
23037 use the setup/teardown methods to save code. save code is good.
23039 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23041 * check/Makefile.am:
23042 add ext dir for plugins
23043 add vorbisdec test conditionally
23044 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23045 (GST_START_TEST), (volume_suite):
23046 add a test with wrong caps
23047 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23048 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23049 add a vorbisdec test
23050 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23051 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23052 clean up debug output
23053 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23054 yay, fix a segfault/security issue in vorbisdec
23055 gst-launch fakesrc ! vorbisdec wasn't happy
23056 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23057 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23058 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23059 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23060 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23061 (gst_vorbisenc_set_metadata), (get_constraints_string),
23062 (update_start_message), (gst_vorbisenc_setup),
23063 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23064 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23065 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23066 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23067 * ext/vorbis/vorbisenc.h:
23069 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23070 (gst_ffmpegcsp_transform):
23071 have the kow come home
23072 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23074 * gst/volume/gstvolume.c: (volume_set_caps):
23077 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23080 * check/.cvsignore:
23081 * check/Makefile.am:
23082 * check/elements/.cvsignore:
23083 * check/elements/volume.c: (chain_func), (event_func),
23084 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23087 add unit test structure for gst-plugins-base
23088 add a test for volume
23089 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23090 (gst_volume_set_volume), (gst_volume_get_volume),
23091 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23092 (volume_funcfind), (volume_process_float), (volume_process_int16),
23093 (volume_set_caps), (volume_transform), (volume_update_mute),
23094 (volume_update_volume), (volume_set_property),
23095 (volume_get_property):
23096 document a little; use basetransform vmethod _set_caps
23098 2005-08-19 Andy Wingo <wingo@pobox.com>
23100 * ext/alsa/gstalsamixertrack.h:
23101 * ext/alsa/gstalsamixertrack.c:
23102 * ext/alsa/gstalsamixeroptions.h:
23103 * ext/alsa/gstalsamixeroptions.c:
23104 * ext/alsa/gstalsamixer.h:
23105 * ext/alsa/gstalsamixer.c: Port to 0.9.
23107 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23108 Remove gstalsa.c and alsaclock. No more cruft here.
23110 2005-08-18 Wim Taymans <wim@fluendo.com>
23112 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23113 (gst_base_rtp_depayload_chain),
23114 (gst_base_rtp_depayload_add_to_queue),
23115 (gst_base_rtp_depayload_push),
23116 (gst_base_rtp_depayload_queue_release):
23117 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23118 Fix for RTPBuffer changes.
23120 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23121 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23122 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23123 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23124 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23125 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23126 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23127 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23128 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23129 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23130 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23131 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23132 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23133 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23134 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23135 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23136 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23137 (gst_rtpbuffer_get_payload):
23138 * gst-libs/gst/rtp/gstrtpbuffer.h:
23139 Don't subclass GstBuffer but add methods and helper functions
23140 to construct and manipulate RTP packets in regular GstBuffers.
23142 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23144 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23145 moved statement below switch
23146 * gst/volume/gstvolume.c: (gst_volume_class_init):
23149 2005-08-16 Wim Taymans <wim@fluendo.com>
23151 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23152 (gst_base_audio_src_change_state):
23153 Open and close device in READY<->NULL state change.
23155 2005-08-16 Andy Wingo <wingo@pobox.com>
23157 * examples/seeking/Makefile.am: Don't compile non-compiling
23158 compiled objects with the compiler.
23160 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23163 2005-08-12 Philippe Khalaf <burger@speedy.org>
23164 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23165 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23166 Made a thread to release the queue.
23167 Removed timestamp conversion for now.
23169 2005-08-10 Philippe Khalaf <burger@speedy.org>
23170 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23171 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23172 Added rtp timestamp -> gst timestamp conversion.
23173 Fixed several problems with queue.
23175 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23177 * gst-libs/gst/audio/gstaudioclock.h:
23178 * gst-libs/gst/audio/gstaudiofilter.h:
23179 * gst-libs/gst/audio/gstaudiosink.h:
23180 * gst-libs/gst/audio/gstaudiosrc.h:
23181 * gst-libs/gst/audio/gstbaseaudiosink.h:
23182 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23183 * gst-libs/gst/audio/gstringbuffer.h:
23184 * gst-libs/gst/net/gstnetbuffer.h:
23185 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23186 * gst-libs/gst/rtp/gstrtpbuffer.h:
23187 Add padding (you will need to rebuild gst-plugins-base,
23188 gst-plugins and all applications afterwards!)
23190 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23192 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23193 (gst_riff_parse_chunk):
23194 Fix bug in debug message and add some more debug messages.
23196 2005-08-08 Edward Hervey <edward@fluendo.com>
23198 * gst-libs/gst/riff/riff-media.c:
23199 backported updates since branch
23201 2005-08-08 Andy Wingo <wingo@pobox.com>
23203 * gst-libs/gst/audio/gstbaseaudiosink.c
23204 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23205 like good elements should. Close on READY->NULL too.
23207 * gst-libs/gst/audio/gstaudiosink.c
23208 (gst_audioringbuffer_open_device,
23209 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23210 (gst_audioringbuffer_release): Updates for new ring buffer API,
23211 hook into the new audio sink api.
23213 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23214 (GstAudioSinkClass.close): Just open and close the device -- no
23215 resource allocation or configuration.
23216 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23217 vmethods, handle device setup and resource allocation.
23219 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23220 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23223 * gst-libs/gst/audio/gstringbuffer.h
23224 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23227 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23228 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23229 New API functions. The device should be opened before acquiring
23230 and closed after releasing.
23232 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23234 * gst-libs/gst/interfaces/mixer.h:
23235 Reset padding to GST_PADDING.
23237 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23239 * gst/playback/gstplaybin.c: (remove_sinks):
23240 Remove visualization from parent explicitely; works around some
23241 apparent refcount issue that I haven't tracked down yet.
23243 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23245 * ext/alsa/gstalsasink.c: (set_hwparams):
23246 Assign debug category, add negotiation debug msgs.
23248 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23250 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23251 Fix error code for file-not-found to NOT_FOUND.
23253 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23255 * common/gtk-doc-plugins.mak:
23256 * docs/plugins/Makefile.am:
23257 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23258 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23259 renamed to actual element names, so much nicer to look at
23260 * docs/plugins/tmpl/gstmultifdsink.sgml:
23262 * docs/plugins/tmpl/multifdsink.sgml:
23263 * docs/plugins/tmpl/tcpserversink.sgml:
23265 * ext/alsa/gstalsa.c:
23266 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23267 * ext/ogg/gstoggmux.c:
23268 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23269 * gst/playback/gstdecodebin.c:
23270 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23271 * gst/tcp/gsttcpserversink.c:
23272 various fixes and documentation additions
23274 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23276 * common/Makefile.am:
23277 * common/gstdoc-scangobj:
23278 * common/gtk-doc-plugins.mak:
23279 * common/gtk-doc.mak:
23280 add a custom scangobj that uses the registry
23281 add a custom gtk-doc-plugins.mak that uses it
23282 some doc build fixes
23284 * docs/Makefile.am:
23285 * docs/plugins/Makefile.am:
23286 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23287 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23288 * docs/plugins/gst-plugins-base-plugins.types:
23289 * docs/plugins/tmpl/gstmultifdsink.sgml:
23290 add docs for one element, multifdsink
23291 * gst/adder/gstadder.h:
23292 * gst/volume/gstvolume.h:
23293 don't privatize enum
23294 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23295 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23296 (gst_sync_method_get_type), (gst_client_status_get_type),
23297 (gst_multifdsink_class_init),
23298 (gst_multifdsink_client_queue_buffer),
23299 (gst_multifdsink_handle_client_write):
23300 * gst/tcp/gstmultifdsink.h:
23301 * gst/tcp/gsttcp.h:
23302 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23303 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23304 (gst_tcpclientsink_render):
23305 * gst/tcp/gsttcpclientsink.h:
23306 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23307 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23308 (gst_tcpclientsrc_start):
23309 * gst/tcp/gsttcpclientsrc.h:
23310 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23311 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23312 * gst/tcp/gsttcpserversrc.h:
23313 * gst/typefind/gsttypefindfunctions.c:
23314 remove superfluous Type stuff
23316 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23318 * gst/playback/gstplaybin.c: (gen_video_element):
23321 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23323 * gst-libs/gst/gconf/gconf.c:
23324 * gst-libs/gst/gconf/gconf.h:
23325 Fix some Andy Problem [tm].
23327 2005-08-04 Andy Wingo <wingo@pobox.com>
23329 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23330 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23331 (gst_ffmpegcsp_get_size): Adapt to API changes.
23333 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23334 Implement an in-place do-nothing transform.
23336 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23338 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23339 (gst_ximagesink_renegotiate_size):
23340 Do not set new window sizes yet if we prepare a new buffer size
23341 for upstream renegotiation (software scaling) at some point in the
23342 future, because this new size waqs not actually accepted yet. Once
23343 accepted, renegotiation later on will set the new sizes just fine.
23344 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23345 embedding testcase.
23347 2005-08-03 Andy Wingo <wingo@pobox.com>
23349 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23350 (gst_ximagesink_buffer_alloc):
23351 Protect the height, width, and desired_caps with the pool_lock.
23352 Fixes videotestsrc ! queue ! ximagesink.
23354 2005-08-02 Edward Hervey <edward@fluendo.com>
23356 * gst/volume/gstvolume.c:
23357 include left from controller cleanup
23359 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23360 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23361 Stop collectpads before calling the parent state
23362 change function on PAUSED->READY.
23364 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23366 When testing for X libs, use the X CFlags
23367 * gst/adder/gstadder.c: (gst_adder_change_state):
23368 Stop the collectpads before calling parent state change function
23369 on PAUSED->READY, otherwise we deadlock deactivating pads.
23371 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23374 * docs/libs/tmpl/gstcolorbalance.sgml:
23375 * docs/libs/tmpl/gstmixer.sgml:
23376 * examples/Makefile.am:
23377 * gst/sine/Makefile.am:
23378 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23379 (gst_sinesrc_set_property), (plugin_init):
23380 * gst/sine/gstsinesrc.h:
23381 * gst/volume/Makefile.am:
23382 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23383 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23384 (volume_process_float), (volume_process_int16),
23385 (volume_set_property), (plugin_init):
23386 * gst/volume/gstvolume.h:
23387 deactivate and remove dparams (libgstcontrol)
23389 2005-07-29 Wim Taymans <wim@fluendo.com>
23391 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23392 Convert me to BaseTransform!! help..
23394 2005-07-29 Andy Wingo <wingo@pobox.com>
23396 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23399 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23400 support of both endiannesses.
23402 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23404 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23405 Fix confusing debug message (s/event/query/)
23407 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23409 * gst/videotestsrc/videotestsrc.h:
23410 Use "_stdint.h" instead of <stdint.h>
23412 2005-07-27 Wim Taymans <wim@fluendo.com>
23414 * ext/vorbis/Makefile.am:
23415 Revert wrong commit.
23417 2005-07-27 Wim Taymans <wim@fluendo.com>
23419 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23420 More compilation fixen.
23422 2005-07-27 Wim Taymans <wim@fluendo.com>
23424 * gst-libs/gst/audio/gstbaseaudiosink.c:
23425 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23426 (gst_base_audio_sink_create_ringbuffer),
23427 (gst_base_audio_sink_change_state):
23430 2005-07-27 Wim Taymans <wim@fluendo.com>
23432 * examples/seeking/seek.c: (setup_dynamic_link),
23433 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23434 (query_positions_elems), (query_positions_pads), (do_seek):
23435 Update seek example.
23437 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23438 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23439 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23440 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23441 (gst_ogg_demux_handle_event),
23442 (gst_ogg_demux_deactivate_current_chain),
23443 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23444 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23445 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23446 (gst_ogg_demux_loop):
23447 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23448 * ext/theora/theoradec.c: (theora_dec_src_event),
23449 (theora_dec_src_getcaps), (theora_dec_sink_event),
23450 (theora_dec_push), (theora_dec_chain):
23451 * ext/vorbis/Makefile.am:
23452 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23453 (vorbis_dec_sink_event), (vorbis_dec_push),
23454 (vorbis_handle_data_packet):
23455 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23456 (gst_vorbisenc_chain):
23457 * gst/playback/gststreaminfo.c: (cb_probe):
23458 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23459 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23460 * gst/videoscale/gstvideoscale.c:
23461 (gst_videoscale_handle_src_event):
23462 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23463 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23464 (gst_ximagesink_navigation_send_event):
23465 * sys/xvimage/xvimagesink.c:
23466 (gst_xvimagesink_navigation_send_event):
23467 Various event updates and cleanups
23469 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23471 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23472 Fix segfault for I420/YV12.
23474 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23476 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23479 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23481 * gst/playback/gstplaybin.c: (gen_video_element),
23482 (gen_audio_element):
23483 Switch to auto*sink elements as default sinks; add volume element
23484 so that volume control in totem works.
23486 2005-07-21 Wim Taymans <wim@fluendo.com>
23488 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23489 * gst/playback/gstplaybin.c: (setup_sinks),
23490 (gst_play_bin_change_state):
23491 Refcount fix and more comments.
23493 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23495 * sys/ximage/Makefile.am:
23496 * sys/ximage/ximage.c: (plugin_init):
23497 * sys/ximage/ximagesink.c:
23498 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23501 2005-07-21 Wim Taymans <wim@fluendo.com>
23503 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23504 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23505 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23506 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23507 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23508 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23509 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23510 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23511 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23512 Generate correct disconts for live chained oggs.
23514 * gst-libs/gst/audio/gstbaseaudiosink.c:
23515 (gst_base_audio_sink_render),
23516 (gst_base_audio_sink_create_ringbuffer),
23517 (gst_base_audio_sink_change_state):
23518 Handle discont math correctly.
23520 * gst/playback/gstplaybin.c: (add_sink):
23521 Some small debug cleanup.
23523 2005-07-21 Wim Taymans <wim@fluendo.com>
23525 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23526 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23527 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23528 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23529 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23530 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23531 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23532 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23533 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23534 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23535 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23536 (gst_ogg_demux_change_state), (gst_ogg_print):
23537 Reorganize code to send the right disconts when in streaming
23540 2005-07-20 Andy Wingo <wingo@pobox.com>
23542 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23543 fix (?), fixes a seggie mcfalterson (#310894).
23545 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23547 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23548 (gst_ogg_mux_set_header_on_caps):
23549 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23550 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23551 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23552 * gst-libs/gst/audio/multichannel.c:
23553 (gst_audio_set_channel_positions),
23554 (gst_audio_set_structure_channel_positions_list):
23555 * gst/playback/gstdecodebin.c: (dynamic_create):
23556 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23557 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23558 Fixes for API changes in core.
23560 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23562 * gst/playback/gstplaybasebin.c: (fill_buffer):
23563 Use _new_custom() so we can set custom message types for buffering
23566 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23569 * gst-libs/gst/Makefile.am:
23570 * gst-libs/gst/gconf/.cvsignore:
23571 * gst-libs/gst/gconf/Makefile.am:
23572 * gst-libs/gst/gconf/test-gconf.c:
23573 * pkgconfig/Makefile.am:
23574 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23575 * pkgconfig/gstreamer-gconf.pc.in:
23576 Remove gconf stuff, use gconf elements instead from now on.
23578 2005-07-20 Wim Taymans <wim@fluendo.com>
23580 * gst-libs/gst/audio/TODO:
23581 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23582 (gst_audio_clock_get_internal_time):
23583 * gst-libs/gst/audio/gstaudioclock.h:
23584 * gst-libs/gst/audio/gstbaseaudiosink.c:
23585 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23586 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23587 (gst_base_audio_sink_render),
23588 (gst_base_audio_sink_create_ringbuffer),
23589 (gst_base_audio_sink_change_state):
23590 Make sure the audio clock always returns an increasing value.
23592 2005-07-19 Andy Wingo <wingo@pobox.com>
23594 * gst/videotestsrc/: Cleanups.
23596 2005-07-19 Wim Taymans <wim@fluendo.com>
23598 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23601 2005-07-19 Wim Taymans <wim@fluendo.com>
23603 * examples/seeking/seek.c: (make_dv_pipeline),
23604 (make_vorbis_theora_pipeline), (query_rates),
23605 (query_positions_elems), (query_positions_pads), (do_seek):
23606 Make correct DV pipeline.
23608 2005-07-18 Andy Wingo <wingo@pobox.com>
23610 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23611 default. Also because it's the only thing that really works. (This
23612 is used in the GConf elements).
23613 Use AS_LIBTOOL_TAGS.
23615 2005-07-18 Wim Taymans <wim@fluendo.com>
23617 * gst/playback/gstdecodebin.c: (remove_element_chain):
23618 * gst/playback/gstplaybin.c: (add_sink):
23619 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23620 (gst_stream_info_set_mute):
23621 * gst/playback/gststreamselector.c:
23622 (gst_stream_selector_get_linked_pad),
23623 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23624 More leak and compile fixes.
23626 2005-07-18 Wim Taymans <wim@fluendo.com>
23628 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23629 (query_rates), (query_positions_elems), (query_positions_pads),
23630 (do_seek), (seek_cb), (stop_seek):
23631 Updated seek example.
23633 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23634 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23635 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23636 * gst/playback/gstplaybin.c: (add_sink):
23637 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23638 (gst_stream_info_set_mute):
23639 Some refcount leak fixes.
23641 2005-07-16 Wim Taymans <wim@fluendo.com>
23643 * gst-libs/gst/audio/gstbaseaudiosink.c:
23644 (gst_base_audio_sink_render):
23645 Align samples even if we have roundoff errors in the
23646 timestamp conversion.
23648 2005-07-16 Wim Taymans <wim@fluendo.com>
23650 * docs/libs/tmpl/gstringbuffer.sgml:
23651 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23652 (query_rates), (query_positions_elems), (query_positions_pads),
23653 (update_scale), (do_seek):
23654 Updated seek example.
23656 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23657 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23658 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23659 (gst_ogg_demux_loop):
23660 Push out correct discont values.
23662 * ext/theora/theoradec.c: (theora_dec_src_convert),
23663 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23664 (theora_dec_sink_event), (theora_handle_type_packet),
23665 (theora_handle_header_packet), (theora_dec_push),
23666 (theora_handle_data_packet), (theora_dec_chain),
23667 (theora_dec_change_state):
23668 Better timestamping.
23670 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23671 (vorbis_dec_sink_event), (vorbis_dec_push),
23672 (vorbis_handle_data_packet), (vorbis_dec_chain):
23673 * ext/vorbis/vorbisdec.h:
23674 Better timestamping.
23676 * gst-libs/gst/audio/gstbaseaudiosink.c:
23677 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23678 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23679 Handle syncing on timestamps instead of sample offsets. Make
23680 use of DISCONT values as described in design docs.
23682 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23683 (gst_base_audio_src_get_time):
23684 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23685 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23686 (gst_ring_buffer_read):
23687 * gst-libs/gst/audio/gstringbuffer.h:
23688 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23689 (gst_ximagesink_show_frame):
23690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23691 Correcly convert buffer timestamp to stream time.
23693 2005-07-16 Wim Taymans <wim@fluendo.com>
23695 * gst/audioconvert/gstaudioconvert.c:
23696 (gst_audio_convert_get_buffer):
23697 Timestamp buffers correctly.
23699 * gst/playback/gstplaybin.c: (gen_video_element):
23700 Make internal fakesink silent.
23702 2005-07-15 Wim Taymans <wim@fluendo.com>
23704 * gst/ffmpegcolorspace/Makefile.am:
23705 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23706 (gst_ffmpegcsp_caps_remove_format_info),
23707 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23708 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23709 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23710 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23711 Ported ffmpegcolorspace to basetransform.
23713 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23714 * gst/volume/gstvolume.c: (volume_transform):
23717 2005-07-14 Wim Taymans <wim@fluendo.com>
23719 * gst/videotestsrc/Makefile.am:
23720 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23721 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23722 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23723 (gst_videotestsrc_init), (gst_videotestsrc_event),
23724 (gst_videotestsrc_create), (gst_videotestsrc_start),
23725 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23726 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23727 (gst_videotestsrc_get_property):
23728 * gst/videotestsrc/gstvideotestsrc.h:
23729 Make videotestsrc a pushsrc.
23731 2005-07-14 Wim Taymans <wim@fluendo.com>
23733 * gst/tcp/gstfdset.c: (gst_fdset_free):
23734 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23735 (gst_multifdsink_add), (gst_multifdsink_remove),
23736 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23737 (gst_multifdsink_remove_client_link),
23738 (gst_multifdsink_client_queue_data),
23739 (gst_multifdsink_client_queue_caps),
23740 (gst_multifdsink_client_queue_buffer),
23741 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23742 (gst_multifdsink_stop):
23743 * gst/tcp/gstmultifdsink.h:
23746 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23747 Also draw image when not from a pool.
23749 2005-07-14 Wim Taymans <wim@fluendo.com>
23751 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23752 (mute_stream), (silence_stream):
23753 Small debug additions.
23755 2005-07-14 Wim Taymans <wim@fluendo.com>
23757 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23758 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23759 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23760 Better error recovery, ignore unconnected pads and
23763 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23765 * docs/libs/tmpl/gstaudio.sgml:
23766 * docs/libs/tmpl/gstcolorbalance.sgml:
23767 * docs/libs/tmpl/gstgconf.sgml:
23768 * docs/libs/tmpl/gstmixer.sgml:
23769 * docs/libs/tmpl/gstringbuffer.sgml:
23770 * docs/libs/tmpl/gsttuner.sgml:
23771 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23772 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23773 (gst_tcpclientsrc_class_init):
23774 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23775 (gst_tcpserversrc_class_init):
23776 * sys/v4l/gstv4lelement.c:
23777 more autistic cleanliness in functions/names/defines
23779 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
23782 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23783 added manually to each Makefile.am so we are sure it goes
23784 *last* and doesn't add -L flags before linking in libs of our
23785 own, like, say, internal .la libs, that then accidentally pick
23786 up the installed copy.
23787 * docs/libs/Makefile.am:
23788 * ext/alsa/Makefile.am:
23789 * ext/cdparanoia/Makefile.am:
23790 * ext/gnomevfs/Makefile.am:
23791 * ext/libvisual/Makefile.am:
23792 * ext/ogg/Makefile.am:
23793 * ext/theora/Makefile.am:
23794 * ext/vorbis/Makefile.am:
23795 * gst-libs/gst/video/Makefile.am:
23796 * gst/adder/Makefile.am:
23797 * gst/audioconvert/Makefile.am:
23798 * gst/audiorate/Makefile.am:
23799 * gst/audioscale/Makefile.am:
23800 * gst/ffmpegcolorspace/Makefile.am:
23801 * gst/playback/Makefile.am:
23802 * gst/sine/Makefile.am:
23803 * gst/subparse/Makefile.am:
23804 * gst/tags/Makefile.am:
23805 * gst/tcp/Makefile.am:
23806 * gst/typefind/Makefile.am:
23807 * gst/videorate/Makefile.am:
23808 * gst/videoscale/Makefile.am:
23809 * gst/videotestsrc/Makefile.am:
23810 * gst/volume/Makefile.am:
23811 * sys/v4l/Makefile.am:
23812 * sys/ximage/Makefile.am:
23813 * sys/xvimage/Makefile.am:
23814 adapt properly to this change. This should make sure that
23815 plugins and libs properly link to the as-yet-uninstalled
23816 copies of stuff like libgstinterfaces and libgstvideo
23818 2005-07-13 Andy Wingo <wingo@pobox.com>
23820 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23821 (gst_v4lsrc_fixate): Fixate on format as well.
23823 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
23824 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23825 buffer points to it.
23826 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23827 rather just doing X calls ourselves. Also fixes a memleak.
23829 2005-07-12 Andy Wingo <wingo@pobox.com>
23831 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
23832 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
23833 (gst_v4lsrc_create): Re-add the copy-mode property, default to
23834 TRUE to avoid deadlocks if an element holds on to our buffers.
23836 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
23838 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23839 (gst_sinesrc_init), (gst_sinesrc_create),
23840 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23841 (gst_sinesrc_start):
23842 * gst/sine/gstsinesrc.h:
23843 removing num-buffers property before moving it
23845 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
23848 use overridable ERROR_CFLAGS
23849 * docs/libs/gst-plugins-base-libs.types:
23850 * docs/libs/tmpl/gstringbuffer.sgml:
23851 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23852 (gst_alsasink_class_init):
23853 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23854 (gst_alsasrc_class_init):
23855 * gst-libs/gst/audio/audio.h:
23856 * gst-libs/gst/audio/gstaudioclock.h:
23857 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23858 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23859 (gst_audio_filter_link), (gst_audio_filter_init),
23860 (gst_audio_filter_chain), (gst_audio_filter_set_property),
23861 (gst_audio_filter_get_property),
23862 (gst_audio_filter_class_add_pad_templates):
23863 * gst-libs/gst/audio/gstaudiofilter.h:
23864 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23865 (gst_audio_filter_template_get_type),
23866 (gst_audio_filter_template_base_init),
23867 (gst_audio_filter_template_class_init),
23868 (gst_audio_filter_template_init),
23869 (gst_audio_filter_template_set_property),
23870 (gst_audio_filter_template_get_property), (plugin_init),
23871 (gst_audio_filter_template_setup),
23872 (gst_audio_filter_template_filter),
23873 (gst_audio_filter_template_filter_inplace):
23874 * gst-libs/gst/audio/gstaudiosink.c:
23875 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23876 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23877 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23878 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23879 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23880 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23881 * gst-libs/gst/audio/gstaudiosink.h:
23882 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23883 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23884 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23885 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23886 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23887 (gst_audio_src_class_init), (gst_audio_src_init),
23888 (gst_audio_src_create_ringbuffer):
23889 * gst-libs/gst/audio/gstaudiosrc.h:
23890 * gst-libs/gst/audio/gstbaseaudiosink.c:
23891 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23892 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23893 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23894 (gst_base_audio_sink_set_property),
23895 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23896 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23897 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23898 (gst_base_audio_sink_create_ringbuffer),
23899 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23900 * gst-libs/gst/audio/gstbaseaudiosink.h:
23901 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23902 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23903 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23904 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23905 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23906 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23907 (gst_base_audio_src_event), (gst_base_audio_src_create),
23908 (gst_base_audio_src_create_ringbuffer),
23909 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23910 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23911 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23912 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23913 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23914 (gst_ring_buffer_debug_spec_caps),
23915 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23916 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23917 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23918 (gst_ring_buffer_start), (gst_ring_buffer_pause),
23919 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23920 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23921 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23922 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23923 (gst_ring_buffer_clear):
23924 * gst-libs/gst/audio/gstringbuffer.h:
23925 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23926 (gst_video_sink_class_init), (gst_video_sink_get_type):
23927 * gst-libs/gst/video/videosink.h:
23928 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23929 (gst_multifdsink_class_init),
23930 (gst_multifdsink_handle_client_write),
23931 (gst_multifdsink_change_state):
23932 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23933 (gst_tcpclientsink_setcaps):
23934 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23935 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23936 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23937 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23938 (gst_ximagesink_send_pending_navigation),
23939 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23940 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23941 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23942 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23943 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23944 (gst_xvimagesink_send_pending_navigation),
23945 (gst_xvimagesink_navigation_send_event),
23946 (gst_xvimagesink_set_xwindow_id),
23947 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23948 (gst_xvimagesink_get_type):
23949 more macro splitting
23951 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23953 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23954 plug a memleak, allows me to import 1479 albums in one go
23956 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23957 (vorbis_handle_type_packet), (vorbis_dec_chain),
23958 (vorbis_dec_change_state):
23959 fix some format strings
23961 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23963 * docs/libs/tmpl/gstcolorbalance.sgml:
23964 * docs/libs/tmpl/gstmixer.sgml:
23965 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23966 (gst_alsasink_set_property), (gst_alsasink_get_property):
23967 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23968 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23969 add device property
23971 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23973 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23974 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23975 (audiocast_register_listener), (audiocast_thread_run),
23976 (gst_gnomevfssrc_send_additional_headers_callback),
23977 (gst_gnomevfssrc_received_headers_callback),
23978 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23979 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23980 (gst_gnomevfssrc_get_size):
23981 add/clean up debugging
23982 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23985 2005-07-07 Andy Wingo <wingo@pobox.com>
23987 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23988 framerate. Need to get a handle on when exactly this function is
23991 * sys/v4l/v4lsrc_calls.h:
23992 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23993 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23994 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23996 * sys/v4l/v4l_calls.h: Cast to V4lElement.
23997 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23998 v4lelements are sources.
24000 * sys/v4l/gstv4lxoverlay.h:
24001 * sys/v4l/gstv4lxoverlay.c:
24002 * sys/v4l/gstv4ltuner.h:
24003 * sys/v4l/gstv4ltuner.c: Header loc fixen.
24005 * sys/v4l/gstv4lsrc.h:
24006 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24007 PushSrc/BaseSrc. Removed most sync-related properties, videorate
24008 or something should handle that. Made a live source.
24010 * sys/v4l/gstv4lelement.h:
24011 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24012 signals. Some cleanups.
24014 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24016 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24019 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24022 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24024 2005-07-07 Wim Taymans <wim@fluendo.com>
24026 * ext/theora/theoradec.c: (theora_get_query_types),
24027 (theora_dec_src_getcaps), (theora_dec_push):
24028 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24029 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24030 Remove deprecated/unused query types.
24032 2005-07-06 Wim Taymans <wim@fluendo.com>
24034 * ext/alsa/Makefile.am:
24035 * ext/alsa/gstalsaplugin.c: (plugin_init):
24036 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24037 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24038 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24039 (gst_alsasrc_class_init), (gst_alsasrc_init),
24040 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24041 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24042 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24043 (gst_alsasrc_reset):
24044 * ext/alsa/gstalsasrc.h:
24045 * gst-libs/gst/audio/Makefile.am:
24046 * gst-libs/gst/audio/gstaudiosink.c:
24047 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24048 (gst_audioringbuffer_start):
24049 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24050 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24051 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24052 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24053 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24054 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24055 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24056 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24057 * gst-libs/gst/audio/gstaudiosrc.h:
24058 * gst-libs/gst/audio/gstbaseaudiosink.c:
24059 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24060 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24061 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24062 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24063 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24064 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24065 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24066 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24067 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24068 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24069 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24070 (gst_baseaudiosrc_change_state):
24071 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24072 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24073 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24074 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24075 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24076 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24077 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24078 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24079 * gst-libs/gst/audio/gstringbuffer.h:
24080 Added audiosource base classes.
24081 Ported alsasrc, still very basic.
24083 2005-07-06 Wim Taymans <wim@fluendo.com>
24085 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24086 (theora_dec_push), (theora_handle_data_packet):
24087 Prepare for better timestamp fix later.
24089 * gst/audioconvert/gstaudioconvert.c:
24090 List most accurate caps first
24092 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24093 Use proper pad task function.
24095 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24096 (gst_xvimagesink_show_frame):
24097 Fix deadlock when alloc failed.
24099 2005-07-05 Andy Wingo <wingo@pobox.com>
24101 * ext/gnomevfs/gstgnomevfssrc.c:
24102 * gst/sine/gstsinesrc.c:
24103 * gst/tcp/gsttcpserversrc.c:
24104 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24106 * sys/v4l/: Port from 0.8.
24108 * Many files: Null if we got it....
24110 2005-07-05 Andy Wingo <wingo@pobox.com>
24112 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24113 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24116 2005-07-05 Wim Taymans <wim@fluendo.com>
24119 * gst/tcp/Makefile.am:
24121 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24122 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24123 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24124 (is_sync_frame), (gst_multifdsink_handle_client_write),
24125 (gst_multifdsink_render), (gst_multifdsink_start),
24126 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24127 * gst/tcp/gstmultifdsink.h:
24128 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24129 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24130 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24131 * gst/tcp/gsttcp.h:
24132 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24133 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24134 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24135 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24136 * gst/tcp/gsttcpclientsink.h:
24137 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24138 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24139 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24140 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24141 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24142 * gst/tcp/gsttcpclientsrc.h:
24143 * gst/tcp/gsttcpplugin.c: (plugin_init):
24144 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24145 * gst/tcp/gsttcpserversink.h:
24146 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24147 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24148 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24149 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24150 (gst_tcpserversrc_stop):
24151 * gst/tcp/gsttcpserversrc.h:
24152 * gst/tcp/gsttcpsink.c:
24153 * gst/tcp/gsttcpsink.h:
24154 * gst/tcp/gsttcpsrc.c:
24155 * gst/tcp/gsttcpsrc.h:
24156 Ported tcp plugins to 0.9.
24159 2005-07-05 Andy Wingo <wingo@pobox.com>
24161 * gst/playback/gstplaybasebin.c (fill_buffer):
24162 message_new_application fixen.
24164 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24167 2005-07-04 Wim Taymans <wim@fluendo.com>
24169 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24170 Set caps on output buffer.
24172 2005-07-04 Andy Wingo <wingo@pobox.com>
24174 * ext/gnomevfs/gstgnomevfssrc.c
24175 (gst_gnomevfssrc_received_headers_callback)
24176 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24179 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24180 No refcount leakage.
24182 * configure.ac: Enable -Werror.
24184 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24185 * gst/audioconvert/bufferframesconvert.c
24186 (buffer_frames_convert_fixate):
24187 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24188 (gst_audio_convert_fixate):
24189 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24190 (gst_sinesrc_create): Fixate func changes.
24192 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24193 (gst_ximagesink_buffer_alloc): Unused var.
24195 2005-07-01 Andy Wingo <wingo@pobox.com>
24197 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24198 getcaps to do explicit caps. Needs to be done in all decoders,
24199 possibly via a base class.
24201 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24203 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24204 caps on the sink pad, just rely on the pad template. Also, setting
24205 ANY caps on a pad is not valid because the caps are not fixed.
24207 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24208 caps on the buffer, and get the width from the desired_caps if
24210 (gst_ximagesink_renegotiate_size): Implement via setting the
24211 desired_caps on the ximagesink.
24212 (gst_ximagesink_setcaps): Only reset the width of the player if it
24213 wasn't already set. Not sure if this is right.
24214 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24216 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24217 that the user wants. NULL unless the window has been resized.
24219 * gst/volume/gstvolume.c (volume_transform): Adapt to
24220 basetransform refcount changes.
24222 2005-07-01 Andy Wingo <wingo@pobox.com>
24224 * gst/videoscale/gstvideoscale.c:
24225 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24226 from BaseTransform, implements a transform_caps. Removed dead code
24227 including some PAR stuff that was never reached -- should probably
24228 be added back somehow.
24230 2005-07-01 Andy Wingo <wingo@pobox.com>
24232 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24235 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24238 * docs/libs/Makefile.am:
24239 * docs/libs/gst-plugins-libs.types:
24240 * ext/alsa/Makefile.am:
24241 * ext/alsa/gstalsamixer.h:
24242 * ext/alsa/gstalsamixeroptions.h:
24243 * ext/alsa/gstalsamixertrack.h:
24244 * gst-libs/gst/Makefile.am:
24245 * gst-libs/gst/colorbalance/.cvsignore:
24246 * gst-libs/gst/colorbalance/Makefile.am:
24247 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24248 * gst-libs/gst/colorbalance/colorbalance.c:
24249 * gst-libs/gst/colorbalance/colorbalance.h:
24250 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24251 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24252 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24253 * gst-libs/gst/interfaces/Makefile.am:
24254 * gst-libs/gst/interfaces/colorbalance.c:
24255 (gst_color_balance_class_init):
24256 * gst-libs/gst/interfaces/colorbalance.h:
24257 * gst-libs/gst/interfaces/interfaces-marshal.list:
24258 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24259 * gst-libs/gst/interfaces/mixer.h:
24260 * gst-libs/gst/interfaces/mixeroptions.h:
24261 * gst-libs/gst/interfaces/navigation.c:
24262 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24263 * gst-libs/gst/interfaces/tuner.h:
24264 * gst/volume/Makefile.am:
24265 * gst/volume/gstvolume.c:
24266 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24267 * sys/ximage/Makefile.am:
24268 * sys/ximage/ximagesink.c:
24269 * sys/xvimage/Makefile.am:
24270 * sys/xvimage/xvimagesink.c:
24271 fold in all interfaces into an interfaces dir, preserving CVS
24274 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24276 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24277 Fix build after riff changes.
24279 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24281 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24282 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24283 (gst_riff_create_video_template_caps),
24284 (gst_riff_create_audio_template_caps),
24285 (gst_riff_create_iavs_template_caps):
24286 * gst-libs/gst/riff/riff-media.h:
24287 * gst-libs/gst/riff/riff-read.h:
24288 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24289 Add gst_riff_init() to initialize the debug category, instead
24290 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24292 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24294 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24295 Oops, I shouldn't apply hacks.
24297 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24299 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24300 Remove pad_loop function which doesn't work.
24302 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24304 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24305 Send EOS when deactivating.
24306 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24307 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24308 (gen_preroll_element), (probe_triggered), (mute_stream),
24309 (silence_stream), (new_decoded_pad), (setup_substreams),
24310 (set_active_source):
24311 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24312 (remove_sinks), (add_sink):
24313 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24314 Change for new probe API.
24316 2005-06-29 Wim Taymans <wim@fluendo.com>
24318 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24319 * gst-libs/gst/audio/gstbaseaudiosink.c:
24320 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24321 (gst_baseaudiosink_change_state):
24322 * gst-libs/gst/audio/gstbaseaudiosink.h:
24323 * gst-libs/gst/audio/gstringbuffer.c:
24324 (gst_ringbuffer_set_callback):
24325 Fix compilation error.
24326 Ringbuffer starts out as not running.
24327 Free our clock in dispose.
24328 When releasing the ringbuffer we need to renegotiate so
24329 clear the pad caps.
24331 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24335 * docs/Makefile.am:
24336 * docs/libs/Makefile.am:
24337 * docs/libs/gst-plugins-libs-docs.sgml:
24338 * docs/libs/gst-plugins-libs-sections.txt:
24339 * docs/libs/gst-plugins-libs.types:
24340 * docs/libs/tmpl/gstaudio.sgml:
24341 * docs/libs/tmpl/gstcolorbalance.sgml:
24342 * docs/libs/tmpl/gstringbuffer.sgml:
24343 * gst-libs/gst/audio/gstringbuffer.c:
24344 (gst_ringbuffer_set_callback):
24345 reinstate gtk-doc docs for plugin libs
24347 2005-06-28 Wim Taymans <wim@fluendo.com>
24349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24350 (gst_ogg_demux_init):
24351 Removed pad loop function.
24353 2005-06-28 Wim Taymans <wim@fluendo.com>
24355 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24356 If we're building a chain we are not in an error case
24357 when we queue a buffer.
24359 2005-06-28 Andy Wingo <wingo@pobox.com>
24361 * *.c: Don't cast to GstObject before reffing/unreffing.
24363 2005-06-27 Andy Wingo <wingo@pobox.com>
24365 * gst/videotestsrc/gstvideotestsrc.c
24366 (gst_videotestsrc_activate_push): Activation API changes.
24368 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24369 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24370 they have refs on the decodebin.
24372 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24374 (gst_ogg_pad_typefind): Don't leak a pad ref.
24375 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24376 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24377 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24379 2005-06-27 Edward Hervey <edward@fluendo.com>
24381 * ext/theora/theoradec.c: (theora_dec_change_state):
24382 re-arranged call to parent's state change in order to avoid locks (or
24385 2005-06-26 Edward Hervey <edward@fluendo.com>
24387 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24388 2nd argument of 'unknow-type' signal is a GstCaps and not a
24391 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24392 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24393 Set the worker thread's running flag to TRUE before starting the
24395 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24396 Catch a failure to add typefind to the bin.
24398 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24400 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24401 (gst_sinesrc_init), (gst_sinesrc_create),
24402 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24403 (gst_sinesrc_start):
24404 * gst/sine/gstsinesrc.h:
24405 add num-buffers and timestamp-offset properties
24406 * gst/videotestsrc/gstvideotestsrc.c:
24407 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24408 (gst_videotestsrc_get_property):
24409 add timestamp-offset property
24411 2005-06-23 Christian Schaller <uraeus@gnome.org>
24413 * configure.ac: add videorate
24414 * gst-plugins-base.spec.in: add videorate
24416 2005-06-23 Wim Taymans <wim@fluendo.com>
24418 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24419 (gst_videorate_getcaps), (gst_videorate_setcaps),
24420 (gst_videorate_event), (gst_videorate_chain):
24421 Fixed videorate, fixating an already fixated caps is not
24424 2005-06-23 Wim Taymans <wim@fluendo.com>
24427 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24428 Buffer on caps is not boxed anymore.
24430 2005-06-22 Wim Taymans <wim@fluendo.com>
24432 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24433 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24434 Set buffers on caps as miniobjects and not as boxed.
24436 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24441 === release 0.9.1 ===
24443 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24464 updates for release
24466 2005-06-09 Andy Wingo <wingo@pobox.com>
24468 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24470 2005-06-09 Andy Wingo <wingo@pobox.com>
24473 * gst-libs/gst/Makefile.am:
24474 * gst-libs/gst/net/Makefile.am:
24475 Add gstnet to build.
24477 2005-06-09 Andy Wingo <wingo@pobox.com>
24479 * gst-libs/gst/gconf/gconf.c:
24480 * gst/playback/test.c:
24481 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24484 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24486 * ext/theora/theoraenc.c (theora_enc_chain):
24487 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24489 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24492 2005-06-02 Wim Taymans <wim@fluendo.com>
24494 * gst-libs/gst/net/Makefile.am:
24495 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24496 * pkgconfig/gstreamer-libs.pc.in:
24497 Added net stuff, version net lib.
24499 2005-06-02 Wim Taymans <wim@fluendo.com>
24501 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24502 (query_rates), (query_positions_elems), (query_positions_pads),
24504 Updated seek example.
24506 2005-06-02 Andy Wingo <wingo@pobox.com>
24508 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24509 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24512 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24513 remove the typefind, the bin dispose will do it for us. When it's
24514 removed and unreffed, the signal handler will be disconnected,
24516 (unlinked): It's too difficult to disconnect from unlinked
24517 handlers, as they are on pads not elements. Just punt if the pads
24518 aren't grandkids of the bin.
24520 2005-06-02 Wim Taymans <wim@fluendo.com>
24523 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24524 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24525 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24526 * ext/theora/theoradec.c: (theora_dec_src_query),
24527 (theora_handle_data_packet):
24528 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24529 (theora_enc_chain):
24530 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24531 (vorbis_handle_data_packet):
24532 * gst/audioconvert/bufferframesconvert.c:
24533 (buffer_frames_convert_chain):
24534 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24535 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24536 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24537 (gst_ffmpegcsp_chain):
24538 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24539 (gst_videorate_getcaps), (gst_videorate_setcaps),
24540 (gst_videorate_event), (gst_videorate_chain):
24541 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24542 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24543 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24544 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24545 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24546 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24547 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24548 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24549 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24550 Cleanups and buffer alloc.
24552 2005-05-31 Wim Taymans <wim@fluendo.com>
24554 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24555 Don't try to call the delay method when the device is not
24558 2005-05-31 Wim Taymans <wim@fluendo.com>
24560 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24561 Get actual segment size and buffer size after opening
24564 2005-05-30 Wim Taymans <wim@fluendo.com>
24566 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24567 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24568 Also FLUSH upstream, makes the loop function exit faster.
24570 * ext/theora/theoradec.c: (theora_dec_src_query):
24571 Some more debug info in the query.
24573 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24574 (gst_ximagesink_setcaps):
24575 Release lock on par error, better error reporting.
24577 2005-05-26 Wim Taymans <wim@fluendo.com>
24579 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24580 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24581 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24582 Clear chains in READY
24583 Queue packets until the chain is activated.
24585 2005-05-25 Wim Taymans <wim@fluendo.com>
24587 * gst-libs/gst/audio/gstaudiosink.c:
24588 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24589 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24590 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24591 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24592 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24593 (gst_audiosink_create_ringbuffer):
24594 * gst-libs/gst/audio/gstbaseaudiosink.c:
24595 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24596 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24597 (gst_baseaudiosink_set_property), (build_linear_format),
24598 (debug_spec_caps), (debug_spec_buffer),
24599 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24600 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24601 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24602 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24603 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24604 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24605 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24606 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24607 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24608 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24609 (wait_segment), (gst_ringbuffer_commit),
24610 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24611 (gst_ringbuffer_clear):
24612 Various small cleanups.
24614 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24615 (gst_audio_convert_change_state):
24616 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24617 No need to take the locks anymore.
24619 2005-05-25 Wim Taymans <wim@fluendo.com>
24621 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24622 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24623 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24625 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24626 (group_destroy), (group_commit), (queue_overrun),
24627 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24628 (mute_stream), (new_decoded_pad), (setup_substreams),
24629 (setup_source), (mute_group_type), (set_active_source),
24630 (gst_play_base_bin_change_state):
24631 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24632 (gen_video_element), (gen_text_element), (gen_audio_element),
24633 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24634 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24635 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24636 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24637 Some playbin cleanups mostly refcounting sloppyness.
24639 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24641 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24642 Work with streaming input.
24644 2005-05-25 Wim Taymans <wim@fluendo.com>
24646 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24647 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24648 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24649 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24650 No need to take the STREAM lock anymore.
24652 2005-05-25 Wim Taymans <wim@fluendo.com>
24654 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24655 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24656 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24657 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24658 (gst_ogg_demux_sink_activate):
24659 * ext/theora/theoradec.c: (theora_dec_src_event),
24660 (theora_handle_comment_packet), (theora_dec_chain),
24661 (theora_dec_change_state):
24662 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24663 (vorbis_handle_data_packet), (vorbis_dec_chain),
24664 (vorbis_dec_change_state):
24665 Remove STREAM locks as they are taken in core now.
24666 Never set bogus granulepos on vorbis/theora.
24667 Fix leaks in theoradec tag parsing.
24669 2005-05-25 Wim Taymans <wim@fluendo.com>
24671 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24672 Fix memleaks, GST_BUFFER_DATA() is not freed.
24674 2005-05-25 Wim Taymans <wim@fluendo.com>
24676 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24677 Open non-blocking, set to blocking mode afterwards to avoid
24678 lockups when audio device is busy.
24680 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24682 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24683 This can't be good.
24685 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24687 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24688 (gst_audio_convert_chain), (gst_audio_convert_link_src),
24689 (gst_audio_convert_setcaps):
24690 Implement instant setup switching.
24692 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24694 * gst/playback/gstplaybasebin.c: (probe_triggered):
24695 Fix missing unlock.
24696 * gst/playback/gstplaybin.c: (add_sink):
24697 First add, then link (otherwise pad link fails).
24699 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24701 * examples/Makefile.am:
24702 fix buildbot (make distcheck)
24704 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24706 * gst/playback/gstplaybin.c: (gen_vis_element):
24707 Remove some wrong code. Doesn't work yet.
24709 2005-05-19 Wim Taymans <wim@fluendo.com>
24711 * gst-libs/gst/net/Makefile.am:
24712 * gst-libs/gst/net/README:
24713 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24714 (gst_netbuffer_class_init), (gst_netbuffer_init),
24715 (gst_netbuffer_finalize), (gst_netbuffer_copy),
24716 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24717 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24718 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24719 * gst-libs/gst/net/gstnetbuffer.h:
24720 Added buffer subclass to store extra to/from addresses for
24721 network sources/sinks.
24723 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24725 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24726 Don't lock an unassigned variable.
24728 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24730 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24731 Increase buffer for video, decrease buffer for other media types.
24732 * gst/playback/gstplaybin.c: (gen_video_element),
24733 (gen_audio_element):
24734 Change names for debugging purposes.
24736 2005-05-18 Wim Taymans <wim@fluendo.com>
24738 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24739 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24740 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24741 (gst_ffmpegcsp_chain):
24742 Enable buffer alloc passthrough if the source and dest
24743 formats are the same.
24745 2005-05-17 Wim Taymans <wim@fluendo.com>
24747 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24748 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24749 (gst_ogg_demux_chain_unlocked):
24750 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24751 (gst_audio_convert_caps_remove_format_info),
24752 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24753 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24754 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24755 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24756 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24757 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24758 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24759 (gst_ffmpegcsp_get_property):
24760 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24761 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24762 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24763 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24764 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24765 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24766 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24767 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24768 Leak fixes in oggdemux.
24769 Some cleanups in audioconvert.
24770 Make passthrough work along with buffer_alloc etc.
24771 Make buffer_alloc and buffer recycling actually work in
24774 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
24776 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24777 make the compiler happy
24779 2005-05-17 Wim Taymans <wim@fluendo.com>
24781 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24782 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24783 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24784 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24785 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24786 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24787 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24788 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24789 (gst_xvimagesink_set_xwindow_id):
24790 * sys/xvimage/xvimagesink.h:
24791 Port xvimagesink to new MiniObject.
24793 2005-05-17 Wim Taymans <wim@fluendo.com>
24795 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24796 (gst_audiofilter_chain):
24797 * gst-libs/gst/audio/gstaudiosink.c:
24798 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24799 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24800 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24801 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24802 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24803 (gst_audiosink_create_ringbuffer):
24804 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24805 (gst_audio_convert_caps_remove_format_info),
24806 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24807 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24808 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24809 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24810 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24811 Fix passthrough in ffmpegcolorspace.
24812 Fix memset in audiosink on wrong memory.
24814 2005-05-16 David Schleef <ds@schleef.org>
24816 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24819 2005-05-16 David Schleef <ds@schleef.org>
24821 Port from GstData to GstMiniObject.
24822 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24823 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24824 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24825 (gst_ogg_mux_collected):
24826 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24827 * ext/theora/theoradec.c: (theora_handle_comment_packet),
24828 (theora_handle_data_packet):
24829 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24830 (theora_set_header_on_caps), (theora_enc_chain):
24831 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24832 (vorbis_handle_comment_packet):
24833 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24834 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24835 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24836 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24837 * gst/audioconvert/gstaudioconvert.c:
24838 (gst_audio_convert_get_buffer):
24839 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24840 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24841 (mute_stream), (silence_stream):
24842 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24843 * gst/volume/gstvolume.c: (volume_transform):
24844 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24845 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24846 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24847 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24848 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24849 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24850 (gst_ximagesink_buffer_alloc):
24851 * sys/ximage/ximagesink.h:
24853 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24855 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24856 (fill_buffer), (check_queue), (queue_threshold_reached),
24857 (queue_out_of_data):
24858 * gst/playback/gstplaybasebin.h:
24859 Post buffer-fullness on the bus.
24861 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24863 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24865 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24866 (group_commit), (probe_triggered), (setup_source),
24867 (gst_play_base_bin_change_state):
24868 * gst/playback/gstplaybasebin.h:
24869 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24870 (gst_play_bin_init), (remove_sinks), (setup_sinks),
24871 (gst_play_bin_change_state):
24872 Move setup_output_pads into a virtual function, remove
24873 group-switch (no longer needed) and redirect (handled by bus
24876 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24878 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24879 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24880 (get_active_group), (get_building_group), (group_destroy),
24881 (group_commit), (check_queue), (queue_overrun),
24882 (queue_threshold_reached), (queue_out_of_data),
24883 (gen_preroll_element), (remove_groups), (unknown_type),
24884 (add_element_stream), (no_more_pads), (probe_triggered),
24885 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24886 (setup_substreams), (setup_source), (finish_source),
24887 (prepare_output), (muted_group_change_state),
24888 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24889 (gst_play_base_bin_change_state):
24890 * gst/playback/gstplaybasebin.h:
24891 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24892 (gst_play_bin_init), (gst_play_bin_set_property),
24893 (gen_video_element), (gen_text_element), (gen_audio_element),
24894 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24895 (gst_play_bin_change_state):
24896 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24897 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24898 (stream_info_change_state), (gst_stream_info_set_mute),
24899 (gst_stream_info_get_property):
24900 * gst/playback/gststreaminfo.h:
24901 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24902 (gst_stream_selector_get_linked_pad),
24903 (gst_stream_selector_getcaps),
24904 (gst_stream_selector_get_linked_pads),
24905 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24906 * gst/playback/gststreamselector.h:
24907 Rough port of playbin. Needs some more work, but is mostly done,
24908 and uses a few locks in important places, which should make stuff
24909 like chain-switches clean. Still uses GST_STATE() in a few places,
24910 which isn't all that good an idea, subtitles/elements disabled
24911 because no elements to test with and thus probably broken, query
24912 and event handling moved to GstBin, internal thread removed
24913 alltogether because the pipeline does that for us now. Can play
24914 Ogg/Vorbis files. Haven't tested anything else yet.
24916 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24918 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24919 Do no-more-pads (needed for autoplugging).
24921 2005-05-10 Andy Wingo <wingo@pobox.com>
24923 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24924 message to the bus with the tags. Still not sent downstream tho.
24926 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24928 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24929 avoid refcounting hassles.
24931 2005-05-09 Andy Wingo <wingo@pobox.com>
24933 * gst/volume/Makefile.am:
24934 * gst/volume/demo.c
24935 * gst/volume/gstvolume.h
24936 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24937 basetransform. Probably need an audio filter base class.
24939 2005-05-09 Wim Taymans <wim@fluendo.com>
24941 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24942 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24943 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24944 (gst_vorbisenc_chain):
24945 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24946 (gst_audio_convert_caps_remove_format_info),
24947 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24948 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24949 Make caps writable before writing to it.
24950 Fix negotiation in audioconvert some more.
24952 2005-05-09 Wim Taymans <wim@fluendo.com>
24954 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24955 (gst_videorate_getcaps), (gst_videorate_setcaps),
24956 (gst_videorate_event), (gst_videorate_chain):
24957 Better negotiation.
24959 2005-05-09 Wim Taymans <wim@fluendo.com>
24961 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24962 (gst_videorate_getcaps), (gst_videorate_setcaps),
24963 (gst_videorate_blank_data), (gst_videorate_init),
24964 (gst_videorate_event), (gst_videorate_chain),
24965 (gst_videorate_change_state):
24966 Port videorate, do a better job at negotiation while we're at
24969 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
24974 * examples/Makefile.am:
24975 * gst-libs/gst/audio/Makefile.am:
24976 * gst-libs/gst/riff/Makefile.am:
24977 * gst-libs/gst/tag/Makefile.am:
24978 * gst-libs/gst/video/Makefile.am:
24979 Fixups for missing variables.
24981 2005-05-09 Wim Taymans <wim@fluendo.com>
24983 * examples/seeking/seek.c: (make_theora_pipeline),
24984 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24985 (query_rates), (query_positions_elems), (query_positions_pads),
24986 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24988 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24989 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24990 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24991 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24992 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24993 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24994 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24995 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24996 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24997 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24998 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24999 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25000 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25001 (theora_dec_src_convert), (theora_dec_sink_convert),
25002 (theora_dec_src_query), (theora_dec_sink_query),
25003 (theora_dec_src_event), (theora_dec_sink_event),
25004 (theora_handle_comment_packet), (theora_handle_type_packet),
25005 (theora_handle_header_packet), (theora_handle_data_packet),
25006 (theora_dec_chain):
25007 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25008 (vorbis_dec_convert), (vorbis_dec_src_query),
25009 (vorbis_dec_sink_query), (vorbis_dec_src_event),
25010 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25011 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25012 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25013 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25014 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25015 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25016 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25017 (gst_play_bin_query):
25018 * gst/playback/test3.c: (update_scale):
25019 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25020 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25021 * gst/subparse/gstsubparse.c: (gst_subparse_init):
25022 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25023 (gst_videotestsrc_src_query):
25024 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25025 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25026 (paint_hline_YUV9):
25027 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25028 Port to new query API.
25030 Cleanups in x[v]imagesink
25032 2005-05-09 Andy Wingo <wingo@pobox.com>
25034 * ext/alsa/gstalsasink.h:
25035 * ext/gnomevfs/gstgnomevfssrc.c:
25036 (gst_gnomevfssrc_get_icy_metadata):
25037 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25038 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25039 * ext/theora/theoradec.c (theora_dec_src_query)
25040 (theora_dec_src_event, theora_dec_sink_event)
25041 (theora_handle_comment_packet, theora_handle_data_packet):
25042 * ext/theora/theoraenc.c (theora_enc_chain):
25043 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25044 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25045 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25046 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25048 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25049 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25050 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25051 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25052 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25053 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25054 (paint_setup_xBGR8888, paint_setup_RGBx8888)
25055 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25056 (paint_setup_RGB565, paint_setup_xRGB1555):
25057 * gst/videotestsrc/videotestsrc.h:
25058 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25059 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25060 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25063 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25064 gst_pad_query_position. Fixes oggdemux.
25066 2005-05-08 David Schleef <ds@schleef.org>
25068 * configure.ac: Require liboil.
25069 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25071 * gst/videotestsrc/videotestsrc.c:
25072 * gst/videotestsrc/videotestsrc.h:
25074 2005-05-06 Wim Taymans <wim@fluendo.com>
25076 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25077 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25078 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25079 Well, unreffing a buffer right before pushing it is asking
25082 2005-05-06 Christian Schaller <uraeus@gnome.org>
25084 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25086 2005-05-06 Wim Taymans <wim@fluendo.com>
25088 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25089 (gst_audio_convert_caps_remove_format_info),
25090 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25091 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25092 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25093 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25094 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25095 * gst/sine/Makefile.am:
25096 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25097 (gst_sinesrc_class_init), (gst_sinesrc_init),
25098 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25099 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25100 (gst_sinesrc_update_freq):
25101 * gst/sine/gstsinesrc.h:
25102 * gst/tcp/gstmultifdsink.c:
25103 * sys/xvimage/xvimagesink.c:
25104 Fixed negotiation wrt _peer_get_caps()
25108 2005-05-06 Wim Taymans <wim@fluendo.com>
25110 * gst-libs/gst/audio/gstaudiosink.c:
25111 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25112 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25113 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25114 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25115 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25116 (gst_audiosink_create_ringbuffer):
25117 * gst-libs/gst/audio/gstbaseaudiosink.c:
25118 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25119 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25120 (gst_baseaudiosink_set_property), (build_linear_format),
25121 (debug_spec_caps), (debug_spec_buffer),
25122 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25123 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25124 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25125 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25126 * gst-libs/gst/audio/gstbaseaudiosink.h:
25127 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25128 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25129 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25130 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25131 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25132 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25133 (wait_segment), (gst_ringbuffer_commit),
25134 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25135 (gst_ringbuffer_clear):
25136 * gst-libs/gst/audio/gstringbuffer.h:
25137 Make the base audiosink return an error when there is no
25138 audiobuffer negotiated.
25140 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25143 Disable cdparanoia until someone ports it!
25145 2005-05-06 Wim Taymans <wim@fluendo.com>
25147 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25148 (gst_ogg_demux_sink_activate):
25149 And revert after wingo's revert.. sigh..
25151 2005-05-05 Andy Wingo <wingo@pobox.com>
25153 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25155 * configure.ac: Return audiorate and subparse from the ghetto.
25156 Re-enable -Wall -Werror.
25157 * gst/subparse/gstsubparse.c:
25158 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25159 or chain-based. Cleaned up a bit. Not tested.
25161 2005-05-05 Christian Schaller <christian@fluendo.com>
25163 * Makefile.am: remove stuff that is not building
25164 * configure.ac: remove stuff that is not building
25165 * examples/Makefile.am: remove stuff that is not building
25166 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25167 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25168 * sys/Makefile.am: remove stuff that is not building
25169 * testsuite/Makefile.am: remove stuff that is not building
25171 2005-05-05 Andy Wingo <wingo@pobox.com>
25173 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25174 * gst-libs/gst/tag/gstvorbistag.c:
25175 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25176 * gst/adder/gstadder.h:
25177 * gst/audioconvert/gstchannelmix.c:
25178 (gst_audio_convert_fill_one_other):
25179 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25180 (gst_audiorate_init), (gst_audiorate_chain):
25181 * gst/playback/gstplaybasebin.c: (setup_source):
25182 * gst/playback/test3.c: (update_scale):
25200 2005-05-05 Wim Taymans <wim@fluendo.com>
25202 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25203 (gst_audio_convert_caps_remove_format_info),
25204 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25205 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25206 * gst/videotestsrc/gstvideotestsrc.c:
25207 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25208 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25209 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25210 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25211 Don't ignore _push() return values.
25212 Make sure no processing is done when shutting down.
25213 Videotestsrc pad activation fix.
25215 2005-05-05 Wim Taymans <wim@fluendo.com>
25217 * gst/adder/Makefile.am:
25218 * gst/adder/gstadder.c: (gst_adder_setcaps),
25219 (gst_adder_class_init), (gst_adder_init),
25220 (gst_adder_request_new_pad), (gst_adder_collected),
25221 (gst_adder_change_state):
25222 * gst/adder/gstadder.h:
25223 Ported adder as an example of a mixer element using
25224 collect pads. Needs more negotiation work.
25226 2005-05-05 Wim Taymans <wim@fluendo.com>
25228 * ext/theora/theoradec.c: (_inc_granulepos),
25229 (theora_dec_src_event), (theora_dec_sink_event),
25230 (theora_handle_comment_packet), (theora_handle_type_packet),
25231 (theora_handle_header_packet), (theora_handle_data_packet),
25232 (theora_dec_chain):
25233 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25234 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25235 (theora_push_buffer), (theora_push_packet),
25236 (theora_enc_sink_event), (theora_enc_chain),
25237 (theora_enc_change_state), (theora_enc_set_property),
25238 (theora_enc_get_property):
25239 Added stream lock to decoder so that we can serialize
25241 More theoraenc porting, recover from errors, do clean
25244 2005-05-05 Wim Taymans <wim@fluendo.com>
25246 * ext/ogg/Makefile.am:
25248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25249 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25251 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25252 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25253 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25254 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25255 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25256 (gst_ogg_mux_change_state):
25259 2005-05-05 Wim Taymans <wim@fluendo.com>
25261 * docs/design-audiosinks.txt:
25262 * gst-libs/gst/audio/TODO:
25263 * gst-libs/gst/audio/gstaudiosink.c:
25264 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25265 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25266 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25267 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25268 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25269 (gst_audiosink_create_ringbuffer):
25270 * gst-libs/gst/audio/gstbaseaudiosink.c:
25271 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25272 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25273 (gst_baseaudiosink_set_property), (build_linear_format),
25274 (debug_spec_caps), (debug_spec_buffer),
25275 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25276 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25277 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25278 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25279 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25280 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25281 (gst_ringbuffer_release), (gst_ringbuffer_play),
25282 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25283 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25284 (gst_ringbuffer_set_sample), (wait_segment),
25285 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25286 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25287 More work on the audiosink, mostly debugging and a race in
25290 2005-04-28 Wim Taymans <wim@fluendo.com>
25292 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25293 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25294 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25295 (vorbis_dec_src_query), (vorbis_dec_src_event),
25296 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25297 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25298 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25299 Don't crap out when seeking back to position 0.
25301 2005-04-28 Wim Taymans <wim@fluendo.com>
25303 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25304 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25305 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25306 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25307 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25308 Make audio sink configurable, use alsasink as default.
25310 2005-04-28 Wim Taymans <wim@fluendo.com>
25312 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25313 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25314 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25315 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25316 (vorbis_dec_change_state):
25317 * ext/vorbis/vorbisdec.h:
25318 Refactor, use STREAM_LOCK.
25320 2005-04-28 Wim Taymans <wim@fluendo.com>
25322 * ext/theora/theoradec.c: (_inc_granulepos),
25323 (theora_dec_sink_event), (theora_handle_comment_packet),
25324 (theora_handle_type_packet), (theora_handle_header_packet),
25325 (theora_handle_data_packet), (theora_dec_chain),
25326 (theora_dec_change_state):
25327 Refactor a bit, use STREAM_LOCK.
25329 2005-04-28 Wim Taymans <wim@fluendo.com>
25331 * ext/alsa/Makefile.am:
25332 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25333 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25334 (gst_alsa_link), (gst_alsa_close_audio):
25335 * ext/alsa/gstalsaplugin.c: (plugin_init):
25336 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25337 (gst_alsasink_dispose), (gst_alsasink_base_init),
25338 (gst_alsasink_class_init), (gst_alsasink_init),
25339 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25340 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25341 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25342 (gst_alsasink_reset):
25343 * ext/alsa/gstalsasink.h:
25344 Implement alsasink with simple open/write/close API.
25345 Make alsa dir build by disabling compilation of code.
25347 2005-04-28 Wim Taymans <wim@fluendo.com>
25349 * gst-libs/gst/audio/Makefile.am:
25350 * gst-libs/gst/audio/audio.h:
25351 * gst-libs/gst/audio/audioclock.c:
25352 * gst-libs/gst/audio/audioclock.h:
25353 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25354 (gst_audio_clock_class_init), (gst_audio_clock_init),
25355 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25356 * gst-libs/gst/audio/gstaudioclock.h:
25357 * gst-libs/gst/audio/gstaudiosink.c:
25358 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25359 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25360 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25361 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25362 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25363 (gst_audiosink_create_ringbuffer):
25364 * gst-libs/gst/audio/gstbaseaudiosink.c:
25365 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25366 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25367 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25368 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25369 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25370 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25371 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25372 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25373 * gst-libs/gst/audio/gstbaseaudiosink.h:
25374 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25375 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25376 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25377 (gst_ringbuffer_release), (gst_ringbuffer_play),
25378 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25379 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25380 (gst_ringbuffer_set_sample), (wait_segment),
25381 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25382 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25383 * gst-libs/gst/audio/gstringbuffer.h:
25384 Make ringbuffer faster and more simple by removing the locks
25385 in the playback thread.
25386 Add sample accurate playback based on buffer sample offsets.
25387 Make the baseaudiosink provide a clock.
25388 Parse caps in the base class.
25389 Correctly handle seeking, flushing and state changes.
25391 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25394 * gst/audioconvert/Makefile.am:
25395 * gst/audioscale/Makefile.am:
25396 Fix part of the build. Come on guys, autogen didn't even work :)
25398 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25401 * gst-libs/gst/Makefile.am:
25402 * gst-libs/gst/media-info/.cvsignore:
25403 * gst-libs/gst/media-info/Makefile.am:
25404 * gst-libs/gst/media-info/README:
25405 * gst-libs/gst/media-info/media-info-priv.c:
25406 * gst-libs/gst/media-info/media-info-priv.h:
25407 * gst-libs/gst/media-info/media-info-test.c:
25408 * gst-libs/gst/media-info/media-info.c:
25409 * gst-libs/gst/media-info/media-info.h:
25410 * gst-libs/gst/media-info/media-info.vcproj:
25411 * pkgconfig/Makefile.am:
25412 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25413 * pkgconfig/gstreamer-media-info.pc.in:
25414 Remove media-info, which is also successed by playbin (see Totem
25417 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25420 * examples/Makefile.am:
25421 * examples/gstplay/.cvsignore:
25422 * examples/gstplay/Makefile.am:
25423 * examples/gstplay/player.c:
25424 * gst-libs/gst/Makefile.am:
25425 * gst-libs/gst/play/.cvsignore:
25426 * gst-libs/gst/play/Makefile.am:
25427 * gst-libs/gst/play/play.c:
25428 * gst-libs/gst/play/play.h:
25429 * gst-libs/gst/play/play.vcproj:
25430 * pkgconfig/Makefile.am:
25431 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25432 * pkgconfig/gstreamer-play.pc.in:
25433 Remove libgstplay, playbin is now the official successor.
25435 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25438 * gst-libs/gst/Makefile.am:
25439 * gst-libs/gst/xwindowlistener/Makefile.am:
25440 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25441 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25442 Remove deprecated xwindowlistener (I've moved xwindowlistening
25443 in the v4l/v4l2 plugins over to serverside).
25445 2005-04-25 David Schleef <ds@schleef.org>
25447 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25448 to examples/dynparams. Examples do not belong interspersed with
25450 * examples/dynparams/demo-dparams.c:
25451 * gst/sine/Makefile.am:
25452 * gst/sine/demo-dparams.c:
25454 2005-04-25 David Schleef <ds@schleef.org>
25456 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25457 * gst-libs/gst/audio/Makefile.am:
25458 * gst-libs/gst/riff/Makefile.am:
25459 * gst-libs/gst/tag/Makefile.am:
25460 * gst-libs/gst/video/Makefile.am:
25461 * gst-libs/gst/xwindowlistener/Makefile.am:
25463 Convert to 0.9 API, seems to work:
25464 * sys/ximage/Makefile.am:
25465 * sys/ximage/ximagesink.c:
25467 2005-04-24 David Schleef <ds@schleef.org>
25469 Link plugins against libraries:
25470 * ext/alsa/Makefile.am:
25471 * gst/tcp/Makefile.am:
25473 Remove asm code that should be in liboil
25474 * gst/videoscale/Makefile.am:
25475 * gst/videoscale/videoscale_x86_asm.s:
25477 gettext wants these checked in:
25493 2005-04-24 David Schleef <ds@schleef.org>
25495 Convert gst_main() to g_main_loop_run()
25496 * gst/playback/decodetest.c: (main):
25497 * gst/playback/test2.c: (main):
25498 * gst/playback/test3.c: (main):
25499 * gst/playback/test4.c: (main):
25501 Link plugins against libraries:
25502 * ext/libvisual/Makefile.am:
25503 * sys/xvimage/Makefile.am:
25505 2005-04-24 David Schleef <ds@schleef.org>
25507 * configure.ac: Remove idct and resample libs
25508 * gst-libs/gst/Makefile.am: same
25510 Remove usage of gst_library_load():
25511 * ext/alsa/gstalsaplugin.c: (plugin_init):
25512 * ext/libvisual/visual.c: (plugin_init):
25513 * ext/ogg/gstogg.c: (plugin_init):
25514 * ext/theora/theora.c: (plugin_init):
25515 * ext/vorbis/vorbis.c: (plugin_init):
25516 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25517 * gst/audioscale/gstaudioscale.c:
25518 * gst/adder/gstadder.c: (plugin_init):
25519 * gst/audioconvert/plugin.c: (plugin_init):
25520 * sys/ximage/ximagesink.c: (plugin_init):
25521 * sys/xvimage/xvimagesink.c: (plugin_init):
25522 * gst/tcp/gsttcpplugin.c: (plugin_init):
25524 Link plugins against libraries:
25525 * ext/ogg/Makefile.am:
25526 * ext/theora/Makefile.am:
25527 * ext/vorbis/Makefile.am:
25528 * gst/audioconvert/Makefile.am:
25530 Create proper libraries:
25531 * gst-libs/gst/riff/Makefile.am:
25532 * gst-libs/gst/audio/Makefile.am:
25533 * gst-libs/gst/video/Makefile.am:
25535 Move resample library to audioscale plugin directory:
25536 * gst-libs/gst/resample/Makefile.am:
25537 * gst-libs/gst/resample/README:
25538 * gst-libs/gst/resample/dtof.c:
25539 * gst-libs/gst/resample/dtos.c:
25540 * gst-libs/gst/resample/functable.c:
25541 * gst-libs/gst/resample/private.h:
25542 * gst-libs/gst/resample/resample.c:
25543 * gst-libs/gst/resample/resample.h:
25544 * gst-libs/gst/resample/resample.vcproj:
25545 * gst-libs/gst/resample/test.c:
25546 * gst/audioscale/Makefile.am:
25547 * gst/audioscale/README:
25548 * gst/audioscale/dtof.c:
25549 * gst/audioscale/dtos.c:
25550 * gst/audioscale/functable.c:
25551 * gst/audioscale/private.h:
25552 * gst/audioscale/resample.c:
25553 * gst/audioscale/resample.h:
25554 * gst/audioscale/test.c:
25556 Move tagedit library to gst-libs:
25557 * gst-libs/gst/tag/Makefile.am:
25558 * gst-libs/gst/tag/gstid3tag.c:
25559 * gst-libs/gst/tag/gsttagediting.c:
25560 * gst-libs/gst/tag/gsttageditingprivate.h:
25561 * gst-libs/gst/tag/gstvorbistag.c:
25562 * gst/tags/Makefile.am:
25563 * gst/tags/gstid3tag.c:
25564 * gst/tags/gstvorbistag.c:
25566 Fix for core changes:
25567 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25568 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25569 (gst_sinesrc_getrange):
25571 2005-04-23 David Schleef <ds@schleef.org>
25573 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25574 in gst-plugins in a long time, and properly belongs in liboil.
25575 * gst-libs/gst/idct/Makefile.am:
25576 * gst-libs/gst/idct/README:
25577 * gst-libs/gst/idct/dct.h:
25578 * gst-libs/gst/idct/doieee:
25579 * gst-libs/gst/idct/fastintidct.c:
25580 * gst-libs/gst/idct/floatidct.c:
25581 * gst-libs/gst/idct/idct.c:
25582 * gst-libs/gst/idct/idct.h:
25583 * gst-libs/gst/idct/idtc.vcproj:
25584 * gst-libs/gst/idct/ieeetest.c:
25585 * gst-libs/gst/idct/intidct.c:
25587 2005-04-20 Wim Taymans <wim@fluendo.com>
25589 * docs/design-audiosinks.txt:
25590 * gst-libs/gst/audio/Makefile.am:
25591 * gst-libs/gst/audio/TODO:
25592 * gst-libs/gst/audio/gstaudiosink.c:
25593 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25594 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25595 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25596 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25597 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25598 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25599 (gst_audiosink_class_init), (gst_audiosink_init),
25600 (gst_audiosink_create_ringbuffer):
25601 * gst-libs/gst/audio/gstaudiosink.h:
25602 * gst-libs/gst/audio/gstbaseaudiosink.c:
25603 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25604 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25605 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25606 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25607 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25608 (gst_baseaudiosink_create_ringbuffer),
25609 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25610 * gst-libs/gst/audio/gstbaseaudiosink.h:
25611 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25612 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25613 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25614 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25615 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25616 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25617 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25618 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25619 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25620 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25621 * gst-libs/gst/audio/gstringbuffer.h:
25622 An attempt at a set of audio base classes together with some
25625 2005-04-20 Wim Taymans <wim@fluendo.com>
25627 * gst/audioconvert/Makefile.am:
25628 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25629 (gst_audio_convert_caps_remove_format_info),
25630 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25631 (gst_audio_convert_channels):
25632 Link against audio libs.
25633 Fix audio convert plugin.
25635 2005-04-20 Wim Taymans <wim@fluendo.com>
25637 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25638 (gst_ogg_demux_sink_activate):
25639 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25640 (theora_set_header_on_caps), (theora_enc_sink_event),
25641 (theora_enc_chain):
25642 Fix theora encoder.
25644 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25646 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25647 * gst/playback/gstdecodebin.c: (find_compatibles):
25648 Work with staticpadtemplates in elementfactories.
25650 2005-04-12 Wim Taymans <wim@fluendo.com>
25652 * gst/playback/README:
25653 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25654 (compare_ranks), (print_feature), (gst_decode_bin_init),
25655 (dynamic_create), (dynamic_free), (find_compatibles),
25656 (mimetype_is_raw), (close_pad_link), (got_redirect),
25657 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25658 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25659 (gst_decode_bin_change_state):
25660 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25661 (gst_play_base_bin_init), (group_destroy), (group_commit),
25662 (check_queue), (queue_overrun), (queue_threshold_reached),
25663 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25664 (new_decoded_pad), (setup_subtitle), (gen_source_element),
25665 (got_redirect), (setup_source), (play_base_eos),
25666 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25667 (gst_play_base_bin_remove_element):
25668 * gst/playback/gstplaybasebin.h:
25669 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25670 (gst_play_bin_init), (gst_play_bin_dispose),
25671 (gst_play_bin_set_property), (gen_video_element),
25672 (gen_text_element), (gen_audio_element), (remove_sinks),
25673 (gst_play_bin_send_event):
25674 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25675 (stream_info_change_state), (gst_stream_info_set_mute):
25676 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25677 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25678 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25679 (gst_stream_selector_chain):
25680 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25682 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25683 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25684 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25685 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25686 Raw and crude port of decodebin.
25687 Make playbin compile.
25689 2005-04-06 Wim Taymans <wim@fluendo.com>
25691 * ext/gnomevfs/Makefile.am:
25692 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25693 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25694 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25695 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25696 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25697 (gst_gnomevfssrc_stop):
25698 * ext/ogg/Makefile.am:
25699 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25700 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25701 * ext/theora/Makefile.am:
25702 * ext/theora/theoradec.c: (_inc_granulepos),
25703 (theora_dec_sink_event), (theora_dec_chain):
25704 * ext/vorbis/Makefile.am:
25705 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25706 (vorbis_dec_sink_event), (vorbis_dec_chain):
25707 * gst-libs/gst/audio/Makefile.am:
25708 * sys/xvimage/Makefile.am:
25709 Make gnomevfssrc extend the source base class.
25710 Fix linking against libs in various plugins.
25712 2005-04-06 Andy Wingo <wingo@pobox.com>
25714 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25717 * configure.ac: Add check and AC_SUBST for libgstbase.
25719 2005-03-31 Wim Taymans <wim@fluendo.com>
25721 * examples/seeking/Makefile.am:
25722 * examples/seeking/cdparanoia.c: (main):
25723 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25724 (play_cb), (pause_cb), (stop_cb), (main):
25725 * examples/seeking/playbin.c:
25726 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25727 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25728 (make_sid_pipeline), (make_vorbis_pipeline),
25729 (make_theora_pipeline), (make_vorbis_theora_pipeline),
25730 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25731 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25732 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25733 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25735 * examples/seeking/spider_seek.c:
25736 * examples/seeking/vorbisfile.c:
25737 * ext/gnomevfs/Makefile.am:
25738 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25739 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25740 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25741 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25742 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25743 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25744 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25745 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25747 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25748 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25749 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25750 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25751 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25752 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25753 (gst_ogg_pad_event), (gst_ogg_pad_reset),
25754 (gst_ogg_demux_factory_filter), (compare_ranks),
25755 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25756 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25757 (gst_ogg_chain_new), (gst_ogg_chain_free),
25758 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25759 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25760 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25761 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25762 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25763 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25764 (gst_ogg_demux_get_prev_page),
25765 (gst_ogg_demux_deactivate_current_chain),
25766 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25767 (gst_ogg_demux_bisect_forward_serialno),
25768 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25769 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25770 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25771 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25772 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25773 (gst_ogg_demux_change_state), (gst_ogg_print):
25774 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25775 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25776 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25777 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25778 (gst_ogg_mux_loop):
25779 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25780 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25781 (theora_dec_src_convert), (theora_dec_sink_convert),
25782 (theora_dec_src_query), (theora_dec_src_event),
25783 (theora_dec_sink_event), (theora_dec_chain),
25784 (theora_dec_change_state):
25785 * ext/theora/theoraenc.c: (gst_theora_enc_init),
25786 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25787 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25788 (theora_enc_change_state):
25789 * ext/vorbis/Makefile.am:
25790 * ext/vorbis/oggvorbisenc.c:
25791 * ext/vorbis/oggvorbisenc.h:
25792 * ext/vorbis/vorbis.c: (plugin_init):
25793 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25794 (vorbis_dec_src_query), (vorbis_dec_src_event),
25795 (vorbis_dec_sink_event), (vorbis_dec_chain),
25796 (vorbis_dec_change_state):
25797 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25798 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25799 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25800 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25801 (gst_vorbisenc_change_state):
25802 * ext/vorbis/vorbisenc.h:
25803 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25804 * gst-libs/gst/audio/audioclock.c:
25805 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25806 (gst_audiofilter_init), (gst_audiofilter_chain):
25807 * gst-libs/gst/audio/testchannels.c: (main):
25808 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25809 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25810 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25811 (gmip_find_track_streaminfo), (gmip_find_track_format):
25812 * gst-libs/gst/media-info/media-info.c:
25813 (gst_media_info_read_idler):
25814 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25815 (gst_play_get_all_by_interface):
25816 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25817 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25818 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25819 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25820 (gst_riff_parse_info):
25821 * gst-libs/gst/riff/riff-read.h:
25822 * gst-libs/gst/riff/riff.c: (plugin_init):
25823 * gst-libs/gst/video/Makefile.am:
25824 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25825 (gst_videosink_class_init), (gst_videosink_get_type):
25826 * gst-libs/gst/video/videosink.h:
25827 * gst/audioconvert/bufferframesconvert.c:
25828 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25829 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25830 * gst/audioconvert/channelmixtest.c: (main):
25831 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25832 (gst_audio_convert_chain),
25833 (gst_audio_convert_caps_remove_format_info),
25834 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25835 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25836 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25837 (gst_audio_convert_buffer_to_default_format),
25838 (gst_audio_convert_buffer_from_default_format),
25839 (gst_audio_convert_channels):
25840 * gst/audioconvert/gstchannelmix.h:
25841 * gst/ffmpegcolorspace/avcodec.h:
25842 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25843 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25844 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25845 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25846 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25847 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25848 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25849 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25850 (mpeg_video_type_find), (mpeg_video_stream_type_find),
25852 * gst/videotestsrc/gstvideotestsrc.c:
25853 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25854 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25855 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25856 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25857 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25858 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25859 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25860 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25861 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25862 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25863 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25864 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25865 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25866 (gst_xvimagesink_navigation_send_event),
25867 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25868 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25869 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25870 * sys/xvimage/xvimagesink.h:
25871 Plugin port to 0.9, ogg/theora playback should work in the seek
25873 Removed old examples.
25874 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25875 explained in 0.9 TODO doc.
25878 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
25900 * testsuite/Makefile.am:
25901 remove a whole bunch of plugins. This module now contains a set
25902 of free reference plugins/elements as agreed.
25904 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
25907 hunting season on 0.9 is now OPEN
25909 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25911 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25912 Kick the hell out of gcc for not warning me about a symbol conflict.
25914 2005-02-22 Luca Ognibene <luogni@tin.it>
25916 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25918 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25919 Don't leak caps string (fixes #168134)
25921 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25922 (gst_jpegenc_init), (gst_jpegenc_finalize),
25923 (gst_jpegenc_change_state):
25924 Don't leak line buffers and context struct (fixes #168133).
25926 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
25929 * ext/dirac/gstdiracdec.cc:
25930 (gst_diracdec_chain):
25931 Since dirac 0.5.0 the framerate in dirac is expressed as a
25932 rational number. Fix build and up requirement to 0.5.0, and
25933 also pass parameters to gst_diracdec_link in the right order
25936 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
25938 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25939 * ext/faad/gstfaad.h:
25940 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
25941 certain invalid muxed streams, where some packets will contain
25942 junk after decoder data. Partially fixes #149158.
25944 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
25945 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25946 Make sure we only write to writable buffers
25948 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
25950 * gst-libs/gst/riff/riff-media.c:
25951 (gst_riff_create_audio_caps_with_data):
25952 Do actually fix invalid RIFF fmt header values for alaw
25953 and mulaw audio instead of just saying so.
25955 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25956 Give gst_riff_create_audio_caps_with_data() a chance to
25957 fix up broken format header fields before extracting any
25958 parameters from the header. (fixes #167633)
25960 2005-02-19 Martin Holters <martin.holters@gmx.de>
25962 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25964 * gst/audioconvert/bufferframesconvert.c:
25965 (buffer_frames_convert_link):
25966 Don't leak othercaps. (fixes #167878)
25968 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
25971 * ext/libvisual/visual.c: (gst_visual_srclink),
25972 (gst_visual_change_state):
25973 Support libvisual 0.2.0.
25975 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
25977 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25978 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25979 Use same rowstrides for I420 as used everywhere else.
25981 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
25983 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25984 Declare variables at beginning of block and make gcc-2.95 happy
25985 (fixes # 167482, patch by Gergely Nagy).
25987 * gst/tcp/gsttcpclientsrc.c:
25988 * gst/tcp/gsttcpclientsrc.h:
25989 Move some includes into the header, so that struct sockaddr_in is
25990 defined when it should be defined on FreeBSD as well (fixes
25993 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25994 Don't pass uninitialised values to setsockopt() here either.
25996 2005-02-17 Luca Ognibene <luogni at tin dot it>
25998 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26000 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26001 Don't pass uninitialised values to setsockopt(). (fixes #167704)
26003 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26005 * gst/playback/gstplaybin.c: (add_sink):
26006 Invert bin_add/link order to workaround deadlock in opt.
26008 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26010 * gst/modplug/gstmodplug.cc:
26011 Add missing break causing position queries to fail.
26013 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26016 Granpos can apparently be -1, which screws up calculations...
26018 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
26020 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26021 (gst_ximagesink_send_pending_navigation),
26022 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26023 (gst_ximagesink_init):
26024 * sys/ximage/ximagesink.h:
26025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26026 (gst_xvimagesink_send_pending_navigation),
26027 (gst_xvimagesink_navigation_send_event),
26028 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26029 * sys/xvimage/xvimagesink.h:
26030 Use a mutex protected list to marshal navigation
26031 events into the stream thread from whichever thread
26034 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
26036 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26037 Display current position and track length; misc. clean-ups.
26039 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26040 (speed_init), (speed_chain):
26041 Add query function, so that the stream length and current position
26042 get adjusted when queried (note that current position queries may
26043 still be wrong if the audio sink returns values based on buffer
26044 timestamps instead of passing on the query).
26046 2005-02-13 Benjamin Otte <otte@gnome.org>
26048 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26049 (gst_audio_convert_channels):
26050 create channel conversion matrix when linking
26051 * gst/audioconvert/.cvsignore:
26052 * gst/audioconvert/Makefile.am:
26053 * gst/audioconvert/channelmixtest.c: (main):
26054 add (ugly) test that ensures stereo <=> mono conversion works
26057 2005-02-13 Benjamin Otte <otte@gnome.org>
26059 * gst/audioconvert/gstchannelmix.h:
26060 include missing header file
26061 * gst/audioconvert/gstchannelmix.c:
26062 (gst_audio_convert_fill_compatible):
26063 use same sign for both channels when converting to/from compatible
26064 channel. Previously used different signs made the signals cancel
26065 each other out and appear like silence. (fixes #167269)
26067 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26069 * gst/ffmpegcolorspace/avcodec.h:
26070 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26071 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26072 (gst_ffmpegcsp_avpicture_fill):
26073 * gst/ffmpegcolorspace/imgconvert.c:
26074 Convert to and from YV12 (fixes #156379).
26076 2005-02-12 Julien MOUTTE <julien@moutte.net>
26078 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26079 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26080 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26081 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26082 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26083 methods from chain and negotiation and vice versa (Fixes #166142).
26084 * sys/ximage/ximagesink.h: Add stream_lock.
26085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26086 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26087 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26088 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26090 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26092 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26093 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26094 error message when we can't open the DVD device (when dvdnav_open()
26095 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26096 the above). Send something more useful instead (fixes #167117).
26098 2005-02-11 Julien MOUTTE <julien@moutte.net>
26100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26101 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26102 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26103 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26104 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26105 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26106 methods from chain and negotiation and vice versa (Fixes #166142).
26107 Fix a possible bug of images in the buffer pool being discarded because
26108 we are looking at the wrong geometry.
26109 * sys/xvimage/xvimagesink.h: Add stream_lock.
26111 2005-02-11 David Schleef <ds@schleef.org>
26113 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26114 unsigned int. (fixes #167128)
26116 2005-02-11 David Schleef <ds@schleef.org>
26118 * gst/librfb/Makefile.am: Testing stuff before committing is
26119 for wimps... and people with fast machines. Fix stupid
26122 2005-02-11 David Schleef <ds@schleef.org>
26124 * configure.ac: Pull in librfb from my CVS tree, because it is
26125 too small and annoying to be separate. Move rfbsrc plugin
26128 * ext/librfb/Makefile.am:
26129 * ext/librfb/gstrfbsrc.c:
26130 * gst/librfb/Makefile.am:
26131 * gst/librfb/gstrfbsrc.c:
26132 * gst/librfb/rfb.c:
26133 * gst/librfb/rfb.h:
26134 * gst/librfb/rfbbuffer.c:
26135 * gst/librfb/rfbbuffer.h:
26136 * gst/librfb/rfbbytestream.c:
26137 * gst/librfb/rfbbytestream.h:
26138 * gst/librfb/rfbcontext.h:
26139 * gst/librfb/rfbdecoder.c:
26140 * gst/librfb/rfbdecoder.h:
26141 * gst/librfb/rfbutil.h:
26143 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26145 * gst/speed/Makefile.am:
26146 * gst/speed/demo-mp3.c: (main):
26147 * gst/speed/filter.func:
26148 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26149 (speed_class_init), (speed_init), (speed_chain_int16),
26150 (speed_chain_float32), (speed_chain), (speed_set_property),
26151 (speed_get_property), (speed_change_state):
26152 * gst/speed/gstspeed.h:
26153 Fix speed element and make it chain-based (fixes #156467),
26154 and make it handle more than one channel.
26156 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26158 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26159 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26160 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26161 * ext/dts/gstdtsdec.h:
26162 Don't clobber the stack constructing the channels array.
26163 Make the element chain-based. DTS tracks can now be played.
26165 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26167 * gst-libs/gst/audio/multichannel.h:
26168 * gst-libs/gst/gconf/gconf.h:
26169 * gst-libs/gst/idct/idct.h:
26170 * gst-libs/gst/media-info/media-info-priv.h:
26171 * gst-libs/gst/play/play.h:
26172 * gst-libs/gst/resample/private.h:
26173 * gst-libs/gst/resample/resample.h:
26174 * gst-libs/gst/riff/riff-ids.h:
26175 * gst-libs/gst/video/video.h:
26176 * gst-libs/gst/video/videosink.h:
26177 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26178 missing, so that they work when included from C++ code.
26180 2005-02-09 David Schleef <ds@schleef.org>
26182 * testsuite/gst-lint: Check for non-statically scoped
26183 parent_class variables. This won't be a problem once
26184 plugins are loaded with RTLD_LOCAL.
26186 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26188 * ext/mplex/gstmplexibitstream.cc:
26191 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26193 * ext/ogg/gstogmparse.c:
26194 * gst/debug/gstnavigationtest.c:
26195 Die, thou faulty symbol pollutors (non-static parent_class).
26197 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26199 * ext/mplex/gstmplexibitstream.cc:
26200 Fix event handling (#165525).
26202 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26204 * ext/mikmod/gstmikmod.c:
26205 * gst/modplug/gstmodplug.cc:
26206 Add missing endianness to template (fixes #165509).
26208 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26210 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26211 Fix wrong order of reading of optional bytes (#165290).
26213 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26215 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26216 Implement FILLER event awareness.
26218 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26220 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26221 Fix track calculations (#166208).
26223 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26225 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26227 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26228 * ext/libpng/gstpngenc.c:
26229 Fix byte-order, use proper fixed caps. Fixes #164197.
26231 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26236 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26237 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26238 Don't push buffers if the src pad isn't negotiated yet.
26240 * gst/audioconvert/gstaudioconvert.c:
26241 (gst_audio_convert_buffer_to_default_format),
26242 (gst_audio_convert_buffer_from_default_format):
26243 Add support for 24-bit width.
26245 * gst/dvdlpcmdec/.cvsignore:
26246 * gst/dvdlpcmdec/Makefile.am:
26247 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26248 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26249 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26250 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26252 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26253 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26254 format. Needs support for the channels maps if someone can find
26255 a DVD LPCM track with > 2 channels.
26257 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26258 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26259 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26260 * gst/mpegstream/gstdvddemux.h:
26261 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26262 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26263 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26264 * gst/mpegstream/gstmpegdemux.h:
26265 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26266 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26267 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26268 (gst_mpeg_parse_handle_src_query),
26269 (gst_mpeg_parse_handle_src_event):
26270 Use audio/x-dvd-lpcm for LPCM output.
26273 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26275 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26277 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26278 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26279 Add BGRA handling (#165736).
26281 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26283 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26285 * gst/law/alaw-decode.c: (alawdec_link):
26286 * gst/law/alaw-encode.c: (alawenc_link):
26287 * gst/law/mulaw-decode.c: (mulawdec_link):
26288 * gst/law/mulaw-encode.c: (mulawenc_link):
26289 Fix caps memleaks (#166600).
26291 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26293 * ext/tarkin/mem.h:
26294 * ext/tarkin/wavelet.h:
26295 * ext/tarkin/yuv.h:
26296 * gst/ffmpegcolorspace/avcodec.h:
26297 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26298 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26300 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26302 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26303 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26304 (gst_xvimagesink_change_state):
26305 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26306 Xv video (and thereby regenerate Xv colourkey) in clear() so
26307 that PLAY -> READY -> PLAY works (fixes #162504).
26309 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26311 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26312 Switch to list instead of range, since MJPEG-devices really just
26313 support decimations, not any size.
26315 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26316 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26317 (gst_mpeg2dec_reset), (free_all_buffers),
26318 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26319 * ext/mpeg2dec/gstmpeg2dec.h:
26320 The libmpeg2 user-allocated buffer management is awkward,
26321 to say the least. Hopefully this fixes things.
26323 2005-02-04 Andy Wingo <wingo@pobox.com>
26325 * gst/audioconvert/bufferframesconvert.c
26326 (buffer_frames_convert_fixate): New function, fixates to 256
26327 frames per buffer by default. (Much better than 1.)
26328 (buffer_frames_convert_init): Set the fixate function for both src
26330 (buffer_frames_convert_link): After success setting nonfixed caps,
26331 get the negotiated caps so we can know how many buffer-frames it
26332 will be. No idea how this worked at all before.
26334 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26336 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26337 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26338 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26339 (handle_sequence), (handle_picture):
26340 * ext/mpeg2dec/gstmpeg2dec.h:
26341 Rearrange buffer tracking and refcounting and refactor
26342 a little for readability.
26344 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26345 * sys/v4l/gstv4l.c: (plugin_init):
26346 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26347 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26348 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26349 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26350 * sys/v4l/gstv4ljpegsrc.h:
26351 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26352 * sys/v4l/v4l_calls.h:
26353 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26354 (gst_v4lsrc_get_fps):
26355 * sys/v4l/v4lsrc_calls.h:
26356 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26357 you jpeg inside rgb frames" driver.
26358 Don't error in the v4lsrc link function, just return
26361 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26363 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26364 (gst_qcamsrc_open):
26365 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26367 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26369 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26370 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26372 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26374 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26375 Reset negotiated state on PAUSED->READY.
26377 2005-02-02 David Schleef <ds@schleef.org>
26379 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26380 whereever possible. (Fixes #165997)
26381 * examples/capsfilter/capsfilter1.c: (main):
26382 * examples/dynparams/filter.c: (create_ui):
26383 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26384 * examples/seeking/chained.c: (main):
26385 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26386 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26387 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26388 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26389 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26390 * examples/switch/switcher.c: (main):
26391 * ext/dv/demo-play.c: (main):
26392 * ext/faad/gstfaad.c: (gst_faad_change_state):
26393 * ext/mad/gstmad.c: (gst_mad_chain):
26394 * ext/smoothwave/demo-osssrc.c: (main):
26395 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26396 (gst_gconf_render_bin_from_description),
26397 (gst_gconf_get_default_audio_sink),
26398 (gst_gconf_get_default_video_sink),
26399 (gst_gconf_get_default_audio_src),
26400 (gst_gconf_get_default_video_src),
26401 (gst_gconf_get_default_visualization_element):
26402 * gst/level/demo.c: (main):
26403 * gst/level/plot.c: (main):
26404 * gst/playback/gstplaybin.c: (gen_video_element),
26405 (gen_audio_element):
26406 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26407 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26408 * gst/sine/demo-dparams.c: (main):
26409 * gst/spectrum/demo-osssrc.c: (main):
26410 * gst/speed/demo-mp3.c: (main):
26411 * gst/volume/demo.c: (main):
26412 * testsuite/embed/embed.c: (main):
26414 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26416 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26417 (gst_tcpclientsink_finalize):
26418 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26419 (gst_tcpclientsrc_finalize):
26420 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26421 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26422 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26423 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26424 Don't leak the hostname when shutting down.
26425 In tcpserversrc, take a copy of the default hostname.
26427 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26429 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26430 Set caps to systemstream=TRUE.
26432 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26434 * testsuite/Makefile.am:
26435 Fix more OSX buildbots.
26437 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26439 * ext/mpeg2dec/gstmpeg2dec.c:
26440 Don't send things to NULL PAD_PEERs
26442 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26443 Copy-on-write the incoming buffer.
26445 * gst/mpegstream/gstdvddemux.h:
26446 * gst/mpegstream/gstmpegclock.h:
26447 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26448 (normal_seek), (gst_mpeg_demux_handle_src_event):
26449 * gst/mpegstream/gstmpegdemux.h:
26450 * gst/mpegstream/gstmpegpacketize.h:
26451 * gst/mpegstream/gstmpegparse.c:
26452 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26453 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26454 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26455 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26456 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26457 * gst/mpegstream/gstmpegparse.h:
26458 * gst/mpegstream/gstrfc2250enc.h:
26459 Various changes to the way time is computed that make seeking and
26460 total time estimation much better here.
26461 Use G_BEGIN/END_DECLS instead of __cplusplus
26463 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26464 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26466 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26468 * gst/subparse/gstsubparse.c:
26471 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26473 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26474 (theora_enc_chain), (theora_enc_change_state):
26475 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26476 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26477 (gst_vorbisenc_change_state):
26478 * ext/vorbis/vorbisenc.h:
26479 Set granulepos and timestamp correctly for streams not
26480 starting at 0, taking into account the initial delay.
26482 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26484 * gst/mpegstream/gstdvddemux.c:
26485 Add audio/x-dts to audio pad template caps
26487 2005-01-30 David Schleef <ds@schleef.org>
26489 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26490 (create_context), (gst_polypsink_link): Fix silly endianness
26491 bug. Add some debugging. Remove float from caps; it doesn't
26492 work. Attempt to get remote audio working.
26494 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26496 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26499 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26501 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26502 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26503 (gst_avi_demux_stream_data):
26504 * gst/avi/gstavidemux.h:
26505 Invert DIB images. Fixes #132341.
26507 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26509 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26510 (gst_ffmpegcsp_chain):
26511 D'oh, reference the palette data, not the palette structure.
26512 Fixes color distortion in #132341.
26514 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26516 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26517 PAR can be non-fixed when not provided as argument (#162626).
26519 2005-01-29 David Moore <dcm@acm.org>
26521 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26523 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26524 (gst_qtdemux_loop_header):
26525 Re-apply patch from #142272 that allows non-seekable sources,
26526 re-proposed by Daniel Drake <dsd@gentoo.org>.
26528 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26530 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26531 Use the src template for creating the src pad (#162330).
26533 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26536 * ext/musepack/Makefile.am:
26537 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26538 (gst_musepackdec_init), (gst_musepackdec_dispose),
26539 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26540 (gst_musepack_stream_init), (gst_musepackdec_loop),
26541 (gst_musepackdec_change_state):
26542 * ext/musepack/gstmusepackdec.cpp:
26543 * ext/musepack/gstmusepackdec.h:
26544 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26545 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26546 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26547 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26548 * ext/musepack/gstmusepackreader.cpp:
26549 * ext/musepack/gstmusepackreader.h:
26550 Update to 1.1 API (#165446).
26552 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26557 2005-01-28 Andy Wingo <wingo@pobox.com>
26559 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26560 to reflect a different dubious internet source. Add a reference
26561 and some commentary.
26563 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26565 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26566 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26567 * gst/playback/gststreamselector.h:
26568 Be more selective when we're redoing caps negotiation from
26569 within the chain function on a stream change.
26571 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26575 * ext/amrnb/Makefile.am:
26576 * ext/amrnb/amrnb.c: (plugin_init):
26577 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26578 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26579 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26580 (gst_amrnbdec_state_change):
26581 * ext/amrnb/amrnbdec.h:
26582 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26583 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26584 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26585 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26586 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26587 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26588 * ext/amrnb/amrnbparse.h:
26589 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26590 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26591 Add AMR-NB/-WB raw formats.
26592 * ext/alsa/gstalsa.c: (gst_alsa_link):
26593 Keep valid time when changing format.
26594 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26595 (qtdemux_parse_trak):
26596 Add some more format-specific options (#140141, #143555, #155163).
26598 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26600 * gst/matroska/matroska-demux.c:
26601 (gst_matroska_demux_parse_blockgroup):
26602 Fix logic error in timing of subtitle stream synchronization.
26603 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26604 Add skip-chunk, which is found in kodak-camera streams.
26606 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26610 Adding Vietnamese translation (submitted by Clytie Siddall)
26612 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26614 * gst/playback/gstdecodebin.c: (try_to_link_1):
26615 Use realpad for signal.
26617 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26619 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26620 Fix category so decodebin picks it up.
26622 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26624 * ext/mad/Makefile.am:
26625 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26626 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26627 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26628 (found_type), (gst_id3demux_bin_change_state):
26629 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26630 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26631 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26632 (gst_id3_tag_change_state), (plugin_init):
26633 * ext/mad/gstmad.h:
26634 Add id3demuxbin (which is a simple bin consisting of id3demux
26635 and typefind), take over rank from id3demux, remove typefind
26636 code from id3demux. Makes all broken mp3s that I know of work,
26637 and thereby fixes #152688.
26639 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26641 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26643 * ext/mad/gstmad.c: (gst_mad_src_event):
26644 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26645 Allow seeks on audio pad, make mad forward those (#164826).
26646 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26647 Set duration (#165335).
26649 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26651 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26652 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26653 (gst_asf_demux_process_ext_content_desc),
26654 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26655 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26656 * gst/asfdemux/gstasfdemux.h:
26657 Improve metadata display, e.g. if the metadata comes before the
26658 streams are loaded (which is perfectly valid).
26660 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26662 * tools/gst-launch-ext-m.m:
26663 Fix AVI/ASF pipelines (#165340).
26665 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
26666 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
26667 build failure on amd64
26669 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
26671 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26672 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26673 Check environment variables GST_ID3V2_TAG_ENCODING,
26674 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26675 list of character encodings to force interpretation of non-unicode
26676 strings stored in an ID3v2 tag to a particular encoding. If none
26677 is specified, try to use current locale's encoding, then fall back
26678 to ISO-8859-1 (which will always succeed). (Resolves #149274)
26679 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26680 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26681 Check environment variables GST_ID3V1_TAG_ENCODING,
26682 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26683 list of character encodings to use in case a string encountered
26684 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26685 specified, try to use the current locale's encoding, then fall
26686 back to ISO-8859-1 (which will always succeed).
26688 2005-01-25 Benjamin Otte <otte@gnome.org>
26690 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26691 - on half framerate, compute the rate in advance so the comparisons
26692 don't compare wrong values
26693 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26695 - don't use mad_header_decode anymore, mad_frame_decode does that
26697 - when getting rid of consumed bytes, reset the stream's skiplen
26700 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26702 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26703 Use 1/2 a second for default max_discont, as PES streams from DVB
26704 seem to have larger spacings in the SCR.
26707 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26709 * gst/playback/gstplaybasebin.c: (group_commit):
26710 Notify delayed stream-info availability.
26712 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26713 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26714 (gst_a52dec_handle_event), (gst_a52dec_chain):
26715 Add some debug output. Check that a discont has a valid
26717 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26718 (gst_alsa_sink_loop):
26719 Ignore TAG events. A little extra debug for broken timestamps.
26720 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26721 (dvdnavsrc_change_state):
26722 Ensure we send a discont to engage the link before we send any
26724 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26725 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26726 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26727 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26728 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26729 dvd://title works in totem because typefinding sends a seek that ends
26730 up going back to chapter 1 regardless.
26731 * ext/mpeg2dec/gstmpeg2dec.c:
26732 * ext/mpeg2dec/gstmpeg2dec.h:
26733 Output correct timestamps and handle disconts.
26734 * ext/ogg/gstoggdemux.c: (get_relative):
26735 Small guard against a null dereference.
26736 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26737 (gst_textoverlay_set_property):
26738 Free memory when done. Don't call gst_event_filler_get_duration on
26739 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26741 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26742 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26743 (gst_sw_srclink), (gst_smoothwave_chain):
26744 Draw solid lines, prettier colours.
26745 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26746 Add a default palette that'll work for some movies.
26747 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26748 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26749 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26750 * gst/mpegstream/gstdvddemux.h:
26751 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26752 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26753 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26754 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26755 * gst/mpegstream/gstmpegparse.h:
26756 Use PTM/NAV events when for timestamp adjustment when connected to
26757 dvdnavsrc. Don't use many discont events where one suffices.
26758 * gst/playback/gstplaybasebin.c: (group_destroy),
26759 (gen_preroll_element), (gst_play_base_bin_add_element):
26760 * gst/playback/gstplaybasebin.h:
26761 Make sure we remove subtitles from the same bin we put them in.
26762 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26763 (gst_subparse_buffer_format_autodetect),
26764 (gst_subparse_change_state):
26765 Fix some memleaks and invalid accesses.
26766 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26767 (oggskel_type_find), (cmml_type_find), (plugin_init):
26768 Some typefind functions for Annodex v3.0 files
26769 * gst/wavparse/gstwavparse.h:
26770 GstRiffReadClass is the correct parent class.
26772 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26774 * gst-libs/gst/riff/riff-media.c:
26775 (gst_riff_create_video_caps_with_data):
26776 Add extradata to huffyuv (fixes #165013).
26777 * gst-libs/gst/riff/riff-read.c:
26778 (gst_riff_read_strf_vids_with_data):
26779 Fix extradata extraction if it is in the chunk size.
26781 2005-01-25 Edward Hervey <bilboed@bilboed.com>
26783 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26785 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26786 (gst_quarktv_change_state), (gst_quarktv_dispose):
26787 Memory free'ing location fix (#164708).
26789 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26791 * gst/playback/gstplaybasebin.c: (group_commit),
26792 (gen_preroll_element), (probe_triggered), (gen_source_element),
26793 (setup_source), (gst_play_base_bin_change_state),
26794 (gst_play_base_bin_add_element):
26795 Don't block for streams.
26796 * gst/playback/gststreaminfo.c: (stream_info_change_state),
26797 (gst_stream_info_set_mute):
26798 Use gst_pad_set_active_recursive.
26800 2005-01-25 Andy Wingo <wingo@pobox.com>
26802 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26803 for #ifndef HAVE_XVIDEO.
26805 2005-01-24 Jeffrey C. Ollie
26807 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
26809 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26810 * ext/gsm/gstgsmdec.h:
26811 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26812 * ext/gsm/gstgsmenc.h:
26813 Fix rate to 8kHz as per spec, removes obscure errors when no rate
26814 was given by property. Add proper buffer timestamps and offsets.
26816 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26818 * gst-libs/gst/riff/riff-media.c:
26819 (gst_riff_create_audio_caps_with_data):
26820 Audio can be <8000Hz.
26822 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26824 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26825 Explicit state change to workaround refcount bugs.
26827 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26829 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26830 (gst_avimux_riff_get_avi_header):
26833 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26835 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26836 (gst_riff_read_element_data):
26837 * gst-libs/gst/riff/riff-read.h:
26838 Add _peek version (req'ed in CDXA).
26839 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26840 (gst_cdxaparse_loop):
26841 Fix parsing in playbin.
26842 * gst/playback/gstdecodebin.c: (close_pad_link):
26843 Ignore current_ pads, they cause major annoyance.
26845 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26847 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26850 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26852 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26855 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26857 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26858 Allow for 0-sized buffers. Fixes length query problems in
26859 starwars.mkv from the testsuite.
26861 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
26863 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26864 (gst_video_box_i420), (gst_video_box_chain):
26865 Fix row strides for I420 (fixes #163159)
26867 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26869 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26870 MPEG2 has a useful rate property, so we can actually use that.
26871 For MPEG-1, continue using the bytes/time properties.
26873 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26875 * gst-libs/gst/riff/riff-media.c:
26876 (gst_riff_create_video_caps_with_data),
26877 (gst_riff_create_video_template_caps):
26880 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26882 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26883 Fail if caps negotiation fails. Should fix #162184, and should
26884 definately be in there regardless of it fixing the actual bug.
26885 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26886 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26887 (gst_avimux_riff_get_avix_header),
26888 (gst_avimux_riff_get_video_header),
26889 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26890 (gst_avimux_start_file), (gst_avimux_handle_event),
26891 (gst_avimux_change_state):
26892 * gst/avi/gstavimux.h:
26893 Refactor structure writing to use GST_WRITE_UINT macros, add
26894 metadata writing support.
26896 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26898 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26899 Elements may already be destroyed when this function is called.
26901 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26903 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26904 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26905 More memory leak fixes (#149162).
26907 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26909 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26910 (gst_qtdemux_add_stream):
26913 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26915 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26918 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26920 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26921 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26922 when fixating to six channels in Totem.
26924 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26926 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26927 Fix compile warnings on Solaris 10 buildbot
26929 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26931 * ext/dvdread/dvdreadsrc.c: (_read):
26932 Don't read beyond the last cell in a chapter (fixes
26933 invalid memory access)
26935 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26937 * ext/dvdread/stream_labels.c:
26938 (dvdreadsrc_get_audio_stream_labels):
26939 Use NULL for an empty GList instead of g_list_alloc(); fix
26940 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
26941 of GString (easier to bulk free later)
26943 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26945 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26947 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26948 (gst_ffmpeg_pixfmt_to_caps):
26949 Fix BGRA32 caps (#164209).
26951 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26953 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26955 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26956 (gst_ffmpeg_caps_to_pixfmt):
26957 alpha_mask can be RGBA/ABGR. Fixes #164265.
26959 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
26961 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26963 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26964 (gst_mpeg2dec_alloc_buffer):
26965 * ext/mpeg2dec/gstmpeg2dec.h:
26966 Crop if decoding size is not the actual image size (#163676).
26968 2005-01-17 Steve Baker <steve@stevebaker.org>
26970 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26972 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26973 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26974 Add libsndfile typefind functions (#163309).
26976 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26978 * tools/gst-launch-ext-m.m:
26979 Add .aac, fix .m1v/.m2v (#163891).
26981 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26983 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26984 Sanity check, don't wait endlessly since the clock might not
26985 actually run at this point (which is a deadlock). Fixes #164069.
26987 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26989 * gst/playback/gstplaybasebin.c: (probe_triggered):
26990 Of course, only pause if group is done...
26992 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26994 * gst/playback/gstplaybasebin.c: (probe_triggered):
26997 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
26999 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27000 Don't return state change success when the parent
27003 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27005 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27006 Free events (fix memleak in #162905).
27008 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
27010 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27012 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27013 (gst_ffmpeg_caps_to_pixfmt):
27014 Fix for depth = 15. Fixes #161675.
27016 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27018 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27019 Set FPS correctly, even for webcams and the like.
27020 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27021 Don error on setting while capturing.
27023 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27025 * ext/dv/gstdvdec.c:
27026 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27027 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27028 I'm a bad boy. using /1001. to force C to do float division
27029 and not integer division (as it did in my last commit)
27030 Thanks to David I. Lehn for pointing this mistake.
27032 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27034 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27035 Revert Johan's 1.35->1.36 since it breaks compat.
27037 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27039 * ext/dv/gstdvdec.c:
27040 * ext/libfame/gstlibfame.c:
27041 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27042 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27043 replace framerate aproximations by their real value
27044 (24000/1001, 30000/1001, 60000/1001)
27045 Finish fixing bug #164049
27047 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
27049 * ext/ogg/gstoggmux.c:
27051 * gst/tcp/gstmultifdsink.c:
27052 * gst/tcp/gstmultifdsink.h:
27053 * gst/tcp/gsttcp.c:
27054 * gst/tcp/gsttcp.h:
27055 * gst/tcp/gsttcpclientsink.c:
27056 * gst/tcp/gsttcpclientsrc.c:
27057 * gst/tcp/gsttcpserversink.c:
27058 * gst/tcp/gsttcpserversrc.c:
27059 improve reusability of elements after state changes and errors
27060 make multifdsink throw away streamheaders when receiving new ones
27062 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27064 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27065 Fix for if items are already in list...
27067 2005-01-12 Benjamin Otte <otte@gnome.org>
27069 * gst/adder/gstadder.c: (gst_adder_loop):
27070 fix adder a bit so it doesn't screw up with events as much anymore
27072 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
27074 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27075 (pixbufscale_scale), (gst_pixbufscale_chain):
27076 * ext/gdk_pixbuf/pixbufscale.h:
27077 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27078 to ensure rowstrides are calculated the same way as
27080 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27081 that we pick up duration and offset also.
27083 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27085 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27086 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27089 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27091 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27092 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27093 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27094 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27095 Update flags when requested.
27097 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27099 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27102 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27104 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27105 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27106 (probe_triggered), (new_decoded_pad), (gen_source_element),
27107 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27108 * gst/playback/gstplaybasebin.h:
27109 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27110 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27111 (gst_play_bin_change_state):
27112 Implement group-switch signal for use in apps to clear metadata
27113 cache, clean up subtitle, add suburi property instead of # hack,
27114 some error-out fixes.
27116 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27118 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27120 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27121 If we got a state change in the _get handler, don't return success.
27123 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27125 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27126 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27127 Make jpegdec quiet on MJPEG decoding
27128 * gst/asfdemux/README:
27129 Fix mimetypes for MJPEG and H263
27131 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27133 * ext/theora/theoradec.c: (theora_dec_chain):
27134 Fix broken code generation by gcc by swapping arguments.
27135 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27138 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27141 delete this file, it is by far outdated
27142 * ext/alsa/gstalsa.1: remove
27143 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27144 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27145 (gst_alsa_get_caps):
27146 Add HW probing for supported sample rates. Fixes #161704
27148 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27150 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27151 Don't crash, biatch! :).
27153 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27155 * ext/musepack/gstmusepackreader.cpp:
27156 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27157 Some work on tags - still doesn't work in playbin...
27158 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27161 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27163 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27164 Also shove tags on kid pads.
27166 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27168 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27169 Don't bail on unknown events.
27170 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27171 Don't crash on events before negotiation.
27172 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27173 Send tags on pads, too.
27174 * gst/playback/gststreamselector.c:
27175 (gst_stream_selector_request_new_pad):
27176 Forward events on first pad if no input was selected yet.
27178 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27180 * gst/playback/gstplaybasebin.c: (setup_substreams):
27181 Don't disable streamtype if the stream doesn't exist, since
27182 then playing a video after audio will disable both and nothing
27183 will happen. Fixes the testsuite.
27185 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27187 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27188 (gst_v4l_xoverlay_set_xwindow_id):
27189 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27190 (gst_v4l2_xoverlay_set_xwindow_id):
27191 Add debug categories, fix overlay disabling.
27193 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27195 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27196 * ext/alsa/gstalsa.h:
27197 Add HW probing for period_count/size and buffer_size MIX/MAX
27198 Adjust default/user defined value if out of bounds
27199 Should fix bug #162024
27201 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27203 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27204 Fix warning (#161191).
27206 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27208 * ext/dvdread/stream_labels.c:
27209 (dvdreadsrc_get_audio_stream_labels):
27210 Fix warning (init the good variable in switch default)
27212 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27214 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27216 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27217 Fix gcc-2.95 compile (#163485).
27219 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27222 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27223 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27224 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27225 (gst_flacenc_change_state):
27226 * ext/flac/gstflacenc.h:
27227 Update for API change in flac-1.1.1. Update requirement in
27228 configure.ac. Fixes #162974.
27230 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27232 * gst/playback/gstplaybasebin.c: (group_destroy):
27233 Remove hack to get rid of assert and get rid of unlinked
27236 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27238 * gst/playback/gstplaybasebin.c: (setup_source):
27239 Set source to NULL so that resources are free'ed. Fixes issues
27240 with playback of CDDA and similar device-accessing things.
27242 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27244 * testsuite/embed/Makefile.am:
27245 test->noinst, fix make test in buildbot.
27247 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27249 * ext/dvdread/stream_labels.c: new file
27250 * ext/dvdread/stream_labels.h: new file
27251 * ext/dvdread/Makefile.am:
27252 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27253 Extract audio stream label from DVD IFO files.
27254 It only dump them on the console for now, still have to
27255 make playbin aware of them.
27257 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27259 * gst/playback/gstplaybasebin.c: (setup_source):
27262 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27264 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27265 (gen_preroll_element), (remove_groups), (setup_subtitle),
27266 (gen_source_element), (setup_source):
27267 * gst/playback/gstplaybasebin.h:
27268 Multiple .sub files is just a stupid idea... Fix some threading
27269 mistakes. Interestingly, external .sub files cause playbin to
27270 hang, I don't know why... Parsing fixes contributed by Fran??ois
27271 Kooman <fkooman@tuxed.net>.
27273 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27275 * testsuite/embed/Makefile.am:
27278 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27280 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27282 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27283 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27284 (gst_pngenc_set_property):
27285 * ext/libpng/gstpngenc.h:
27286 Add compression level property (#163323).
27288 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27291 * examples/capsfilter/capsfilter1.c: (main):
27292 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27293 * ext/dvdread/Makefile.am:
27294 * ext/dvdread/demo-play:
27295 * ext/dvdread/demo-play.c:
27296 * gconf/gstreamer.schemas.in:
27297 * gst-libs/gst/gconf/gconf.c:
27299 * testsuite/Makefile.am:
27300 * testsuite/embed/Makefile.am:
27301 * testsuite/embed/embed.c: (cb_expose), (main):
27302 Remove all references to xvideosink, fix examples (#140845).
27303 * gst/playback/gstplaybasebin.c: (group_destroy):
27304 Apparently, disposal does not unlink - so do explicitely.
27305 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27308 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27310 * README: fix PKG_CONFIG_PATH instructions, what was there
27311 previously was breaking default search path, not nice.
27314 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27316 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27317 (gst_audioscale_chain):
27318 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27319 when resampling - how the ^@$^!@^! is this possible?!?
27321 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27323 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27324 Reset variables on READY.
27325 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27326 (gst_matroska_mux_loop):
27327 Require data before writing header.
27329 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27331 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27333 * ext/mad/gstmad.c: (gst_mad_chain):
27334 Don't call mad_stream_sync() directly after recovering sync.
27337 2005-01-09 Martin Eikermann <meiker@upb.de>
27339 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27341 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27342 (snapshot_handler), (gst_snapshot_sinkconnect),
27343 (gst_snapshot_chain):
27344 Allocate resources when required, fix recursive signal emission
27345 and fix caps. Fixes #161667.
27347 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27349 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27351 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27352 (gst_pngdec_chain):
27353 Handle only 8-bppc (bits-per-pixel-component) images, better
27354 error handling and correct strides. Fixes #163177.
27355 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27356 (gst_pngenc_chain):
27357 Better error handling. Fixes #163348.
27359 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27361 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27362 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27363 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27364 (dvdnavsrc_uri_handler_init):
27365 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27366 * gst/playback/gstplaybasebin.c: (gen_source_element):
27367 Add MMS to streaming URIs.
27369 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27371 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27372 * sys/xvimage/xvimagesink.c:
27373 (gst_xvimagesink_navigation_send_event):
27374 Check for pad availability before sending event.
27376 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27378 * gst-plugins.spec.in:
27381 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27384 Since we use functions from CVS, up requirement.
27386 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27388 * gst/playback/Makefile.am:
27389 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27390 (group_destroy), (group_commit), (group_is_muted),
27391 (gen_preroll_element), (add_stream), (unknown_type),
27392 (probe_triggered), (preroll_unlinked), (mute_stream),
27393 (silence_stream), (new_decoded_pad), (setup_substreams),
27394 (setup_source), (get_active_source), (mute_group_type),
27395 (muted_group_change_state), (set_active_source),
27396 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27397 (play_base_eos), (gst_play_base_bin_change_state):
27398 * gst/playback/gstplaybasebin.h:
27399 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27400 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27401 (gst_stream_info_dispose), (stream_info_mute_pad),
27402 (stream_info_change_state), (gst_stream_info_set_mute):
27403 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27404 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27405 (gst_stream_selector_init), (gst_stream_selector_dispose),
27406 (gst_stream_selector_get_linked_pad),
27407 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27408 (gst_stream_selector_get_linked_pads),
27409 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27410 * gst/playback/gststreamselector.h:
27411 Adding stream selection support plus required properties for
27412 applications to use this. Fully fixes #100931.
27414 2005-01-08 Benjamin Otte <otte@gnome.org>
27416 * gst/games/gstpuzzle.c: (nav_event_handler):
27417 - handle nav events differently: forward every event no matter if it
27418 was handled or not.
27420 You can now cheat by using navigationtest ! puzzle and moving the
27421 mouse close to the edge of a tile. ;)
27423 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27426 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27427 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27428 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27429 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27430 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27431 (gst_ogm_parse_plugin_init):
27432 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27433 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27434 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27435 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27436 * ext/pango/gsttextoverlay.h:
27437 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27438 (gst_matroska_demux_handle_seek_event),
27439 (gst_matroska_demux_sync_streams),
27440 (gst_matroska_demux_parse_blockgroup),
27441 (gst_matroska_demux_subtitle_caps),
27442 (gst_matroska_demux_plugin_init):
27443 * gst/matroska/matroska-ids.h:
27444 * gst/playback/gstdecodebin.c: (close_pad_link):
27445 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27446 (gen_preroll_element), (remove_groups), (add_stream),
27447 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27449 * gst/playback/gstplaybasebin.h:
27450 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27451 * gst/subparse/Makefile.am:
27452 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27453 (gst_subparse_base_init), (gst_subparse_class_init),
27454 (gst_subparse_init), (gst_subparse_formats),
27455 (gst_subparse_eventmask), (gst_subparse_event),
27456 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27457 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27458 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27459 (parse_mpsub_deinit), (parse_mpsub_init),
27460 (gst_subparse_buffer_format_autodetect),
27461 (gst_subparse_format_autodetect), (gst_subparse_loop),
27462 (gst_subparse_change_state), (gst_subparse_type_find),
27464 * gst/subparse/gstsubparse.h:
27465 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27467 Add subtitle support, .sub parser (supports SRT and MPsub),
27468 OGM text support, Matroska UTF-8 text support, deadlock fixes
27469 all over the place, subtitle awareness in decodebin/playbin
27470 and some fixes to textoverlay to handle subtitles in a stream
27471 correctly. Fixes #100931.
27473 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27475 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27476 Check for pad availability before doing a query on it.
27478 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27480 * ext/dv/gstdvdec.c:
27481 really fix bpp24/32 dvdec caps (classic rgba indeed)
27482 * gst/asfdemux/gstasfdemux.c:
27483 (gst_asf_demux_process_ext_content_desc):
27484 don't send text tags if they are empty (bis repetita)
27486 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27488 * ext/dv/gstdvdec.c:
27489 remove unneeded comment from dvdec
27490 (related to DV 4CC codes in AVI files)
27491 moved them in gstreamer/docs/random/mimetypes
27492 * gst/asfdemux/gstasfdemux.c:
27493 (gst_asf_demux_process_ext_content_desc):
27494 don't send text tags if they are empty
27495 fix mem leak on error path
27496 * gst/ffmpegcolorspace/avcodec.h:
27497 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27498 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27499 (gst_ffmpegcsp_avpicture_fill):
27500 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27501 * gst/ffmpegcolorspace/imgconvert_template.h:
27502 adds BGR32 and BGRA32 to ffmpegcolorspace
27503 (still bad colors, fixing it on next commit)
27504 helps with dvdec outputing BGR32
27506 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27508 * ext/dv/gstdvdec.c:
27509 Fix audio caps i just broke (missing ',')
27510 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27511 (gst_matroska_mux_reset):
27512 Fix typo + add FIXME about old "x-gst-metadata" crap
27514 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27516 * ext/dv/demo-play.c: (main):
27517 xvideosink -> xvimagesink
27518 * ext/dv/gstdvdec.c:
27519 change rgb 32/32 caps to 24/32 (no alpha)
27520 change nb of channels to be a list (2 or 4, not 2)
27521 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27522 * gst/asfdemux/gstasfdemux.c:
27523 (gst_asf_demux_process_ext_content_desc):
27524 Add 'date/year' to extracted metadata list
27526 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27528 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27529 The return value of fixate_to does not imply that the requested
27530 value was set, so don't assume.
27532 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27534 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27536 * ext/libpng/gstpngdec.c:
27537 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27538 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27539 * ext/libpng/gstpngenc.h:
27540 Alpha support (encoder; #163161), mime fixage.
27542 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27544 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27546 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27547 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27548 (gst_faac_set_property), (gst_faac_get_property):
27549 * ext/faac/gstfaac.h:
27550 Allow for ADTS output (#153434).
27552 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27554 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27555 Fix against template (#150576).
27557 2005-01-06 Benjamin Otte <otte@gnome.org>
27559 * gst/games/gstpuzzle.c: (draw_puzzle):
27560 don't draw a puzzle if either width or height of tiles would be 0.
27562 2005-01-06 Benjamin Otte <otte@gnome.org>
27564 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27565 (gst_puzzle_class_init), (gst_puzzle_finalize):
27566 no memleaks, please
27567 (gst_puzzle_create), (gst_puzzle_init),
27568 (gst_puzzle_set_property), (gst_puzzle_setup):
27569 change initialization code around so we don't reshuffle on resize
27571 fix another stupid typo
27573 2005-01-06 Benjamin Otte <otte@gnome.org>
27575 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27576 fix stupid typo that borked copying on YUY2
27578 2005-01-06 Benjamin Otte <otte@gnome.org>
27580 * gst/games/gstpuzzle.c: (draw_puzzle):
27581 fix edges when image sizes aren't multiples of tile sizes
27583 2005-01-06 Benjamin Otte <otte@gnome.org>
27585 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27586 make RGB endianness work correctly
27587 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27588 refactor and fix race with initial shuffling
27589 (nav_event_handler):
27590 allow using the mouse to puzzle
27592 insist on tiles having width and height as multiples of 4 to get
27593 clean YUV image handling
27594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27595 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27596 s/DEBUG/LOG/ for common messages
27597 (gst_xvimagesink_navigation_send_event):
27598 fix mouse event translation to not include screen PAR
27599 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27600 fix mouse event translation to actually work
27602 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27604 * gst/asfdemux/gstasfdemux.c:
27605 (gst_asf_demux_process_ext_content_desc):
27606 Extract TrackNumber metadata + clean up code
27607 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27608 Hope this is the good fix (var used unitialised)
27610 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27612 * ext/faad/gstfaad.c: (gst_faad_chain):
27613 Only increment timestamp if it's valid. Fixes raw AAC streams.
27615 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27618 * gst/games/Makefile.am:
27619 * gst/games/gstpuzzle.c:
27620 add a puzzle game with...
27621 * gst/games/gstvideoimage.c:
27622 * gst/games/gstvideoimage.h:
27623 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27624 from videotestsrc and made into something that would be a nice
27625 library for a lot of other plugins.
27627 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27630 don't compile faad plugin if a RC of 2.0 is found
27631 Fixes #155346 (and FC1 buildbot)
27632 * gst/asfdemux/gstasfdemux.c:
27633 (gst_asf_demux_process_ext_content_desc):
27634 try to make Solaris compiler happier
27636 2005-01-06 Paul Jack <pjack@sfaf.org>
27638 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27640 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27641 Fix segfault (#161667).
27643 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27645 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27646 Fix framerate reporting.
27648 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27650 * gst-libs/gst/riff/riff-ids.h:
27651 * gst/wavenc/riff.h:
27652 Add AMR (VBR and CBR) ids to riff.h audio codec list
27653 * gst/asfdemux/gstasfdemux.c:
27654 (gst_asf_demux_process_ext_content_desc),
27655 (gst_asf_demux_process_object):
27656 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27658 2005-01-05 Martin Eikermann <meiker@upb.de>
27660 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27662 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27663 (gst_dvd_demux_handle_discont):
27664 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27665 (gst_mpeg_demux_handle_discont):
27666 Recreate pads on new-media (#160730).
27667 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27668 Send discont even if manager changes timestamps (#161929).
27670 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
27672 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27674 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27675 Fix invalid memory access (#159211).
27677 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27679 * examples/gstplay/player.c: (main):
27681 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27682 Add visualizations.
27683 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27684 (gst_a52dec_handle_frame):
27686 * ext/dvdnav/gst-dvd:
27687 Add audioconvert. Fixes #161325.
27688 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27689 Explicitely case to gint64. Possible valgrind error.
27690 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27691 (gst_play_tick_callback), (gst_play_change_state),
27692 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27693 (gst_play_set_location), (gst_play_get_location),
27694 (gst_play_seek_to_time), (gst_play_set_data_src),
27695 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27696 (gst_play_set_visualization), (gst_play_connect_visualization),
27697 (gst_play_get_framerate), (gst_play_get_all_by_interface),
27699 Use playbin. Fixes #139749 and #147744.
27700 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27702 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27703 (audioscale_get_type), (gst_audioscale_base_init),
27704 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27705 (gst_audioscale_getcaps), (gst_audioscale_fixate),
27706 (gst_audioscale_link), (gst_audioscale_get_buffer),
27707 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27708 (gst_audioscale_init), (gst_audioscale_dispose),
27709 (gst_audioscale_chain), (gst_audioscale_set_property),
27710 (gst_audioscale_get_property), (plugin_init):
27712 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27714 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27715 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27716 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27717 Add more metadata (fixes #162656).
27719 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27724 === release 0.8.7 ===
27726 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27731 releasing 0.8.7, "Hyperspace"
27733 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27735 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27737 * gst/playback/gstplaybasebin.c:
27738 Fix for #162924 - free caps after use, not before
27740 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
27742 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27744 * gst/playback/gstplaybasebin.c:
27745 * gst/wavparse/gstwavparse.c:
27746 Fix for #154773 - fixes playback of small .wav files
27748 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
27750 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27752 * gst/audioscale/gstaudioscale.c:
27753 Fix for #162819 - make audioscale reusable
27754 Fixes playback of more than one file with playbin/totem
27756 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27758 * gst/ffmpegcolorspace/avcodec.h:
27759 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27760 * gst/ffmpegcolorspace/imgconvert.c:
27761 clean up the mess that made me cry and avoid needless duplication
27763 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27765 * gst/ffmpegcolorspace/imgconvert.c:
27766 give some indication of why we're segfaulting
27768 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27771 Fix indentation, fix v4l2 plugin detection.
27773 Fix libmms location (Maciej, use diff -u!).
27774 * ext/alsa/gstalsa.c: (gst_alsa_init):
27775 Initialize caps cache to NULL.
27776 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27777 Only change state on audiosink if it exists.
27779 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
27781 * gst/matroska/matroska-demux.c:
27782 * gst/matroska/matroska-ids.h:
27783 * gst/matroska/matroska-demux.h:
27784 Fix Vorbis streams failing to decode in some files, where cluster_time
27785 isn't 0, because then it doesn't send codec_priv before actual data.
27786 Remove time-based test and replace it with marker set on beginning of
27789 2004-12-28 David Schleef <ds@schleef.org>
27791 Merge patch from Ronald fixing problems with streaming
27793 * ext/cairo/gstcairo.c: (plugin_init):
27794 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27795 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27796 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27797 (gst_textoverlay_font_init), (gst_textoverlay_init),
27798 (gst_textoverlay_set_property):
27799 * ext/cairo/gsttextoverlay.h:
27801 2004-12-27 David Schleef <ds@schleef.org>
27803 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27804 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27805 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27806 (gst_textoverlay_font_init), (gst_textoverlay_init),
27807 (gst_textoverlay_set_property): Improvements to actually
27808 render text as white on black outline on video, including
27809 font selection and horizontal/vertical alignment. (Ronald's
27811 * ext/cairo/gsttextoverlay.h:
27813 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27815 * ext/ogg/gstogg.c:
27816 * ext/ogg/gstogmparse.c:
27817 fix ogm[audio/video]parse plugin registration
27818 (riff won't load if bytestream is already loaded)
27820 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27822 * gst/audioconvert/gstchannelmix.c:
27825 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27829 disable docs again until it actually passes make distcheck.
27831 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27833 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27834 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27836 Add 3GP (variables name Q3GP because they can't start with a
27837 number). Add samr audio fourcc (used in .3gp files), decoder
27838 is work in progress. Also do a GST_WARNING instead of ERROR
27839 in case of unknown nodes, to decrease output.
27841 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27846 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27849 * ext/speex/gstspeexdec.h:
27850 * ext/speex/gstspeexenc.h:
27851 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
27852 Fix detection code in configure.ac
27854 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27856 * gst/matroska/matroska-demux.c:
27857 (gst_matroska_demux_parse_blockgroup):
27858 Save position, so that queries give proper return values. Don't
27859 know how this could ever have worked before...
27861 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27864 Put additional LAME check inside the conditional. Fixes #152339
27866 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27868 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27869 (gst_avi_demux_stream_scan):
27870 Add some more debug. Fix logic error when setting movi offset
27871 while reading index.
27873 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27875 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27876 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27877 (gst_avi_demux_process_next_entry):
27878 Add some debugging. Better detection of broken indexes and the
27879 accompanying index recovery. No infinite loops on state changes
27880 when we're still in our loopfunction.
27882 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27887 2004-12-22 Archana Shah <archana.shah@wipro.com>
27889 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27891 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27892 Normalizing the value before setting
27893 (gst_sunaudiomixer_get_volume):
27894 Normalizing the value after getting. Fixes bug# 161980
27896 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27898 * Makefile.am: Make sure docs gets disted
27899 * docs/Makefile.am: Make sure all needed files get disted
27900 * gst-plugins.spec.in: latest updates
27902 2004-12-22 Wim Taymans <wim@fluendo.com>
27904 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27905 Revert patch 1.38 as clock distribution over schedulers does
27906 not work correcly in the core yet.
27908 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27910 * sys/oss/README: remove this file, which predates my birth
27911 (and which content is by far outdated)
27913 2004-12-20 Stefan Kost <ensonic@users.sf.net>
27917 * docs/Makefile.am:
27918 * docs/libs/Makefile.am:
27919 * docs/libs/gst-plugins-libs-docs.sgml:
27920 * docs/libs/gst-plugins-libs-sections.txt:
27921 * docs/libs/tmpl/gstgconf.sgml:
27923 * docs/version.entities.in:
27924 Added boilerplate gtk-doc files for plugin-libs documentation.
27926 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27928 * gst/auparse/gstauparse.c: fix int and float audio caps
27930 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27932 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27933 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27934 g_assert() can be a macro, don't use #ifdef inside it.
27936 2004-12-19 Edward Hervey <bilboed@bilboed.com>
27938 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27940 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27941 (gst_videorate_init), (gst_videorate_chain),
27942 (gst_videorate_change_state):
27943 Event handling (fixes #159986).
27945 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27947 * gst-libs/gst/riff/riff-media.c:
27948 (gst_riff_create_video_caps_with_data):
27949 Add BLZ0 (Blizzard's version of DivX) fourcc.
27951 2004-12-18 David Schleef <ds@schleef.org>
27953 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27956 2004-12-18 David Schleef <ds@schleef.org>
27958 * gst/tta/ttadec.h: Disable some header code that isn't used
27959 and clearly isn't portable.
27961 2004-12-18 David Schleef <ds@schleef.org>
27963 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27964 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27965 (avcodec_get_pix_fmt), (avpicture_layout),
27966 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27967 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27968 Fix code to not use GCC extensions (and c99 extensions that
27969 Forte does not like.)
27971 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
27973 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27975 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27976 (gst_deinterlace_chain):
27977 Rowstride fixes. Fixes #161039.
27978 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27979 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27980 (gst_video_crop_getcaps), (gst_video_crop_link),
27981 (gst_video_crop_i420), (gst_video_crop_chain),
27982 (gst_video_crop_change_state):
27983 Rework of negotiation. Actually works now. Fixes #158650.
27985 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27987 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27988 That was very stupid.
27990 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27992 * gst/matroska/matroska-demux.c:
27993 (gst_matroska_demux_parse_blockgroup):
27994 Fix possible crasher.
27996 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27998 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27999 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28000 Lace sizes can be zero.
28002 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28004 * ext/musepack/gstmusepackdec.cpp:
28005 Fetch error return values. Fixes #161624.
28006 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28009 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28011 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28012 Work for truncated (unfinished download etc.) files. Fixes #160514.
28014 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28016 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28017 Fix for integer overflow. Makes #156001 not crash. Probably masks
28020 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28022 * gst/ac3parse/gstac3parse.c: (plugin_init):
28023 Parsers never have ranks. Fixes #159651.
28025 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
28027 * gst/playback/gstdecodebin.c: (compare_ranks):
28028 make sure the facotries are ordered the same every time even if they
28029 have the same rank by using the name
28030 * gst/playback/gstdecodebin.c: (find_compatibles):
28031 make sure we don't add factories to the list twice
28033 2004-12-16 David Schleef <ds@schleef.org>
28035 * configure.ac: look for musepack headers as musepack/*.h
28037 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28038 * ext/musepack/gstmusepackreader.h: same
28040 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28042 * gst-libs/gst/riff/riff-read.c:
28043 (gst_riff_read_strf_auds_with_data):
28044 Read extradata correctly (fixes #155879).
28046 2004-12-16 David Schleef <ds@schleef.org>
28048 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28049 audio. does _not_ attempt or allow conversion unless channels
28052 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28054 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28056 2004-12-16 David Schleef <ds@schleef.org>
28058 * gst/audioscale/gstaudioscale.c: the resample library only
28059 handles 1 or 2 channels. Change caps to compensate.
28061 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28063 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28064 (gst_matroska_demux_audio_caps):
28065 Some MPEG-AAC hacks, because else it doesn't work...
28067 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28069 * gst-libs/gst/riff/riff-media.c:
28070 (gst_riff_create_video_caps_with_data),
28071 (gst_riff_create_video_template_caps):
28074 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28076 * gst-libs/gst/audio/Makefile.am:
28077 Try to fix buildbot.
28079 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28081 * gst/tcp/gstmultifdsink.c:
28082 Clean up and uniformize debugging.
28084 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28086 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28088 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28089 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28090 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28091 (gst_mpeg_demux_change_state):
28092 Reset on ready. Fixes 160276.
28094 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28096 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28098 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28099 (gst_ffmpegcsp_pad_link):
28100 Fix memleak (#154815).
28102 2004-12-16 James Bowes <bowes@cs.dal.ca>
28104 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28106 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28107 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28108 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28109 * ext/musicbrainz/gsttrm.h:
28110 Add support for using a proxy server when getting a trm id from
28111 the MusicBrainz database (#149613).
28113 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28115 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28117 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28118 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28119 Fix memleaks (#157233).
28121 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28123 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28125 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28126 * gst-libs/gst/resample/resample.h:
28127 * gst/audioscale/gstaudioscale.c:
28128 Fix memleak (#159215).
28130 2004-12-16 Toni Willberg <toniw@iki.fi>
28132 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28134 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28135 * sys/oss/oss_probe.c: (main):
28136 Check for mono/stereo support (similar to samplerate probing),
28137 fixes #159433. Also add missing copyright header to oss_probe.c.
28139 2004-12-15 David Schleef <ds@schleef.org>
28141 * configure.ac: add audioresample and cairo plugins. Remove
28142 HAVE_MMX stuff, because it's not used.
28143 * ext/Makefile.am: same
28144 * ext/audioresample/Makefile.am: You are not ready for an
28145 audio resampling element based on audioresample.
28146 * ext/audioresample/gstaudioresample.c:
28147 * ext/audioresample/gstaudioresample.h:
28148 * ext/cairo/Makefile.am: You are not ready for overlay elements
28149 based on cairo. Don't look too closely, these elements kinda
28151 * ext/cairo/gstcairo.c: new
28152 * ext/cairo/gsttextoverlay.c: new
28153 * ext/cairo/gsttextoverlay.h: new
28154 * ext/cairo/gsttimeoverlay.c: new
28155 * ext/cairo/gsttimeoverlay.h: new
28156 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28157 problem with compilers that don't support variadic macros.
28159 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28161 Reviewed by: David Schleef <ds@schleef.org>
28163 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28164 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28165 bit. Also ran indent-gst.
28166 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28167 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28168 (gst_sunaudiosrc_setparams):
28170 2004-12-14 David Schleef <ds@schleef.org>
28172 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28173 output rate to 16000. Should fix #160235.
28175 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28177 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28178 Add typefinding for mpeg2 pes streams
28180 2004-12-13 David Schleef <ds@schleef.org>
28182 * configure.ac: Applied patch from bug #143659, making default
28183 sources and sinks OS-dependent (for Solaris), and added code
28185 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28187 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28189 * gst-libs/gst/riff/riff-media.c:
28190 forgot to add h2.64 to avidemux template caps
28192 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28194 * gst/wavenc/riff.h:
28195 * gst-libs/gst/riff/riff-media.c:
28196 * gst-libs/gst/riff/riff-ids.h:
28197 * gst/avi/gstavimux.c
28198 add 4CC code for VideoSoft h264 in AVI (VSSH)
28200 remove s323 from riff, it's quicktime specific :(
28202 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28204 * gst/asfdemux/README
28205 * gst/wavenc/riff.h
28206 * gst-libs/gst/riff/riff-ids.h
28207 * gst-libs/gst/riff/riff-media.c
28208 * gst/qtdemux/qtdemux.c:
28209 add new 4CC codes for h263 related codecs
28210 fixes partially bug #155163
28212 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28214 * configure.ac: Update polyaudio requirement to 0.7
28215 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28217 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28219 * gst/interleave/deinterleave.c:
28220 fix my name's spelling! :)
28222 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28224 * AUTHORS ChangeLog
28225 * gst/auparse/gstauparse.c
28226 * gst/interleave/deinterleave.c
28228 alaw-decode.c alaw-encode.c
28229 mulaw-decode.c mulaw-encode.c
28230 * gst/oneton/gstoneton.c
28232 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28234 cocoawindow.h cocoawindow.m
28235 osxvideosink.h osxvideosink.m
28237 put the same mail address for Zaheer Abbas Merali everywhere
28239 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28241 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28242 Align by packetsize, and assert that we a packet available before
28243 playing. The first makes webstreams work (they often include
28244 trailing padding data in a packet), the second allows pausing a
28245 ASF stream in totem without getting demux errors afterwards.
28247 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28249 * ext/ogg/gstoggdemux.c: (get_relative):
28250 Check for non-NULL before accessing member (end-of-chain).
28252 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28254 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28255 (cdparanoia_set_property), (cdparanoia_get_property):
28256 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28257 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28258 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28259 (dvdreadsrc_init), (dvdreadsrc_set_property),
28260 (dvdreadsrc_get_property):
28261 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28262 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28263 Synchronize property names where not yet the case. Devices are
28264 now device=X, other versions are deprecated (but still exist).
28265 Also use g_free() unconditionally.
28266 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28267 (setup_source), (gst_play_base_bin_get_property):
28270 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28272 * configure.ac: move GCONF macro outside conditional for the am
28273 conditional. Fixes #160439
28275 2004-12-08 David Schleef <ds@schleef.org>
28277 * tools/gst-visualise-m.m: Switch to elements that currently
28280 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28282 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28283 We love wrong commas.
28285 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28287 * gst/matroska/matroska-demux.c:
28288 (gst_matroska_demux_handle_src_query):
28289 Don't set DEFAULT, unsupported - makes length display incorrectly
28292 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28294 * gst/monoscope/README: remove blurb about files being GPL
28295 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28296 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28297 monoscope is now effectively LGPL licensed
28299 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28301 * gst/monoscope/README: Update information to be more correct
28302 * gst/monoscope/convolve.c: Relicense to LGPL
28303 * gst/monoscope/convolve.h: Relicense to LGPL
28305 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28307 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28308 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28309 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28310 set default_duration for mpeg1 audio
28312 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28314 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28315 * ext/alsa/gstalsa.h:
28316 refactor big chunks of the core caps negotiation code to make it
28317 a lot faster, because people claim it's really slow
28318 (actually, just cache the getcaps when the device is opened)
28320 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28322 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28323 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28324 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28325 (gst_a52dec_change_state), (plugin_init):
28326 * ext/a52dec/gsta52dec.h:
28327 Do something useful with timestamps. Make chain-based (since
28328 there's really no reason to be loopbased).
28329 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28330 Update current_byte/frame correctly.
28332 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28334 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28335 (gst_ape_demux_stream_init):
28338 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28340 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28341 Let's make sure we're done typefinding when detecting tags.
28343 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28345 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28346 (gst_ebml_read_init), (gst_ebml_read_use_event),
28347 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28348 (gst_ebml_read_seek), (gst_ebml_read_skip),
28349 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28350 (gst_ebml_read_master):
28351 * gst/matroska/ebml-read.h:
28352 * gst/matroska/matroska-demux.c:
28353 (gst_matroska_demux_parse_contents),
28354 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28355 Disgustingly evil hack for working around INTERRUPT events and
28356 their extremely annoying habit of being a pain in the ass. We
28357 simply peek a cluster before reading any of it.
28359 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28361 * ext/musepack/gstmusepackdec.cpp:
28362 There's also floating point libmusepacks.
28364 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28366 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28367 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28368 Set DURATION even if source buffer didn't. Also use increasing
28370 * gst-libs/gst/riff/riff-media.c:
28371 (gst_riff_create_audio_caps_with_data):
28372 Block_align can have larger values than 8192.
28374 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28376 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28377 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28378 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28379 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28382 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28384 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28387 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28389 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28392 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28394 * ext/esd/esdsink.c: (gst_esdsink_chain):
28395 Make error actually say something useful (fixes #156798).
28396 * gst-libs/gst/riff/riff-media.c:
28397 (gst_riff_create_video_caps_with_data),
28398 (gst_riff_create_video_template_caps):
28399 Add Intel Video 5.0 fourcc (IV50).
28401 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28403 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28404 detection on mono and stereo mp3 files.
28406 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28408 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28409 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28410 the contained stream).
28412 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28414 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28415 Oops, remove debug.
28417 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28419 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28421 * gst/law/alaw-decode.c: (alawdec_getcaps):
28422 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28423 Prevent warnings when negotiating caps (fixes #159338).
28425 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28427 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28428 (gst_ffmpegcsp_chain):
28429 Remove old leftover that shouldn't be there...
28431 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28433 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28435 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28436 Don't forward DISCONT events (fixes #159684).
28438 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28440 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28441 Unlink manually since sometimes bin disposal (and therefore
28442 pad unlinking) is delayed, which will cause a new media file
28443 to not be able to start playing instantly.
28445 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28447 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28448 On mute of an unlinked stream, check for pad availability so
28449 we don't crash on unlinked pad.
28451 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28453 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28454 (gst_avi_demux_massage_index):
28455 Fix quite humiliating bug in omitting 0-sized index chunks but
28456 forgetting to count them for timestamps.
28458 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28460 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28461 Actually leave the loop if we failed to sync. Don't crash.
28463 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28465 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28466 (gst_dvd_demux_process_private):
28467 * gst/mpegstream/gstdvddemux.h:
28468 Fix crash (#159759). Doesn't work, though. :-(.
28470 2004-11-28 Benjamin Otte <otte@gnome.org>
28472 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28473 more overwriting protection due to modifying channels one by one
28474 instead of all at once
28476 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28478 * gst/audioconvert/gstchannelmix.c:
28479 (gst_audio_convert_fill_normalize):
28480 Normalize using absolute values.
28482 2004-11-28 Julien MOUTTE <julien@moutte.net>
28486 * ext/directfb/Makefile.am:
28487 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28488 (gst_directfbvideosink_get_pixel_format),
28489 (gst_directfbvideosink_get_format_from_fourcc),
28490 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28491 (gst_directfbvideosink_sink_link),
28492 (gst_directfbvideosink_change_state),
28493 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28494 (gst_directfbvideosink_buffer_alloc),
28495 (gst_directfbvideosink_interface_supported),
28496 (gst_directfbvideosink_interface_init),
28497 (gst_directfbvideosink_navigation_send_event),
28498 (gst_directfbvideosink_navigation_init),
28499 (gst_directfbvideosink_set_property),
28500 (gst_directfbvideosink_get_property),
28501 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28502 (gst_directfbvideosink_base_init),
28503 (gst_directfbvideosink_class_init),
28504 (gst_directfbvideosink_get_type), (plugin_init):
28505 * ext/directfb/directfbvideosink.h: Adding a first version of
28507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28510 2004-11-28 Benjamin Otte <otte@gnome.org>
28512 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28513 walk the samples backwards if out_channels > in_channels so we don't
28516 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28518 * gst/audioconvert/Makefile.am:
28519 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28520 (gst_audio_convert_link), (gst_audio_convert_change_state),
28521 (gst_audio_convert_channels):
28522 * gst/audioconvert/gstchannelmix.c:
28523 (gst_audio_convert_unset_matrix),
28524 (gst_audio_convert_fill_identical),
28525 (gst_audio_convert_fill_compatible),
28526 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28527 (gst_audio_convert_fill_others),
28528 (gst_audio_convert_fill_normalize),
28529 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28530 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28531 * gst/audioconvert/gstchannelmix.h:
28532 Implement a channel mixer.
28534 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28536 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28537 * ext/alsa/gstalsa.h:
28538 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28539 Make alsasink actually honor gst_element_set_clock and use that
28540 clock instead of its internal one.
28542 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28544 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28545 (gst_play_base_bin_change_state): nullify source and decoder when
28546 going from READY to NULL so that we don't try to do weird stuff with
28547 them when going from NULL to READY
28548 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28549 instead of g_object_unref
28550 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28551 it should be correct
28552 (gst_play_bin_change_state): don't call remove_sinks if we are
28553 currently disposing the object
28555 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28557 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28558 Don't forget bass if it's there. Else left channel is silent...
28560 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28562 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28563 (gst_a52dec_change_state):
28564 Don't do sample adjusting anymore, we use float audio now.
28565 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28566 Don't fixate to non-existing properties.
28568 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28570 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28571 (gst_a52dec_change_state):
28572 Advertise that we can do surround sound.
28574 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28576 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28577 Add buffer-frames=0.
28578 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28579 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28580 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28581 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28582 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28583 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28584 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28585 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28586 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28587 * ext/dvdread/dvdreadsrc.h:
28588 Add seeking, querying for bytes, sectors, title, angle and
28589 chapter. Handle multiple chapters. Relicense to LGPL because
28590 Billy agreed on that (thanks Billy!).
28592 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28594 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28595 call parent dispose method
28597 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28599 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28600 (gst_audio_clock_get_internal_time):
28601 Fix active <-> inactive transitions: ensure time value always
28602 grows and avoid abrupt value changes.
28604 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28607 * gst/tta/Makefile.am:
28609 * gst/tta/filters.h:
28610 * gst/tta/gsttta.c:
28611 * gst/tta/gstttadec.c:
28612 * gst/tta/gstttadec.h:
28613 * gst/tta/gstttaparse.c:
28614 * gst/tta/gstttaparse.h:
28615 * gst/tta/ttadec.h:
28616 added TTA parser and decoder
28618 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28620 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28621 (probe_triggered), (check_queue), (buffer_underrun),
28622 (buffer_running), (buffer_overrun), (gen_source_element),
28624 * gst/playback/gstplaybasebin.h:
28625 Implement buffering. Needs some more work.
28627 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28629 * ext/theora/theoradec.c: (theora_dec_chain):
28630 Fix ilog mask range overflow.
28632 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28634 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28635 Don't omit the last (which in case of dmix is the only :) )
28636 channel count. Don't set channels if <= 2.
28638 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28640 * gst/playback/gstplaybin.c: (gen_video_element),
28641 (gen_audio_element): Removed 2 obsolete comments
28643 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28645 * ext/vorbis/oggvorbisenc.c
28646 * ext/vorbis/vorbisenc.c :
28647 change description fields of those plugins to differentiate them
28648 (pitivi show Encoders by description, they had the same one)
28650 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28652 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28654 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28655 (gst_play_bin_set_property), (gen_video_element),
28656 (gen_audio_element):
28657 Refcounting fixes for provided audio-/videosinks.
28659 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28661 * gst/playback/gstplaybin.c: (gen_video_element),
28662 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28663 Don't reference all sinks, but only the video- and audiosinks.
28664 The vis. element should be disposed when we're done with it.
28665 We don't have any reason to keep it around. This fixes warnings
28666 when reusing playbin for playing multiple audio files with
28667 vis. enabled. Also release audio device on pause - idea stolen
28670 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28672 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28673 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28674 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28675 * ext/alsa/gstalsaplugin.c: (plugin_init):
28676 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28677 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28678 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28679 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28680 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28681 (gst_faad_change_state), (plugin_init):
28682 * ext/faad/gstfaad.h:
28683 * ext/vorbis/vorbis.c: (plugin_init):
28684 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28685 * gst-libs/gst/audio/Makefile.am:
28686 * gst-libs/gst/audio/audio.c: (plugin_init):
28687 * gst-libs/gst/audio/multichannel.c:
28688 (gst_audio_check_channel_positions),
28689 (gst_audio_get_channel_positions),
28690 (gst_audio_set_channel_positions),
28691 (gst_audio_set_structure_channel_positions_list),
28692 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28693 (gst_audio_fixate_channel_positions):
28694 * gst-libs/gst/audio/multichannel.h:
28695 * gst-libs/gst/audio/testchannels.c: (main):
28696 * gst/audioconvert/gstaudioconvert.c:
28697 (gst_audio_convert_class_init), (gst_audio_convert_init),
28698 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28699 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28700 (gst_audio_convert_fixate), (gst_audio_convert_channels):
28701 * gst/audioconvert/plugin.c: (plugin_init):
28702 Surround sound support.
28704 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28706 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28707 Fix position for discont if we're close as well. Nitpicking, but
28708 saves a few milliseconds of extra waiting or skipping.
28710 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28712 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28713 We sometimes need parsers for playback, so add those too.
28715 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28718 * gst/apetag/Makefile.am:
28719 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28720 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28721 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28722 (gst_ape_demux_get_src_query_types),
28723 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28724 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28725 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28726 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28727 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28728 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28729 (gst_ape_demux_change_state):
28730 * gst/apetag/apedemux.h:
28731 * gst/apetag/apetag.c: (plugin_init):
28732 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28734 APE v1/2 tag reader plus typefind function.
28736 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28739 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28740 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28741 Remove hacks for older core. Require newer core version
28744 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28746 * gst/cdxaparse/Makefile.am:
28747 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28748 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28749 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28750 * gst/cdxaparse/gstcdxaparse.h:
28751 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28752 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28753 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28754 (gst_cdxastrip_get_src_query_types),
28755 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28756 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28757 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28758 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28759 * gst/cdxaparse/gstcdxastrip.h:
28760 SVCD/VCD header stripping separated from CDXA image parsing.
28761 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28763 Add VCD/SVCD header typefinding for VCD/SVCD.
28764 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28765 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28766 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28767 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28768 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28769 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28770 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28771 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28772 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28773 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28774 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28775 * sys/vcd/vcdsrc.h:
28776 Fix up, add seeking, querying, URI interface. Works in totem now.
28778 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28783 === release 0.8.6 ===
28785 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28803 releasing 0.8.6, "IOU Love"
28805 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28807 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28809 * gst/playback/gstplaybasebin.c:
28810 Fix unplayable files error handling. Fixes #158365
28812 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28814 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28816 * gst/typefind/gsttypefindfunctions.c:
28817 Fix broken mp3 typefinding. Fixes #158375
28819 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28821 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28823 * ext/ogg/gstoggdemux.c:
28824 Fix sync on broken files. Fixes #158976
28826 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28828 patch by: Edward Hervey <bilboed@bilboed.com>
28830 * ext/libpng/gstpngenc.c:
28831 Copy over buffer properties. Fixes #158832
28833 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28835 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28837 * ext/dvdread/dvdreadsrc.c:
28838 Fixes invalid reads (#158462)
28840 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28842 * sys/v4l/gstv4lsrc.c:
28843 * sys/v4l/gstv4lsrc.h:
28844 * sys/v4l/v4lsrc_calls.c:
28845 Probe less and cache it. Fixes #159187.
28847 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28849 * gst/videorate/gstvideorate.c:
28850 Handle all video formats. Fixes #159186.
28852 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
28853 * gst/synaesthesia/gstsynaesthesia.c:
28854 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28855 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28856 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28857 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28858 (gst_synaesthesia_change_state), (plugin_init):
28859 Fix up synaesthesia to work under different samplerates/ buffer sizes.
28860 Force 320x200 output, as that's the only thing the underlying
28861 synaesthesia implementation supports. Still needs to be made
28864 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28867 Fix mpeg2enc configure check (similar to mplex check below).
28869 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
28871 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28873 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28874 Fix for gcc-2.95 (fixes #158221).
28876 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28878 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28879 Re-add clock distribution hack (until new core is released).
28882 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
28884 fix mplex configure check segfaulting on some systems (bug #140994)
28886 2004-11-13 Benjamin Otte <otte@gnome.org>
28888 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28890 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28891 do a wait when we enter the loop func with no data available to
28892 write instead of getting into an 100% CPU loop by just returning and
28893 being called again by the scheduler
28895 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
28898 * ext/libvisual/visual.c: (gst_visual_get_type),
28899 (libvisual_log_handler), (gst_visual_getcaps),
28900 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28902 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28903 * ext/smoothwave/Makefile.am:
28904 * ext/smoothwave/demo-osssrc.c: (main):
28905 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28906 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28907 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28909 * ext/smoothwave/gstsmoothwave.h:
28910 Make gstsmoothwave a working element in the 20th century.
28912 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28913 Fix incorrect link function
28915 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28917 * gst/volume/gstvolume.c:
28918 Allow buffer-frames=0.
28920 2004-11-12 Iain <iaingnome@gmail.com>
28922 * configure.ac: Check for polypaudio
28924 * ext/Makefile.am: Build the polyp dir
28926 * ext/polyp: The polypsink sources.
28928 2004-10-30 Iain <iaingnome@gmail.com>
28930 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28931 caps to reflect the new number of channels.
28933 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28935 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28936 Fix for negotiation order problem. This would show when the
28937 ALSA loopfuction was called before any other function. ALSA
28938 wouldn't do anything because we're not negotiated yet, leading
28939 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28941 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
28943 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28945 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28946 No warnings (#157986).
28948 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28950 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28951 Prefer apev1/2 and id3v1 (at end of file) over musepack.
28953 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28955 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28956 Signal no-more-pads (so it works in playbin).
28958 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28960 * ext/musepack/gstmusepackreader.cpp:
28961 Workaround for older core.
28963 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28965 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28966 Actually test for odd width/height rather than testing whether
28967 a temporary variable that was 0 before we subtracted 1 is now
28968 not equal to zero (which it always is).
28970 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28972 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28973 Fix compilation if HAVE_XVIDEO is not defined
28975 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28977 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28978 Fix compilation if HAVE_XVIDEO is not defined
28980 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
28982 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28983 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28984 (gst_goom_change_state), (plugin_init):
28985 Use the bytestream adapter so goom doesn't depend on the input
28987 Add a debug category
28989 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28991 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28992 Only set hardware parameters *after* negotiation. Before
28993 negotiation, it will set ANY and that seems to cause crashes
28994 (see e.g. #151288, #153227).
28996 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28998 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28999 This seems to be antique leftover. It needs to pass error
29001 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29002 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29003 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29004 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29005 Fix GstXOverlay implementation (#151059).
29007 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29009 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29010 Don't assert (#157853).
29012 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29014 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29015 Fix bytes/samples confustion.
29016 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29017 Fix for underrun (#144389).
29019 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29021 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29022 Disable halfway-seek for pending release (since it needs a new
29025 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29027 * sys/v4l/gstv4lsrc.c:
29028 * sys/v4l/gstv4lsrc.h:
29029 * sys/v4l/v4lsrc_calls.c:
29030 add autoprobe-fps property so we can separate autoprobing parts
29032 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29034 * sys/v4l/gstv4lsrc.c:
29035 * sys/v4l/v4lsrc_calls.c:
29036 initialise fourcc to catch unset fourcc's, and debug
29038 2004-11-09 Wim Taymans <wim@fluendo.com>
29040 * gst/playback/README:
29041 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29042 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29043 (gst_play_bin_dispose), (gst_play_bin_set_property),
29044 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29045 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29046 (gst_play_bin_get_formats), (gst_play_bin_convert),
29047 (gst_play_bin_get_query_types), (gst_play_bin_query):
29048 Cleanups and some more documentation.
29050 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
29052 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29053 (gst_cacasink_init), (gst_cacasink_chain):
29054 * ext/libcaca/gstcacasink.h:
29055 Cacasink inherits from VideoSink, so let that store the clock.
29057 2004-11-09 Wim Taymans <wim@fluendo.com>
29059 * gst/playback/README:
29060 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29061 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29062 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29063 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29064 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29066 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29067 (gst_stream_info_is_mute), (gst_stream_info_set_property):
29068 * gst/playback/gststreaminfo.h:
29070 Only switch groups if all streams have muted (EOSed).
29071 Send Tags in sync with the stream playback instead of in
29072 the playback/preroll phase.
29073 Some cleanups, free the fakesrc elements.
29075 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
29077 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29078 buffer-frames property was missing
29079 * ext/arts/gst_arts.c:
29080 rate missing from sinkcaps
29081 * ext/audiofile/gstafparse.c:
29082 * ext/audiofile/gstafsink.c:
29083 * ext/audiofile/gstafsrc.c:
29084 * ext/swfdec/gstswfdec.c:
29085 int audio doesn't know buffer-frames
29086 * ext/cdparanoia/gstcdparanoia.c:
29087 int audio doesn't know chunksize either
29088 * ext/nas/nassink.c:
29089 it's endianness, not endianess
29090 * gst-libs/gst/audio/audio.h:
29091 make float standard pad template caps really describe float
29092 * gst/law/mulaw.c: (linear_factory):
29093 signed only, please
29094 * gst/mpegstream/gstdvddemux.c:
29095 widths of 20 are not valid
29097 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29099 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29105 2004-11-08 Wim Taymans <wim@fluendo.com>
29107 * gst/playback/README:
29108 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29109 * gst/playback/gstplaybasebin.c: (probe_triggered),
29110 (gst_play_base_bin_change_state):
29111 Updated README, added more comments for fixmes etc..
29113 2004-11-08 Wim Taymans <wim@fluendo.com>
29115 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29116 We can remove this hack now.
29118 2004-11-08 Wim Taymans <wim@fluendo.com>
29120 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29121 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29122 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29123 Only mix AYUV for maximum quality.
29125 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29127 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29128 (gst_ogg_demux_push), (gst_ogg_pad_push):
29129 Let's act as if we're synchronized now! :).
29130 * ext/theora/theoradec.c: (theora_dec_chain):
29133 2004-11-08 Wim Taymans <wim@fluendo.com>
29135 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29136 (gst_alpha_set_property), (gst_alpha_sink_link),
29137 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29138 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29139 (gst_alpha_init_params), (gst_alpha_chain):
29140 Implement alpha functions for AYUV too, this increases
29141 accuracy quite a bit.
29143 2004-11-08 Wim Taymans <wim@fluendo.com>
29145 * gst/ffmpegcolorspace/avcodec.h:
29146 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29147 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29148 (gst_ffmpegcsp_avpicture_fill):
29149 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29150 (gst_ffmpegcsp_caps_remove_format_info):
29151 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29152 (shrink12), (img_get_alpha_info), (deinterlace_line),
29153 (deinterlace_line_inplace):
29154 * gst/ffmpegcolorspace/imgconvert_template.h:
29155 Added AYUV colorspace and handle RGBA a bit more respectful.
29157 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29159 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29160 Actually always send a discont (cornercase when resending the
29161 same serial-tagged chain twice).
29163 2004-11-08 Julien MOUTTE <julien@moutte.net>
29165 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29166 (gst_ximagesink_finalize):
29167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29168 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29170 2004-11-08 Wim Taymans <wim@fluendo.com>
29172 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29173 Don't segfault on NULL data.
29175 2004-11-08 Wim Taymans <wim@fluendo.com>
29177 * gst/playback/gstdecodebin.c: (unlinked):
29178 * gst/playback/gstplay-marshal.list:
29179 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29180 (gst_play_base_bin_init), (group_create), (get_active_group),
29181 (get_building_group), (group_destroy), (group_commit),
29182 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29183 (add_element_stream), (no_more_pads), (probe_triggered),
29184 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29185 (state_change), (setup_source), (gst_play_base_bin_get_property),
29186 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29187 (gst_play_base_bin_link_stream),
29188 (gst_play_base_bin_get_streaminfo):
29189 * gst/playback/gstplaybasebin.h:
29190 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29191 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29192 Add support for chained ogg files. Prepare for playlist
29193 support. This patch introduces the concept of pad groups, which
29194 together compose one playable media file.
29196 2004-11-07 David Schleef <ds@schleef.org>
29198 * testsuite/gst-lint: Check for pad templates that aren't statically
29201 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29205 * ext/musepack/Makefile.am:
29206 * ext/musepack/gstmusepackdec.cpp:
29207 * ext/musepack/gstmusepackdec.h:
29208 * ext/musepack/gstmusepackreader.cpp:
29209 * ext/musepack/gstmusepackreader.h:
29210 Add musepack decoder.
29211 * ext/faad/gstfaad.c: (gst_faad_base_init):
29212 Make pad templates static.
29213 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29215 Add musepack typefinder, make mp3 typefinding work halfway stream,
29216 which doesn't actually work yet because id3demux doesn't implement
29219 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29221 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29222 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29223 Fix interrupt event handling (#144436).
29225 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29227 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29230 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29232 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29234 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29235 Fix weird caps (#157548).
29237 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29239 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29241 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29242 Add missing NULL terminator (#157543).
29244 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29246 * gst/tcp/gsttcp.h:
29247 * gst/tcp/gsttcpclientsink.c:
29248 * gst/tcp/gsttcpclientsrc.c:
29249 * gst/tcp/gsttcpserversink.c:
29250 * gst/tcp/gsttcpserversrc.c:
29251 ports can go up to 65535. Move common defines to gsttcp.h
29253 2004-11-05 Wim Taymans <wim@fluendo.com>
29255 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29256 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29257 Added two more colorspaces.
29259 2004-11-05 Wim Taymans <wim@fluendo.com>
29261 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29262 (gst_ffmpegcsp_avpicture_fill):
29263 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29264 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29265 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29268 2004-11-05 Wim Taymans <wim@fluendo.com>
29270 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29271 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29272 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29273 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29274 (gst_videomixer_loop):
29277 2004-11-05 Benjamin Otte <otte@gnome.org>
29279 * ext/mad/gstmad.c: (gst_mad_chain):
29280 don't overflow data buffer. Flush not needed sync data when syncing
29283 2004-11-04 Wim Taymans <wim@fluendo.com>
29285 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29286 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29287 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29288 (gst_alpha_init_params), (gst_alpha_chain),
29289 (gst_alpha_change_state):
29290 Updated the chroma keying algorithm with something more
29293 2004-11-03 Wim Taymans <wim@fluendo.com>
29295 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29296 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29297 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29298 Fix stride issues. Does not completely work for odd
29301 2004-11-03 Wim Taymans <wim@fluendo.com>
29303 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29304 (gst_alpha_chroma_key), (gst_alpha_chain):
29305 Fix stride issues. Does not completely work for odd
29308 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29310 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29311 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29314 2004-11-03 Wim Taymans <wim@fluendo.com>
29316 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29317 (gst_ffmpegcsp_avpicture_fill):
29318 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29320 * gst/ffmpegcolorspace/imgconvert_template.h:
29321 Use correct _fill function to get correct strides.
29323 2004-11-02 David Schleef <ds@schleef.org>
29325 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29326 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29327 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29328 Change all g_print()s to debugging. Add a bunch of consistency
29331 2004-11-02 Wim Taymans <wim@fluendo.com>
29333 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29334 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29335 (unlinked), (no_more_pads), (close_link):
29336 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29337 (unknown_type), (add_element_stream), (new_decoded_pad),
29338 (removed_decoded_pad), (setup_source):
29339 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29340 (gst_stream_info_class_init), (gst_stream_info_init),
29341 (gst_stream_info_new), (gst_stream_info_dispose),
29342 (stream_info_mute_pad), (gst_stream_info_set_property),
29343 (gst_stream_info_get_property):
29344 * gst/playback/gststreaminfo.h:
29345 Fix playback of multiple files.
29346 a slightly different approach to handling dynamic pad removals.
29347 This one only looks at pads that we have linked.
29349 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29351 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29352 free" warning from libc.
29354 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29356 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29357 (get_unconnected_element), (remove_starting_from), (pad_removed),
29359 Implement support for dynamic pad changing. We listen to "live"
29360 pad removals (i.e. while playing) and re-setup autoplugging
29361 after that. Playbasebin/playbin need some more work for this
29362 to finally work, but decodebin supports (and replugs) chained
29365 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29367 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29368 (gst_alsa_finalize):
29369 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29370 (gst_cdaudio_finalize):
29371 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29372 (cdparanoia_finalize):
29373 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29374 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29375 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29376 (dvdreadsrc_finalize):
29377 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29378 (gst_flacdec_finalize):
29379 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29380 (gst_flacenc_finalize):
29381 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29382 (gst_gnomevfssink_finalize):
29383 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29384 (gst_gnomevfssrc_finalize):
29385 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29386 (gst_fameenc_finalize):
29387 * ext/nas/nassink.c: (gst_nassink_class_init),
29388 (gst_nassink_finalize):
29389 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29390 (gst_sdlvideosink_class_init):
29391 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29392 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29393 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29394 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29395 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29396 (gst_x_window_listener_dispose):
29397 * gst/audioscale/gstaudioscale.c:
29398 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29399 (play_on_demand_finalize):
29400 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29401 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29402 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29403 (cdplayer_finalize):
29404 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29405 (gst_glimagesink_class_init):
29406 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29407 (gst_osselement_finalize):
29408 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29409 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29410 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29411 Fixes a bunch of problems with finalize and dispose functions,
29412 either assumptions that dispose is only called once, or not calling
29413 the parent class dispose/finalize function
29415 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29417 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29418 added two api precondition guards
29419 use g_strdup with getenv to fix crash when using ENVVAR
29421 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29422 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29423 (gst_esdsink_finalize):
29424 Use a finalize function, not dispose, and more importantly,
29425 call the parent class finalize function too
29427 2004-11-01 Johan Dahlin <johan@gnome.org>
29429 * ext/ogg/gstoggdemux.c:
29430 * gst/tags/gstvorbistag.c:
29433 2004-10-31 Benjamin Otte <otte@gnome.org>
29435 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29436 lotsa memleaks today. But they're all small...
29438 2004-10-31 Benjamin Otte <otte@gnome.org>
29440 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29441 another memleak crushed
29443 2004-10-31 Benjamin Otte <otte@gnome.org>
29445 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29448 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29450 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29451 Hack to prevent crash when going to READY inside signal handler
29452 while this function is active.
29454 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29456 * gst/ffmpegcolorspace/Makefile.am:
29457 * gst/ffmpegcolorspace/avcodec.h:
29458 * gst/ffmpegcolorspace/common.h:
29459 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29460 * gst/ffmpegcolorspace/dsputil.h:
29461 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29462 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29463 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29464 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29465 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29466 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29467 (gst_ffmpegcsp_avpicture_fill):
29468 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29469 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29470 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29471 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29472 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29473 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29474 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29475 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29476 * gst/ffmpegcolorspace/imgconvert.c:
29477 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29478 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29479 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29480 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29481 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29482 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29483 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29484 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29485 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29486 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29487 (grow21), (grow22), (grow41), (grow44), (conv411),
29488 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29489 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29490 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29491 (avpicture_free), (is_yuv_planar), (img_convert),
29492 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29493 (deinterlace_line_inplace), (deinterlace_bottom_field),
29494 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29495 * gst/ffmpegcolorspace/imgconvert_template.h:
29496 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29497 * gst/ffmpegcolorspace/mmx.h:
29498 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29499 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29500 (av_freep), (avcodec_get_context_defaults),
29501 (avcodec_alloc_context), (avcodec_init):
29502 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29503 handling plus update from ffmpeg CVS. Large clean-up.
29505 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29507 * gst/playback/Makefile.am:
29508 We need the marshallers for decodebin, too.
29510 2004-10-30 David Schleef <ds@schleef.org>
29512 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29513 quicktime typefinding work with 64-bit offsets.
29515 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29517 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29518 Set EOS on the element when processing an EOS event.
29519 * ext/speex/gstspeexdec.h:
29520 * ext/speex/gstspeexenc.h:
29521 Only keep a const ptr to the mode
29522 * gst-libs/gst/riff/riff-media.c:
29523 (gst_riff_create_audio_caps_with_data),
29524 (gst_riff_create_audio_template_caps):
29525 Allow WMAV3, with up to 6 channels.
29526 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29527 Don't call gst_pad_set_event_function on a sink pad.
29528 * gst/mpegstream/gstdvddemux.c:
29529 (gst_dvd_demux_get_subpicture_stream),
29530 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29531 Copy the explicit caps that were set across to the cur_* pads,
29532 instead of trying to use a possibly non-existent negotiated caps.
29533 Reset the type of subpicture pads to UNKNOWN after calling
29534 init_stream, so that the caps get set.
29536 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29538 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29540 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29541 Don't touch buffer if it is of size 0 (fixes #151064).
29543 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29545 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29546 Synchronized discont handling.
29548 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29550 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29551 (gst_ogg_demux_push):
29552 Make seeking sort-of exact again (fixes #156387).
29554 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29556 * gst/playback/gstplaybasebin.c: (unknown_type),
29557 (add_element_stream), (new_decoded_pad),
29558 (gst_play_base_bin_change_state):
29559 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29560 (gst_stream_info_init), (gst_stream_info_new),
29561 (gst_stream_info_dispose), (gst_stream_info_get_property):
29562 * gst/playback/gststreaminfo.h:
29563 Make caps explicitely available. Makes testing for unsupported
29564 types possible. Improves error reporting.
29566 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29568 * gst/audioconvert/gstaudioconvert.c:
29569 (gst_audio_convert_buffer_to_default_format):
29570 Really don't touch read-only buffers (#156563).
29572 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29574 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29576 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29577 Fix memleak (#155223).
29579 2004-10-29 Wim Taymans <wim@fluendo.com>
29581 * gst/tcp/.cvsignore:
29582 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29583 (gst_multifdsink_class_init), (gst_multifdsink_init),
29584 (gst_multifdsink_add), (gst_multifdsink_remove),
29585 (gst_multifdsink_remove_client_link), (is_sync_frame),
29586 (gst_multifdsink_new_client),
29587 (gst_multifdsink_handle_client_write),
29588 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29589 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29590 (gst_multifdsink_get_property):
29591 * gst/tcp/gstmultifdsink.h:
29592 Added burst on connect sync_method, deprecated sync_clients,
29593 streamlined the sync code some more.
29595 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29597 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29598 (gst_play_base_bin_change_state):
29599 Improve error reporting.
29601 2004-10-28 Wim Taymans <wim@fluendo.com>
29603 * gst/tcp/Makefile.am:
29604 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29605 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29606 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29607 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29608 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29609 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29611 Added more locks around fdset structures. Fixed/reworked
29612 the poll array resizing code.
29613 Added stress test for fdset.
29615 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29617 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29620 2004-10-28 Benjamin Otte <otte@gnome.org>
29622 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29623 fix link function to always query channels and query width for
29627 * gst/equalizer/Makefile.am:
29628 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29629 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29630 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29631 (arg_to_scale), (setup_filter),
29632 (gst_iir_equalizer_compute_frequencies),
29633 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29634 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29638 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29640 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29644 Added Norwegian Bokmaal translation
29646 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29648 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29649 Don't break on options (fixes #156488).
29651 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29654 * ext/cdaudio/Makefile.am:
29656 fix build on older automake
29658 2004-10-26 Wim Taymans <wim@fluendo.com>
29660 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29661 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29662 Allow a little margin when negotiating the framerate.
29664 2004-10-26 Stefan Kost <ensonic@users.sf.net>
29666 * gst/level/gstlevel.c:
29667 synchonised naming of pads and pad-templates
29669 2004-10-26 Wim Taymans <wim@fluendo.com>
29671 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29672 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29673 (_find_streams_check), (gst_ogg_demux_push):
29674 Fix EOS again. Needs to be done in a better way. We should not
29675 remove the pad if there is no new chained stream.
29677 2004-10-26 Iain <iaingnome@gmail.com>
29679 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29680 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29682 * gst/interleave/interleave.c (interleave_class_init): Hook up release
29684 (interleave_release_pad): Remove the pad.
29685 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29686 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29688 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29690 (gst_xvimagesink_xcontext_clear): Free the xcontext.
29691 (gst_xvimagesink_finalize): Free the par.
29693 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29695 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29696 (gst_avimux_stop_file):
29697 First calculate the rate, and only then use it. Hdr.rate is a
29698 multiple and not a derivative of hdr.scale. Scale is not the
29699 same as blockalign but is solely related to rate.
29701 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29703 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29704 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29707 2004-10-25 James Henstridge <james@jamesh.id.au>
29709 Reviewed by: David Schleef <ds@schleef.org>
29711 * examples/gstplay/player.c: (got_stream_length), (main):
29712 * examples/seeking/cdplayer.c: (update_scale):
29713 * examples/seeking/seek.c: (format_value), (update_scale):
29714 * examples/seeking/spider_seek.c: (format_value), (update_scale),
29716 Build fixes on AMD64.
29718 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29720 reviewed by: Ronald Bultje <rbultje at gnome dot org>
29722 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29723 Fix for some v4l cards which hang in v4lsrc
29725 2004-10-25 Wim Taymans <wim@fluendo.com>
29727 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29728 (gst_ogg_demux_push), (gst_ogg_chains_clear):
29729 Make sure to remove the pad when a new chain is
29730 encountered. Set some vars to NULL so we don't try
29731 to reference freed memory.
29733 2004-10-25 Wim Taymans <wim@fluendo.com>
29735 * examples/seeking/Makefile.am:
29736 * examples/seeking/cdplayer.c: (update_scale):
29737 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29738 * examples/seeking/playbin.c: (make_playerbin_pipeline),
29739 (format_value), (update_scale), (iterate), (start_seek),
29740 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29741 (print_usage), (main):
29742 Added some more examples, update others.
29744 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29746 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29747 * ext/speex/gstspeexdec.c: (speex_dec_chain):
29748 * ext/theora/theoradec.c: (theora_dec_chain):
29749 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29750 Add codec-name metadata.
29752 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
29754 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29756 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29757 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29758 * ext/alsa/gstalsamixertrack.h:
29760 ALSA mixer track label internationalization (#154054).
29762 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29764 * ext/theora/theoradec.c: (theora_dec_chain):
29765 Export bitrate as metadata.
29767 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29769 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29770 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29771 * ext/alsa/gstalsamixertrack.h:
29772 Fix names, fix loop.
29774 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29776 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29777 (speex_dec_convert):
29778 sinkconvert function so oggdemux can get the file length (totem).
29780 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
29782 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29784 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29785 Don't push incomplete packets.
29786 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29787 Fix MPEG-4 audio typefinding.
29789 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29791 * sys/v4l/Makefile.am:
29792 * sys/v4l/gstv4l.c: (plugin_init):
29793 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29794 (gst_v4lelement_init), (gst_v4lelement_dispose),
29795 (gst_v4lelement_change_state):
29796 * sys/v4l/gstv4lelement.h:
29797 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29798 (gst_v4l_xoverlay_close), (idle_refresh),
29799 (gst_v4l_xoverlay_set_xwindow_id):
29800 * sys/v4l/gstv4lxoverlay.h:
29801 * sys/v4l/v4l-overlay_calls.c:
29802 * sys/v4l/v4l_calls.h:
29803 * sys/v4l2/Makefile.am:
29804 * sys/v4l2/gstv4l2.c: (plugin_init):
29805 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29806 (gst_v4l2element_init), (gst_v4l2element_dispose),
29807 (gst_v4l2element_change_state):
29808 * sys/v4l2/gstv4l2element.h:
29809 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29810 (gst_v4l2_xoverlay_close), (idle_refresh),
29811 (gst_v4l2_xoverlay_set_xwindow_id):
29812 * sys/v4l2/gstv4l2xoverlay.h:
29813 * sys/v4l2/v4l2-overlay_calls.c:
29814 * sys/v4l2/v4l2_calls.h:
29815 Remove client-side overlay handling, use the X-server v4l plugin
29816 for that. Nicer overlay, less code. Also make the plugin
29817 compileable without X (but then without overlay, obviously).
29818 Makes xwindowlistener obsolete, should we remove that?
29820 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29822 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29823 (gst_osssrc_src_query):
29824 * sys/oss/gstosssrc.h:
29825 OK, so people want offset in DEFAULT. This time, actually fix all
29827 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29830 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29832 * gst/asfdemux/gstasfmux.c:
29833 * gst/avi/gstavimux.c:
29836 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29838 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29839 Fix properties (channel, norm, frequency).
29841 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29843 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29845 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29848 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29850 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29853 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29855 * sys/v4l2/gstv4l2element.h:
29856 Yet Another Hack (tm) for kernel header borkedness.
29857 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29858 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29859 (gst_v4l2src_link), (gst_v4l2src_getcaps),
29860 (gst_v4l2src_change_state):
29861 * sys/v4l2/gstv4l2src.h:
29862 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29863 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29864 Fix caps, keep track of state, work.
29866 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29868 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29871 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29873 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29874 Don't mix bytes and samples.
29876 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29878 * ext/ogg/gstoggmux.c:
29879 Basic pad template which accepts OGM tracks, speex, flac, vorbis
29880 and theora. Any is incorrect.
29881 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29883 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29884 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29885 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29886 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29887 * sys/v4l/gstv4lmjpegsrc.h:
29888 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29889 (gst_v4lsrc_change_state):
29890 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29891 (gst_v4lmjpegsrc_capture_stop):
29892 Fix caps. Keep track of internal state. Work.
29894 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29897 Fix the build fixes.
29899 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29902 (gst_ogg_demux_src_event), (_find_chain_seek),
29903 (gst_ogg_pad_push):
29904 Check for pad availability before using it.
29905 * ext/ogg/gstoggdemux.c: (_find_chain_process):
29906 Fix parsing of chained ogg. Needs more work on the decoder side.
29908 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
29910 * gst/spectrum/Makefile.am:
29911 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29913 Fix demo and reenable it. Yes, I'm currently playing with audio
29916 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29918 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29919 We love it if files that start at zero work too...
29921 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29923 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29924 Handle files with missing EOS headers.
29926 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29928 * gst/tcp/gsttcpserversink.c:
29929 (gst_tcpserversink_handle_server_read),
29930 (gst_tcpserversink_init_send):
29931 Zero some variables first (need for accept not to return EINVAL)
29933 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29935 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29936 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29937 * ext/theora/theoradec.c: (theora_dec_sink_convert),
29938 (theora_dec_chain):
29939 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29940 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29941 Seeking and querying finetune.
29943 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
29947 * ext/raw1394/Makefile.am:
29950 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29952 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29954 * gst/playback/Makefile.am:
29955 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29956 * gst/playback/gstplay-marshal.list:
29957 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29960 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29962 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29965 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29967 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29968 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29969 (gst_ogg_pad_push):
29970 Yay for non-lineair granulepos in theora.
29972 2004-10-18 Wim Taymans <wim@fluendo.com>
29974 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29975 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29976 * ext/dv/gstdvdec.h:
29977 Make sure we renegotiate aspect ratio when the camera switches.
29979 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29981 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29982 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29984 * ext/theora/theoradec.c: (theora_dec_chain):
29985 Skip headers. Bad idea for chained ogg, but fixes seeking.
29987 2004-10-18 Wim Taymans <wim@fluendo.com>
29990 I swear, this is the last time I touch this.
29992 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29994 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29995 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29996 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29998 * ext/theora/theoradec.c: (theora_dec_sink_convert):
29999 Time-to-default conversion.
30000 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30001 Don't error on unknown packets, just skip. We should probably
30002 read them if we want to support chained ogg.
30004 2004-10-18 Wim Taymans <wim@fluendo.com>
30007 Added cdaudio to wrong list.
30009 2004-10-18 Wim Taymans <wim@fluendo.com>
30014 2004-10-18 Wim Taymans <wim@fluendo.com>
30016 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30017 (gst_dvdec_video_link), (gst_dvdec_push):
30018 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30019 (gst_smokeenc_resync), (gst_smokeenc_chain):
30020 Fix mimetype on smoke encoder.
30021 Add aspect ratio to dvdec. Not sure if these
30022 values are correct though....
30024 2004-10-18 Wim Taymans <wim@fluendo.com>
30026 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30027 Fix vorbis property descriptions and ranges.
30029 2004-10-18 Wim Taymans <wim@fluendo.com>
30031 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30032 Really do nothing when no data is available.
30033 Go to the playing state when the stream is not seekable
30034 instead of failing.
30036 2004-10-18 Wim Taymans <wim@fluendo.com>
30038 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30039 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30040 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30041 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30042 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30043 Added uri handler for cd://
30046 2004-10-18 Wim Taymans <wim@fluendo.com>
30048 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30049 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30050 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30051 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30052 (remove_prerolls), (unknown_type), (add_element_stream),
30053 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30054 (gst_play_base_bin_remove_element),
30055 (gst_play_base_bin_link_stream):
30056 * gst/playback/gstplaybin.c: (gen_video_element),
30057 (gen_vis_element), (remove_sinks), (setup_sinks):
30058 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30059 (gst_stream_info_get_type), (gst_stream_info_class_init),
30060 (gst_stream_info_init), (gst_stream_info_new),
30061 (gst_stream_info_dispose), (stream_info_mute_pad),
30062 (gst_stream_info_set_property), (gst_stream_info_get_property):
30063 * gst/playback/gststreaminfo.h:
30064 Add sink padtemplate to decodebin.
30065 Added some more comments.
30066 Make queue size configurable in playbasebin.
30067 Added possibility to use elements as sinks (ex cdaudio).
30069 2004-10-15 Wim Taymans <wim@fluendo.com>
30071 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30072 (gst_speexenc_chain):
30073 Fix speex timestamps so that it gets muxed properly.
30075 2004-10-15 Wim Taymans <wim@fluendo.com>
30077 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30078 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30079 (gst_dv1394src_init), (gst_dv1394src_dispose),
30080 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30081 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30082 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30083 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30084 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30085 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30086 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30087 * ext/raw1394/gstdv1394src.h:
30088 Added conversion/query functions.
30089 Update buffer timestamps,
30091 Added uri dv:// so it might play from the firewire in playbin.
30092 Fix a possible leak.
30095 2004-10-15 Wim Taymans <wim@fluendo.com>
30097 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30098 (gst_dv1394src_init), (gst_dv1394src_set_property),
30099 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30100 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30101 * ext/raw1394/gstdv1394src.h:
30102 Added AV/C VTR control support needed for some cameras.
30103 Added automatic port detection.
30104 Added properties for selecting the channel.
30105 The configure.ac script is not yet updated to reflect the
30106 new libavc1394 and librom1394 dependencies.
30108 2004-10-15 Wim Taymans <wim@fluendo.com>
30110 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30111 (qtdemux_parse), (gst_qtdemux_handle_esds):
30112 An esds box is not a container.
30113 Fix parsing of mp4v boxes.
30114 Do not try to renegotiate fps for each frame. Need to
30115 find a better method. This should fix mp4 playback.
30117 2004-10-14 David Schleef <ds@schleef.org>
30119 * configure.ac: update for swfdec-0.3 and liboil-0.2
30120 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30121 * ext/swfdec/gstswfdec.h: same
30122 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30123 * gst/videotestsrc/videotestsrc.c: same
30125 2004-10-14 Wim Taymans <wim@fluendo.com>
30127 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30128 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30129 (is_sync_frame), (gst_multifdsink_new_client),
30130 (gst_multifdsink_handle_client_write),
30131 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30132 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30133 Turn warnings into info.
30134 Don't allow a state change in the streaming thread.
30136 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30138 * ext/vorbis/oggvorbisenc.c:
30139 * ext/vorbis/vorbisdec.c:
30140 fix template sample rate
30142 2004-10-13 Wim Taymans <wim@fluendo.com>
30144 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30145 Decoding the header first fixes some problems in resyncing
30148 2004-10-12 Wim Taymans <wim@fluendo.com>
30150 * gst/playback/gstplaybin.c: (gen_video_element),
30151 (gen_vis_element), (remove_sinks), (setup_sinks):
30152 Added vis plugin support, need to configure the vis
30153 element to activate it.
30155 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30157 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30158 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30160 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30161 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30162 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30163 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30164 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30165 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30166 * gst/avi/gstavidemux.h:
30167 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30168 recovery (where, if part of the index is broken, we will still read
30169 the rest of the index and recover the broken part by stream
30170 scanning). More broken media support. EOS workarounds. General AVI
30171 braindamage headache recovery. Aspirin included.
30173 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30175 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30176 (cdparanoia_event), (cdparanoia_query):
30177 Get rid of hideous lead-in.
30179 2004-10-11 Wim Taymans <wim@fluendo.com>
30181 * gst/playback/gstplaybasebin.c: (setup_source):
30182 Wrong var used to get g_list_next.
30184 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30186 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30187 (cdparanoia_get), (cdparanoia_open):
30188 Report discid as metadata, add duration.
30190 2004-10-11 Wim Taymans <wim@fluendo.com>
30192 * gst/playback/gstplaybasebin.c: (setup_source):
30193 Cleanup the previous pipeline a little earlier for the
30194 case that a source element provides raw data.
30196 2004-10-11 Benjamin Otte <otte@gnome.org>
30198 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30199 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30200 consuming the last 128 bytes, even though it was valid mp3 data.
30202 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30204 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30205 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30206 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30207 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30209 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30211 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30212 Fix for webcams that support only specific width or height
30214 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30216 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30218 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30219 Fix wrong discont event setup (fixes #154967).
30221 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30223 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30225 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30226 Error out on invalid data (fixes #154807).
30228 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30230 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30232 * ext/dvdread/dvdreadsrc.c: (_read):
30233 Make titles > 0 work again (fixes #154834).
30235 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30237 * gst-libs/gst/riff/riff-media.c:
30238 (gst_riff_create_video_template_caps):
30239 WMV3 missing in template caps.
30241 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30243 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30244 OK, so the original code was too strict. It makes random AVI files
30245 hang for seconds upon opening, which is unacceptable and is far
30246 beyond the original goal of getting multiple chunks for one-chunk
30247 sounc stream files. So now do just that.
30249 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30251 * gst/playback/gstplaybasebin.c: (setup_source),
30252 (gst_play_base_bin_change_state):
30253 Actually clean up streaminfo if output fails. This would trigger
30254 if, for example, there was no CD in the drive. No preroll, so
30255 a streaminfo structure is created, but the subsequent state change
30256 of the thread fails.
30257 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30258 Don't change state if parent failed.
30260 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30262 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30263 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30264 (gen_video_element), (remove_sinks):
30265 Add small bits of code for screenshot handling.
30267 2004-10-08 Wim Taymans <wim@fluendo.com>
30269 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30270 (gen_video_element), (gen_audio_element), (setup_sinks):
30271 Don't assume the user provided sinks are named "sink"...
30273 2004-10-08 Wim Taymans <wim@fluendo.com>
30275 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30276 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30277 (gst_play_base_bin_link_stream):
30278 Do not try to autoplug sources that generate raw streams like
30280 disconnect the preroll overrun signal when we don't need it anymore.
30282 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30284 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30285 Added reworked patch from #154903 from milosz derezynski (deadchip).
30287 2004-10-08 Wim Taymans <wim@fluendo.com>
30289 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30290 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30291 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30292 (cdparanoia_convert), (cdparanoia_uri_get_type),
30293 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30294 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30295 * ext/cdparanoia/gstcdparanoia.h:
30296 This adds the cdda://<tracknum> uri.
30298 2004-10-08 Wim Taymans <wim@fluendo.com>
30300 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30301 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30302 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30303 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30304 (unknown_type), (gst_play_base_bin_remove_element),
30305 (gst_play_base_bin_link_stream):
30306 * gst/playback/gstplaybasebin.h:
30307 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30308 (gst_play_bin_set_property), (gen_video_element),
30309 (gen_audio_element), (setup_sinks):
30310 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30311 (gst_stream_info_get_type), (gst_stream_info_class_init),
30312 (gst_stream_info_init), (gst_stream_info_new),
30313 (gst_stream_info_dispose), (stream_info_mute_pad),
30314 (gst_stream_info_set_property), (gst_stream_info_get_property):
30315 * gst/playback/gststreaminfo.h:
30316 Reuse the audio and video bins.
30317 Some internal cleanups in the stream selection code.
30319 2004-10-08 Julien MOUTTE <julien@moutte.net>
30321 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30322 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30323 * sys/ximage/ximagesink.h:
30324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30325 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30326 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30327 not coming from those elements. Moreover these elements should not keep
30328 the xid they have been given when in NULL state.
30330 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30332 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30333 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30334 * sys/ximage/ximagesink.h:
30335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30336 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30337 * sys/xvimage/xvimagesink.h:
30338 Actually only create a new toplevel window if we're not gonna
30339 embed it right after.
30341 2004-10-07 Wim Taymans <wim@fluendo.com>
30343 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30344 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30345 * gst/playback/gstplaybin.c: (setup_sinks):
30346 Implement muting/unmuting of streams, mute streams that are not
30349 2004-10-07 Wim Taymans <wim@fluendo.com>
30351 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30353 Added lame audio/x-ac3 typefind function.
30355 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30360 === release 0.8.5 ===
30362 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30367 releasing 0.8.5, "Take You On"
30369 2004-10-06 Wim Taymans <wim@fluendo.com>
30371 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30372 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30373 (no_more_pads), (close_link), (type_found):
30374 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30375 * gst/playback/gstplaybin.c: (gen_video_element):
30376 Do not signal the no_more_pads after the first pad when
30377 we are plugging a non dynamic element with multiple
30378 output pads (like swfdec, dvdec, ...).
30380 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30383 bump for prerelease
30385 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30387 * gst/wavparse/gstwavparse.c:
30388 add ATRAC3 to STATIC CAPS to fix a warning
30390 * gst/matroska/ebml-read.c:
30391 * gst-libs/gst/riff/riff-read.c:
30394 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30396 * gst-libs/gst/riff/riff-media.c:
30397 generate caps for ATRAC3 audio streams
30399 * gst/realmedia/rmdemux.c:
30400 generate caps for ATRAC3 audio streams
30402 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30404 * gst/wavparse/Makefile.am
30405 * gst/wavparse/riff.h
30406 * gst/wavparse/wavparse.vcproj
30407 riff.h removal (unused and duplication with riff-ids.h)
30409 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30411 * gst/wavparse/gstwavparse.h
30412 remove duplicated defines for audio codec codes
30414 * gst-libs/gst/riff/riff-ids.h
30415 * gst/wavenc/riff.h:
30416 add "4CC" code for ATRAC3 audio streams
30417 add "4CC" code for ITU_G721_ADPCM (unused for now)
30419 2004-10-06 Wim Taymans <wim@fluendo.com>
30421 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30422 Actually _do_ negotiation. Pass gdouble as arg instead
30423 of guint64 for the framerate.
30425 2004-10-06 Wim Taymans <wim@fluendo.com>
30427 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30428 (find_compatibles), (close_pad_link), (try_to_link_1),
30429 (no_more_pads), (close_link), (type_found):
30430 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30431 * gst/playback/gstplaybin.c: (gen_video_element),
30432 (gen_audio_element):
30433 Set state on newly added element to READY so that negotiation
30435 Addes some more debug info.
30436 Do not try to plug pads with multiple caps structures or ANY
30437 because it is too dangerous since we do not do dynamic
30440 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30442 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30446 add Oriya translation
30448 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30450 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30451 Prevent overwrite of size member. Makes audio sound crappy.
30453 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30455 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30456 Add rmvb to the list of known RealMedia extensions
30458 2004-10-05 Wim Taymans <wim@fluendo.com>
30460 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30461 (mngdec_openstream), (mngdec_closestream),
30462 (mngdec_handle_sink_event), (mngdec_readdata),
30463 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30464 (mngdec_getcanvasline), (mngdec_refresh),
30465 (gst_mngdec_change_state):
30466 Set the framerate correctly.
30468 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30470 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30471 There was something wrong with the index massaging.
30473 2004-10-04 Wim Taymans <wim@fluendo.com>
30475 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30476 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30477 (gst_smokedec_chain):
30478 * ext/jpeg/gstsmokedec.h:
30479 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30480 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30481 * ext/jpeg/gstsmokeenc.h:
30482 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30483 (smokecodec_decode_new), (smokecodec_info_free),
30484 (smokecodec_set_quality), (smokecodec_get_quality),
30485 (smokecodec_set_threshold), (smokecodec_get_threshold),
30486 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30487 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30488 (smokecodec_encode), (smokecodec_parse_id),
30489 (smokecodec_parse_header), (smokecodec_decode):
30490 * ext/jpeg/smokecodec.h:
30491 * ext/jpeg/smokeformat.h:
30492 Updated smoke, new bitstream, allows embedding in ogg.
30494 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30496 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30497 Fix seeking in some files. All this code is no longer needed (and
30498 actually breaks stuff) because we now synchronize the full index
30499 right when reading the header.
30501 2004-10-04 Wim Taymans <wim@fluendo.com>
30504 configure update for libmng.
30506 2004-10-04 Wim Taymans <wim@fluendo.com>
30508 * ext/libmng/Makefile.am:
30509 * ext/libmng/gstmng.c: (plugin_init):
30510 * ext/libmng/gstmng.h:
30511 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30512 (gst_mngdec_base_init), (gst_mngdec_class_init),
30513 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30514 (gst_mngdec_loop), (gst_mngdec_get_property),
30515 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30516 (mngdec_closestream), (mngdec_handle_sink_event),
30517 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30518 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30519 (gst_mngdec_change_state):
30520 * ext/libmng/gstmngdec.h:
30521 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30522 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30523 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30524 (gst_mngenc_chain), (gst_mngenc_get_property),
30525 (gst_mngenc_set_property):
30526 * ext/libmng/gstmngenc.h:
30527 Added basic MNG decoder. Needs more work. The encoder does
30530 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30532 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30533 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30534 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30535 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30538 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30541 you need at least 1.0.4 of speex
30543 2004-10-04 Iain <iaingnome@gmail.com>
30545 * ext/speex/gstspeexdec.h: Revert the includes changes.
30547 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30549 2004-09-30 Iain <iaingnome@gmail.com>
30551 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30552 found during init or set as a property instead of hardcoding /dev/audio
30554 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30556 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30557 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30558 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30559 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30560 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30561 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30562 (gst_rmdemux_dump_data):
30563 Use debug category, fix EOS handling. filesrc ! rmdemux now
30566 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30568 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30569 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30570 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30571 Improve allocation, cutting and sorting of the index. How takes a
30572 few seconds instead of minutes.
30574 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30576 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30579 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30581 * gst-libs/gst/riff/riff-media.c:
30582 (gst_riff_create_video_caps_with_data),
30583 (gst_riff_create_video_template_caps):
30584 Add wing commander format mimetype/fourccs.
30585 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30586 Don't crash if some value is 0.
30588 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30590 * gst-libs/gst/riff/riff-media.c:
30591 (gst_riff_create_video_caps_with_data),
30592 (gst_riff_create_video_template_caps):
30593 Add DIB fourcc (raw, palettized 8-bit RGB).
30594 * gst-libs/gst/riff/riff-read.c:
30595 (gst_riff_read_strf_vids_with_data):
30596 Oops, fix strf_data reading bug.
30597 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30598 Use a non-NULL tag.
30599 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30600 Time for hacks. Sorry Dave. At least one quicktime movie (a
30601 trailer) that I've encountered contains multiple video tracks.
30602 One of those is the actual video track, the other are one-frame
30603 tracks (images). Unfortunately, the number of frames according
30604 to the trak header is 1 for each, so that doesn't help. So
30605 instead, I look at the duration and discard tracks with a
30606 duration shorter than 20% of the length of the stream. Better
30609 2004-10-01 Christian Schaller <christian@fluendo.com>
30611 * ext/ivorbis/vorbis.c:
30612 Patch from Phil Blundell (Bug 152341)
30614 2004-10-01 Wim Taymans <wim@fluendo.com>
30616 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30617 (speex_dec_get_formats), (speex_dec_convert),
30618 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30619 (speex_dec_chain), (gst_speexdec_get_property),
30620 (gst_speexdec_set_property):
30623 2004-10-01 Wim Taymans <wim@fluendo.com>
30625 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30626 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30627 (gst_wavparse_other), (gst_wavparse_loop),
30628 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30629 (gst_wavparse_srcpad_event):
30630 * gst/wavparse/gstwavparse.h:
30631 Added some more debugging info.
30632 Fix the case where the length of the file is 0.
30633 Make sure we seek to sample borders.
30635 2004-10-01 Wim Taymans <wim@fluendo.com>
30637 * gst/playback/README:
30638 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30639 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30640 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30641 Add some debug info to decodebin, update README
30643 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30645 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30646 Don't use g_print(); use GST_DEBUG().
30648 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30650 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30651 (gst_ogg_mux_queue_pads):
30652 Handle EOS properly.
30654 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30656 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30658 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30659 (gst_faad_chain), (gst_faad_change_state):
30660 * ext/faad/gstfaad.h:
30661 Allow playback of raw (unframed) MPEG AAC files (#148993).
30663 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30665 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30667 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30668 Throw error if we didn't recognize the stream. Fixes #152289.
30670 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30672 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30675 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
30677 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30679 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30682 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
30684 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30686 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30688 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30691 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30693 * gst-libs/gst/riff/riff-media.c:
30694 (gst_riff_create_video_caps_with_data),
30695 (gst_riff_create_audio_caps_with_data):
30696 Add codec_data handling (like asfdemux used to do).
30697 * gst/asfdemux/gstasf.c: (plugin_init):
30698 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30699 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30700 Use riff-media for caps creation instead of our own (mostly
30701 broken) copy of its functions.
30703 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30705 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30706 Don't actually error out if we get another return value than
30707 -EINVAL. Opposite to what I first thought, drivers have random
30708 return values for this, although -EINVAL is the expected return
30709 value. Since this is not fatal, we shouldn't use
30710 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30712 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30714 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30715 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30716 (dvdreadsrc_get_property), (_open), (_seek), (_read),
30717 (dvdreadsrc_get), (dvdreadsrc_open_file),
30718 (dvdreadsrc_change_state):
30719 Fix. Don't do one big huge loop around the whole DVD, that will
30720 cache all data and thus eat sizeof(dvd) (several GB) before we
30722 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30723 Actually NULL'ify event after using it.
30724 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30725 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30726 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30727 (gst_ebml_read_seek), (gst_ebml_read_skip):
30729 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30730 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30731 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30732 Fix timing (this will probably break if I seek using menus, but
30733 I didn't get there yet). VOBs and normal DVDs should now work.
30734 Add a mpeg2-only pad with high rank so this get autoplugged for
30736 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30737 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30738 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30739 (gst_mpeg_demux_get_audio_stream),
30740 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30741 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30742 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30743 MPEG-1 but use dvddemux for MPEG-2.
30744 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30745 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30746 (gst_mpeg_parse_parse_packhead):
30747 Timing. Only add pad template if it exists. Add sink template from
30748 class and not from ourselves. This means we will always use the
30749 correct sink template even if it is not the one defined in this
30752 2004-09-29 Wim Taymans <wim@fluendo.com>
30754 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30755 (gst_mpeg_demux_parse_pes):
30756 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30757 Fix playback of mpeg again, timestamps where screwed up by
30760 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30762 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30763 Only return true if we actually filled something in. Prevents
30764 player applications from showing a random length for flac files.
30765 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30766 (gst_riff_read_use_event), (gst_riff_read_handle_event),
30767 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30768 (gst_riff_read_strf_vids_with_data),
30769 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30770 OK, ok, so I implemented event handling. Apparently it's normal
30771 that we receive random events at random points without asking
30773 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30774 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30775 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30776 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30777 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30778 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30779 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30780 * gst/avi/gstavidemux.h:
30781 Implement non-lineair chunk handling and subchunk processing.
30782 The first solves playback of AVI files where the audio and video
30783 data of individual buffers that we read are not synchronized.
30784 This should not happen according to the wonderful AVI specs, but
30785 of course it does happen in reality. It is also a prerequisite for
30786 the second. Subchunk processing allows us to cut chunks in small
30787 pieces and process each of these pieces separately. This is
30788 required because I've seen several AVI files with incredibly large
30789 audio chunks, even some files with only one audio chunk for the
30790 whole file. This allows for proper playback including seeking.
30791 This patch is supposed to fix all AVI A/V sync issues.
30792 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30793 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30795 * gst/modplug/gstmodplug.cc:
30796 Proper return value setting for the query() function.
30797 * gst/playback/gstplaybasebin.c: (setup_source):
30798 Being in non-playing state (after, e.g., EOS) is not necessarily
30799 a bad thing. Allow for that. This fixes playback of short files.
30800 They don't actually playback fully now, because the clock already
30801 runs. This means that small files (<500kB) with a small length
30802 (<2sec) will still not or barely play. Other files, such as mod
30803 or flx, will work correctly, however.
30805 2004-09-28 Wim Taymans <wim@fluendo.com>
30807 * ext/speex/gstspeex.c: (plugin_init):
30808 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30809 (gst_speex_dec_class_init), (speex_dec_get_formats),
30810 (speex_get_event_masks), (speex_get_query_types),
30811 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30812 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30813 (gst_speexdec_get_property), (gst_speexdec_set_property),
30814 (speex_dec_change_state):
30815 * ext/speex/gstspeexdec.h:
30816 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30817 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30818 (gst_speexenc_base_init), (gst_speexenc_class_init),
30819 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30820 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30821 (gst_speexenc_src_query), (gst_speexenc_init),
30822 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30823 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30824 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30825 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30826 (gst_speexenc_chain), (gst_speexenc_get_property),
30827 (gst_speexenc_set_property), (gst_speexenc_change_state):
30828 * ext/speex/gstspeexenc.h:
30829 Rewrote speex encoder, make sure it can be embedded in ogg.
30830 Implemented speex decoder.
30832 2004-09-28 Christian Schaller <christian@fluendo.com>
30835 Remove kioslave plugin. Markey is brewing a new working one
30836 * ext/Makefile.am: Remove kioslave plugin
30838 * gst-plugins.spec.in: remove kio plugin from spec
30840 2004-09-27 Wim Taymans <wim@fluendo.com>
30842 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30843 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30844 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30845 (gst_multifdsink_new_client),
30846 (gst_multifdsink_handle_client_write),
30847 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30848 (gst_multifdsink_handle_clients):
30849 * gst/tcp/gstmultifdsink.h:
30850 Make syncing to keyframes actually work for new clients and lagging
30853 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
30855 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30856 (gst_navigationtest_handle_src_event), (draw_box_planar411),
30857 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30858 * gst/debug/gstnavigationtest.h:
30859 make navigationtest display button-press and button-release events
30861 2004-09-26 Iain <iaingnome@gmail.com>
30863 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30864 the channels have received a new media event.
30865 (interleave_buffered_loop): Compresses a new media event on all
30868 2004-09-26 Iain <iaingnome@gmail.com>
30870 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30871 call the sinkpad's default event handler and not the srcpads. He also
30872 says this is confusing :)
30873 (gst_wavenc_stop_file): Company says that seek events only go upstream
30874 we should send a discontinuous downstream instead.
30876 2004-09-25 Christian Schaller <christian@fluendo.com>
30878 * Update SPEC file to be usable in conjunction with Fedora Core,
30879 Fedora.us and freshrpms packages
30880 * Fix typo in multifilesrc test Makefile
30882 2004-09-24 Wim Taymans <wim@fluendo.com>
30884 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30885 Only signal the no_more_pads signal when we have
30886 added the stream to our list.
30888 2004-09-24 Wim Taymans <wim@fluendo.com>
30890 * gst/playback/gstplaybasebin.c: (remove_prerolls),
30892 * gst/playback/gstplaybasebin.h:
30893 * gst/playback/gstplaybin.c: (setup_sinks):
30894 Don't try to preroll or decode more than one audio/video
30897 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30899 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30900 Throw error if we failed to find a suitable output. This should
30901 throw an error if we successfully set up a pipeline (e.g. because
30902 we recognized a media file) but found no decodable streams in it
30903 (e.g. because it contains only media stream types for which we
30904 have no decoders, or because it's not a media type).
30906 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30908 * ext/dirac/Makefile.am:
30909 * ext/dirac/gstdirac.cc:
30910 * ext/dirac/gstdiracdec.cc:
30911 * ext/dirac/gstdiracdec.h:
30912 Do something. Don't actually know if this works because I don't
30913 have a demuxer yet.
30914 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30915 Add channels=1 to caps returned from _getcaps().
30916 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30917 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30918 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30919 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30920 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30921 (gst_ogm_parse_change_state):
30922 Separate between audio/video so ogmaudioparse actually uses the
30923 audio pad templates. Both audio and video work now, including
30924 autoplugging. Also use sometimes-srcpad hack.
30925 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30926 Handle events better. Don't hang on infinite loops.
30927 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30928 (gst_avi_demux_init), (gst_avi_demux_reset),
30929 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30930 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30931 (gst_avi_demux_change_state):
30932 * gst/avi/gstavidemux.h:
30933 Improve A/V sync. Still not perfect.
30934 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30935 (gst_ebml_read_skip):
30936 Handle events better.
30937 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30938 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30939 (qtdemux_audio_caps):
30940 Add IMA4. Improve event handling. Save offset after a seek when
30941 the headers are at the end of the file so that we don't end up in
30943 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30944 Add low-priority typefind support for files with no length.
30946 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30948 * testsuite/multifilesink/Makefile.am:
30951 2004-09-22 Julien MOUTTE <julien@moutte.net>
30953 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30955 mistakes from thaytan's patches.
30957 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30959 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30960 For completeness, XSync in the destroy function as xvimage does.
30962 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30964 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30965 Correct caps negotiation
30966 * gst/volume/gstvolume.c: (volume_chain_float),
30967 (volume_chain_int16):
30968 Modify debug output to be little more informative
30969 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30970 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30971 (gst_xvimagesink_xvimage_destroy):
30972 Add XSync calls after detaching from the shared memory segment to
30975 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30977 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30978 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30979 * ext/vorbis/vorbis.c: (plugin_init):
30980 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30981 (gst_vorbisenc_chain):
30982 * ext/vorbis/vorbisenc.h:
30983 remove explicit newmedia support from oggmux and vorbisenc
30984 add debug category to vorbisenc
30985 * gst/multifilesink/gstmultifilesink.c:
30986 (gst_multifilesink_class_init), (gst_multifilesink_init),
30987 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30988 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30989 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30991 * gst/multifilesink/gstmultifilesink.h:
30992 add support for streamheader in multifilesink
30994 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30996 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30997 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30998 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30999 Prevent infinite loops. More correct error reporting.
31000 * gst/auparse/gstauparse.c: (gst_auparse_chain):
31001 Error out if negotiation fails.
31002 * gst/playback/gstplaybasebin.c: (setup_source),
31003 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31004 (gst_play_base_bin_found_tag):
31005 Error/tag forwarding. Pre-roll fixes for source errors on state
31006 changes (e.g. "file does not exist") to prevent hangs.
31008 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31010 * testsuite/multifilesink/Makefile.am:
31011 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31012 (gst_newmedia_class_init), (gst_newmedia_init),
31013 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31014 (newfile_signal), (test_signal), (main):
31015 * testsuite/multifilesink/multifilesrc_test.c: (main):
31016 * testsuite/multifilesink/oggtheora_test.c:
31017 (gst_newmedia_base_init), (gst_newmedia_class_init),
31018 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31019 (test_format), (newfile_signal), (test_signal), (main):
31020 * testsuite/multifilesink/oggvorbis_test.c:
31021 (gst_newmedia_base_init), (gst_newmedia_class_init),
31022 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31023 (test_format), (newfile_signal), (test_signal), (main):
31024 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31025 (gst_newmedia_class_init), (gst_newmedia_init),
31026 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31027 (newfile_signal), (test_signal), (main):
31030 2004-09-20 Christian Schaller <christian@fluendo.com>
31032 * Fix mikmod license to LGPL as they have relicensed
31033 * Move Dirac and Effectv into LGPL section of README_license
31035 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31037 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31038 (gst_mad_change_state):
31039 Allow for mp3 rate/channels changes. However, only very
31040 conservatively. Reason that we *have* to enable this is smiply
31041 because the mad find_sync() function is not good enough, it will
31042 regularly sync on random data as valid frames and therefore make
31043 us provide random caps as *final* caps of the stream. The best fix
31044 I could think of is to simply require several of the same stream
31045 changes in a row before we change caps.
31046 The actual testcase that works now is #
31047 * ext/ogg/Makefile.am:
31048 * ext/ogg/gstogg.c: (plugin_init):
31049 * ext/ogg/gstogmparse.c:
31050 OGM support (video only for now; I need an audio sample file).
31051 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31052 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31053 (gst_asf_demux_add_video_stream):
31055 * gst/playback/gstplaybasebin.c: (unknown_type):
31056 Don't error out on single unknown-types after all. It's wrong.
31057 If we found type of video and audio but not of a subtitle stream,
31058 it will still error out (which is unwanted). Will find a better fix
31060 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31061 (ogmaudio_type_find), (plugin_init):
31064 2004-09-20 Johan Dahlin <johan@gnome.org>
31066 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31067 after setting caps.
31069 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31071 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31072 * gst/wavenc/gstwavenc.h:
31073 Added newmedia support to wavenc
31075 2004-09-17 Wim Taymans <wim@fluendo.com>
31077 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31078 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31079 (gst_fdset_fd_can_write), (gst_fdset_wait):
31080 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31081 (gst_multifdsink_init), (gst_multifdsink_add),
31082 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31083 (gst_multifdsink_remove_client_link),
31084 (gst_multifdsink_client_queue_buffer),
31085 (gst_multifdsink_handle_client_write),
31086 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31087 (gst_multifdsink_close), (gst_multifdsink_change_state):
31088 * gst/tcp/gstmultifdsink.h:
31089 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31090 (gst_tcpserversink_removed):
31091 Small cleanups in fdset.c
31092 Use a hastable to map fd to the client structure for faster
31093 lookup in _remove and get_stats.
31094 Added virtual function to close the fds.
31095 Handle clients even when the select/poll call was unblocked because
31097 Implement syncing to keyframe in the recovery procedure.
31099 2004-09-16 Iain <iaingnome@gmail.com>
31101 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31104 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31106 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31107 Caps are only set if the type of the stream is unknown, but this
31108 is initialized in ->init_stream(), so set to UNKNOWN after calling
31109 ->init_stream() so that capsnego starts.
31111 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31113 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31114 (gst_avi_demux_stream_data):
31115 Just hardcode for raw audio then. AVI audio sucks.
31117 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31119 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31120 * gst/matroska/matroska-mux.c: (audiosink_templ),
31121 (gst_matroska_mux_audio_pad_link):
31122 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31123 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31125 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31127 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31128 (gst_avi_demux_stream_data):
31129 Try to fix a/v sync issues.
31131 2004-09-15 David Schleef <ds@schleef.org>
31133 * configure.ac: remove NASM check, since we don't use it. Update
31135 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31136 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31137 Initialized variables.
31138 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31139 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31140 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31143 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31145 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31146 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31147 * gst/avi/gstavidemux.h:
31148 Fix for compressed audio (mp3) timestamp generation. How did this
31151 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31153 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31154 Volume is a double not a float.
31156 2004-09-15 Wim Taymans <wim@fluendo.com>
31158 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31159 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31160 Don't close the fd in multifdsink as we didn't open it in the
31161 first place. Some cleanups.
31163 2004-09-15 Wim Taymans <wim@fluendo.com>
31165 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31166 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31167 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31168 Fix the case where the muxer would mark pages as delta
31169 frames when they are not (vorbis only ogg).
31171 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31173 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31174 (gst_play_base_bin_change_state):
31175 Handle the case where we failed to setup a clear pipeline. This
31176 will throw an error (or EOS, another nice case) and if you don't
31177 catch that, the app will wait for the signal forever (and thus
31180 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31182 * ext/gnomevfs/gstgnomevfssink.c:
31183 (gst_gnomevfssink_uri_get_protocols):
31184 * ext/gnomevfs/gstgnomevfssrc.c:
31185 (gst_gnomevfssrc_uri_get_protocols):
31186 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31187 * ext/gnomevfs/gstgnomevfsuri.h:
31188 Use _uri_new() instead of _open(), so it doesn't take as long and
31189 Christophe's computer won't hang.
31190 * gst/playback/gstplaybasebin.c: (unknown_type):
31191 Throw error on unknown media type, so apps actually display it.
31193 2004-09-14 Brian Cameron <brian.cameron@sun.com
31195 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31196 this script to work on Solaris since bash shell handles echo
31197 differenly than bash.
31199 2004-09-17 Wim Taymans <wim@fluendo.com>
31201 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31202 (setup_source), (gst_play_base_bin_set_property),
31203 (gst_play_base_bin_add_element):
31204 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31205 Some more work on making sure seeking pauses the pipeline and
31206 that changing the uri actually does something.
31208 2004-09-17 Wim Taymans <wim@fluendo.com>
31210 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31211 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31212 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31213 (gst_tcpserversink_close):
31214 Be a bit more paranoid when freeing memory.
31216 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31218 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31219 (qtdemux_parse_trak):
31220 Don't crash by dividing by zero (see sample movie in #126922).
31222 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31224 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31225 Don't touch non-existing data (fixes crash on file in #140147).
31227 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31229 * gst/playback/gstplaybasebin.c:
31230 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31231 Handle double disposals, and proper change of URIs.
31233 2004-09-13 Martin Eikermann <meiker@upb.de>
31235 * gst/mpegstream/gstmpegparse.c:
31236 fix synchronistation for streams recorded from digital PCR
31239 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31241 * ext/gnomevfs/Makefile.am:
31242 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31243 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31244 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31245 (gst_gnomevfssink_uri_get_type),
31246 (gst_gnomevfssink_uri_get_protocols),
31247 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31248 (gst_gnomevfssink_uri_handler_init),
31249 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31250 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31251 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31252 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31253 (gst_gnomevfssrc_uri_get_type),
31254 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31255 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31256 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31257 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31258 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31259 * ext/gnomevfs/gstgnomevfsuri.h:
31260 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31261 of fake URIs to see which this version of Gnome-VFS likes, and
31262 uses that for the Gst-URI interface. Makes playbin support http://
31263 streams. Also fix up some stupid behaviour in gnomevfssrc.
31265 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31267 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31268 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31269 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31270 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31271 Update mixer (to sync with other sessions) if we try to obtain
31272 a new value. This makes alsamixer work accross applications.
31273 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31274 Only call sync functions if we're running, else alsalib asserts.
31275 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31276 Sometimes fails to compile. Possibly a gcc bug.
31277 * gst/playback/gstplaybin.c: (gen_video_element),
31278 (gen_audio_element):
31279 Add a reference to an application-provided object, because we lose
31280 this same reference if we add it to the bin. If we don't do this,
31281 we can only use this object once and thus crash if we go from
31282 ready to playing, back to ready and back to playing again.
31283 Also add an audioscale element because several cheap soundcards -
31284 like mine - don't support all samplerates.
31285 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31286 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31287 Fix wrong order or PAR calls. Makes automatically obtained PAR
31288 from the X server atually being used.
31290 2004-09-12 David Schleef <ds@schleef.org>
31292 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31293 #151887, #152102, #152247.
31294 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31295 * examples/seeking/cdparanoia.c: same
31296 * examples/seeking/cdplayer.c: same
31297 * examples/seeking/seek.c: same
31298 * examples/seeking/spider_seek.c: same
31299 * examples/seeking/vorbisfile.c: same
31300 * examples/stats/mp2ogg.c: same
31301 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31302 (gst_esdsink_dispose): Dispose of element properly.
31303 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31305 * ext/nas/nassink.c: (gst_nassink_class_init),
31306 (gst_nassink_dispose): Dispose of element correctly.
31307 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31308 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31309 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31310 Fix 64-bit warning.
31311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31312 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31313 Fix 64-bit warning.
31315 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31317 * configure.ac : change speex detection as 1.1.6 now uses
31318 .pc/pkg-config and they changed their headers location.
31320 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31322 * gst/matroska/matroska-mux.h:
31323 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31324 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31325 (gst_matroska_mux_write_data):
31326 Write multiple blocks/frames per cluster.
31327 Write meta-seek information (seek heads).
31329 2004-09-09 Scott Wheeler <wheeler@kde.org>
31331 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31332 (gst_play_bin_set_property), (gst_play_bin_get_property),
31333 (gen_audio_element), (gen_audio_element):
31334 Add a volume element / property to the pipeline.
31336 2004-09-07 Wim Taymans <wim@fluendo.com>
31338 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31339 Copy timestamps from the master pad to the output buffers.
31341 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31343 * ext/raw1394/gstdv1394src.c:
31344 throw errors when applicable
31346 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31348 * gst/matroska/ebml-ids.h:
31349 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31350 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31351 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31352 automatically convert unix time <-> ebml time when reading/writing
31353 a date, use gst_ebml_write_uint to write CUETIME,
31354 not gst_ebml_write_date.
31355 * gst/matroska/matroska-ids.h:
31356 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31357 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31358 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31359 (gst_matroska_mux_write_data):
31360 Write track and segment UIDs, write muxing date, write
31361 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31362 Create cues for audio only files.
31364 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31366 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31367 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31368 Re-commit ALSA switches.
31369 * gst/adder/gstadder.c: (gst_adder_loop):
31370 64-bit fix (#151416).
31371 * gst/debug/progressreport.c: (gst_progressreport_report):
31372 64-bit fix (#151419).
31373 * gst/matroska/matroska-demux.c:
31374 (gst_matroska_demux_parse_contents):
31375 64-bit fix (#151420).
31376 * gst/playback/test3.c: (update_scale):
31377 64-bit fix (#151421).
31379 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31384 === release 0.8.4 ===
31386 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31388 * configure.ac: releasing 0.8.4, "Alias"
31390 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31392 * ext/theora/Makefile.am:
31393 fix makefile. Fixes #151462.
31395 2004-08-30 Wim Taymans <wim@fluendo.com>
31397 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31398 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31399 (gst_multifdsink_remove_client_link),
31400 (gst_multifdsink_client_queue_buffer),
31401 (gst_multifdsink_handle_client_write):
31402 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31403 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31404 Fix some memory leaks.
31406 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31408 Patch by: David Schleef
31412 rename our detection macro for V4L2. Fixes #151236.
31414 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31416 Patch by: David Schleef
31419 check to define LAMEPRESET. Fixes #151232.
31421 2004-08-27 David Schleef <ds@schleef.org>
31423 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31424 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31425 (gst_glimagesink_fixate): Move local variable declarations to
31426 make gcc-2.95 happy.
31428 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31431 bump nano for prerelease
31433 2004-08-27 David Schleef <ds@schleef.org>
31435 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31436 * sys/sunaudio/gstsunaudiosrc.c:
31437 * sys/sunaudio/gstsunaudiosrc.h:
31439 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31441 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31442 handle EOS correctly
31443 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31444 * gst/matroska/matroska-mux.h:
31445 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31446 VFW compatibility mode
31448 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31450 patch by: Zaheer Abbas Merali
31452 * ext/ogg/gstoggmux.c:
31453 * ext/vorbis/vorbisenc.c:
31454 * ext/vorbis/vorbisenc.h:
31457 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31459 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31460 fix byte order reversion on little endian machines.
31461 * gst/matroska/matroska-mux.c: (audiosink_templ),
31462 (gst_matroska_mux_audio_pad_link):
31463 add TTA codec to the list of supported codecs.
31464 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31465 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31466 (gst_matroska_mux_write_data):
31467 * gst/matroska/matroska-mux.h:
31468 write segment duration correctly, write muxing app string, fixes bugs
31469 #140897 and #140898.
31470 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31471 wait for all pads to be negotiated before starting to mux.
31473 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31475 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31476 * ext/lame/gstlame.h:
31477 Added new media support to lame
31479 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31481 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31482 send vorbis headers at the beginning of a stream, fixes bug #141554.
31483 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31485 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31486 (gst_matroska_demux_plugin_init):
31487 * gst/matroska/matroska-ids.h:
31488 enable demuxing of TTA audio streams, fixes bug #148951.
31489 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31490 enable typefinding for TTA audio files, fixes bug #148711.
31491 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31492 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31493 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31495 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31497 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31498 (gst_riff_read_element_data), (gst_riff_read_seek),
31499 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31500 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31503 2004-08-23 Iain <iaingnome@gmail.com>
31505 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31506 tags. They appear to be handled differently to normal.
31507 (tag_list_to_id3_tag_foreach): Ditto.
31509 2004-08-22 Wim Taymans <wim@fluendo.com>
31511 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31512 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31513 Make sure we never send -1 granulepos.
31515 2004-08-20 Wim Taymans <wim@fluendo.com>
31517 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31518 (gst_ogg_mux_loop):
31519 I will accept bitchslappings with non sharp objects.
31521 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31524 Clean up the test for lame presets
31526 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31529 * ext/lame/Makefile.am:
31530 * ext/lame/gstlame.c: (gst_lame_class_init),
31531 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31532 Only enable lame presets if version of lame has presets in API
31534 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31535 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31536 * gst/udp/gstudpsrc.h:
31537 Don't call gst_pad_push in a get function. Fixes #150449
31539 2004-08-18 Wim Taymans <wim@fluendo.com>
31541 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31542 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31543 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31544 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31545 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31547 * gst/tcp/gstfdset.h:
31548 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31549 (gst_multifdsink_client_queue_buffer),
31550 (gst_multifdsink_handle_client_write):
31551 * gst/tcp/gstmultifdsink.h:
31552 Some extra checks in gstfdset.
31553 Only use send() when the fd is a socket. Don't try to
31554 read from write only fds.
31556 2004-08-18 Wim Taymans <wim@fluendo.com>
31558 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31559 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31560 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31561 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31563 Add more locking and bounds checking.
31565 2004-08-18 Wim Taymans <wim@fluendo.com>
31567 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31568 Realloc test fdset in the lock and right before starting
31569 the poll call. Bump the limit to 4096.
31571 2004-08-17 David Schleef <ds@schleef.org>
31573 * sys/sunaudio/Makefile.am:
31574 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31575 of rates and channels. Make debugging less obnoxious.
31577 Patch from Balamurali Viswanathan implementing a mixer for
31578 Sun audio. (bug #144091):
31579 * sys/sunaudio/gstsunelement.c:
31580 * sys/sunaudio/gstsunelement.h:
31581 * sys/sunaudio/gstsunmixer.c:
31582 * sys/sunaudio/gstsunmixer.h:
31584 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31586 * gst/audioscale/gstaudioscale.c:
31587 * gst/audioscale/gstaudioscale.h:
31588 made audioscale resample from any sample rate to any sample rate
31590 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31592 * ext/libpng/gstpngdec.c:
31593 error out on unsupported types
31595 2004-08-17 Iain <iaingnome@gmail.com>
31597 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31598 mid_side and loose_mid_side properties if its a stereo stream.
31600 2004-08-17 Wim Taymans <wim@fluendo.com>
31602 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31603 (theora_get_formats), (theora_dec_src_convert),
31604 (theora_dec_sink_convert), (theora_dec_src_query),
31605 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31608 2004-08-17 Wim Taymans <wim@fluendo.com>
31610 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31611 (gst_ogg_pad_push):
31612 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31613 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31614 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31615 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31616 Mark delta units in the muxer.
31617 Try to decode the packet after an out-of-sync error from
31620 2004-08-17 Wim Taymans <wim@fluendo.com>
31622 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31623 (gst_multifdsink_init), (gst_multifdsink_add),
31624 (gst_multifdsink_client_queue_buffer),
31625 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31626 * gst/tcp/gstmultifdsink.h:
31627 Added option to send a keyframe to clients as the first buffer.
31628 Make timeout property writable.
31630 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31632 patch by: Wim Taymans
31634 * gst/tcp/gstfdset.c:
31635 * gst/tcp/gstmultifdsink.c:
31636 fix index comparison, should include 0
31638 2004-08-16 Wim Taymans <wim@fluendo.com>
31640 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31641 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31642 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31643 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31645 copy when reallocing for poll so the select arguments don't get
31646 changed during the call
31648 2004-08-16 Wim Taymans <wim@fluendo.com>
31650 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31651 (gst_theora_enc_class_init), (theora_enc_sink_link),
31652 (theora_buffer_from_packet), (theora_enc_chain):
31653 Fix bug where buffers were not marked as keyframes
31656 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31658 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31659 (gst_lame_preset_get_type), (gst_lame_class_init):
31660 describe the enum values for vbr mode and presets more verbosely
31662 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31664 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31665 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31666 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31667 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31668 * ext/lame/gstlame.h:
31669 add preset property to lame so it can use lame presets
31671 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31673 * ext/lame/gstlame.c: (gst_lame_get_property):
31674 whoops forgot break, thanks teuf
31676 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31678 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31679 (gst_lame_class_init), (gst_lame_src_getcaps),
31680 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31681 (gst_lame_get_property), (gst_lame_setup):
31682 * ext/lame/gstlame.h:
31683 fix lame's broken vbr stuff, allow it to resample if need be, and also
31684 make xing header optional
31686 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31688 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31689 added getcaps function so samplerate doesnt get fixated to silly values
31691 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31693 * ext/lame/gstlame.c: (gst_lame_src_link):
31694 revert previous fix
31696 2004-08-12 Johan Dahlin <johan@gnome.org>
31698 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31699 checks. Doesn't matter what state we are in. Interfaces are a
31700 compile time thing, not runtime. It also broke the python bindings.
31702 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31704 * ext/lame/gstlame.c: (gst_lame_src_link):
31705 made source pad link function check if sinkpad is ok..fixes the problem
31706 where core fixates the output rate of lame stupidly
31708 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31710 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31711 * sys/v4l/v4l_calls.c:
31712 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31713 fix fixate function to handle nonsimple caps.
31714 remove bogus check in _link
31717 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31719 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31720 set default compression ratio parameter to 0.0 so bitrate parameter
31723 2004-08-11 David Schleef <ds@schleef.org>
31725 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31727 2004-08-11 David Schleef <ds@schleef.org>
31729 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31732 2004-08-11 David Schleef <ds@schleef.org>
31734 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31736 2004-08-11 David Schleef <ds@schleef.org>
31738 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31740 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31741 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31743 * gst/auparse/gstauparse.c: Fix plugin license field.
31744 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31745 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31746 * gst/rtp/gstrtp.c: Fix plugin license field.
31748 2004-08-11 Wim Taymans <wim@fluendo.com>
31750 * gst/tcp/Makefile.am:
31751 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31752 (ensure_size), (gst_fdset_new), (gst_fdset_free),
31753 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31754 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31755 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31756 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31757 (gst_fdset_fd_can_write), (gst_fdset_wait):
31758 * gst/tcp/gstfdset.h:
31759 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31760 (gst_multifdsink_class_init), (gst_multifdsink_init),
31761 (gst_multifdsink_add), (gst_multifdsink_remove),
31762 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31763 (gst_multifdsink_remove_client_link),
31764 (gst_multifdsink_handle_client_read),
31765 (gst_multifdsink_client_queue_data),
31766 (gst_multifdsink_client_queue_caps),
31767 (gst_multifdsink_client_queue_buffer),
31768 (gst_multifdsink_handle_client_write),
31769 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31770 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31771 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31772 (gst_multifdsink_close):
31773 * gst/tcp/gstmultifdsink.h:
31774 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31775 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31776 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31777 (gst_tcpserversink_close):
31778 * gst/tcp/gsttcpserversink.h:
31779 Abstracted away the select call, implemented poll (yes we ran into
31780 the 1024 limit in production).
31782 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
31784 * gst/tcp/gsttcp.c:
31785 * gst/tcp/gsttcpplugin.c:
31786 improve debuggging, remove assert
31788 2004-08-10 Wim Taymans <wim@fluendo.com>
31790 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31791 (gst_client_status_get_type), (gst_multifdsink_class_init),
31792 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31793 (gst_multifdsink_handle_client_read),
31794 (gst_multifdsink_handle_client_write),
31795 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31796 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31797 (gst_multifdsink_get_property):
31798 * gst/tcp/gstmultifdsink.h:
31799 * gst/tcp/gsttcp-marshal.list:
31800 Starting to prepare for specifying buffer time in other units
31801 than buffers. Expose remove reason in signal.
31803 2004-08-10 Wim Taymans <wim@fluendo.com>
31805 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31806 (gst_multifdsink_remove), (gst_multifdsink_clear),
31807 (gst_multifdsink_remove_client_link),
31808 (gst_multifdsink_handle_client_read),
31809 (gst_multifdsink_client_queue_data),
31810 (gst_multifdsink_client_queue_buffer),
31811 (gst_multifdsink_handle_client_write),
31812 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31813 (gst_multifdsink_chain), (gst_multifdsink_close):
31814 * gst/tcp/gstmultifdsink.h:
31815 Added more debugging info. Changed the way clients are
31816 removed from the lists. Fixed a bug where a bad file descriptor
31817 could cause many clients to be removed.
31819 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
31821 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31822 allow all pixel-aspect-ratios, not just 1:1
31824 2004-08-09 David Schleef <ds@schleef.org>
31826 * sys/glsink/ARB_multitexture.h: Remove old files.
31827 * sys/glsink/EXT_paletted_texture.h:
31828 * sys/glsink/NV_register_combiners.h:
31829 * sys/glsink/gstgl_nvimage.c:
31830 * sys/glsink/gstgl_pdrimage.c:
31831 * sys/glsink/gstgl_rgbimage.c:
31832 * sys/glsink/gstglsink.c:
31833 * sys/glsink/gstglsink.h:
31834 * sys/glsink/gstglxwindow.c:
31835 * sys/glsink/regcomb_yuvrgb.c:
31837 2004-08-09 David Schleef <ds@schleef.org>
31839 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31840 GL sink plugin. (Bug #147302)
31842 * configure.ac: Test for OpenGL
31843 * sys/Makefile.am: Use test for OpenGL
31844 * sys/glsink/Makefile.am:
31845 * sys/glsink/glimagesink.c: rewrite
31846 * sys/glsink/glimagesink.h: rewrite
31848 2004-08-09 David Schleef <ds@schleef.org>
31850 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
31852 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31853 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31854 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31856 2004-08-09 Wim Taymans <wim@fluendo.com>
31858 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31859 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31860 (gst_multifdsink_client_remove),
31861 (gst_multifdsink_handle_client_read),
31862 (gst_multifdsink_handle_client_write),
31863 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31864 Do a bit more logging, make the client_read code more robust.
31866 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31868 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31869 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31870 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31871 (gst_jpegdec_init), (gst_jpegdec_chain):
31872 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31873 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31874 cleanups, debugging fixes and memleak plugging
31876 2004-08-09 Wim Taymans <wim@fluendo.com>
31878 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31879 (theora_get_formats), (theora_dec_src_convert),
31880 (theora_dec_sink_convert), (theora_dec_src_query),
31881 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31882 (theora_dec_change_state):
31883 Don't crash on missing header packets.
31885 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31889 Added Albanian translation (Laurent Dhima)
31893 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31895 * ext/lame/gstlame.c:
31898 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31900 * sys/ximage/ximagesink.c:
31901 * sys/xvimage/xvimagesink.c:
31902 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
31904 2004-08-06 Wim Taymans <wim@fluendo.com>
31906 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31907 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31908 (gst_multifdsink_client_remove),
31909 (gst_multifdsink_handle_client_read),
31910 (gst_multifdsink_handle_client_write),
31911 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31912 Make sure we don't try to read more from a client that what
31913 ioctl says us or we deadlock.
31915 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31917 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31918 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31919 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31920 decouple running_time and n_frames so it can handle changing
31921 framerate while running
31923 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31927 updated translations
31929 2004-08-04 Benjamin Otte <otte@gnome.org>
31931 * gst/videotestsrc/gstvideotestsrc.c:
31932 (gst_videotestsrc_get_capslist), (generate_capslist),
31934 generate the list of supported caps at startup and reuse it instead
31935 of always generating it
31937 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
31939 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31940 whoops, last checkin broke normal build
31942 2004-08-03 Benjamin Otte <otte@gnome.org>
31944 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31945 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31946 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31947 (gst_alsa_mixer_get_option):
31948 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31949 (dvdnavsrc_print_event):
31950 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31951 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31952 (gst_ogg_mux_pad_unlink):
31953 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31954 (gst_multipart_mux_pad_unlink):
31955 * gst/videofilter/gstvideobalance.c:
31956 (gst_videobalance_colorbalance_set_value):
31957 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31958 (gst_videomixer_pad_unlink):
31960 * sys/oss/gstossmixer.c:
31961 * sys/v4l/gstv4lcolorbalance.c:
31962 * sys/v4l/gstv4ltuner.c:
31963 * sys/v4l/v4lsrc_calls.c:
31964 * sys/v4l2/gstv4l2colorbalance.c:
31965 * sys/v4l2/gstv4l2tuner.c:
31966 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31968 2004-08-03 Benjamin Otte <otte@gnome.org>
31970 * examples/dynparams/filter.c: (ui_control_create):
31971 * examples/gstplay/player.c: (print_tag):
31972 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31973 * ext/gdk_pixbuf/gstgdkanimation.c:
31974 (gst_gdk_animation_iter_may_advance):
31975 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31976 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31977 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31978 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31979 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31980 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31981 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31982 * gst/sine/demo-dparams.c: (main):
31983 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31984 * testsuite/alsa/formats.c: (create_pipeline):
31985 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31986 fixes for G_DISABLE_ASSERT and friends
31987 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31988 (mp3_type_frame_length_from_header), (mp3_type_find),
31990 require mp3 typefinding to have at least MIN_HEADERS valid headers
31991 add typefinding for AAC adts files
31993 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
31995 * sys/ximage/ximagesink.c:
31996 (gst_ximagesink_calculate_pixel_aspect_ratio):
31997 * sys/xvimage/xvimagesink.c:
31998 (gst_xvimagesink_calculate_pixel_aspect_ratio):
31999 Make sure we calculate pixel-aspect-ratio using floating point maths
32001 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32004 updated translation
32006 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32008 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32010 add debugging for display PAR calculation
32012 2004-08-02 David Schleef <ds@schleef.org>
32014 * configure.ac: Fix mikmod CFLAGS.
32016 2004-07-27 Benjamin Otte <otte@gnome.org>
32018 * gst/audioscale/gstaudioscale.c:
32019 - fix templates to only support S16, it's the only format that works
32020 - make caps nego code use try_set_caps_nonfixed and fixation instead
32021 of try_set_caps twice, which is not nice for autopluggers
32022 - change rank to secondary, so autopluggers can pick it up after
32025 2004-08-02 Iain <iain@prettypeople.org>
32027 * gst/interleave/interleave.c (interleave_init),
32028 (interleave_request_new_pad),
32029 (interleave_pad_removed),
32030 (interleave_buffered_loop): Use the real pad count, not the artificial
32033 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32035 * configure.ac: bump nano back to development
32037 === release 0.8.3 ===
32039 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32041 * configure.ac: releasing 0.8.3, "Water"
32043 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32045 * sys/xvimage/xvimagesink.c:
32046 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32047 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32048 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32049 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32050 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32051 * sys/xvimage/xvimagesink.h:
32052 apply similar PAR fixes as to ximagesink
32054 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32056 patch from: Benjamin Otte
32058 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32059 add link function to lame. Fixes #148986.
32061 2004-08-02 Johan Dahlin <johan@gnome.org>
32063 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32066 2004-07-30 David Schleef <ds@schleef.org>
32068 * gst/videomixer/Makefile.am: Fix things that should have been
32069 fixed in the last checkin.
32071 2004-07-30 David Schleef <ds@schleef.org>
32073 * gst/multipart/Makefile.am: Fix things that should have been
32074 fixed in the last checkin.
32076 2004-07-30 David Schleef <ds@schleef.org>
32078 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32080 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32083 bump nano for prerelease
32095 2004-07-30 Wim Taymans <wim@fluendo.com>
32097 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32098 (gst_multifdsink_add), (gst_multifdsink_remove),
32099 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32100 (gst_multifdsink_client_remove),
32101 (gst_multifdsink_handle_client_write),
32102 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32103 * gst/tcp/gstmultifdsink.h:
32104 Recover from a select with a bad file descriptor by removing
32107 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32110 fix requirement of core
32111 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32112 (gst_play_pipeline_setup):
32113 don't use colorspace element. do use hermescolorspace element.
32114 make macro to get a colorspace element.
32115 mark strings for translation.
32127 update translations
32129 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32131 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32132 fix default for newmedia flag
32134 2004-07-30 Wim Taymans <wim@fluendo.com>
32136 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32137 (gst_theora_dec_init), (theora_get_formats),
32138 (theora_dec_src_convert), (theora_dec_sink_convert),
32139 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32140 (theora_dec_chain), (theora_dec_set_property),
32141 (theora_dec_get_property):
32142 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32143 (gst_theora_enc_class_init), (gst_theora_enc_init),
32144 (theora_enc_sink_link), (theora_enc_chain),
32145 (theora_enc_set_property), (theora_enc_get_property):
32146 Added cropping option to theora decoder.
32147 Added border option to theora encoder.
32149 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32151 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32152 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32153 (gst_pngenc_set_property):
32154 * ext/libpng/gstpngenc.h:
32155 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
32157 2004-07-30 Wim Taymans <wim@fluendo.com>
32159 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32160 (theora_enc_sink_link), (theora_enc_chain),
32161 (theora_enc_set_property), (theora_enc_get_property):
32162 Fix encoding of non-multiple-of-16 video.
32164 2004-07-29 David Schleef <ds@schleef.org>
32166 * configure.ac: make test for audiofile more strict
32168 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32170 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32171 give different names to typefind functions
32173 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32175 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32176 (gst_ximagesink_calculate_pixel_aspect_ratio),
32177 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32178 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32179 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32180 (gst_ximagesink_get_property), (gst_ximagesink_init):
32181 * sys/ximage/ximagesink.h:
32182 allocate PAR's dynamically.
32183 use autodetected PAR if no object-set PAR is given.
32184 add workaround for directfb's X not setting physical size.
32185 fix to xvimagesink will follow tomorrow.
32187 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32189 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32190 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32191 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32192 (gst_shout2send_class_init), (gst_shout2send_init),
32193 (set_shout_metadata), (gst_shout2send_set_metadata),
32194 (gst_shout2send_chain), (gst_shout2send_set_property),
32195 (gst_shout2send_get_property), (gst_shout2send_connect),
32196 (gst_shout2send_change_state):
32197 * ext/shout2/gstshout2.h:
32198 - fix for sending mp3 audio to icecast2 server, if pad link function not
32199 called before PAUSED state
32200 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32201 - added tagging support for mp3 audio broadcasted
32202 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32205 2004-07-28 Wim Taymans <wim@fluendo.com>
32207 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32208 (gst_ogg_demux_push):
32209 Return query failure when we don't know the length of
32210 an ogg stream insteda of returning TRUE with a bogus value.
32212 2004-07-28 Wim Taymans <wim@fluendo.com>
32214 * ext/theora/theoradec.c: (theora_get_formats),
32215 (theora_dec_src_convert), (theora_dec_sink_convert),
32216 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32217 (theora_dec_chain):
32218 Don't screw up the 1 Chroma for 1 luma sample situation when we
32219 have an odd offset/width by adding a black border in those cases.
32221 2004-07-28 Wim Taymans <wim@fluendo.com>
32223 * ext/theora/theoradec.c: (theora_get_formats),
32224 (theora_dec_src_convert), (theora_dec_sink_convert),
32225 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32226 (theora_dec_chain):
32227 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32228 Added first attempt at cropping of the image as required by the
32229 theora spec. We need more properties in the caps (offset_x,
32230 offset_y,stride) to implement this correctly.
32232 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32234 * ext/dvdnav/README:
32235 Update the README to use dvddemux
32236 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32237 Ensure getcaps returns a subset of the template caps
32238 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32239 (gst_mpeg2subt_init):
32240 Ensure getcaps returns a subset of the template caps
32241 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32242 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32243 (gst_dvd_demux_get_subpicture_stream),
32244 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32245 * gst/mpegstream/gstdvddemux.h:
32246 Set the explicit caps on the current_video pad before pushing
32248 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32249 (gst_mpeg_demux_get_audio_stream):
32250 Free caps used to gst_pad_set_explicit_caps, which takes a const
32253 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32255 * configure.ac: update GStreamer requirement to 0.8.4 because of
32258 2004-07-28 Wim Taymans <wim@fluendo.com>
32260 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32261 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32262 Add the pad to the element after setting up the caps. This
32263 makes it a lot easier to autoplug.
32265 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32267 * gst/median/gstmedian.c:
32268 * gst/mpeg2subt/gstmpeg2subt.c:
32269 * gst/mpegaudioparse/gstmpegaudioparse.c:
32270 * gst/mpegstream/gstdvddemux.c:
32271 * gst/mpegstream/gstmpegdemux.c:
32272 * gst/mpegstream/gstmpegpacketize.c:
32273 * gst/rtjpeg/gstrtjpeg.c:
32274 * gst/rtjpeg/gstrtjpegdec.c:
32275 * gst/rtjpeg/gstrtjpegenc.c:
32276 * gst/sine/gstsinesrc.c:
32277 * gst/smooth/gstsmooth.c:
32278 * gst/smpte/gstsmpte.c:
32279 * gst/smpte/gstsmpte.h:
32280 * gst/stereo/gststereo.c:
32281 * gst/videofilter/gstgamma.c:
32282 * gst/videofilter/gstvideobalance.c:
32283 * gst/videofilter/gstvideofilter.c:
32284 * gst/videofilter/gstvideoflip.c:
32285 * gst/videoscale/gstvideoscale.c:
32286 * gst/videoscale/videoscale.c:
32287 * gst/videotestsrc/gstvideotestsrc.c:
32288 * gst/videotestsrc/videotestsrc.c:
32289 * gst/wavenc/gstwavenc.c:
32290 * gst/wavparse/gstwavparse.c:
32291 fix local includes and 64 bits constants
32293 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32296 * gst-libs/gst/*/*.vcproj:
32298 more working plugins
32300 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32302 * testsuite/alsa/Makefile.am:
32303 * testsuite/alsa/srcstate.c:
32304 add test for alsasrc changing state
32306 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32308 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32310 * gst/silence/gstsilence.h:
32311 fix silence generation for 16bit raw audio
32313 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32315 * gst/matroska/matroska-demux.c:
32316 (gst_matroska_demux_parse_metadata),
32317 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32318 * gst/mpegaudio/common.c:
32319 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32320 (gst_videoscale_getcaps), (gst_videoscale_link),
32321 (gst_videoscale_src_fixate), (gst_videoscale_init),
32322 (gst_videoscale_finalize):
32323 * gst/videoscale/gstvideoscale.h:
32324 * gst/videotestsrc/gstvideotestsrc.c:
32325 (gst_videotestsrc_get_capslist):
32326 * gst/wavenc/gstwavenc.c:
32327 * sys/oss/gstossmixer.c: (fill_labels):
32328 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32329 (gst_ximagesink_handle_xevents),
32330 (gst_ximagesink_calculate_pixel_aspect_ratio),
32331 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32332 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32333 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32334 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32335 (gst_ximagesink_init), (gst_ximagesink_class_init):
32336 * sys/ximage/ximagesink.h:
32337 * sys/xvimage/xvimagesink.c:
32338 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32339 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32340 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32341 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32342 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32343 * sys/xvimage/xvimagesink.h:
32344 first batch of pixel aspect ratio commits.
32346 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32348 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32349 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32350 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32351 handle stride, needs work if we want to move stride handling
32352 upstream, but works correctly for our purposes.
32354 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32356 * gst/videoscale/README:
32357 add testing examples
32358 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32359 (gst_videoscale_chain):
32360 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32361 (gst_videoscale_get_size):
32362 add get_size function that handles stride like videotestsrc.
32363 fixes conversion for YUV formats for as much as I can test them.
32365 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32367 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32368 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32369 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32370 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32371 (gst_xvimagesink_xvimage_put):
32372 further cleanups, logging, error handling and synchronizing
32374 2004-07-27 Wim Taymans <wim@fluendo.com>
32376 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32377 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32378 (gst_videomixer_pad_set_property),
32379 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32380 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32381 (gst_videomixer_class_init), (gst_videomixer_init),
32382 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32383 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32384 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32385 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32386 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32387 (gst_videomixer_loop), (plugin_init):
32388 Be a nicer negotiation citizen and provide a getcaps function on
32389 the srcpad. This also fixes a crash when resizing.
32391 2004-07-27 Julien MOUTTE <julien@moutte.net>
32393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32394 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32396 2004-07-27 Wim Taymans <wim@fluendo.com>
32398 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32399 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32400 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32401 (gst_pngenc_set_property):
32402 * ext/libpng/gstpngenc.h:
32403 Added snapshot property to pngenc.
32404 removed g_print from pngdec
32406 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32408 * gst/ac3parse/ac3parse.vcproj
32409 * gst/adder/adder.vcproj
32410 * gst/alpha/alpha.vcproj
32411 * gst/alpha/alphacolor.vcproj
32412 * gst/asfdemux/asf.vcproj
32413 * gst/audioconvert/audioconvert.vcproj
32414 * gst/audiorate/audiorate.vcproj
32415 * gst/audioscale/audioscale.vcproj
32416 * gst/auparse/auparse.vcproj
32417 * gst/avi/avi.vcproj
32418 * gst/cdxaparse/cdxaparse.vcproj
32419 * gst/chart/chart.vcproj
32420 * gst/colorspace/colorspace.vcproj
32421 * gst/cutter/cutter.vcproj
32422 * gst/debug/debug.vcproj
32423 * gst/debug/efence.vcproj
32424 * gst/debug/navigationtest.vcproj
32425 * gst/deinterlace/deinterlace.vcproj
32426 * gst/effectv/effectv.vcproj
32427 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32428 * gst/filter/filter.vcproj
32429 * gst/flx/flxdec.vcproj
32430 * gst/goom/goom.vcproj
32431 * gst/interleave/interleave.vcproj
32432 * gst/law/alaw.vcproj
32433 * gst/law/mulaw.vcproj
32434 * gst/matroska/matroska.vcproj
32435 * gst/median/median.vcproj
32436 * gst/mixmatrix/mixmatrix.vcproj
32437 * gst/mpeg1sys/mpeg1systemencode.vcproj
32438 * gst/mpeg1videoparse/mp1videoparse.vcproj
32439 * gst/mpeg2sub/mpeg2subt.vcproj
32440 * gst/mpegaudio/mpegaudio.vcproj
32441 * gst/mpegaudioparse/mpegaudioparse.vcproj
32442 * gst/mpegstream/mpegstream.vcproj
32443 * gst/multifilesink/multifilesink.vcproj
32444 * gst/multipart/multipart.vcproj
32445 * gst/oneton/oneton.vcproj
32446 * gst/overlay/overlay.vcproj
32447 * gst/passthrough/passthrough.vcproj
32448 * gst/qtdemux/qtdemux.vcproj
32449 * gst/realmedia/rmdemux.vcproj
32450 * gst/rtjpeg/rtjpeg.vcproj
32451 * gst/rtp/rtp.vcproj
32452 * gst/silence/silence.vcproj
32453 * gst/sine/sinesrc.vcproj
32454 * gst/smooth/smooth.vcproj
32455 * gst/smpte/smpte.vcproj
32456 * gst/spectrum/spectrum.vcproj
32457 * gst/speed/speed.vcproj
32458 * gst/stereo/stereo.vcproj
32459 * gst/switch/switch.vcproj
32460 * gst/tags/tagedit.vcproj
32461 * gst/tcp/tcp.vcproj
32462 * gst/typefind/typefindfunctions.vcproj
32463 * gst/udp/udp.vcproj
32464 * gst/videobox/videobox.vcproj
32465 * gst/videocrop/videocrop.vcproj
32466 * gst/videodrop/videodrop.vcproj
32467 * gst/videofilter/gamma.vcproj
32468 * gst/videofilter/videobalance.vcproj
32469 * gst/videofilter/videofilter.vcproj
32470 * gst/videofilter/videoflip.vcproj
32471 * gst/videoflip/videoflip.vcproj
32472 * gst/videomixer/videomixer.vcproj
32473 * gst/videorate/videorate.vcproj
32474 * gst/videoscale/videoscale.vcproj
32475 * gst/videotestsrc/videotestsrc.vcproj
32476 * gst/virtualdub/virtualdub.vcproj
32477 * gst/volenv/volenv.vcproj
32478 * gst/volume/volume.vcproj
32479 * gst/wavenc/wavenc.vcproj
32480 * gst/wavparse/wavparse.vcproj
32481 * gst/y4m/y4menc.vcproj
32482 * gst-libs/gst/audio/audio.vcproj
32483 * gst-libs/gst/audio/audiofilter.vcproj
32484 * gst-libs/gst/colorbalance/colorbalance.vcproj
32485 * gst-libs/gst/idct/idtc.vcproj
32486 * gst-libs/gst/media-info/media-info.vcproj
32487 * gst-libs/gst/mixer/mixer.vcproj
32488 * gst-libs/gst/navigation/navigation.vcproj
32489 * gst-libs/gst/play/play.vcproj
32490 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32491 * gst-libs/gst/resample/resample.vcproj
32492 * gst-libs/gst/riff/riff.vcproj
32493 * gst-libs/gst/tuner/tuner.vcproj
32494 * gst-libs/gst/video/video.vcproj
32495 * gst-libs/gst/xoverlay/xoverlay.vcproj
32496 avoid problems with math.h, fix release dependancy
32497 rename GStreamer-0.8.lib to libgstreamer.lib
32499 2004-07-27 Julien MOUTTE <julien@moutte.net>
32501 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32502 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32503 the atom is not available we have to unlock the mutex. Fixes #148023
32505 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32507 * gst-libs/gst/media-info/media-info.h:
32508 issue for a vararg macro with MSVC
32510 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32512 * gst/effectv/effectv.vcproj
32513 * gst-libs/gst/idct/idct.vcproj:
32514 * gst-libs/gst/media-info/media-info.vcproj:
32515 * gst-libs/gst/navigation/navigation.vcproj:
32516 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32517 * gst-libs/gst/video/video.vcproj:
32518 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32519 fixes for build problems
32521 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32523 * gst-libs/gst/audio/audio.def:
32524 * gst-libs/gst/audio/riff.def:
32525 add some definitions needed by plugins
32527 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32529 * gst/asfdemux/gstasfmux.c
32530 Fix some 64 bits constants to be glib friendly
32532 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32534 * gst/ac3parse/gstac3parse.c
32535 * gst/audioscale/gstaudioscale.c
32536 * gst/auparse/gstauparse.c
32537 * gst/colorspace/gstcolorspace.c
32538 * gst/colorspace/yuv2rgb.h
32539 local include fixes
32541 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32544 add more plugins to the build
32546 2004-07-26 Julien MOUTTE <julien@moutte.net>
32548 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32549 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32551 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32553 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32554 (gst_level_set_property), (gst_level_get_property),
32555 (gst_level_base_init), (gst_level_class_init):
32556 add debugging categories. cleanups.
32558 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32560 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32561 (gst_videoscale_planar411), (gst_videoscale_planar400),
32562 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32563 (gst_videoscale_scale_nearest_str1),
32564 (gst_videoscale_scale_nearest_str2),
32565 (gst_videoscale_scale_nearest_str4),
32566 (gst_videoscale_scale_nearest_16bit),
32567 (gst_videoscale_scale_nearest_24bit):
32568 fixed stride issues
32569 tested with 320x240 -> 321, 322, 324 x240
32570 tested with YV12, I420, YUY2, UYVY
32571 fixed packed422rev (don't think it could have worked before)
32572 by testing with UYVY
32574 2004-07-26 Benjamin Otte <otte@gnome.org>
32576 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32577 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32579 add debugging category, add error checks like checking return values
32580 of setup calls, make sure it still works after
32581 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32583 2004-07-26 Wim Taymans <wim@fluendo.com>
32585 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32586 (gst_mpeg_demux_get_audio_stream),
32587 (gst_mpeg_demux_process_private):
32588 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32589 Check for error codes from the negotiation functions. Make sure
32590 we really set the pad caps when a new pad is created.
32592 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32594 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32595 (gst_ffmpeg_caps_to_pix_fmt):
32596 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32597 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32598 (gst_ffmpegcolorspace_pad_link):
32599 don't make function do two things at the same time without reason.
32601 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32603 * gst/ac3parse/ac3parse.vcproj
32604 * gst/adder/adder.vcproj
32605 * gst/alpha/alpha.vcproj
32606 * gst/alpha/alphacolor.vcproj
32607 * gst/asfdemux/asf.vcproj
32608 * gst/audioconvert/audioconvert.vcproj
32609 * gst/audiorate/audiorate.vcproj
32610 * gst/audioscale/audioscale.vcproj
32611 * gst/auparse/auparse.vcproj
32612 * gst/avi/avi.vcproj
32613 * gst/cdxaparse/cdxaparse.vcproj
32614 * gst/chart/chart.vcproj
32615 * gst/colorspace/colorspace.vcproj
32616 * gst/cutter/cutter.vcproj
32617 * gst/debug/debug.vcproj
32618 * gst/debug/efence.vcproj
32619 * gst/debug/navigationtest.vcproj
32620 * gst/deinterlace/deinterlace.vcproj
32621 * gst/effectv/effectv.vcproj
32622 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32623 * gst/filter/filter.vcproj
32624 * gst/flx/flxdec.vcproj
32625 * gst/goom/goom.vcproj
32626 * gst/interleave/interleave.vcproj
32627 * gst/law/alaw.vcproj
32628 * gst/law/mulaw.vcproj
32629 * gst/matroska/matroska.vcproj
32630 * gst/median/median.vcproj
32631 * gst/mixmatrix/mixmatrix.vcproj
32632 * gst/mpeg1sys/mpeg1systemencode.vcproj
32633 * gst/mpeg1videoparse/mp1videoparse.vcproj
32634 * gst/mpeg2sub/mpeg2subt.vcproj
32635 * gst/mpegaudio/mpegaudio.vcproj
32636 * gst/mpegaudioparse/mpegaudioparse.vcproj
32637 * gst/mpegstream/mpegstream.vcproj
32638 * gst/multifilesink/multifilesink.vcproj
32639 * gst/multipart/multipart.vcproj
32640 * gst/oneton/oneton.vcproj
32641 * gst/overlay/overlay.vcproj
32642 * gst/passthrough/passthrough.vcproj
32643 * gst/qtdemux/qtdemux.vcproj
32644 * gst/realmedia/rmdemux.vcproj
32645 * gst/rtjpeg/rtjpeg.vcproj
32646 * gst/rtp/rtp.vcproj
32647 * gst/silence/silence.vcproj
32648 * gst/sine/sinesrc.vcproj
32649 * gst/smooth/smooth.vcproj
32650 * gst/smpte/smpte.vcproj
32651 * gst/spectrum/spectrum.vcproj
32652 * gst/speed/speed.vcproj
32653 * gst/stereo/stereo.vcproj
32654 * gst/switch/switch.vcproj
32655 * gst/tags/tagedit.vcproj
32656 * gst/tcp/tcp.vcproj
32657 * gst/typefind/typefindfunctions.vcproj
32658 * gst/udp/udp.vcproj
32659 * gst/videobox/videobox.vcproj
32660 * gst/videocrop/videocrop.vcproj
32661 * gst/videodrop/videodrop.vcproj
32662 * gst/videofilter/gamma.vcproj
32663 * gst/videofilter/videobalance.vcproj
32664 * gst/videofilter/videofilter.vcproj
32665 * gst/videofilter/videoflip.vcproj
32666 * gst/videoflip/videoflip.vcproj
32667 * gst/videomixer/videomixer.vcproj
32668 * gst/videorate/videorate.vcproj
32669 * gst/videoscale/videoscale.vcproj
32670 * gst/videotestsrc/videotestsrc.vcproj
32671 * gst/virtualdub/virtualdub.vcproj
32672 * gst/volenv/volenv.vcproj
32673 * gst/volume/volume.vcproj
32674 * gst/wavenc/wavenc.vcproj
32675 * gst/wavparse/wavparse.vcproj
32676 * gst/y4m/y4menc.vcproj
32677 more plugins supported under windows
32679 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32681 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32682 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32683 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32684 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32685 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32686 Add debugging statements. Use the sizes as returned by the
32687 *CreateImage calls.
32689 2004-07-26 Johan Dahlin <johan@gnome.org>
32691 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32692 the pad is negotiated.
32694 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32696 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32698 * gst-libs/gst/colorbalance/colorbalance.vcproj:
32699 * gst-libs/gst/idct/idct.vcproj:
32700 * gst-libs/gst/media-info/media-info.vcproj:
32701 * gst-libs/gst/mixer/mixer.vcproj:
32702 * gst-libs/gst/navigation/navigation.vcproj:
32703 * gst-libs/gst/play/play.vcproj:
32704 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32705 * gst-libs/gst/resample/resample.vcproj:
32706 * gst-libs/gst/tuner/tuner.vcproj:
32707 * gst-libs/gst/video/video.vcproj:
32708 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32709 more plugins supported under windows
32711 2004-07-25 Iain <iain@prettypeople.org>
32713 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32714 pad now rather than when the pad is created because state changes wipe
32715 explicit caps (fixes #148043).
32717 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
32719 reviewed by Benjamin Otte <otte@gnome.org>
32721 * ext/mad/gstmad.c:
32722 fix mad plugin crashing on Sun (fixes #148289)
32724 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32727 * gst/avi/avi.vcproj:
32728 * gst/matroska/matroska.def:
32729 * gst/matroska/matroska.vcproj:
32730 remove unused .def files
32732 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32734 * gst-libs/gst/audio/gstaudiofilter.c:
32735 Clean the local include
32737 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32740 * gst-libs/gst/audio/audio.def:
32741 * gst-libs/gst/audio/audio.vcproj:
32742 * gst-libs/gst/audio/audiofilter.vcproj:
32743 * gst-libs/gst/audio/riff.def:
32744 * gst-libs/gst/audio/riff.vcproj:
32745 * gst-libs/gst/gst-libs.def:
32746 * gst-libs/gst/gst-libs.vcproj:
32747 * gst/avi/avi.vcproj:
32748 * gst/avi/avi.vcproj:
32749 Copy the files where needed after building, cleaner projects
32751 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32753 * gst/matroska/ebml-write.c:
32754 Fix some 64 bits constants to be glib friendly
32756 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
32759 * gst-libs/gst/gst-libs.def:
32760 * gst-libs/gst/gst-libs.vcproj:
32761 * gst/matroska/matroska.def:
32762 * gst/matroska/matroska.vcproj:
32763 Add the preliminary canvas to build plugins on Win32
32765 2004-07-23 Benjamin Otte <otte@gnome.org>
32767 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32768 don't enfore negotiation from source side, it breaks
32769 sinesrc ! audioconvert ! osssink
32771 2004-07-22 David Schleef <ds@schleef.org>
32773 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32774 for ELF files, since they can easily be recognized as audio/mpeg.
32777 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32779 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32780 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32781 (gst_videoscale_scale_nearest_24bit),
32782 (gst_videoscale_scale_nearest_16bit):
32783 fix 16bit and 24bit for stride (24bit might need testing)
32784 don't pretend we do more than one algorithm
32786 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32790 * gst/multifilesink/Makefile.am:
32791 * gst/multifilesink/gstmultifilesink.c:
32792 (gst_multifilesink_get_formats),
32793 (gst_multifilesink_get_query_types), (_do_init),
32794 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32795 (gst_multifilesink_init), (gst_multifilesink_dispose),
32796 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32797 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32798 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32799 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32800 (gst_multifilesink_chain), (gst_multifilesink_change_state),
32801 (gst_multifilesink_uri_get_type),
32802 (gst_multifilesink_uri_get_protocols),
32803 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32804 (gst_multifilesink_uri_handler_init), (plugin_init):
32805 * gst/multifilesink/gstmultifilesink.h:
32806 * testsuite/Makefile.am:
32807 * testsuite/multifilesink/Makefile.am:
32808 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32809 (gst_newmedia_class_init), (gst_newmedia_init),
32810 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32811 (newfile_signal), (test_signal), (main):
32812 multifilesink plugin for creating new files every time a new media
32813 discontinuity event occurs
32815 2004-07-22 Wim Taymans <wim@fluendo.com>
32817 * gst/alpha/Makefile.am:
32818 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32819 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32820 (gst_alpha_color_init), (gst_alpha_color_set_property),
32821 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32822 (transform), (gst_alpha_color_chain),
32823 (gst_alpha_color_change_state), (plugin_init):
32824 Stupid plugin to to RGBA to AYUV conversion because none of
32825 the colorspace plugins can handle that yet.
32827 2004-07-22 Wim Taymans <wim@fluendo.com>
32829 * examples/seeking/seek.c: (update_scale), (main):
32830 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32831 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32832 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32833 (gst_decode_bin_init), (gst_decode_bin_dispose),
32834 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32835 (no_more_pads), (close_link), (type_found),
32836 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32838 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32839 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32840 (gst_play_base_bin_dispose), (queue_overrun),
32841 (gen_preroll_element), (remove_prerolls), (unknown_type),
32842 (no_more_pads), (new_stream), (setup_source),
32843 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32844 (play_base_eos), (gst_play_base_bin_change_state),
32845 (gst_play_base_bin_add_element),
32846 (gst_play_base_bin_remove_element),
32847 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32848 (gst_play_base_bin_unlink_stream),
32849 (gst_play_base_bin_get_streaminfo):
32850 * gst/playback/gstplaybin.c: (gen_video_element),
32851 (gen_audio_element):
32852 * gst/playback/gststreaminfo.h:
32853 More playback updates, attempt to fix things after the state change
32856 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32858 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32859 (gst_videoscale_scale_nearest_16bit):
32862 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32864 * gst/videotestsrc/gstvideotestsrc.c:
32865 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32866 (gst_videotestsrc_init), (gst_videotestsrc_get),
32867 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32868 (gst_videotestsrc_get_property):
32869 * gst/videotestsrc/gstvideotestsrc.h:
32870 * gst/videotestsrc/videotestsrc.c:
32871 * gst/videotestsrc/videotestsrc.h:
32872 cleanup and commenting
32874 2004-07-21 Wim Taymans <wim@fluendo.com>
32876 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32877 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32878 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32879 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32880 (_find_chain_get_unknown_part), (_find_streams_check),
32881 (gst_ogg_demux_push), (gst_ogg_pad_push):
32882 * ext/theora/theoradec.c: (theora_get_formats),
32883 (theora_dec_src_convert), (theora_dec_sink_convert),
32884 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32885 (theora_dec_chain):
32886 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32887 (vorbis_dec_convert), (vorbis_dec_src_query),
32888 (vorbis_dec_src_event), (vorbis_dec_event):
32889 More seeking fixes, oggdemux now supports seeking to time and
32890 uses the downstream element to convert granulepos to time.
32891 Seeking in theora-only ogg files now works.
32893 2004-07-21 Wim Taymans <wim@fluendo.com>
32895 * ext/theora/theoradec.c: (gst_theora_dec_init),
32896 (theora_get_formats), (theora_get_event_masks),
32897 (theora_get_query_types), (theora_dec_src_convert),
32898 (theora_dec_sink_convert), (theora_dec_src_query),
32899 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32900 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32901 (vorbis_get_event_masks), (vorbis_get_query_types),
32902 (gst_vorbis_dec_init), (vorbis_dec_convert),
32903 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32904 Added query/convert/formats functions to vorbis and theora decoders
32905 so that the outside world can use them too. Fixed seeking on an
32906 ogg/theora/vorbis file by disabling the seeking seeking on the
32909 2004-07-21 Julien MOUTTE <julien@moutte.net>
32911 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32912 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32913 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32914 images creation for both elements. We don't create the image on caps
32915 nego or renego, we just destroy the internal one if present if it does
32916 not match the needs. The chain function takes care of creating a new
32918 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32919 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32920 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32921 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32922 the image format information. The buffer pool checks for the context
32923 image format and discard images with different formats.
32924 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32926 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
32928 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32929 (gst_ffmpegcolorspace_chain):
32930 no point in doing any chaining if the pad we want to push from
32933 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
32935 * gst-libs/gst/riff/riff-media.c:
32936 (gst_riff_create_audio_caps_with_data):
32937 Fix double end-to-native symbol conversion (#148021).
32939 2004-07-20 David Schleef <ds@schleef.org>
32941 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32942 Don't use an Atom that doesn't exist.
32944 2004-07-20 Wim Taymans <wim@fluendo.com>
32946 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32947 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32948 (gst_multifdsink_client_remove),
32949 (gst_multifdsink_handle_client_write),
32950 (gst_multifdsink_queue_buffer):
32951 * gst/tcp/gstmultifdsink.h:
32952 More multifdsink stats. Avoid deadlock by releasing locks
32953 before sending out a signal.
32955 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
32959 added Hungarian translation (Laszlo Dvornik)
32961 2004-07-20 Wim Taymans <wim@fluendo.com>
32963 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32964 (gst_multifdsink_add), (gst_multifdsink_client_remove),
32965 (gst_multifdsink_handle_client_write),
32966 (gst_multifdsink_queue_buffer):
32967 * gst/tcp/gsttcp-marshal.list:
32968 Fixed the stupid marshal definition.
32970 2004-07-20 Wim Taymans <wim@fluendo.com>
32972 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32973 (gst_multifdsink_init), (gst_multifdsink_add),
32974 (gst_multifdsink_client_remove),
32975 (gst_multifdsink_handle_client_write),
32976 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32977 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32978 (gst_multifdsink_init_send):
32979 * gst/tcp/gstmultifdsink.h:
32980 Added more stats, added timeout for a client, fixed some typos
32981 and added some comments.
32983 2004-07-20 Wim Taymans <wim@fluendo.com>
32985 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32986 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32987 (gst_multifdsink_client_remove),
32988 (gst_multifdsink_handle_client_write):
32989 * gst/tcp/gstmultifdsink.h:
32990 * gst/tcp/gsttcp-marshal.list:
32991 Added get_stats method that returns a GValueArray of
32994 2004-07-19 Benjamin Otte <otte@gnome.org>
32996 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32997 make sure longname, description and author are valid UTF-8
32999 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
33001 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33002 (gst_ximagesink_set_property):
33003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33004 (gst_xvimagesink_set_property):
33005 make sure SYNCHRONOUS is respected after getting the X context
33007 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33009 * gst/matroska/matroska-demux.c:
33010 (gst_matroska_demux_handle_src_event),
33011 (gst_matroska_demux_parse_blockgroup):
33012 * gst/matroska/matroska-ids.h:
33013 add BlockReference tag and ignore it to clear out log.
33014 ignore NAVIGATION events to clear out log.
33016 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33018 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33019 (gst_matroska_demux_add_stream):
33020 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33021 add debug categories
33023 2004-07-16 Wim Taymans <wim@fluendo.com>
33025 * ext/libpng/Makefile.am:
33026 * ext/libpng/gstpng.c: (plugin_init):
33027 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33028 (gst_pngdec_get_type), (gst_pngdec_base_init),
33029 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33030 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33031 * ext/libpng/gstpngdec.h:
33034 2004-07-16 Julien MOUTTE <julien@moutte.net>
33036 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33037 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33038 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33039 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33040 (gst_ximagesink_buffer_alloc):
33041 * sys/ximage/ximagesink.h:
33042 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33043 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33044 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33045 (gst_xvimagesink_buffer_alloc):
33046 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33047 again. Using internal data pointer of the x(v)image to store image's
33048 data to be coherent with the buffer alloc mechanism. Investigated the
33049 image destruction code to be sure that everything gets freed correctly.
33051 2004-07-16 Wim Taymans <wim@fluendo.com>
33053 * gst-libs/gst/riff/riff-read.c:
33054 (gst_riff_read_strf_vids_with_data),
33055 (gst_riff_read_strf_auds_with_data):
33056 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33057 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33058 Make sure we don't create 0 sized subbuffers in riff-read.
33059 Signal the no more pads signal after reading the avi header.
33061 2004-07-16 Wim Taymans <wim@fluendo.com>
33063 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33064 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33065 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33066 (gst_decode_bin_init), (gst_decode_bin_dispose),
33067 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33068 (no_more_pads), (close_link), (type_found),
33069 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33070 (gst_decode_bin_change_state), (plugin_init):
33071 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33072 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33073 (gst_play_base_bin_dispose), (queue_overrun),
33074 (gen_preroll_element), (remove_prerolls), (unknown_type),
33075 (no_more_pads), (new_stream), (setup_source),
33076 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33077 (play_base_eos), (gst_play_base_bin_change_state),
33078 (gst_play_base_bin_add_element),
33079 (gst_play_base_bin_remove_element),
33080 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33081 (gst_play_base_bin_unlink_stream),
33082 (gst_play_base_bin_get_streaminfo):
33083 * gst/playback/gstplaybasebin.h:
33084 Better error recovery. Added configurable preroll queue size. Faster
33085 detection of no-more-pads.
33087 2004-07-16 Wim Taymans <wim@fluendo.com>
33089 * gst-libs/gst/video/video.h:
33090 Added 32 bits RGBA. Not sure if we should use another mime-type
33091 for alpha rgb. Currently the presence of the alpha_mask property
33092 signals an alpha channel.
33094 2004-07-16 Wim Taymans <wim@fluendo.com>
33096 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33097 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33098 FPS seems to be 0.0 to MAX everywhere else.
33100 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33102 * gst-libs/gst/riff/riff-media.c:
33103 (gst_riff_create_video_caps_with_data):
33104 mp42/mp43 (no caps) exist too.
33105 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33106 Set pixel_width/height; we've got them in-caps.
33107 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33108 * gst/wavparse/gstwavparse.c: (plugin_init):
33109 Both are valid primary.
33110 * sys/oss/gstossmixer.c:
33111 Remove i18n hack and enable translations.
33113 2004-07-15 Benjamin Otte <otte@gnome.org>
33115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33116 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33117 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33119 2004-07-15 Benjamin Otte <otte@gnome.org>
33121 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33122 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33123 (gst_alsa_close_audio):
33124 disable some of the debugging code for now. Writing debugging to a
33125 buffer is broken in current alsalib releases.
33127 2004-07-12 Benjamin Otte <otte@gnome.org>
33129 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33132 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33134 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33135 (theora_dec_src_query), (theora_dec_event):
33136 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33137 add debugging categories. Remove \n's.
33139 2004-07-13 Johan Dahlin <johan@gnome.org>
33141 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33142 (gst_play_bin_get_property): Impl.
33144 2004-07-13 Wim Taymans <wim@fluendo.com>
33146 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33147 When trying to find the stream length, seek back N pages
33148 instead of just one, where N is the number of streams in
33151 2004-07-13 Wim Taymans <wim@fluendo.com>
33153 * gst-libs/gst/riff/riff-media.c:
33154 (gst_riff_create_audio_caps_with_data),
33155 (gst_riff_create_audio_caps),
33156 (gst_riff_create_audio_template_caps):
33157 * gst-libs/gst/riff/riff-media.h:
33158 * gst-libs/gst/riff/riff-read.c:
33159 (gst_riff_read_strf_vids_with_data),
33160 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33161 * gst-libs/gst/riff/riff-read.h:
33162 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33163 (gst_avi_demux_add_stream):
33164 Set codec_data on caps for avidemuxer.
33166 2004-07-12 David Schleef <ds@schleef.org>
33168 * configure.ac: Fix test for Objective C
33170 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33171 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33172 (gst_gdk_pixbuf_chain):
33173 Add svg and pcx to template caps, and ensure that getcaps returns a
33174 subset of the template caps.
33175 Copy each row manually for output, as gdkpixbuf may pad the
33176 rowstride to a 32-bit word boundary.
33178 2004-07-12 Wim Taymans <wim@fluendo.com>
33180 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33181 (gst_riff_create_video_template_caps):
33182 Fix the template caps to include some more media types.
33184 2004-07-12 Wim Taymans <wim@fluendo.com>
33186 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33187 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33188 (compare_ranks), (print_feature), (gst_decode_bin_init),
33189 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33190 (try_to_link_1), (new_pad), (close_link), (type_found),
33191 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33192 (gst_decode_bin_change_state), (plugin_init):
33193 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33194 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33195 (gst_play_base_bin_dispose), (queue_overrun),
33196 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33197 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33198 (gst_play_base_bin_get_property), (play_base_eos),
33199 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33200 (gst_play_base_bin_remove_element),
33201 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33202 (gst_play_base_bin_unlink_stream),
33203 (gst_play_base_bin_get_streaminfo):
33204 * gst/playback/gstplaybasebin.h:
33205 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33206 (gst_play_bin_class_init), (gst_play_bin_init),
33207 (gst_play_bin_dispose), (gst_play_bin_set_property),
33208 (gst_play_bin_get_property), (gen_video_element),
33209 (gen_audio_element), (remove_sinks), (setup_sinks),
33210 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33211 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33212 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33213 (gst_play_bin_query), (plugin_init):
33214 * gst/playback/test4.c: (main):
33215 More fixes on reusing of the element.
33217 2004-07-11 Benjamin Otte <otte@gnome.org>
33219 * ext/mad/gstmad.c: (normal_seek):
33220 allow seeking for other methods than just SET
33222 2004-07-11 Andy Wingo <wingo@pobox.com>
33224 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33225 float, "any" caps -> buffer_frames=[0,MAX].
33227 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33228 doesn't intersect our caps with the template any more. Do it
33230 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33232 2004-07-09 Wim Taymans <wim@fluendo.com>
33234 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33235 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33236 (compare_ranks), (print_feature), (gst_decode_bin_init),
33237 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33238 (try_to_link_1), (new_pad), (close_link), (type_found),
33239 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33240 (gst_decode_bin_change_state), (plugin_init):
33241 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33242 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33243 (gst_play_base_bin_dispose), (queue_overrun),
33244 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33245 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33246 (gst_play_base_bin_get_property), (play_base_eos),
33247 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33248 (gst_play_base_bin_remove_element),
33249 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33250 (gst_play_base_bin_unlink_stream),
33251 (gst_play_base_bin_get_streaminfo):
33252 * gst/playback/gstplaybasebin.h:
33253 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33254 (gst_play_bin_class_init), (gst_play_bin_init),
33255 (gst_play_bin_dispose), (gst_play_bin_set_property),
33256 (gst_play_bin_get_property), (gen_video_element),
33257 (gen_audio_element), (remove_sinks), (setup_sinks),
33258 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33259 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33260 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33261 (gst_play_bin_query), (plugin_init):
33262 * gst/playback/test4.c: (main):
33263 Work on object reuse and seeking.
33265 2004-07-09 Wim Taymans <wim@fluendo.com>
33267 * examples/seeking/seek.c: (iterate):
33268 Don't consume all CPU in the idle loop.
33270 2004-07-09 Wim Taymans <wim@fluendo.com>
33272 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33273 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33274 Add pad to element *after* setting the pad functions so that
33275 the scheduler can use the correct ones.
33277 2004-07-09 Wim Taymans <wim@fluendo.com>
33279 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33280 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33281 Sync to keyframe after seek
33283 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33285 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33286 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33287 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33288 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33289 * ext/libvisual/visual.c: (gst_visual_change_state):
33290 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33291 * ext/theora/theoradec.c: (theora_dec_change_state):
33292 * ext/theora/theoraenc.c: (theora_enc_change_state):
33293 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33294 * gst-libs/gst/navigation/navigation.c:
33295 * gst/adder/gstadder.c: (gst_adder_change_state):
33296 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33297 (gst_audio_convert_get_buffer):
33298 * gst/multipart/multipartdemux.c:
33299 (gst_multipart_demux_change_state):
33300 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33301 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33302 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33303 * gst/videoscale/gstvideoscale.c:
33304 (gst_videoscale_handle_src_event):
33305 * gst/volume/gstvolume.c: (volume_chain_int16):
33306 don't assert in state change, this should be done by the base
33308 various debugging fixes.
33310 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33313 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33314 (gst_play_dispose), (gst_play_set_location),
33315 (gst_play_set_data_src), (gst_play_set_video_sink),
33316 (gst_play_set_audio_sink), (gst_play_set_visualization),
33317 (gst_play_connect_visualization), (gst_play_get_sink_element),
33318 (gst_play_get_all_by_interface):
33319 * gst-libs/gst/play/play.h:
33320 add new method to get elements implementing an interface.
33321 add various error logging
33323 2004-07-08 Wim Taymans <wim@fluendo.com>
33325 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33326 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33327 (make_playerbin_pipeline), (query_durations_elems),
33328 (query_durations_pads), (query_positions_elems),
33329 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33331 Added playbin seeking example.
33333 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33335 * gst-libs/gst/play/play.c: (gst_play_set_location),
33336 (gst_play_set_data_src), (gst_play_set_video_sink),
33337 (gst_play_set_audio_sink), (gst_play_set_visualization),
33338 (gst_play_connect_visualization), (gst_play_get_framerate):
33339 use a macro to look up elements from hash table
33341 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33343 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33344 (gst_play_get_length_callback), (gst_play_set_location),
33345 (gst_play_seek_to_time), (gst_play_set_data_src),
33346 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33347 (gst_play_set_visualization), (gst_play_connect_visualization),
33348 (gst_play_get_sink_element):
33349 - add debugging info
33350 - fix looking up sink elements by iterating over complete caps
33351 - put everything except for source and autoplugger in a complete bin
33353 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33355 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33356 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33357 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33358 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33359 * ext/alsa/gstalsasink.h:
33360 - add debugging info
33361 - clean up schizophrenia of data/buffer/event
33362 - fix double event unref error
33364 2004-07-08 Wim Taymans <wim@fluendo.com>
33366 * gst/playback/Makefile.am:
33367 Add headers to noinst
33369 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33371 * tools/gst-launch-ext-m.m:
33372 * tools/gst-launch-ext.1.in:
33373 convert to the third millenium
33375 2004-07-07 David Schleef <ds@schleef.org>
33377 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33379 2004-07-07 Wim Taymans <wim@fluendo.com>
33381 * gst/playback/Makefile.am:
33382 * gst/playback/README:
33383 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33384 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33385 (compare_ranks), (print_feature), (gst_decode_bin_init),
33386 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33387 (try_to_link_1), (new_pad), (close_link), (type_found),
33388 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33390 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33391 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33392 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33393 (gen_preroll_element), (no_more_pads), (new_stream),
33394 (setup_source), (gst_play_base_bin_set_property),
33395 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33396 (gst_play_base_bin_add_element),
33397 (gst_play_base_bin_remove_element),
33398 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33399 (gst_play_base_bin_unlink_stream),
33400 (gst_play_base_bin_get_streaminfo):
33401 * gst/playback/gstplaybasebin.h:
33402 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33403 (gst_play_bin_class_init), (gst_play_bin_init),
33404 (gst_play_bin_dispose), (gst_play_bin_set_property),
33405 (gst_play_bin_get_property), (gen_video_element),
33406 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33407 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33408 (gst_play_bin_get_formats), (gst_play_bin_convert),
33409 (gst_play_bin_get_query_types), (gst_play_bin_query),
33411 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33412 (gst_stream_info_get_type), (gst_stream_info_class_init),
33413 (gst_stream_info_init), (gst_stream_info_new),
33414 (gst_stream_info_dispose), (gst_stream_info_set_property),
33415 (gst_stream_info_get_property):
33416 * gst/playback/gststreaminfo.h:
33417 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33419 * gst/playback/test2.c: (main):
33420 * gst/playback/test3.c: (update_scale), (main):
33421 More playbin fixes. Added README. Do better element filtering.
33422 Added base class to preroll media. Added test apps.
33424 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33426 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33427 * ext/mpeg2dec/gstmpeg2dec.h:
33428 various debugging improvements. Reset stream to next picture
33429 instead of sequence header, otherwise seeks cannot work.
33431 2004-07-07 Wim Taymans <wim@fluendo.com>
33433 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33434 (gst_video_box_class_init), (gst_video_box_set_property),
33435 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33436 Use pad_alloc where possible.
33438 2004-07-07 Wim Taymans <wim@fluendo.com>
33440 * sys/oss/gstosselement.c: (gst_osselement_reset),
33441 (gst_osselement_parse_caps):
33442 * sys/oss/gstosselement.h:
33443 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33444 Fix offset on osssrc.
33446 2004-07-07 Wim Taymans <wim@fluendo.com>
33448 * ext/theora/theora.c: (plugin_init):
33449 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33450 (theora_dec_src_query), (theora_dec_chain):
33451 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33452 (theora_enc_sink_link), (theora_buffer_from_packet),
33453 (theora_push_packet), (theora_enc_chain):
33454 Fix theora granulepos calculation.
33455 Fix overflow in duration/position calculation.
33456 Bump rank to PRIMARY for theoradec.
33457 Use granulepos of last packet to calculate position.
33458 Set keyframe flag on buffers when needed.
33460 2004-07-06 David Schleef <ds@schleef.org>
33462 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33463 serious? (Fixed, obviously.)
33465 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33469 added Czech translation (Miloslav Trmac)
33471 2004-07-05 Wim Taymans <wim@fluendo.com>
33473 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33474 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33475 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33476 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33477 (close_link), (type_found), (gst_decode_bin_set_property),
33478 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33479 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33480 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33481 (gst_decode_bin_query), (plugin_init):
33482 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33483 (gst_play_bin_class_init), (gst_play_bin_init),
33484 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33485 (get_video_element), (new_pad), (setup_source),
33486 (gst_play_bin_set_property), (gst_play_bin_get_property),
33487 (gst_play_bin_change_state), (gst_play_bin_add_element),
33488 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33489 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33490 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33491 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33492 * gst/playback/test.c: (main):
33493 More fixes, cleaned up playbin, make it use decodebin. Added
33494 threaded property to playbin.
33496 2004-07-05 Wim Taymans <wim@fluendo.com>
33499 * gst/playback/Makefile.am:
33500 * gst/playback/decodetest.c: (main):
33501 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33502 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33503 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33504 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33505 (close_link), (type_found), (gst_decode_bin_set_property),
33506 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33507 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33508 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33509 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33511 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33512 (gst_play_bin_class_init), (gst_play_bin_init),
33513 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33514 (collect_sink_pads), (find_compatibles), (close_pad_link),
33515 (try_to_link_1), (new_pad), (close_link), (type_found),
33516 (setup_source), (gst_play_bin_set_property),
33517 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33518 (compare_ranks), (gst_play_bin_collect_factories),
33519 (gst_play_bin_change_state), (gst_play_bin_add_element),
33520 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33521 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33522 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33523 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33524 * gst/playback/test.c: (main):
33525 Added some playback helper elements and some test apps, very alpha
33528 2004-07-04 Benjamin Otte <otte@gnome.org>
33530 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33531 only restart audio when we indeed have an xrun to fix repeated
33532 xruns. Fix suggested by Giuliano Pochini.
33534 2004-07-03 David Schleef <ds@schleef.org>
33536 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33537 call to gst_debug_log() if debugging is disabled (bug #145118)
33539 2004-07-03 Benjamin Otte <otte@gnome.org>
33541 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33542 use our own functions for restarting the alsa device.
33543 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33544 I should apply patches myself - use MIN for the third argument, not
33545 the second, this fixes seeking
33547 2004-07-02 David Schleef <ds@schleef.org>
33549 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33550 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33553 2004-07-02 David Schleef <ds@schleef.org>
33555 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33556 output buffers. Fix logic mistake. (bug #144866)
33558 2004-07-02 David Schleef <ds@schleef.org>
33560 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33561 on X. (bug #144753)
33563 2004-07-02 David Schleef <ds@schleef.org>
33565 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33566 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33568 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33569 (gst_osselement_rate_probe_check): Add another workaround for
33570 buggy drivers (bug #145336)
33572 2004-07-02 David Schleef <ds@schleef.org>
33574 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33575 Most systems don't have MSG_NOSIGNAL.
33577 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33580 * gst-libs/gst/colorbalance/Makefile.am:
33581 * gst-libs/gst/mixer/Makefile.am:
33582 * gst-libs/gst/play/Makefile.am:
33583 * gst-libs/gst/tuner/Makefile.am:
33584 (hopefully) fix both install and dist and make error message useful.
33585 needs testing across automakes.
33587 2004-07-02 Benjamin Otte <otte@gnome.org>
33589 * ext/ogg/gstogg.c: (plugin_init):
33590 we require bytestream now
33591 * ext/ogg/gstoggdemux.c:
33592 huge diff to implement chain setup in a fast and generic way. This
33593 improves tag reading and startup of huge files (read: Theora videos)
33594 quite a bit. It probably contains bugs, too, so please test.
33595 Seeking is not improved to the fast method.
33597 2004-06-29 Wim Taymans <wim@fluendo.com>
33599 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33600 * ext/ogg/gstoggmux.c:
33601 Fix memleak in oggdemux when running unconnected pads.
33602 doc update in mux, start working on keyframe mode.
33604 2004-06-29 Benjamin Otte <otte@gnome.org>
33606 * sys/oss/gstosssink.c:
33607 * sys/oss/gstosssrc.c:
33608 advertise correct template caps - we indeed do non-native endianness
33609 and 8bit audio has no endianness
33610 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33611 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33612 avoid (wrong) duplications in getcaps function and return
33615 2004-06-29 Wim Taymans <wim@fluendo.com>
33617 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33618 (gst_multifdsink_class_init), (gst_multifdsink_add),
33619 (gst_multifdsink_remove), (gst_multifdsink_clear),
33620 (gst_multifdsink_client_remove),
33621 (gst_multifdsink_handle_client_read),
33622 (gst_multifdsink_client_queue_data),
33623 (gst_multifdsink_client_queue_caps),
33624 (gst_multifdsink_client_queue_buffer),
33625 (gst_multifdsink_handle_client_write),
33626 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33627 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33628 (gst_multifdsink_init_send), (gst_multifdsink_close):
33629 Fix wrong GList iteration that could crash the server when
33630 more then 2 clients disconnect at the same time. Read all the
33631 pending commands in one batch to recover from command storms under
33634 2004-06-28 Wim Taymans <wim@fluendo.com>
33636 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33637 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33638 (gst_videomixer_pad_set_property),
33639 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33640 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33641 (gst_videomixer_class_init), (gst_videomixer_init),
33642 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33643 (pad_zorder_compare), (gst_videomixer_sort_pads),
33644 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33645 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33646 (gst_videomixer_update_queues), (gst_videomixer_loop),
33648 Avoid divide by zero, choose masterpad as the pad with the highest
33651 2004-06-27 Julien Moutte <julien@moutte.net>
33653 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33654 (gst_ximagesink_xwindow_new):
33655 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33656 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33657 function directly. We might want to call it from somewhere else one day.
33659 2004-06-27 Julien Moutte <julien@moutte.net>
33661 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33662 (gst_ximagesink_xwindow_new):
33663 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33664 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33665 window decorations.
33667 2004-06-27 Wim Taymans <wim@fluendo.com>
33669 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33670 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33671 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33672 (gst_dvdec_set_property), (gst_dvdec_get_property):
33673 * ext/dv/gstdvdec.h:
33674 Implement drop_factor property to lower the framerate with
33677 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
33679 * gst-libs/gst/colorbalance/Makefile.am:
33680 * gst-libs/gst/mixer/Makefile.am:
33681 * gst-libs/gst/play/Makefile.am:
33682 * gst-libs/gst/tuner/Makefile.am:
33683 unbreak Company's fix that didn't install the -enum.h files
33685 2004-06-27 Wim Taymans <wim@fluendo.com>
33687 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33688 (gst_dvdec_change_state):
33689 * ext/dv/gstdvdec.h:
33690 Fix timestamp, duration and offset of the buffers.
33692 2004-06-27 Wim Taymans <wim@fluendo.com>
33694 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33695 (gst_multifdsink_class_init), (gst_multifdsink_add),
33696 (gst_multifdsink_remove), (gst_multifdsink_clear),
33697 (gst_multifdsink_client_remove),
33698 (gst_multifdsink_handle_client_read),
33699 (gst_multifdsink_client_queue_data),
33700 (gst_multifdsink_client_queue_caps),
33701 (gst_multifdsink_client_queue_buffer),
33702 (gst_multifdsink_handle_client_write),
33703 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33704 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33705 (gst_multifdsink_init_send), (gst_multifdsink_close):
33706 * gst/tcp/gstmultifdsink.h:
33707 * gst/tcp/gsttcpserversink.c:
33708 (gst_tcpserversink_handle_server_read),
33709 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33710 More multifdsink fixes, more recovery policy fixes.
33711 Removed stupid g_print
33713 2004-06-26 Wim Taymans <wim@fluendo.com>
33715 * gst/tcp/Makefile.am:
33716 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33717 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33718 (gst_multifdsink_class_init), (gst_multifdsink_init),
33719 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33720 (gst_multifdsink_handle_client_read),
33721 (gst_multifdsink_client_queue_data),
33722 (gst_multifdsink_client_queue_caps),
33723 (gst_multifdsink_client_queue_buffer),
33724 (gst_multifdsink_handle_client_write),
33725 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33726 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33727 (gst_multifdsink_chain), (gst_multifdsink_set_property),
33728 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33729 (gst_multifdsink_close), (gst_multifdsink_change_state):
33730 * gst/tcp/gstmultifdsink.h:
33731 * gst/tcp/gsttcpplugin.c: (plugin_init):
33732 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33733 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33734 (gst_tcpserversink_handle_server_read),
33735 (gst_tcpserversink_handle_select),
33736 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33737 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33738 * gst/tcp/gsttcpserversink.h:
33739 Added multifdsink, made tcpserversink a subclass of fdsink, removed
33740 one of the locks, added recovery policy to multifdsink.
33742 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33744 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33745 fix decision for when getting frames with same timestamp
33746 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33747 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33748 (gst_v4lsrc_get_property):
33749 * sys/v4l/gstv4lsrc.h:
33750 add latency offset property
33752 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33754 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33756 fix debugging. add category.
33758 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33760 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33763 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33765 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33766 (gst_alsa_src_get_time), (gst_alsa_src_loop),
33767 (gst_alsa_src_change_state):
33768 return a time that is in sync with the element's processing
33770 2004-06-25 Wim Taymans <wim@fluendo.com>
33772 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33773 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33774 (gst_tcpserversink_client_remove),
33775 (gst_tcpserversink_handle_client_read),
33776 (gst_tcpserversink_client_queue_data),
33777 (gst_tcpserversink_client_queue_caps),
33778 (gst_tcpserversink_client_queue_buffer),
33779 (gst_tcpserversink_handle_client_write),
33780 (gst_tcpserversink_queue_buffer),
33781 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33782 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33783 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33784 (gst_tcpserversink_close):
33785 * gst/tcp/gsttcpserversink.h:
33786 Serversink rewrite. Really do non blocking writes to clients and
33787 maintain an internal queue to handle slower clients while not
33788 disturbing fast clients.
33790 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33792 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33793 better debug, don't override OFFSET and OFFSET_END
33795 2004-06-25 Iain <iain@prettypeople.org>
33797 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33798 name=source for the wavparse pipeline.
33800 2004-06-24 Johan Dahlin <johan@gnome.org>
33802 * ext/theora/theoraenc.c (theora_enc_chain): Call
33803 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33804 streamheader caps are set correctly.
33806 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33808 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33809 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33810 respect minimum bitrate; same could be done for max bitrate
33812 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33814 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33815 (gst_vorbisenc_setup):
33816 fix sample rate range
33818 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33820 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33821 (gst_oggvorbisenc_setup):
33822 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33823 (gst_vorbisenc_setup):
33824 resolve ambiguities in code and description
33826 2004-06-24 Wim Taymans <wim@fluendo.com>
33828 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33829 * ext/alsa/gstalsa.h:
33830 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33831 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33832 Use alsa trigger_tstamp to get the timestamp of the first
33833 sample in the buffer for more precise sync. Some cleanups.
33835 2004-06-24 Wim Taymans <wim@fluendo.com>
33837 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33838 (gst_audiorate_init), (gst_audiorate_chain),
33839 (gst_audiorate_set_property), (gst_audiorate_get_property):
33840 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33841 (gst_videorate_chain):
33842 Added some logging, fixed an overflow bug in videorate.
33844 2004-06-24 Benjamin Otte <otte@gnome.org>
33846 * ext/kio/Makefile.am:
33847 fix for builddir != srcdir and distcheck
33849 2004-06-24 Benjamin Otte <otte@gnome.org>
33851 * gst-libs/gst/colorbalance/Makefile.am:
33852 * gst-libs/gst/mixer/Makefile.am:
33853 * gst-libs/gst/play/Makefile.am:
33854 * gst-libs/gst/tuner/Makefile.am:
33855 * gst/tcp/Makefile.am:
33856 * sys/dxr3/Makefile.am:
33857 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33859 Also add all *.list files that were missing.
33861 add a distcheck hook to ensure the above doesn't happen again.
33863 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
33865 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33867 2004-06-23 Colin Walters <walters@redhat.com>
33869 * m4/Makefile.am: Distribute gst-fionread.m4.
33871 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33873 * configure.ac: back to dev
33875 2004-06-23 Wim Taymans <wim@fluendo.com>
33877 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33878 (gst_alsa_xrun_recovery):
33879 * ext/alsa/gstalsa.h:
33880 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33881 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33882 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33883 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33884 (gst_alsa_src_loop):
33885 Add clock to alsasrc. Take new capture timestamp when
33886 restarting after an overrun. Split up some functions between
33887 alsasrc and alsasink.
33889 === release 0.8.2 ===
33891 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33893 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33894 (gst_alsa_change_state), (gst_alsa_update_avail),
33895 (gst_alsa_xrun_recovery):
33896 * ext/alsa/gstalsa.h:
33897 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33898 merge back changes from release
33900 2004-06-23 Wim Taymans <wim@fluendo.com>
33902 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33903 (gst_audiorate_init), (gst_audiorate_chain),
33904 (gst_audiorate_set_property), (gst_audiorate_get_property):
33905 Implement sample dropping and notify
33907 2004-06-22 Wim Taymans <wim@fluendo.com>
33909 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33910 (theora_enc_sink_link), (theora_buffer_from_packet),
33911 (theora_push_packet), (theora_enc_chain):
33912 Some cleanups, make sure the timestamps are correct.
33914 2004-06-22 Wim Taymans <wim@fluendo.com>
33916 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33917 (gst_alsa_change_state), (gst_alsa_update_avail),
33918 (gst_alsa_xrun_recovery):
33919 * ext/alsa/gstalsa.h:
33920 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33921 Cleanups, take queued samples into account when reporting
33924 2004-06-22 Wim Taymans <wim@fluendo.com>
33926 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33927 (gst_videorate_init):
33928 Initialize the property as well.
33930 2004-06-22 Wim Taymans <wim@fluendo.com>
33932 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33933 (gst_videorate_init), (gst_videorate_chain),
33934 (gst_videorate_set_property), (gst_videorate_get_property):
33935 Add property to make videorate silent.
33936 Add property to prefer new frames over old ones.
33938 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33940 * sys/osxvideo/Makefile.am:
33941 Workaround so that the osxvideo .so file gets linked with the
33942 Cocoa, OpenGL and QuickTime frameworks
33944 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33946 * sys/osxaudio/Makefile.am:
33947 Workaround so that the osxaudio .so file gets linked with the
33948 CoreAudio framework
33950 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33953 Whoops, my fault...fixed build issues
33955 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33958 Add objective-c support if running in Darwin/Mac OS X
33961 * sys/osxvideo/Makefile.am:
33962 * sys/osxvideo/osxvideosink.h:
33963 * sys/osxvideo/osxvideosink.m:
33964 * sys/osxvideo/cocoawindow.h:
33965 * sys/osxvideo/cocoawindow.m:
33966 Add osxvideosink, a cocoa-based osx video sink
33969 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
33970 * ext/dvdnav/gst-dvd:
33971 Grab the gconf key from the right spot
33972 * gst/debug/gstnavseek.c: (gst_navseek_init),
33973 (gst_navseek_segseek), (gst_navseek_handle_src_event),
33974 (gst_navseek_chain):
33975 * gst/debug/gstnavseek.h:
33976 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33977 and loop parameters of a segment seek.
33978 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33979 (gst_videotestsrc_get_event_masks),
33980 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33981 * gst/videotestsrc/gstvideotestsrc.h:
33982 Add seeking support to videotestsrc
33983 Initialise the timestamp_offset variable.
33985 2004-06-18 Wim Taymans <wim@fluendo.com>
33987 * ext/sidplay/gstsiddec.cc:
33988 Fix negotiation and set correct end offset.
33990 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
33992 * configure.ac: branch and prerelease
33994 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33996 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33997 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33998 (gst_tcpclientsrc_init_receive):
33999 * gst/tcp/gsttcpclientsrc.h:
34000 read caps when connecting to server for GDP so we set them correctly
34002 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34004 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34005 notify drops and duplicates
34006 * gst/videoscale/videoscale.c: (videoscale_get_structure):
34007 no good reason to limit ourselves to 100x100
34009 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34011 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34012 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34013 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34014 (gst_v4lsrc_get_property):
34015 * sys/v4l/gstv4lsrc.h:
34016 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34017 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34018 (gst_v4l_set_audio):
34019 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34020 (gst_v4lsrc_try_capture):
34021 * sys/v4l/v4lsrc_calls.h:
34022 change try_palette to more general try_capture
34023 add autoprobe option so we can turn off autoprobing
34026 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34030 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34031 (gst_ximagesink_class_init):
34032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34033 (gst_xvimagesink_class_init):
34034 run them as finalize, not dispose, since dispose can be invoked
34037 2004-06-17 Wim Taymans <wim@fluendo.com>
34039 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34040 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34041 * ext/alsa/gstalsa.h:
34042 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34043 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34044 (gst_alsa_src_change_state):
34045 * ext/alsa/gstalsasrc.h:
34046 Make the xrun code timestamp and offset the buffers correctly.
34047 moved the clock to the base class, use alsa methods to get time.
34048 Do correct timestamping on outgoing buffers.
34050 2004-06-17 Wim Taymans <wim@fluendo.com>
34052 * gst/audiorate/Makefile.am:
34053 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34054 (gst_audiorate_base_init), (gst_audiorate_class_init),
34055 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34056 (gst_audiorate_set_property), (gst_audiorate_get_property),
34057 (gst_audiorate_change_state), (plugin_init):
34058 Added an audiorate converter that fills in gaps.
34060 2004-06-17 Johan Dahlin <johan@gnome.org>
34062 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34064 2004-06-16 Wim Taymans <wim@fluendo.com>
34066 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34067 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34068 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34069 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34070 (gst_v4lsrc_get_property):
34071 * sys/v4l/gstv4lsrc.h:
34072 Added a copy mode to v4lsrc where it will output a copied version
34073 of its internal hardware buffer.
34074 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34077 2004-06-16 Wim Taymans <wim@fluendo.com>
34079 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34082 2004-06-16 Wim Taymans <wim@fluendo.com>
34084 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34085 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34086 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34087 (gst_v4lsrc_get_property):
34088 * sys/v4l/gstv4lsrc.h:
34089 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34090 Added a sync mode enum property to control v4lsrc timestamp method
34091 Removed the use-fixed-fps property and moved functionality in
34093 Don't error on an error value from v4l-conf, it might not always
34096 2004-06-16 Wim Taymans <wim@fluendo.com>
34098 * gst/videorate/Makefile.am:
34099 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34100 (gst_videorate_base_init), (gst_videorate_class_init),
34101 (gst_videorate_getcaps), (gst_videorate_link),
34102 (gst_videorate_init), (gst_videorate_chain),
34103 (gst_videorate_set_property), (gst_videorate_get_property),
34104 (gst_videorate_change_state), (plugin_init):
34105 Added a video timestamp corrector.
34107 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34109 fixed a potential leak with previous commit
34111 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34113 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34115 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34116 Added missing refcount, fixes bug #144425
34117 Cheers Tim for finding the bug
34119 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34121 * sys/v4l/gstv4l.c: (plugin_init):
34122 * sys/v4l/gstv4lcolorbalance.c:
34123 * sys/v4l/gstv4lcolorbalance.h:
34124 * sys/v4l/gstv4lelement.c:
34125 * sys/v4l/gstv4lelement.h:
34126 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34127 * sys/v4l/gstv4lmjpegsink.h:
34128 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34129 * sys/v4l/gstv4lmjpegsrc.h:
34130 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34131 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34132 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34133 * sys/v4l/gstv4lsrc.h:
34134 * sys/v4l/gstv4ltuner.c:
34135 * sys/v4l/gstv4ltuner.h:
34136 * sys/v4l/gstv4lxoverlay.c:
34137 * sys/v4l/gstv4lxoverlay.h:
34138 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34139 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34140 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34141 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34142 (gst_v4l_set_audio):
34143 * sys/v4l/v4l_calls.h:
34144 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34145 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34146 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34147 (gst_v4lmjpegsink_playback_init),
34148 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34149 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34150 (gst_v4lmjpegsink_playback_stop),
34151 (gst_v4lmjpegsink_playback_deinit):
34152 * sys/v4l/v4lmjpegsink_calls.h:
34153 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34154 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34155 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34156 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34157 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34158 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34159 * sys/v4l/v4lmjpegsrc_calls.h:
34160 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34161 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34162 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34163 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34164 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34165 (gst_v4lsrc_try_palette):
34166 * sys/v4l/v4lsrc_calls.h:
34167 bunch of paranoia cleanups
34169 2004-06-14 David Schleef <ds@schleef.org>
34171 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34172 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34173 Send discont events and change timestamps appropriately when
34174 we get a seek event. (bug #144240)
34175 * ext/cdparanoia/gstcdparanoia.h:
34177 2004-06-14 Benjamin Otte <otte@gnome.org>
34179 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34180 snd_pcm_hw_params_set_rate since the latter fails for no good
34181 reason on some setups.
34183 2004-06-14 David Schleef <ds@schleef.org>
34185 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34186 standard. Thank you for playing.
34188 2004-06-14 Wim Taymans <wim@fluendo.com>
34190 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34191 Patch 1.3 broke the ordering of the colorspace info and
34192 made the plugin basically work by coincidence, reordered
34195 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34197 * ext/lame/gstlame.c:
34198 * ext/mad/gstmad.c:
34199 sync caps. Make sure mad can only output a list of rates, not
34200 a full range. In the future, have three caps lists for each of the
34201 mpeg versions. Change mpegversion to a double as well.
34203 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34205 * gst/volume/.cvsignore:
34206 * gst/volume/Makefile.am:
34207 * gst/volume/demo.c: (value_changed_callback), (idler),
34208 (setup_gui), (main):
34209 added small demo app
34211 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34212 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34213 * ext/esd/esdsink.h:
34214 Close the esd connection on pause, because esd will just wait -
34215 blocking all other esd clients indefinitely.
34217 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34219 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34220 previous commit with GST_DEBUG
34222 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34225 add a header check for a dvdread header in dvdnav. Fixes #133002
34227 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34229 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34230 * gst/tcp/gsttcpclientsink.h:
34231 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34232 * gst/tcp/gsttcpclientsrc.h:
34233 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34234 (gst_tcpserversink_handle_server_read),
34235 (gst_tcpserversink_init_send):
34236 * gst/tcp/gsttcpserversink.h:
34237 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34238 * gst/tcp/gsttcpserversrc.h:
34239 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34242 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34245 Added ogg library so that OSX detects libtheora properly
34247 2004-06-11 Wim Taymans <wim@fluendo.com>
34249 * ext/theora/theoradec.c: (theora_dec_chain),
34250 (theora_dec_change_state):
34251 Don't try to decode frames before we received a keyframe.
34253 2004-06-11 Wim Taymans <wim@fluendo.com>
34255 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34256 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34257 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34258 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34259 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34260 Added property to set the maximum delay of a page.
34262 2004-06-10 Wim Taymans <wim@fluendo.com>
34264 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34265 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34266 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34267 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34268 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34269 Added max-delay property to control the maximum amount
34270 of data to put in one page.
34272 2004-06-10 Wim Taymans <wim@fluendo.com>
34274 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34275 (gst_theora_enc_init), (theora_enc_sink_link),
34276 (theora_buffer_from_packet), (theora_enc_set_property),
34277 (theora_enc_get_property):
34278 Set duration on encoded buffer, added some more properties
34280 2004-06-10 Wim Taymans <wim@fluendo.com>
34282 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34283 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34284 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34285 * ext/theora/theoraenc.c: (theora_enc_chain):
34286 Fix refcounting bugs
34288 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34290 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34291 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34292 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34293 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34294 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34295 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34296 (gst_asf_demux_change_state):
34297 * gst/asfdemux/gstasfdemux.h:
34298 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34299 feels like. I think we should set a new requirement for demuxers
34300 from now on to implement sane loop functions, data loops, query
34301 and seek functions before first commit into CVS. And this commit
34302 fixes all of the above.
34304 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34306 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34307 vorbis comments are properly encoded in UTF-8 before adding them
34310 2004-06-09 Benjamin Otte <otte@gnome.org>
34312 * ext/alsa/gstalsa.c: (add_channels):
34313 handle min <= max correctly
34314 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34315 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34316 add fixation functions so we fixate correctly. No preferring of alaw
34317 anymore because it's the first structure.
34318 * ext/alsa/gstalsa.h:
34319 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34320 (gst_alsa_hw_params_dump):
34321 add functions to ease debugging in alsalib
34322 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34323 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34324 (gst_alsa_start_audio):
34325 only specify hw params if we really setup a format (fixes #134007 -
34326 or at least works around it)
34328 2004-06-09 Wim Taymans <wim@fluendo.com>
34330 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34331 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34332 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34333 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34334 (gst_ogg_mux_loop):
34335 Use stream caps to setup the initial pages in the ogg stream.
34336 Correctly set the streamheader caps on the srcpad.
34338 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34340 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34341 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34342 (gst_v4lsrc_getcaps):
34343 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34344 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34345 add querying of fps lists for webcams. Negotiating to a framerate
34348 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34350 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34351 (theora_push_buffer), (theora_push_packet),
34352 (theora_set_header_on_caps), (theora_enc_chain):
34353 mark buffers and put on streamheader, raw theora streaming
34354 now works too, whee
34356 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34358 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34359 (gst_tcp_gdp_read_caps):
34360 do a looping read for caps and GDP headers too
34362 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34364 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34365 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34366 return EOS instead of NULL in _get
34368 2004-06-08 Wim Taymans <wim@fluendo.com>
34370 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34371 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34372 (gst_tcp_gdp_write_caps):
34373 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34374 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34375 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34378 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34380 * ext/vorbis/Makefile.am:
34381 * ext/vorbis/vorbis.c: (plugin_init):
34382 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34383 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34384 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34385 (vorbis_parse_change_state):
34386 * ext/vorbis/vorbisparse.h:
34387 adding a vorbisparse element that marks the buffers, streaming
34388 raw vorbis using GDP now works, whee
34390 2004-06-08 Wim Taymans <wim@fluendo.com>
34392 * ext/jpeg/Makefile.am:
34394 * ext/jpeg/gstjpeg.c: (plugin_init):
34395 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34396 (gst_smokedec_base_init), (gst_smokedec_class_init),
34397 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34398 * ext/jpeg/gstsmokedec.h:
34399 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34400 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34401 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34402 (gst_smokeenc_resync), (gst_smokeenc_chain),
34403 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34404 * ext/jpeg/gstsmokeenc.h:
34405 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34406 (smokecodec_flush_destination), (smokecodec_term_destination),
34407 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34408 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34409 (smokecodec_term_source), (smokecodec_encode_new),
34410 (smokecodec_decode_new), (smokecodec_info_free),
34411 (smokecodec_set_quality), (smokecodec_get_quality),
34412 (smokecodec_set_threshold), (smokecodec_get_threshold),
34413 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34414 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34415 (smokecodec_parse_header), (smokecodec_decode):
34416 * ext/jpeg/smokecodec.h:
34417 Added a new simple jpeg based codec
34419 2004-06-08 Wim Taymans <wim@fluendo.com>
34421 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34422 (gst_multipart_mux_loop):
34425 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34427 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34428 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34429 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34430 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34431 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34432 * gst/tcp/gsttcpserversink.h:
34433 take streamheader into account
34435 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34437 * gst/level/Makefile.am:
34438 * gst/level/gstlevel.c: (gst_level_class_init):
34439 clean up marshal generation
34441 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34443 * gst/tcp/Makefile.am:
34444 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34445 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34446 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34447 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34448 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34449 (gst_tcpclientsrc_get_property):
34450 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34451 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34452 (gst_tcpserversink_handle_client_read),
34453 (gst_tcpserversink_handle_client_write),
34454 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34455 * gst/tcp/gsttcpserversink.h:
34456 add signals client-added and client-removed
34457 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34458 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34459 (gst_tcpserversrc_get_property):
34460 uniformized, change default protocol to NONE
34461 * gst/tcp/gsttcp-marshal.list: added
34462 2004-06-07 Benjamin Otte <otte@gnome.org>
34464 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34465 handle discont events if they happen before caps nego
34467 2004-06-07 Wim Taymans <wim@fluendo.com>
34469 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34470 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34471 (gst_multipart_demux_plugin_init):
34472 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34473 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34474 (gst_multipart_mux_change_state):
34475 Small updates, fix a memleak
34477 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34479 * configure.ac: OSS portability
34480 * ext/arts/gst_arts.c: idem
34481 * sys/oss/gstosselement.c: idem
34482 * sys/oss/gstossmixer.c: idem
34483 * sys/oss/gstosssink.c: idem
34484 * sys/oss/gstosssrc.c: idem
34485 * sys/oss/oss_probe.c: idem
34486 - check for soundcard.h in different places for some BSD
34488 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34491 Add me to the authors file
34493 Increase the libdv requirement to >= version 0.100
34494 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34495 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34496 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34497 * ext/dv/gstdvdec.h:
34498 Add support for the new_media flag when sending DISCONT events
34499 Make the querying work when video pad is not linked
34501 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34503 reviewed by Benjamin Otte <otte@gnome.org>
34505 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34506 create a NULL-initialized array of pads, so we don't think they
34507 exist already. (fixes #143130)
34509 2004-06-07 Benjamin Otte <otte@gnome.org>
34511 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34512 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34513 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34514 don't use // coments
34516 2004-06-07 Benjamin Otte <otte@gnome.org>
34518 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34519 cast to GstClockTime to get higher granularity
34520 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34521 use gst_element_set_time_delay to get the exact time
34522 * ext/mad/gstmad.c: (gst_mad_chain):
34523 use the negotiated rate instead of the current frame's rate which
34524 might be wrong because of bit errors. This avoids emitting totally
34525 bogus timestamps and screwing sync.
34528 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34530 reviewed by Benjamin Otte <otte@gnome.org>
34532 * gst/adder/gstadder.c: (gst_adder_loop):
34533 properly error out when no negotiation has happened yet. (fixes
34536 2004-06-06 Benjamin Otte <otte@gnome.org>
34538 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34539 forward correctly transformed offset in discont events. Based on
34540 patch by Arwed v. Merkatz. (fixes #142851)
34542 2004-06-06 David Schleef <ds@schleef.org>
34544 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34545 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34546 problems on several systems.
34548 2004-06-06 Benjamin Otte <otte@gnome.org>
34550 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34551 use explicit caps on the srcpad
34552 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34553 properly error out if caps couldn't be set (fixes #142764)
34555 2004-06-06 Benjamin Otte <otte@gnome.org>
34557 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34558 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34559 (gst_alsa_start_audio):
34560 - don't call set_periods_integer anymore, it breaks the
34561 configuration randomly
34562 - call snd_pcm_hw_params_set_access directly instead of using masks
34563 - don't fail if the sw_params can't be set, just use the default
34564 params and hope it works. Alsalib has weird issues when you touch
34565 sw_params and does no proper error reporting about what failed.
34566 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34567 (gst_alsa_close_audio):
34568 make our alsa debugging go via gst debugging and not conditionally
34570 * ext/alsa/gstalsa.h:
34571 add ALSA_DEBUG_FLUSH macro
34572 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34574 wrap alsa errors to be printed via the gst debugging system and not
34577 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34579 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34580 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34581 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34582 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34583 (qtdemux_parse_trak):
34584 * gst/qtdemux/qtdemux.h:
34585 Bitch. Also known as seeking, querying & co.
34586 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34587 (gst_osssink_change_state):
34588 * sys/oss/gstosssink.h:
34589 Resyncing is for weenies, this hack is no longer needed and was
34590 broken anyway (since it - unintendedly - always leaves resync to
34593 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34595 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34596 * gst/tcp/gsttcpclientsrc.h: idem
34597 - define MSG_NOSIGNAL if not done
34598 - include unistd.h for off_t
34601 2004-06-05 Benjamin Otte <otte@gnome.org>
34604 * ext/kio/Makefile.am:
34605 check for qt's moc preprocessor explicitly and use it
34607 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34609 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34610 don't get a signal for EPIPE on socket writes
34611 (somebody check if this works on other platforms)
34613 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34615 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34616 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34617 check error condition on available samples correctly
34619 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34621 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34623 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34624 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34625 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34626 (gst_tcpserversrc_gdp_read_header):
34627 use ssize_t over size_t since the former is signed and thus the
34628 check for error codes can work
34630 2004-06-02 Wim Taymans <wim@fluendo.com>
34634 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34635 (gst_multipart_mux_loop):
34638 2004-06-02 Wim Taymans <wim@fluendo.com>
34640 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34641 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34642 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34643 (gst_multipart_mux_change_state):
34644 Added configurable boundary specifier, added the value as a
34645 caps field as well.
34647 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34649 * gst/tcp/gsttcp.c:
34650 * gst/tcp/gsttcpclientsrc.c:
34651 * gst/tcp/gsttcpclientsrc.h:
34652 * gst/tcp/gsttcpserversrc.c:
34653 - portability fix, to compile on OSX
34656 * sys/osxaudio/gstosxaudioelement.c:
34657 * sys/osxaudio/gstosxaudiosink.c:
34658 * sys/osxaudio/gstosxaudiosrc.c:
34659 - compilation warnings on OSX
34662 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34664 * ext/vorbis/vorbisdec.c : sign warning fixes
34666 * gst-libs/gst/mixer/mixertrack.c :
34667 do no use defines which are glib 2.4 specific
34669 2004-06-01 Christophe Fergeau <teuf@gnome.org>
34671 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34672 buffer since libflac doesn't expect it (reports a sync error when
34673 it encounters that)
34676 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
34678 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34679 * gst-libs/gst/mixer/mixertrack.c:
34680 (gst_mixer_track_get_property), (get_mixer_track_init),
34681 (get_mixer_track_get_property): Added property accessors
34682 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34683 * gst-libs/gst/mixer/mixeroptions.c:
34684 (gst_mixer_options_get_values): Added
34685 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34686 * gst-libs/gst/mixer/mixer.c: Fixed comment
34689 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34691 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34692 improve error messages on open
34695 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34697 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34698 check if v4l-conf is in path
34700 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34702 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34703 change assert to a more readable error message
34705 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34707 * gst-libs/gst/tuner/tunerchannel.h:
34708 - add a freq_multiplicator field to make the conversion
34709 between internal frequency unit and Hz
34710 * sys/v4l/gstv4lelement.c:
34711 * sys/v4l2/gstv4l2element.c:
34712 - change default video device to /dev/video0
34713 * sys/v4l/v4l_calls.c:
34714 * sys/v4l2/v4l2_calls.c:
34715 - we only expose frequency to the user in Hz instead of
34716 bastard v4lX unit (either 62.5kHz or 62.5Hz)
34718 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
34719 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34720 Initialise b_o_s and e_o_s variables
34721 * gst-libs/gst/riff/riff-media.c:
34722 (gst_riff_create_video_caps_with_data):
34723 Add some unusual fourcc's from mplayer avi's
34724 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34725 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34728 2004-05-28 Wim Taymans <wim@fluendo.com>
34731 * gst/alpha/Makefile.am:
34732 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34733 (gst_alpha_get_type), (gst_alpha_base_init),
34734 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34735 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34736 (gst_alpha_chroma_key), (gst_alpha_chain),
34737 (gst_alpha_change_state), (plugin_init):
34738 A plugin to add an alpha channel to I420 video. Can optionally do
34740 * gst/multipart/Makefile.am:
34741 * gst/multipart/multipart.c: (plugin_init):
34742 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34743 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34744 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34745 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34746 (gst_multipart_demux_change_state),
34747 (gst_multipart_demux_plugin_init):
34748 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34749 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34750 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34751 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34752 (gst_multipart_mux_pad_unlink),
34753 (gst_multipart_mux_request_new_pad),
34754 (gst_multipart_mux_handle_src_event),
34755 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34756 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34757 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34758 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34759 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34760 send multipart jpeg images to a browser.
34761 * gst/videobox/Makefile.am:
34762 * gst/videobox/README:
34763 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34764 (gst_video_box_get_type), (gst_video_box_base_init),
34765 (gst_video_box_class_init), (gst_video_box_init),
34766 (gst_video_box_set_property), (gst_video_box_get_property),
34767 (gst_video_box_sink_link), (gst_video_box_i420),
34768 (gst_video_box_ayuv), (gst_video_box_chain),
34769 (gst_video_box_change_state), (plugin_init):
34770 Crops or adds borders around an image. can do alpha channel
34772 * gst/videomixer/Makefile.am:
34773 * gst/videomixer/README:
34774 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34775 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34776 (gst_videomixer_pad_get_sink_event_masks),
34777 (gst_videomixer_pad_get_property),
34778 (gst_videomixer_pad_set_property),
34779 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34780 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34781 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34782 (gst_videomixer_base_init), (gst_videomixer_class_init),
34783 (gst_videomixer_init), (gst_videomixer_request_new_pad),
34784 (gst_videomixer_handle_src_event),
34785 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34786 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34787 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34788 (gst_videomixer_loop), (gst_videomixer_get_property),
34789 (gst_videomixer_set_property), (gst_videomixer_change_state),
34791 Generic video mixer plugin, can handle multiple inputs all with
34792 different framerates and video sizes. Is fully alpha channel
34795 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34797 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34798 Select first track as master track. Not sure how else to handle
34800 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34801 Discard discont events. Should fix #142962.
34803 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
34805 * ext/alsa/Makefile.am:
34806 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34807 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34808 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34809 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34810 (gst_alsa_mixer_get_option):
34811 * ext/alsa/gstalsamixer.h:
34812 * ext/alsa/gstalsamixeroptions.c:
34813 (gst_alsa_mixer_options_get_type),
34814 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34815 (gst_alsa_mixer_options_new):
34816 * ext/alsa/gstalsamixeroptions.h:
34817 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34818 * ext/alsa/gstalsamixertrack.h:
34819 Add enumerations (as GstMixerOptions). Make correct distinction
34820 between input/output tracks. Add capture/playback private flag.
34821 Use flag to decide on whether to set capture or playback volumes
34822 or switches. Use playback and record switches.
34823 * gst-libs/gst/mixer/Makefile.am:
34824 * gst-libs/gst/mixer/mixer-marshal.list:
34825 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34826 (gst_mixer_set_option), (gst_mixer_get_option),
34827 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34828 (gst_mixer_volume_changed), (gst_mixer_option_changed):
34829 * gst-libs/gst/mixer/mixer.h:
34830 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34831 (gst_mixer_options_class_init), (gst_mixer_options_init),
34832 (gst_mixer_options_dispose):
34833 * gst-libs/gst/mixer/mixeroptions.h:
34834 Add GstMixerOptions.
34835 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34836 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34837 broken device detection on computers with multiple OSS sound
34840 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
34842 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34843 fixate nicely even when the peer is not negotiating
34845 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
34847 * gst/audioconvert/gstaudioconvert.c:
34848 (gst_audio_convert_parse_caps):
34849 make sure we don't allow depth > width
34850 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34851 fixate endianness to G_BYTE_ORDER as default
34852 * gst/audioscale/gstaudioscale.c:
34853 we don't handle another endianness as host-endianness
34855 2004-05-25 David Schleef <ds@schleef.org>
34857 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
34859 2004-05-24 Benjamin Otte <otte@gnome.org>
34861 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34862 (gst_oggvorbisenc_setup):
34863 properly fail when we can't setup the vorbis encoder due to
34864 unsupported settings
34865 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34866 (gst_vorbisenc_setup):
34868 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34869 fix case where warnings occured when one pad was unlinked while the
34870 other's link function was called
34872 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
34874 * gst/tcp/Makefile.am:
34877 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34879 * gst-libs/gst/resample/private.h:
34880 don't use optimizations that are #if 0'ed
34882 2004-05-24 Wim Taymans <wim@fluendo.com>
34884 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34885 Fix potential division by zero error and hopefully get
34886 the position query right to get correct timestamps on avi
34889 2004-05-24 Wim Taymans <wim@fluendo.com>
34891 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34892 (gst_videoscale_scale_nearest_str2),
34893 (gst_videoscale_scale_nearest_str4),
34894 (gst_videoscale_scale_nearest_32bit),
34895 (gst_videoscale_scale_nearest_24bit),
34896 (gst_videoscale_scale_nearest_16bit):
34897 Fix the scaling algorithm and avoid a buffer overflow.
34898 removed the while loop in the scaling function as it
34899 was used for point sampling only.
34901 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34903 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34904 (gst_id3_tag_class_init), (gst_id3_tag_init),
34905 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34906 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34907 (gst_id3_tag_send_tag_event):
34908 lots of fixes to make id3mux work and id3demux work correctly
34910 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34913 add rules to build shout2send (was removed by accident
34914 when this module was no more marked experimental/broken)
34916 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34918 * ext/shout2/gstshout2.c:
34919 * ext/shout2/gstshout2.h:
34920 adding a "connection problem" signal to shout2send
34923 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
34925 * ext/kio/kioreceiver.cpp:
34926 * ext/kio/kioreceiver.h:
34927 fix sign comparison issues
34929 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34931 * gst/cdxaparse/gstcdxaparse.c:
34932 * gst/cdxaparse/gstcdxaparse.h:
34934 add some checks/sanity
34935 prepare for seek addition
34937 * sys/sunaudio/gstsunaudio.c:
34938 remove exported dupe init function
34940 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
34942 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34943 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34944 Fix format conversion and position querying.
34945 * gst/debug/progressreport.c: (gst_progressreport_report):
34946 Don't output a bogus total value that we didn't query.
34947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34948 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34949 only a blank window after xine has been used.
34951 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34954 sync with upstream version to fix test on FC2
34955 readd with -ko to preserve Id header
34957 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34960 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34961 * gst/tcp/gsttcpclientsrc.c: idem
34962 * gst/tcp/gsttcpserversink.c: idem
34963 * gst/tcp/gsttcpserversrc.c: idem
34964 * m4/gst-fionread.m4: idem
34966 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34968 * configure.ac: enable speex plugin for speex 1.1.5+
34969 * ext/speex/gstspeexenc.c: fix cast warning
34971 * ext/esd/README: fix typo
34973 2004-05-20 David Schleef <ds@schleef.org>
34975 * configure.ac: Minor cosmetic change to convince the buildbot to
34977 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34978 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34979 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34980 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34981 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34982 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34983 More hacking. Plays audio now.
34985 2004-05-20 David Schleef <ds@schleef.org>
34990 2004-05-20 David Schleef <ds@schleef.org>
34992 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
34993 * sys/osxaudio/gstosxaudio.c:
34994 * sys/osxaudio/gstosxaudioelement.c:
34995 * sys/osxaudio/gstosxaudioelement.h:
34996 * sys/osxaudio/gstosxaudiosink.c:
34997 * sys/osxaudio/gstosxaudiosink.h:
34998 * sys/osxaudio/gstosxaudiosrc.c:
34999 * sys/osxaudio/gstosxaudiosrc.h:
35001 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35003 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35004 (gst_vorbisenc_chain):
35005 put the codec headers on the caps as streamheader as well as
35008 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35010 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35011 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35012 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35013 split up push_packet into two functions
35015 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35017 * gst/tcp/.cvsignore:
35019 * gst/tcp/Makefile.am:
35021 * gst/tcp/gsttcp.c:
35022 * gst/tcp/gsttcp.h:
35023 * gst/tcp/gsttcpclientsink.c:
35024 * gst/tcp/gsttcpclientsink.h:
35025 * gst/tcp/gsttcpclientsrc.c:
35026 * gst/tcp/gsttcpclientsrc.h:
35027 * gst/tcp/gsttcpplugin.c:
35028 * gst/tcp/gsttcpserversink.c:
35029 * gst/tcp/gsttcpserversink.h:
35030 * gst/tcp/gsttcpserversrc.c:
35031 * gst/tcp/gsttcpserversrc.h:
35032 add new tcp elements
35034 2004-05-19 Wim Taymans <wim@fluendo.com>
35036 * gst/law/mulaw-conversion.c: (mulaw_encode):
35037 Fix overflow bug in ulaw encoding.
35039 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35041 * ext/mad/gstmad.c: (gst_mad_handle_event):
35042 don't unref the event twice
35044 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35047 remove -Wno-sign-compare
35049 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35052 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35053 if you want to work against glib 2.2 and 2.4
35055 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
35057 * gst/tcp/Makefile.am:
35058 * gst/tcp/gsttcp.c:
35059 * gst/tcp/gsttcp.h:
35060 * gst/tcp/gsttcpsink.h:
35061 * gst/tcp/gsttcpsrc.h:
35062 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35064 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35066 * gst/debug/tests.c: (md5_get_value):
35067 fix segfault on gst-inspect
35069 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35071 * gst/debug/testplugin.c:
35072 * gst/debug/tests.c:
35073 * gst/debug/tests.h:
35074 add new extensible and configurable testing element. Current tests
35075 include buffer count, stream length, timestamp/duration matching and
35077 * gst/debug/Makefile.am:
35078 * gst/debug/gstdebug.c: (plugin_init):
35079 add infrastructure for new element
35081 2004-05-19 Johan Dahlin <johan@gnome.org>
35083 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35084 ending of the array. Fixes gst-inspect segfault on ppc.
35086 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35088 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35090 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35092 2004-05-18 David Schleef <ds@schleef.org>
35094 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35095 warnings (bugs, actually) noticed by gcc but not forte.
35097 2004-05-18 David Schleef <ds@schleef.org>
35099 * sys/sunaudio/Makefile.am:
35100 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35102 2004-05-18 David Schleef <ds@schleef.org>
35104 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35105 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35106 to allow qtdemux to use non-seekable streams. (bug #142272)
35108 2004-05-18 David Schleef <ds@schleef.org>
35110 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35111 (gst_resample_sinc_ft_float): Remove use of static temporary
35112 buffer. This code was obviously not supposed to last long, but
35113 it's stuck in our ABI, so it required a little hack to make it
35114 ABI-compatible. Fixes #142585.
35115 * gst-libs/gst/resample/resample.h: same.
35117 2004-05-18 David Schleef <ds@schleef.org>
35119 * configure.ac: Add sunaudio
35120 * examples/Makefile.am: make gstplay depend on gconf
35121 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35122 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35123 (convert_table_lookup), (img_convert): remove c99-isms
35124 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35125 unsigned, to fix a warning on Solaris
35126 * gst/mpeg1sys/systems.c: bcopy->memcpy
35127 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35128 * sys/Makefile.am: Add sunaudio
35130 2004-05-18 Wim Taymans <wim@fluendo.com>
35132 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35133 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35134 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35135 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35136 (gst_ogg_mux_loop):
35137 Fix an ugly memleak where the muxer didn't flush enough ogg
35138 pages. This also resulted in badly muxed ogg files.
35140 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35142 * gst/asfdemux/asfheaders.c :
35143 * gst/asfdemux/asfheaders.h :
35144 * gst/asfdemux/gstasfdemux.c :
35145 - fix ASF_OBJ_PADDING guid
35146 - add 3 new object guids (language list, metadata,
35147 extended stream properties)
35148 - add a function to parse extended header objects
35150 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35152 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35153 remove leftover debugging g_print
35155 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35157 * ext/mad/gstmad.c: (gst_mad_handle_event):
35158 Fix for when the first format in a discont event is not a
35159 byte-based one. Should fix #137710.
35161 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35163 * m4/a52.m4 : fix compilation with -Wall -Werror
35164 * m4/libfame.m4 : idem
35165 * m4/libmikmod.m4 : idem
35167 2004-05-17 Benjamin Otte <otte@gnome.org>
35169 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35170 signal the new tags before giving up the reference
35172 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35174 * ext/shout2/gstshout2.c:
35175 use application/ogg instead of application/x-ogg (patch by Patrick
35176 Guimond, fixes #142432)
35177 * sys/oss/gstosselement.c: (gst_osselement_reset),
35178 (gst_osselement_sync_parms):
35179 don't set fragment size unless specified (fixes #142493)
35181 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35183 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35186 2004-05-17 Benjamin Otte <otte@gnome.org>
35188 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35189 compute offsets correctly for internal buffers so timestamps are set
35190 correctly when we can't seek. Also handle cases where there are no
35191 offsets. (based on a patch by David Moore, fixes #142507)
35193 2004-05-17 Benjamin Otte <otte@gnome.org>
35195 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35196 use correct variable when determining amount of data to skip so we
35197 don't skip into the void and segfault
35199 2004-05-16 Benjamin Otte <otte@gnome.org>
35201 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35204 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35206 * gst/asfdemux/gstasfdemux.c:
35207 - fix a mem leak and always propagate tags
35208 - add WMV3 to known video codecs (but no decoder yet)
35209 - replace "surplus data" at end of audio header for what
35210 it is : codec specific data
35213 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35215 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35217 * gst-libs/gst/audio/audioclock.c:
35218 Fix wrong return type (#142205).
35220 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35222 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35223 Ignore CRCs by default (fixes #142566).
35225 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35227 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35228 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35229 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35230 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35231 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35232 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35233 Fix for cases where we fail to attach to a mixer.
35235 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35237 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35238 Don't touch events after not owning them anymore.
35239 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35240 (gst_wavparse_fmt), (gst_wavparse_other),
35241 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35242 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35243 (gst_wavparse_srcpad_event):
35244 * gst/wavparse/gstwavparse.h:
35245 Add seeking, fix querying.
35247 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35249 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35250 - process comments even if they don't end with \0\0
35251 g_convert would ignore them if present and works well without them
35253 2004-05-16 Benjamin Otte <otte@gnome.org>
35255 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35258 2004-05-16 Benjamin Otte <otte@gnome.org>
35260 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35261 don't write to memory we might not write to - g_convert does that
35262 for us anyway (fixes #142613)
35263 (gst_asf_demux_audio_caps):
35264 comment out gst_util_dump_mem
35266 2004-05-16 Benjamin Otte <otte@gnome.org>
35268 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35269 compute correct expected timestamps after seek (broken since
35271 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35272 rename element and debugging category to gdkpixbufscale
35274 2004-05-16 Benjamin Otte <otte@gnome.org>
35276 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35277 add error checking to snd_pcm_delay and remove duplicate call to
35278 snd_pcm_delay that caused issues (see inline code comments)
35279 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35280 make more readable and fix return value when snd_pcm_delay fails
35283 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35284 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35285 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35286 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35287 (gst_pixbufscale_link), (gst_pixbufscale_init),
35288 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35289 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35290 (gst_pixbufscale_get_property), (pixbufscale_init):
35291 * ext/gdk_pixbuf/pixbufscale.h:
35292 Add these files I forgot earlier
35294 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35295 * ext/gdk_pixbuf/Makefile.am:
35296 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35297 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35298 Add new pixbufscale element to scale RGB video
35299 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35300 and HYPER interpolation correctly.
35301 * ext/theora/theoraenc.c: (theora_enc_chain),
35302 Discard buffer and return if explicit caps could not be set
35303 (theora_enc_get_property):
35304 Make _get return kbps for the bitrate consistent with
35308 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35310 * ext/libvisual/visual.c: (gst_visual_chain):
35311 add missing visual_audio_analyze
35313 2004-05-14 David Schleef <ds@schleef.org>
35315 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35316 is killed while we're playing.
35317 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35318 gst_element_no_more_pads().
35320 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35322 * gst-libs/gst/riff/riff-read.c :
35323 - fix INFO tag extraction in RIFF/AVI files
35324 because gst_event_unref (event) also freed taglist
35327 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35329 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35330 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35332 * gst/auparse/gstauparse.c :
35333 - add code (commented for now) to support audio/x-adpcm on src pad
35334 (we have no decoder for those layout yet)
35336 * gst/cdxaparse/gstcdxaparse.c :
35337 * gst/cdxaparse/gstcdxaparse.h :
35338 - partial rewrite using RiffRead (ripped iain's wavparse code)
35340 * gst/rtp/gstrtpL16enc.c : typo
35341 * gst/rtp/gstrtpgsmenc.c : typo
35343 2004-05-13 Benjamin Otte <otte@gnome.org>
35346 check for exact version of libvisual, it's not supposed to be
35349 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35351 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35352 signal no-more-pads
35354 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35356 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35357 Report which format was used for GST_FORMAT_DEFAULT
35358 * gst/debug/Makefile.am:
35359 * gst/debug/gstdebug.c: (plugin_init):
35360 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35361 (gst_progressreport_class_init), (gst_progressreport_init),
35362 (gst_progressreport_report), (gst_progressreport_set_property),
35363 (gst_progressreport_get_property), (gst_progressreport_chain),
35364 (gst_progressreport_plugin_init):
35365 Add progressreport element for testing.
35367 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35369 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35370 * sys/v4l/gstv4lsrc.h:
35371 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35372 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35373 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35374 (gst_v4lsrc_grab_frame):
35376 send a discont at start
35378 2004-05-12 Colin Walters <walters@redhat.com>
35380 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35381 inflooping if we can't find a chunk. Or in other words, don't blow
35382 chunks if we don't have a chunk to blow.
35384 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35385 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35386 Remove old debug output
35387 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35388 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35389 (gst_dvdec_set_property), (gst_dvdec_get_property):
35390 Change the quality setting to an enum, so it works from gst-launch
35391 Don't renegotiate a non-linked pad. Allows audio only decoding.
35392 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35393 (gst_deinterlace_link), (gst_deinterlace_init):
35394 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35395 (gst_videodrop_link):
35396 Some caps negotiation fixes
35398 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35400 * ext/tarkin/gsttarkin.c :
35401 - Change RANK from NONE to PRIMARY
35402 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35403 - Change RANK from NONE to MARGINAL
35404 * ext/divx/gstdivxenc.c :
35405 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35407 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35409 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35410 (gst_vorbisenc_push_packet):
35411 copy a function that was added between 1.0 and 1.0.1 until we
35412 depend on worthwhile features of post-1.0
35414 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35417 enable shout2 by default
35418 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35419 (gst_shout2send_base_init), (gst_shout2send_init),
35420 (gst_shout2send_connect), (gst_shout2send_change_state):
35421 * ext/shout2/gstshout2.h:
35422 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35424 * ext/theora/theora.c: (plugin_init):
35425 don't set rank on encoders
35427 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35429 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35430 Use codec_data property instead of flag1 and flag2 for wma
35432 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35434 * gst/cdxaparse/gstcdxaparse.c :
35435 - Add mpegversion to CAPS to make it link
35436 - Rank is as GST_RANK_SECONDARY instead of NONE
35437 * gst/auparse/gstauparse.c :
35438 - Document all audio encoding we can encounter from Solaris 9
35439 headers and libsndfile information.
35440 - Increase max. rate from 48000 to 192000 (to match other elements)
35441 - Don't try to play junk data between header and samples
35443 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35445 * ext/libvisual/visual.c: (gst_visual_getcaps):
35446 use the right caps depending on endianness (I hope)
35447 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35448 use GST_RANK_NONE for all non-decoding elements or spider gets
35451 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35453 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35454 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35456 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35458 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35459 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35460 (gst_switch_loop), (gst_switch_get_type):
35461 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35462 HEADERS. Had to be said.
35464 2004-05-10 David Schleef <ds@schleef.org>
35466 * configure.ac: Add prototype Dirac support.
35468 * ext/dirac/Makefile.am:
35469 * ext/dirac/gstdirac.cc:
35470 * ext/dirac/gstdiracdec.cc:
35472 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35474 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35475 (gst_auparse_init), (gst_auparse_chain),
35476 (gst_auparse_change_state):
35477 Hack around spider. Remove me some day please.
35479 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35481 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35482 Fix for some uninitialized variables in previous patch, also
35483 makes it work. Fixes #142286 while we're at it.
35485 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35487 * gst/auparse/gstauparse.c:
35488 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35489 only unsupported formats are ADPCM/CCITT G.72x
35491 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35493 2004-05-10 Wim Taymans <wim@fluendo.com>
35495 * ext/vorbis/Makefile.am:
35496 * ext/vorbis/README:
35497 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35498 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35499 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35500 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35501 (gst_oggvorbisenc_convert_sink),
35502 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35503 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35504 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35505 (get_constraints_string), (update_start_message),
35506 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35507 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35508 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35509 * ext/vorbis/oggvorbisenc.h:
35510 * ext/vorbis/vorbis.c: (plugin_init):
35511 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35512 (raw_caps_factory), (gst_vorbisenc_class_init),
35513 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35514 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35515 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35516 * ext/vorbis/vorbisenc.h:
35517 Added a raw vorbis encoder to be used with the oggmuxer.
35518 We still need the old encoder for some gnome applications,
35519 read the README to find out how that works.
35520 The raw encoder is called "rawvorbisenc" until 0.9.
35522 2004-05-10 Wim Taymans <wim@fluendo.com>
35524 * ext/ogg/gstogg.c: (plugin_init):
35525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35527 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35528 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35529 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35530 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35531 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35532 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35533 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35534 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35535 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35536 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35537 Added an ogg muxer.
35538 Small typo fixes in the demuxer.
35540 2004-05-10 Wim Taymans <wim@fluendo.com>
35542 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35543 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35544 (theora_enc_change_state), (theora_enc_set_property),
35545 (theora_enc_get_property):
35546 Mark the last packet with an EOS flag which is not really needed
35548 Do some better video framerate initialisation.
35549 Update the buffer timestamp.
35551 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35553 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35554 Return the result of the parent state change call
35556 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35558 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35559 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35560 * gst/law/alaw-encode.c : (idem)
35561 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35562 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35563 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35565 2004-05-09 Benjamin Otte <otte@gnome.org>
35567 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35568 don't use a fixed buffer size when writing variable length data to
35569 it. Fixes memory corruption and makes alsasrc work
35571 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35573 * ext/gnomevfs/gstgnomevfssink.c:
35574 (_gst_boolean_allow_overwrite_accumulator),
35575 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35576 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35577 RUN_LAST, and don't use that to set the accumulator value because
35578 then it's always FALSE.
35580 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35582 * gst-libs/gst/riff/riff-media.c:
35583 (gst_riff_create_video_caps_with_data),
35584 (gst_riff_create_audio_caps),
35585 (gst_riff_create_audio_template_caps):
35586 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35587 Fix for unaligned RIFF files (i.e. where all the chunks together
35588 in a LIST chunk are not of the same size as the size given in
35589 the LIST chunk header). Fixes several odd WAVE files. Also fix
35590 ADPCM (block_align property) in audio, so that wavparse based
35591 on this works now as it used to stand-alone.
35593 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35595 reviewed by Benjamin Otte <otte@gnome.org>
35597 * ext/a52dec/gsta52dec.c:
35598 * ext/divx/gstdivxdec.c:
35599 * ext/divx/gstdivxenc.c:
35600 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35601 * ext/faac/gstfaac.c: (gst_faac_base_init):
35602 * ext/faad/gstfaad.c: (gst_faad_base_init):
35603 * ext/ivorbis/vorbisfile.c:
35604 * ext/lame/gstlame.c:
35605 * ext/libfame/gstlibfame.c:
35606 * ext/mpeg2enc/gstmpeg2enc.cc:
35607 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35608 * ext/sidplay/gstsiddec.cc:
35609 * ext/speex/gstspeexdec.c:
35610 * ext/speex/gstspeexenc.c:
35611 * ext/xvid/gstxviddec.c:
35612 * ext/xvid/gstxvidenc.c:
35613 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35616 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35618 * ext/alsa/gstalsa.c: (device_list),
35619 (gst_alsa_class_probe_devices):
35620 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35621 Fix alsa oddness in mixer after the combination of using mixer
35622 in source/sink elements and using hw:x,y instead of just hw:x.
35624 2004-05-09 Benjamin Otte <otte@gnome.org>
35626 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35627 (gst_wavparse_create_sourcepad):
35628 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35631 2004-05-09 Benjamin Otte <otte@gnome.org>
35633 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35634 allow discont events before caps nego
35636 2004-05-08 Benjamin Otte <otte@gnome.org>
35638 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35641 2004-05-08 Benjamin Otte <otte@gnome.org>
35643 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35644 (gst_level_change_state), (gst_level_init):
35645 * gst/level/gstlevel.h:
35646 figure out if we're initialized directly instead of keeping a
35647 variable that's wrong in 90% of cases
35648 don't initialize pads and then leak them and use a new unitialized
35649 pad. (fixes #142084)
35650 these were bugs so n00bish I didn't find them for an hour :/
35652 2004-05-08 Iain <iain@prettypeople.org>
35654 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35655 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35656 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35657 return the length that was read.
35658 (gst_riff_read_strf_auds): Allow fmt tags as well.
35660 2004-05-07 David Schleef <ds@schleef.org>
35662 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35663 signed char assumption in faad.h.
35665 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35667 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35668 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35670 2004-05-07 Colin Walters <walters@redhat.com>
35672 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35673 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35675 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35676 Add dispose function.
35678 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
35679 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35680 Fix caps nego and pad templates. RGB mode caps should
35682 * ext/dvdnav/gst-dvd:
35683 Move mpeg2dec inside the thread because otherwise the
35684 queue rejects cap changes mid-stream
35685 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35686 (gst_mpeg2dec_flush_decoder):
35687 For mpeg2dec > 0.4.0, call the flush function instead of
35688 manually extracting all in-flight frames.
35689 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35690 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35691 Change mime type video/dv go video/x-dv to match the
35692 rest of gst-plugins
35694 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35696 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35697 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35698 (gst_alsa_sink_class_init):
35699 * ext/alsa/gstalsasink.h:
35700 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35701 (gst_alsa_src_class_init):
35702 * ext/alsa/gstalsasrc.h:
35703 Make alsasink/src a subclass of alsamixer so that mixer stuff
35704 shows up in gst-rec. Needs some finetuning.
35706 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
35708 * ext/lame/gstlame.c: (gst_lame_chain):
35710 * ext/mad/gstmad.c: (gst_mad_handle_event):
35712 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35713 be able to detect mp3 files < 4096 bytes
35715 2004-05-06 Wim Taymans <wim@fluendo.com>
35717 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35718 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35719 (theora_enc_set_property), (theora_enc_get_property):
35720 Also encode the first frame, cleanup some code.
35722 2004-05-06 Wim Taymans <wim@fluendo.com>
35724 * ext/mpeg2enc/gstmpeg2enc.cc:
35725 Forward events first before deciding that negotiation was
35728 2004-05-06 Wim Taymans <wim@fluendo.com>
35730 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35731 First process the events before deciding that negotiation
35734 2004-05-06 Wim Taymans <wim@fluendo.com>
35736 * ext/theora/Makefile.am:
35737 * ext/theora/theora.c: (plugin_init):
35738 * ext/theora/theoradec.c: (theora_dec_change_state):
35739 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35740 (gst_theora_enc_class_init), (gst_theora_enc_init),
35741 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35742 (theora_enc_chain), (theora_enc_change_state),
35743 (theora_enc_set_property), (theora_enc_get_property):
35744 Added a theora encoder, grouped the encoder and decoder into the
35747 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
35749 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35750 (gst_jpegenc_chain):
35751 fix DURATION on outgoing buffers
35752 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35753 debug using time formats
35754 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35756 (gst_xvimagesink_sink_link):
35757 windows with width/height 0 generate X errors, so don't allow them
35759 2004-05-05 Wim Taymans <wim@fluendo.com>
35761 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35762 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35763 (gst_mpeg2dec_negotiate_format):
35764 * ext/mpeg2dec/gstmpeg2dec.h:
35765 removed the static pad template so that we can add the
35766 more accurate framerate value to the caps.
35769 2004-05-04 Benjamin Otte <otte@gnome.org>
35772 check for kdemacros.h, too (should fix #141821)
35773 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35774 don't crash if no header was sent, but nicely error out (fixes part
35777 2004-05-04 Wim Taymans <wim@fluendo.com>
35779 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35780 parent dispose function to avoid segfault on destroy.
35782 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
35784 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35786 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35787 (gst_xvimagesink_sink_link):
35788 clean up debugging caps
35789 also recreate xvimage when format has changed
35791 2004-05-04 Benjamin Otte <otte@gnome.org>
35793 * ext/libvisual/Makefile.am:
35794 * ext/libvisual/visual.c: (gst_visual_class_init),
35795 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35796 (gst_visual_srclink), (gst_visual_chain),
35797 (gst_visual_change_state), (plugin_init):
35798 use a GstAdapter to correctly adapt buffer sizes - allows using a
35801 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35803 * sys/v4l/gstv4lelement.h:
35804 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35805 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35806 (gst_v4lsrc_buffer_free):
35807 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35808 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35809 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35810 (gst_v4lsrc_requeue_frame):
35811 move some debugging categories around
35812 query for fps index and set accordingly if found
35814 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35816 * ext/lame/gstlame.c:
35817 correct defaults that lame_init puts out of range
35819 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35821 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35822 (gst_divxenc_class_init):
35823 fix range since -1 is the default
35824 * gst/mpeg1sys/gstmpeg1systemencode.c:
35825 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35826 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35827 (gst_rtjpegdec_chain):
35828 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35829 (gst_rtjpegenc_chain):
35830 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35831 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35832 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35833 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35834 * sys/v4l/gstv4lsrc.c:
35835 * sys/v4l/v4l_calls.c: (gst_v4l_open):
35836 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35837 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35838 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35839 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35840 remove gst_info calls
35842 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35851 Updated translations
35853 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35855 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35856 refactor/comment code
35858 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
35860 * gst/asfdemux/Makefile.am:
35861 * gst/asfdemux/asfheaders.c:
35862 * gst/asfdemux/asfheaders.h:
35863 * gst/asfdemux/gstasf.c: (plugin_init):
35864 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35865 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35866 (gst_asf_demux_setup_pad):
35867 * gst/asfdemux/gstasfdemux.h:
35868 * gst/asfdemux/gstasfmux.c:
35869 * gst/asfdemux/gstasfmux.h:
35870 Add tagging support to demuxer, split out registration in its own
35871 file instead of in demux (hacky), and prevent having some tables
35872 in our memory multiple times (in asfheaders.h).
35874 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
35876 * gst/matroska/matroska-demux.c:
35877 (gst_matroska_demux_parse_metadata):
35878 * gst/matroska/matroska-ids.h:
35879 Basic tag reading support.
35881 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
35883 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35884 Really detect ac-3 audio.
35885 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35886 really detect matroska files (off-by-1).
35888 2004-04-30 David Schleef <ds@schleef.org>
35890 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35891 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35892 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35893 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35894 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35895 hackage -- parse a lot more atoms, extract a few tags. One might even
35896 mistake this for tag support. Maybe it is.
35897 * gst/qtdemux/qtdemux.h:
35899 2004-04-30 Colin Walters <walters@verbum.org>
35901 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35903 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
35905 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35906 (gst_ffmpegcolorspace_getcaps):
35907 remove broken nego fix
35909 2004-04-30 Benjamin Otte <otte@gnome.org>
35913 * ext/libvisual/Makefile.am:
35914 * ext/libvisual/visual.c:
35915 add initial support for libvisual (http://libvisual.sourceforge.net)
35916 libvisual is still quite alpha, so expect crashes in there :)
35918 2004-04-29 David Schleef <ds@schleef.org>
35920 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35921 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35922 up qtdemux to make it spit out codec_data. Do _not_ look at this
35923 code; you will no longer respect me.
35925 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35927 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35928 * ext/alsa/gstalsa.h :
35929 change alsa pcm device discovery to find more than 1 device
35930 per card. code review by Ronald.
35932 2004-04-29 David Schleef <ds@schleef.org>
35934 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35935 Add a check for a driver bug on FreeBSD. (bug #140565)
35937 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
35939 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35940 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35941 (gst_jpegenc_getcaps):
35942 move format setting to inner loop
35943 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35944 (gst_ffmpegcolorspace_getcaps):
35945 use GST_PAD_CAPS if available so that we use already negotiated
35947 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35948 (qtdemux_parse_moov), (qtdemux_parse):
35950 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35951 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35952 move hardcoded path to DEFINE
35954 2004-04-28 David Schleef <ds@schleef.org>
35956 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
35959 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35961 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35962 Don't probe for playback device if we're a source element. Fixes
35965 2004-04-29 Benjamin Otte <otte@gnome.org>
35967 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35968 (gst_id3_tag_chain):
35969 rewrite buffer offset
35971 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35975 * ext/dts/Makefile.am:
35976 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35977 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35978 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35979 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35980 (gst_dtsdec_loop), (gst_dtsdec_change_state),
35981 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35983 * ext/dts/gstdtsdec.h:
35985 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35986 (gst_faad_srcconnect):
35987 Add ESDS atom handling (.m4a).
35989 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35991 * ext/divx/gstdivxdec.c: (plugin_init):
35992 Remove comment that makes no sense.
35993 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35994 Fix for obvious typo that resulted in warnings during gst-register.
35995 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35996 (gst_xviddec_sink_link):
35997 Fix caps negotiation a bit better.
35998 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35999 We call this 'codec_data', not 'esds'.
36001 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
36003 * gst/monoscope/gstmonoscope.c:
36004 make sure we only provide 256x128
36005 * gst/monoscope/monoscope.c: (monoscope_init):
36006 assert size of 256x128
36008 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36011 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36012 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36013 fixate to max width and height of device
36015 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36018 * sys/v4l/gstv4l.c:
36019 * sys/v4l/gstv4lsrc.c:
36020 * sys/v4l/v4l_calls.c:
36021 * sys/v4l/v4lsrc_calls.c:
36022 fix for qc-usb driver which fakes having more than one buffer
36023 by handing the same buffer twice, which confused GStreamer's/v4lsrc
36024 buffer_free override
36027 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36030 * gst/videotestsrc/gstvideotestsrc.c:
36031 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36032 (gst_videotestsrc_init), (gst_videotestsrc_get),
36033 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36034 * gst/videotestsrc/gstvideotestsrc.h:
36035 add num-buffers property
36037 2004-04-26 Benjamin Otte <otte@gnome.org>
36039 * ext/mad/gstid3tag.c: (plugin_init):
36040 set id3mux rank to NONE so it doesn't confuse spider
36041 require audio/mpeg,mpegversion=1 in id3mux
36043 2004-04-26 Benjamin Otte <otte@gnome.org>
36046 detect faad correctly as non-working if it's indeed non-working
36048 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
36051 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36052 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36053 fix _getcaps so it only negotiates to its supported format
36055 2004-04-25 Benjamin Otte <otte@gnome.org>
36057 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36060 2004-04-23 Benjamin Otte <otte@gnome.org>
36062 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36063 audio/x-raw-int with height rules! not. Now it's depth.
36065 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
36067 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36068 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36069 (gst_wavparse_loop):
36070 Missing variable initialization. Add handling of DVI ADPCM. Fix
36071 mis-parsing of LIST chunks. This works around a bug where we mis-
36072 parse non-aligning LIST chunks (so LIST chunks where the contents
36073 don't align with the actual LIST size). The correct fix is to use
36074 rifflib, I'm not going to fix wavparse - too much work. All this
36077 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36079 reviewed by Benjamin Otte <otte@gnome.org>
36081 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36082 fix shoutcast not working (fixes #140844)
36084 2004-04-22 Benjamin Otte <otte@gnome.org>
36086 * ext/hermes/gsthermescolorspace.c:
36087 (gst_hermes_colorspace_caps_remove_format_info):
36088 * gst/colorspace/gstcolorspace.c:
36089 (gst_colorspace_caps_remove_format_info):
36090 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36091 (gst_ffmpegcolorspace_caps_remove_format_info):
36092 s/gst_caps_simplify/gst_caps_do_simplify/
36094 2004-04-22 Benjamin Otte <otte@gnome.org>
36096 * gst-libs/gst/riff/riff-media.c:
36097 (gst_riff_create_video_caps_with_data):
36098 mpegversion is an int
36099 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36100 don't try to create pad templates with NULL caps, use any caps
36103 2004-04-20 David Schleef <ds@schleef.org>
36105 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36106 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36109 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36111 reviewed by David Schleef
36113 * ext/mad/gstid3tag.c: Add stdlib.h
36114 * gst/rtp/gstrtpgsmenc.c: same
36115 * gst/tags/gstid3tag.c: same
36116 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36117 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36118 GST_DISABLE_LOADSAVE use.
36119 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36120 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36121 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36123 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36124 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36126 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36127 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36129 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36132 2004-04-20 David Schleef <ds@schleef.org>
36134 * gst/realmedia/rmdemux.c: This was supposed to part of the
36135 last checkin. Same idea.
36137 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36139 reviewed by David Schleef
36141 * configure.ac: bump required gstreamer version to 0.8.1.1
36142 because of following changes [--ds]
36144 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36145 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36146 (gst_riff_read_header): Use GST_READ_UINT*
36147 macros to access possibly unaligned memory.
36149 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36150 (mp3_type_find): Use GST_READ_UINT*
36151 macros to access possibly unaligned memory.
36152 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36153 (speex_type_find): Likewise
36155 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36157 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36158 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36159 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36160 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36161 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36162 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36163 macros to access possibly unaligned memory.
36165 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36168 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36169 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36171 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36174 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36175 (gst_mpeg2subt_chain_subtitle): Likewise.
36177 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36178 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36181 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36184 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36187 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36190 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36193 update required version of GStreamer because of GST_TIME_FORMAT
36195 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36197 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36198 remove leftover g_print
36199 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36200 don't try setting only a subset of the caps. We don't want to kill
36201 autoplugging on purpose
36203 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36205 * sys/ximage/ximagesink.c: (plugin_init):
36206 * sys/xvimage/xvimagesink.c: (plugin_init):
36207 add debugging categories
36209 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36213 Adding en_GB translation (Gareth Owen)
36215 2004-04-20 David Schleef <ds@schleef.org>
36217 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36218 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36219 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36220 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36221 A number of new features and hacks to extract the esds atom and
36222 put it into the caps. (bug #137724)
36224 2004-04-19 David Schleef <ds@schleef.org>
36226 * gconf/Makefile.am: Fix for non-GNU make
36227 * gst-libs/gst/Makefile.am: Change directory order to handle
36228 GstPlay linking with gstinterfaces
36229 * gst-libs/gst/audio/make_filter: make use of tr portable
36230 * gst-libs/gst/play/Makefile.am: Add intended \
36231 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36232 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36233 function prototype instead of void *.
36234 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36236 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36237 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36238 * gst/videofilter/make_filter: make use of tr portable
36239 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36241 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36245 Added Ukrainian translation (Maxim V. Dziumanenko)
36247 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36249 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36250 (gst_gsmdec_link), (gst_gsmdec_chain):
36251 Fix capsnego, simplify chain function slightly.
36252 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36255 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36257 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36258 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36259 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36260 Hack to make wavparse work with spider (always -> sometimes pad).
36261 Fixes #135862 && #140411.
36263 2004-04-18 Benjamin Otte <otte@gnome.org>
36265 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36266 (gst_osselement_rate_probe_check),
36267 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36268 get rid of \n in debug output
36270 2004-04-17 Iain <iain@prettypeople.org>
36272 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36275 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36277 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36278 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36279 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36280 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36281 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36282 (gst_id3_tag_change_state), (plugin_init):
36283 deprecate id3tag element and replace with id3demux/id3mux.
36284 great side effect: this ugly file is now even uglier, yay!
36285 * ext/mad/gstmad.h:
36286 remove non-available function
36287 update for new get_type
36289 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36292 require mpeg2dec >= 0.4.0
36294 2004-04-17 Benjamin Otte <otte@gnome.org>
36296 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36297 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36298 (gst_xvimagesink_set_xwindow_id):
36299 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36300 assorted cleanup fixes.
36302 2004-04-16 David Schleef <ds@schleef.org>
36304 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36305 * sys/xvimage/xvimagesink.h: same
36307 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36309 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36310 Fix GST_ELEMENT_ERROR with (NULL)
36312 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36314 * gst-libs/gst/riff/riff-media.c:
36315 (gst_riff_create_video_caps_with_data):
36316 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36318 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36320 * gst-libs/gst/riff/riff-media.c:
36321 (gst_riff_create_video_caps_with_data),
36322 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36323 (gst_riff_create_video_template_caps),
36324 (gst_riff_create_audio_template_caps):
36325 * gst-libs/gst/riff/riff-media.h:
36326 * gst-libs/gst/riff/riff-read.c:
36327 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36328 * gst-libs/gst/riff/riff-read.h:
36329 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36330 Add MS RLE support. I added some functions to read out strf chunks
36331 into strf chunks and the data behind it. This is usually color
36332 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36333 caps creation. Lastly, add ADPCM (similar to wavparse - which
36334 should eventually be rifflib based).
36335 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36336 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36337 * gst/matroska/matroska-demux.h:
36338 Remove placeholders for some prehistoric tagging system. Didn't add
36339 support for any tag system really anyway.
36340 * gst/qtdemux/qtdemux.c:
36341 Add support for audio/x-m4a (MPEG-4) through spider.
36342 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36343 (gst_wavparse_loop):
36344 ADPCM support (#135862). Increase max. buffer size because we
36345 cannot split buffers for ADPCM (screws references) and I've seen
36346 files with 2048 byte chunks. 4096 seems safe for now.
36348 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36350 * configure.ac: bump nano to 1
36352 === release 0.8.1 ===
36354 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36356 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36358 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36360 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36361 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36364 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36366 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36367 lower rank of dvddemux so that it's not used for mpeg playback.
36369 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36372 save libs correctly when checking mad
36374 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36376 * ext/mad/gstid3tag.c: (plugin_init):
36377 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36379 2004-04-13 David Schleef <ds@schleef.org>
36381 * common/m4/gst-feature.m4: Call -config scripts with
36382 --plugin-libs if it is supported.
36383 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36384 JPEG images are image/jpeg.
36385 * gst/debug/Makefile.am:
36386 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36387 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36388 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36389 (gst_negotiation_plugin_init): Add a property that acts like
36391 * testsuite/gst-lint: Move license checking to be a standard
36394 2004-04-13 David Schleef <ds@schleef.org>
36396 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36397 patch from Sebastien Cote (bug #139958)
36399 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36401 * examples/gstplay/Makefile.am:
36402 * examples/gstplay/player.c: (main):
36403 make the commandline player example use gconf settings
36405 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36407 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36408 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36409 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36410 init/end library during state transition, not object
36411 creation/disposal. get rid of custom dispose handler.
36414 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36416 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36419 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36421 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36422 Handle JUNK chunks inside data section. Prevents warnings.
36424 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36426 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36427 (gst_riff_create_video_template_caps):
36429 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36430 (gst_avi_demux_stream_data):
36431 Add support for "rec-list" chunks.
36433 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36435 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36436 Fix another codecname mismatch.
36438 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36440 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36441 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36442 so that MJPEG plays back.
36444 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36446 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36447 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36448 * gst/mpeg1videoparse/gstmp1videoparse.h:
36449 Fix for some slight mis-cuts in buffer parsing, and for some
36450 potential overflows or faults-causers. Adds disconts. Also fixes
36451 #139105 while we're at it.
36453 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36456 * sys/v4l2/gstv4l2element.h:
36457 Workaround for missing struct v4l2_buffer declaration in Suse 9
36458 and Mandrake 10 linux/videodev2.h header file (#135919).
36460 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36462 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36463 Bail out if no filename was given.
36465 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36467 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36468 (gst_v4l2_fourcc_from_structure):
36469 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36472 2004-04-09 Benjamin Otte <otte@gnome.org>
36474 * ext/gnomevfs/gstgnomevfssink.c:
36475 (_gst_boolean_allow_overwrite_accumulator),
36476 (gst_gnomevfssink_class_init):
36477 fix erase signal - if any handler returns false the file will not be
36478 overwritten. If no handler is connected, the file will not be
36479 overwritten either.
36480 renamed signal to "allow-overwrite"
36481 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36482 free string when adding it to ID3 failed
36483 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36484 unref event when done
36485 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36487 * gst/typefind/gsttypefindfunctions.c:
36488 (mpeg_video_stream_type_find):
36491 2004-04-08 David Schleef <ds@schleef.org>
36493 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36494 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36496 2004-04-08 David Schleef <ds@schleef.org>
36498 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36499 we don't support (bug #139532)
36501 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36503 * ext/mad/gstmad.c: (gst_mad_handle_event),
36504 (gst_mad_check_caps_reset), (gst_mad_chain),
36505 (gst_mad_change_state):
36506 only set explicit caps if they haven't been set before for
36507 this stream. MPEG-audio sample rate/channels aren't allowed
36508 to change in-stream.
36511 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36513 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36514 (_gst_boolean_did_something_accumulator),
36515 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36516 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36517 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36518 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36519 (gst_gnomevfssink_change_state):
36520 Fix erase signal. Don't erase by default. Remove handoff signal.
36521 Remove erase property. Don't segfault. General cleanup.
36523 2004-04-07 Benjamin Otte <otte@gnome.org>
36525 * gst-libs/gst/gconf/test-gconf.c: (main):
36526 add missing gst_init
36528 2004-04-07 Benjamin Otte <otte@gnome.org>
36530 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36531 free the mutexes, too
36533 2004-04-07 Benjamin Otte <otte@gnome.org>
36535 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36536 actually free the URI string
36537 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36538 compute offset correctly when passing discont events
36539 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36540 don't leak discont events
36541 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36542 add some missing breaks so caps aren't copied randomly
36543 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36544 if we realloc memory, we better use it
36546 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36548 * ext/mad/gstmad.c: (normal_seek):
36549 fix GST_FORMAT_TIME usage
36551 2004-04-05 David Schleef <ds@schleef.org>
36553 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36554 a deprecated function (hack!)
36556 2004-04-05 Benjamin Otte <otte@gnome.org>
36558 * ext/esd/esdmon.c: (gst_esdmon_get):
36559 fix nonterminated vararg and memleak
36561 2004-04-05 Benjamin Otte <otte@gnome.org>
36563 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36564 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36565 (gst_ladspa_set_property), (gst_ladspa_get_property),
36566 (gst_ladspa_instantiate), (gst_ladspa_activate),
36567 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36570 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36572 reviewed by Benjamin Otte <otte@gnome.org>
36574 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36575 check for broken LADSPA parameters (fixes #138635)
36577 2004-04-05 Benjamin Otte <otte@gnome.org>
36579 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36580 advertise buffer-frames correctly on sinkpads
36582 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36584 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36585 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36586 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36587 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36588 (gst_mad_check_caps_reset), (gst_mad_chain):
36589 add more debugging, only reset caps when we're not in error state
36591 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36593 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36595 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36597 reviewed by Benjamin Otte <otte@gnome.org>
36600 fix == in test(1) operator
36602 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36604 reviewed by Benjamin Otte <otte@gnome.org>
36607 fix --export-symblos-regex to a working regex.
36609 2004-04-04 Benjamin Otte <otte@gnome.org>
36611 * sys/oss/.cvsignore:
36614 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36616 reviewed by Benjamin Otte <otte@gnome.org>
36618 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36619 add missing 'new_media' argument (fixes #138168)
36620 * gst/matroska/matroska-demux.c:
36621 (gst_matroska_demux_handle_seek_event):
36622 add vararg terminator (fixes #138169)
36624 2004-04-02 David Schleef <ds@schleef.org>
36626 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36627 disted (bug #138914)
36629 2004-04-01 Benjamin Otte <otte@gnome.org>
36631 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36632 (gst_alsa_close_audio):
36633 handle case better where a soundcard can't pause
36634 * ext/ogg/gstoggdemux.c:
36635 don't crash when we get events but don't have pads yet
36637 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36639 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36640 throw an error if we couldn't probe any caps.
36642 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36644 * ext/dvdnav/gst-dvd:
36645 Add a really simple sample DVD player
36647 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36649 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36650 (gst_a52dec_push), (gst_a52dec_handle_event),
36651 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36652 (gst_a52dec_change_state):
36653 * ext/a52dec/gsta52dec.h:
36654 Use a debug category, Output timestamps correctly
36655 Emit tag info, Handle events, tell liba52dec about cpu
36656 capabilities so it can use MMX etc.
36657 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36658 Fix a crasher accessing invalid memory
36659 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36660 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36661 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36662 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36664 Some support for byte-format seeking.
36665 Small fixes for still frames and menu button overlays
36666 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36667 (gst_mpeg2dec_alloc_buffer):
36668 Use a debug category. Adjust the report level of several items to
36669 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36670 so it doesn't lose the GstBuffer pointer
36671 * gst/debug/Makefile.am:
36672 * gst/debug/gstdebug.c: (plugin_init):
36673 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36674 (gst_navseek_base_init), (gst_navseek_class_init),
36675 (gst_navseek_init), (gst_navseek_seek),
36676 (gst_navseek_handle_src_event), (gst_navseek_set_property),
36677 (gst_navseek_get_property), (gst_navseek_chain),
36678 (gst_navseek_plugin_init):
36679 * gst/debug/gstnavseek.h:
36680 Add the navseek debug element for seeking back and forth in a
36681 video stream using arrow keys.
36682 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36683 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36684 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36685 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36686 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36687 (gst_mpeg2subt_parse_header), (gst_get_nibble),
36688 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36689 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36690 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36691 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36692 * gst/mpeg2sub/gstmpeg2subt.h:
36693 Pretty much a complete rewrite. Now a loopbased element. May still
36694 require work to properly synchronise subtitle buffers.
36695 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36696 (gst_dvd_demux_send_subbuffer):
36697 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36698 Don't attempt to create subbuffers of size 0
36699 Reduce a couple of error outputs to warnings.
36700 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36701 (gst_y4mencode_chain):
36702 Output the y4m frame header correctly.
36704 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36706 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36707 throw errors instead of allowing SIGFPE
36709 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36711 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36712 (gst_gconf_render_bin_from_key):
36713 leak plugging and style fixing
36715 2004-03-31 David Schleef <ds@schleef.org>
36717 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36718 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36720 * gst/debug/Makefile.am:
36721 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36722 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
36724 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36725 (gst_negotiation_base_init), (gst_negotiation_class_init),
36726 (gst_negotiation_init), (gst_negotiation_getcaps),
36727 (gst_negotiation_pad_link), (gst_negotiation_chain),
36728 (gst_negotiation_set_property), (gst_negotiation_get_property),
36729 (gst_negotiation_plugin_init): New element to talk about random
36730 negotiation things happening in a pipeline.
36732 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36734 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36735 fix integer addition with help of Stefan Kost
36737 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36739 * po/nl.po: updated Dutch translation (Elros Cyriatan)
36741 2004-03-30 David Schleef <ds@schleef.org>
36743 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36744 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
36745 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36747 * ext/mpeg2dec/gstmpeg2dec.h:
36749 2004-03-30 David Schleef <ds@schleef.org>
36751 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36753 2004-03-30 David Schleef <ds@schleef.org>
36755 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
36756 Michael Petullo) to handle .mov
36758 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36760 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36761 (gst_osselement_rate_check_rate):
36762 probe caps correctly for sound cards that only support one format
36764 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36766 * ext/kio/kiosrc.cpp: (process_events):
36767 update handling event processing if inside KDE - untested
36769 2004-03-29 David Schleef <ds@schleef.org>
36771 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36772 by 2 to not interfere with other colorspaces.
36773 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36774 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36775 one to not interfere with ffmpeg_colorspace.
36777 2004-03-29 David Schleef <ds@schleef.org>
36779 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36780 aren't in the caps.
36781 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36782 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36784 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36786 * gst-libs/gst/riff/riff-media.c:
36787 fail on error, don't try to set stuff on NULL caps
36789 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36793 * ext/kio/Makefile.am:
36794 * ext/kio/kioreceiver.cpp:
36795 * ext/kio/kioreceiver.h:
36796 * ext/kio/kiosrc.cpp:
36797 * ext/kio/kiosrc.h:
36798 add experimental kiosrc plugin
36799 * ext/alsa/gstalsaplugin.c: (plugin_init):
36800 initialize debugging category only when we're sure registering the
36803 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36805 * examples/gstplay/player.c: (main):
36806 * gst-libs/gst/play/play.c: (gst_play_class_init),
36807 (gst_play_set_location), (gst_play_set_data_src),
36808 (gst_play_set_video_sink), (gst_play_set_audio_sink),
36809 (gst_play_set_visualization), (gst_play_connect_visualization):
36810 check return values of element_set_state and return FALSE where
36813 2004-03-29 Benjamin Otte <otte@gnome.org>
36815 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36816 try harder to check if an event is really a discont
36818 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36820 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36823 2004-03-28 Benjamin Otte <otte@gnome.org>
36825 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36826 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36827 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36828 get rid of non-standard "..." ranges in case statements.
36830 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
36832 * gst/mpegstream/gstmpegdemux.c:
36833 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36834 specific functionality split to the new dvddemux element.
36835 * gst/mpegstream/gstdvddemux.c:
36836 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36837 streams, derived from mpegdemux.
36838 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36839 up. SCR based timestamp rewriting can be turned off (will probably
36840 completely disappear soon).
36841 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36842 hacking. General cleanup. All printf statements replaced by
36843 debugging messages. Almost complete libdvdnav support.
36844 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36845 by events. New properties for audio and subpicture languages.
36846 (dvdnavsrc_update_highlight): Now uses events.
36847 (dvdnavsrc_user_op): Cleaned up.
36848 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36849 based). Lots of cleanup, and propper support for most libdvdnav
36851 (dvdnavsrc_make_dvd_event): New function.
36852 (dvdnavsrc_make_dvd_nav_packet_event): New function.
36853 (dvdnavsrc_make_clut_change_event): New function.
36855 2004-03-26 Benjamin Otte <otte@gnome.org>
36857 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36858 fix bug where typefinding would claim it's theora whenever less then
36859 7 bytes of data were available
36861 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
36863 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36864 (gst_alawdec_base_init), (gst_alawdec_class_init),
36865 (gst_alawdec_init), (gst_alawdec_chain):
36866 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36867 (gst_alawenc_base_init), (gst_alawenc_class_init),
36868 (gst_alawenc_init), (gst_alawenc_chain):
36869 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36870 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36871 (gst_mulawdec_init), (gst_mulawdec_chain):
36872 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36873 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36874 (gst_mulawenc_init), (gst_mulawenc_chain):
36875 Fix capsnego in all four, remove the unused property functions and
36876 simplify the chain functions slightly. I guess we could use macros
36877 or something similar for those, since the code is so similar, but
36878 I'm currently too lazy...
36880 2004-03-24 David Schleef <ds@schleef.org>
36882 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36883 (gst_osselement_close_audio), (gst_osselement_probe_caps),
36884 (gst_osselement_get_format_structure),
36885 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36886 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36887 (gst_osselement_rate_int_compare): Add code to handle rate probing
36889 * sys/oss/gstosselement.h: same
36890 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36891 Use rate probing provided by osselement.
36892 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36894 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
36896 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36897 (gst_xvidenc_get_property):
36900 2004-03-24 David Schleef <ds@schleef.org>
36902 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36903 (gst_speexdec_init):
36904 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36905 (gst_speexenc_init): Create the pad template correctly (from
36906 the static pad template, not a NULL pointer.)
36908 2004-03-25 Benjamin Otte <otte@gnome.org>
36910 * gst/debug/Makefile.am:
36911 * gst/debug/breakmydata.c:
36912 add element that quasi-randomly changes bytes in the stream.
36913 Intended use is robustness checking of demuxers and decoders in
36916 2004-03-24 Benjamin Otte <otte@gnome.org>
36918 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36919 (gst_alsa_probe_hw_params):
36920 * ext/alsa/gstalsa.h:
36921 debugging output fixes
36923 2004-03-24 Benjamin Otte <otte@gnome.org>
36925 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36926 don't g_return_if_fail if element is PLAYING, fail silently as every
36928 * gst/effectv/gstquark.c: (gst_quarktv_chain):
36929 only fix needed for cast lvalue issues in gst-plugins
36930 * gst/volenv/gstvolenv.c: (gst_volenv_init):
36933 2004-03-24 Benjamin Otte <otte@gnome.org>
36935 * gst/level/gstlevel.c: (gst_level_init):
36936 add proxying getcaps function, so level doesn't advertise impossible
36939 2004-03-24 David Schleef <ds@schleef.org>
36941 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36942 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36943 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36944 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36945 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36946 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36947 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36948 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36949 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
36950 messages. Divide the chunk size by the compression ratio
36951 (needed for MACE audio)
36953 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36955 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36956 Fix buffer overflow read error.
36958 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36960 * ext/alsa/gstalsa.h:
36961 Remove unused entry.
36962 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36964 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36965 (gst_videodrop_link), (gst_videodrop_chain):
36966 Fix, sort of. Was horribly broken with new capsnego. Bah...
36968 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
36970 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36972 Add a monkeysaudio typefind function
36974 2004-03-23 Johan Dahlin <johan@gnome.org>
36976 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36977 (gst_play_video_fixate): Check so the structure has the field
36978 before trying to fixate them, this makes it possible to have
36979 fakesinks for video and audio output without printing errors on
36980 the output console.
36982 2004-03-22 David Schleef <ds@schleef.org>
36984 * sys/oss/Makefile.am:
36985 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36986 (check_rate), (add_rate): Rate probing test app.
36988 2004-03-21 Benjamin Otte <otte@gnome.org>
36990 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36991 (_fixate_caps_to_int), (gst_audio_convert_fixate):
36992 add a fixation function that pretty much does the right thing (fixes
36995 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
36997 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36999 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
37001 reviewed by: Benjamin Otte <otte@gnome.org>
37003 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37004 terminate gst_event_new_discontinuous correctly (fixes parts of
37007 2004-03-19 David Schleef <ds@schleef.org>
37009 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
37010 since it doesn't depend on X, and it's part of our ABI.
37012 2004-03-19 Iain <iain@prettypeople.org>
37014 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37015 is_int in the structure, not the local variable.
37017 2004-03-19 David Schleef <ds@schleef.org>
37019 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37020 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37021 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37022 Improvements in caps negotiation.
37024 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37028 adding Afrikaans (Petri Jooste)
37030 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37032 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37033 (gst_ffmpegcolorspace_chain):
37034 throw error instead of g_critical (#137588)
37036 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37040 dist common and m4 correctly
37043 2004-03-17 David Schleef <ds@schleef.org>
37045 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
37048 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37052 adding Swedish translation (Christian Rose)
37054 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37056 * Makefile.am: use release.mak
37058 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37060 * common/ChangeLog:
37061 * common/gst-autogen.sh:
37062 add some explanation about the version detection
37066 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37068 * configure.ac: bump nano to 1
37070 === release 0.8.0 ===
37072 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37074 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37076 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37079 update libtool version
37080 * gst-libs/gst/media-info/Makefile.am:
37081 actually use libtool version
37083 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37085 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37087 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37090 * gst-plugins.spec.in:
37091 * pkgconfig/Makefile.am:
37092 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37093 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37094 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37095 * pkgconfig/gstreamer-libs.pc.in:
37096 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37097 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37098 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37099 * pkgconfig/gstreamer-plugins.pc.in:
37100 remove @VERSION@ from some of the pc files since core and plugins
37102 created gstreamer-plugins.pc as it's a better name, but keeping
37103 -libs around for now to get fixes upstream done first.
37105 2004-03-15 Julien MOUTTE <julien@moutte.net>
37107 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37108 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37109 * gst-libs/gst/play/play.h:
37111 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37113 * *.c, *.cc: don't mix tabs and spaces
37115 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37117 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37118 use the new ffmpegcolorspace
37119 * gst-plugins.spec.in:
37120 package new colorspace and media-info
37122 * pkgconfig/Makefile.am:
37123 fix some more disting issues
37124 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37125 * pkgconfig/gstreamer-media-info.pc.in:
37126 generate media-info pc files
37128 2004-03-15 Johan Dahlin <johan@gnome.org>
37130 * *.h: Revert indenting
37132 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37135 adding ffmpegcolorspace element
37136 * gst/ffmpegcolorspace/Makefile.am:
37137 * gst/ffmpegcolorspace/avcodec.h:
37138 * gst/ffmpegcolorspace/common.h:
37139 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37140 * gst/ffmpegcolorspace/dsputil.h:
37141 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37142 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37143 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37144 (gst_ffmpeg_caps_to_pix_fmt):
37145 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37146 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37147 (gst_ffmpegcolorspace_caps_remove_format_info),
37148 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37149 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37150 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37151 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37152 (gst_ffmpegcolorspace_set_property),
37153 (gst_ffmpegcolorspace_get_property),
37154 (gst_ffmpegcolorspace_register):
37155 * gst/ffmpegcolorspace/imgconvert.c:
37156 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37157 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37158 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37159 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37160 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37161 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37162 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37163 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37164 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37165 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37166 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37167 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37168 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37169 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37170 (img_get_alpha_info), (deinterlace_line),
37171 (deinterlace_line_inplace), (deinterlace_bottom_field),
37172 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37173 * gst/ffmpegcolorspace/imgconvert_template.h:
37174 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37175 * gst/ffmpegcolorspace/mmx.h:
37176 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37177 adding ffmpegcolorspace element supplied by Ronald after cleaning
37178 up and pulling in the right bits of upstream source.
37179 I'm sure a better C/compiler wizard could do some cleaning up (for
37180 example use GLIB's malloc stuff), but as a first pass this
37183 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37185 * ext/alsa/gstalsa.h:
37186 I assume Ronald forgot to commit the change to have cardname
37187 as a struct member. Expect some public spanking at the next
37190 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37192 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37193 (gst_alsa_open_audio), (gst_alsa_close_audio):
37194 * ext/alsa/gstalsa.c:
37195 Don't open the device if we're a mixer (= padless).
37196 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37197 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37198 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37199 Open mixer during state change rather than during object
37200 initialization. Also, get a device name. Currently in a somewhat
37201 hackish fashion, but I didn't really find something better.
37203 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37205 * *.c, *.h: run gst-indent
37207 2004-03-14 Benjamin Otte <otte@gnome.org>
37209 * gst/modplug/gstmodplug.cc:
37210 * gst/modplug/gstmodplug.h:
37211 set correct timestamps on outgoing buffers
37213 2004-03-14 Benjamin Otte <otte@gnome.org>
37215 * gst/modplug/gstmodplug.cc:
37216 handle events - don't do crap when a discont arrives that's not
37218 This allows correct loading and playback of mods in Rhythmbox
37220 2004-03-14 Benjamin Otte <otte@gnome.org>
37223 * gst-libs/gst/gconf/Makefile.am:
37224 * pkgconfig/Makefile.am:
37225 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37226 they get rebuilt properly
37228 when checking for vorbis, try pkgconfig first.
37229 * gst/modplug/gstmodplug.cc:
37230 add fixate function
37232 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37234 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37235 Fix for obvious mistake, where we first shift the offset and then
37236 read a samplesize element assuming the old offset. Note that this
37237 part still has something weird, i.e. my movies containing those
37238 don't actually play well, but at least there's something that looks
37241 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37242 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37244 Add a typefind function for speex format
37246 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37248 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37249 (gst_asf_demux_setup_pad):
37250 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37251 instead of 0. Reason is simple: some elements have a fps range
37252 of 1-max instead of 0-max. So now ASF video actually works.
37254 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37258 adding serbian as a language
37260 2004-03-13 Benjamin Otte <otte@gnome.org>
37262 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37263 return taglist correctly from _get function, don't gst_pad_push it.
37266 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37267 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37269 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37271 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37272 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37273 (gst_alsa_mixer_track_new):
37274 * ext/alsa/gstalsamixertrack.h:
37275 Fix ancient leftovers... MixerTrack is a GObject.
37277 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37279 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37280 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37281 Don't block during probing...
37283 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37285 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37286 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37287 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37288 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37289 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37290 (gst_alsa_open_audio), (gst_alsa_close_audio):
37291 * ext/alsa/gstalsa.h:
37292 Add propertyprobe interface implementation, add some device-name
37293 property, all this so that it looks good in gnome-volume-control.
37295 2004-03-12 David Schleef <ds@schleef.org>
37297 * configure.ac: the Hermes library controls hermescolorspace, not
37299 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37300 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37302 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37303 * ext/sdl/sdlvideosink.h: ditto.
37304 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37306 2004-03-12 Benjamin Otte <otte@gnome.org>
37308 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37309 (gst_x_overlay_got_xwindow_id):
37310 * gst-libs/gst/xoverlay/xoverlay.h:
37311 replace XID with unsigned long to get rid of the xlibs dependency in
37312 XOverlay (fixes #137004)
37314 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37315 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37316 (gst_agingtv_setup):
37317 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37318 (gst_dicetv_base_init), (gst_dicetv_class_init),
37319 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37320 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37321 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37322 (gst_edgetv_setup), (gst_edgetv_rgb32):
37323 * gst/effectv/gsteffectv.c:
37324 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37325 (gst_quarktv_set_property):
37326 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37327 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37328 (gst_revtv_setup), (gst_revtv_rgb32):
37329 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37330 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37331 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37332 (gst_shagadelictv_rgb32):
37333 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37334 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37335 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37336 * gst/effectv/gstwarp.c:
37337 Port everything that can be ported to videofilter and fix up the caps.
37338 Can someone with a big-endian machine please check these?
37340 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37342 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37343 (gst_osssink_chain), (gst_osssink_change_state):
37344 Latest fixes for A/V sync, audio playback and such. This is about
37345 all... MPEG playback issues are mostly related to the async build-
37346 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37348 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37350 patch from: Stephane Loeuillet
37353 use pkg-config for some libraries, falling back to the old .m4 way
37358 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37361 * tools/Makefile.am:
37362 * tools/Makefile.in:
37363 * tools/gst-launch-ext-m.m:
37364 * tools/gst-launch-ext.1.in:
37365 * tools/gst-visualise-m.m:
37366 * tools/gst-visualise.1:
37367 * tools/gst-visualise.1.in:
37368 reorganizing generation of script tools
37370 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37372 * ext/divx/gstdivxdec.c:
37373 Downgrade priority. We prefer ffdec_mpeg4.
37374 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37375 (gst_faad_chain), (gst_faad_change_state):
37376 Fix capsnego. Doesn't work for some sounds because we don't have
37377 a 5:1 to stereo element.
37378 * ext/xvid/gstxvid.c: (plugin_init):
37380 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37381 (gst_osssink_change_state):
37382 Add discont handling.
37384 2004-03-09 Colin Walters <walters@verbum.org>
37386 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37389 2004-03-09 Benjamin Otte <otte@gnome.org>
37391 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37392 the signals take 2 arguments
37394 2004-03-09 David Schleef <ds@schleef.org>
37396 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37397 (gst_alsa_fixate): Add fixate function. (bug #136686)
37398 * ext/alsa/gstalsa.h:
37399 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37401 2004-03-09 Benjamin Otte <otte@gnome.org>
37403 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37404 (gst_mikmod_change_state):
37405 * ext/mikmod/gstmikmod.h:
37406 make mikmod's loop function not loop infinitely and call
37407 gst_element_yield anymore
37408 * gst/modplug/gstmodplug.cc:
37409 fix pad negotiation (fixes #136590)
37411 2004-03-09 David Schleef <ds@schleef.org>
37413 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37414 doesn't conflict with the internal colorspace plugin.
37415 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37416 satisfy the crappy-ass shell shipped by a certain vendor.
37417 * gst/videofilter/make_filter: same (bug #135299)
37419 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37421 * configure.ac: bump nano to 1
37423 === release 0.7.6 ===
37425 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37427 * configure.in: releasing 0.7.6, "There"
37429 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37431 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37432 * pkgconfig/gstreamer-play.pc.in:
37433 synchronize the two
37435 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37437 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37438 (cdparanoia_open), (cdparanoia_event):
37439 fix/add error handling
37441 add cdparanoia source
37442 * tools/Makefile.am:
37443 make scripts executable
37445 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37448 * ext/vorbis/Makefile.am:
37450 remove id3types, vorbisfile and xvideosink from the build (#133783)
37452 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37454 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37455 Fix metadata read crash (#136537).
37457 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37459 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37460 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37461 adding mime types, fixing the one-stop function
37463 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37465 * ext/nas/nassink.c and /ext/nas/nassink.h:
37466 More NAS love from Arwed von Merkatz
37467 So lets all sing 'Can you feel the NAS tonight'
37469 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37471 * tools/gst-launch-ext.in:
37472 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37474 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37476 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37477 (gst_mpeg2dec_init):
37478 remove the user_data pad for now, because it is being used in
37479 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37480 If someone knows how to fix this properly, please do.
37482 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37484 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37485 (gst_osssink_get_time):
37486 add a warning, IMO this won't get triggered anymore, remove later
37488 2004-03-07 David Schleef <ds@schleef.org>
37490 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37491 format (bug #136470)
37493 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37495 * gst-libs/Makefile.am:
37496 * gst-libs/gst/media-info/Makefile.am:
37497 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37498 (error_callback), (gst_media_info_error_create),
37499 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37500 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37501 * gst-libs/gst/media-info/media-info-priv.h:
37502 * gst-libs/gst/media-info/media-info-test.c: (main):
37503 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37504 (gst_media_info_class_init), (gst_media_info_instance_init),
37505 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37506 (gst_media_info_read_idler), (gst_media_info_read):
37507 * gst-libs/gst/media-info/media-info.h:
37508 fixed, should work now
37510 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37512 * ext/nas/nassink.c:
37513 A bunch of NAS fixes from Arwed von Merkatz
37515 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37517 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37518 (qtdemux_parse_trak):
37519 Fix crash (j might be greater than n_samples, in which case we're
37520 writing outside the allocated space for the array) and memleak.
37522 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37524 * sys/oss/gstosssink.c: (gst_osssink_chain):
37525 And another caller that couldn't handle delay < 0 (unsigned
37526 integer overflow). Video now continues playing on an audio
37527 buffer underrun, and the clock continues working. Audio still
37530 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37532 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37533 (gst_osssink_get_time):
37534 get_delay() may return values lower than 0. In those cases, we
37535 should not actually cast to *unsigned* int64, that will break
37536 stuff horribly. In my case, it screwed up A/V sync in movies
37537 in totem rather badly.
37539 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37541 * ext/faac/gstfaac.c: (gst_faac_chain):
37542 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37543 * ext/libpng/gstpngenc.c: (user_write_data):
37544 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37545 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37546 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37547 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37548 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37549 of any buffer), should fix some leaks. I hope I didn't unref buffers
37550 that shouldn't be...
37552 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37554 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37555 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37556 (error_callback), (gmi_reset), (gmi_seek_to_track),
37557 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37558 (gmip_find_type_post), (gmip_find_stream_post),
37559 (gmip_find_track_streaminfo_post):
37560 * gst-libs/gst/media-info/media-info-priv.h:
37561 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37562 (info_print), (main):
37563 * gst-libs/gst/media-info/media-info.c:
37564 (gst_media_info_error_create), (gst_media_info_error_element),
37565 (gst_media_info_instance_init), (gst_media_info_get_property),
37566 (gst_media_info_new), (gst_media_info_set_source),
37567 (gst_media_info_read_idler), (gst_media_info_read):
37568 * gst-libs/gst/media-info/media-info.h:
37569 first pass at making this work again. This seems to work on
37570 tagged ogg/vorbis and mp3 files.
37572 2004-03-06 Benjamin Otte <otte@gnome.org>
37574 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37575 fix huge leak: gst_buffer_merge doesn't unref the first argument
37578 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37580 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37581 report layer/mode/emphasis
37583 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37585 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37587 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37589 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37592 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37594 * ext/vorbis/vorbis.c: (plugin_init):
37595 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37596 (gst_vorbis_dec_init), (vorbis_dec_event):
37598 make vorbisdec handle _BYTE and _TIME queries
37600 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37602 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37603 from the xing header
37605 2004-03-06 Benjamin Otte <otte@gnome.org>
37607 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37608 (gst_audio_convert_link), (gst_audio_convert_change_state),
37609 (gst_audio_convert_buffer_from_default_format):
37610 do conversions from/to float correctly, fix some caps nego errors,
37611 export correct supported caps in template and getcaps, use correct
37612 caps in try_set_caps functions
37614 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37616 For some reason, I only committed a ChangeLog entry yesterday and
37617 not the corresponding code...
37618 * ext/mad/gstmad.c: Fix detection of Xing headers
37619 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37621 2004-03-06 Benjamin Otte <otte@gnome.org>
37623 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37624 (gst_ogg_demux_src_query):
37625 make sure to handle the case where there's no current chain
37628 2004-03-05 David Schleef <ds@schleef.org>
37630 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37631 Add fixate function. (bug #131128)
37632 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37633 (gst_sdlvideosink_fixate): Add fixate function.
37634 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37635 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37636 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37637 Fix missing break that was causing ulaw to be interpreted as
37640 2004-03-05 David Schleef <ds@schleef.org>
37642 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37643 Fix code that ignores return value of gst_buffer_merge().
37645 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37646 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37647 * testsuite/gst-lint: Check for above.
37649 2004-03-05 David Schleef <ds@schleef.org>
37651 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37652 caps and throw an element error. (bug #136334)
37654 2004-03-05 David Schleef <ds@schleef.org>
37656 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37657 (gst_faad_chain): Fix negotiation.
37658 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37659 key and button events.
37660 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37662 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37664 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37665 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37666 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37667 function to encourage better negotiation, particularly between
37668 audioconvert and osssink.
37669 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37670 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
37672 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
37674 * gst/vbidec/vbiscreen.c: Add glib header
37675 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
37677 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
37679 * ext/mad/gstmad.c: Fix detection of Xing headers
37680 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37682 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37684 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37685 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37688 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37690 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37691 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37692 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37693 files, and report the parsed length as a GST_TAG_DURATION tag.
37694 * gst/tags/gstid3tag.c: support TLEN (duration) tag
37696 2004-03-05 Benjamin Otte <otte@gnome.org>
37698 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37699 convert channels correctly. convert correctly to unsigned.
37701 2004-03-05 Julien MOUTTE <julien@moutte.net>
37703 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37704 we have a window before clearing it.
37706 2004-03-05 Julien MOUTTE <julien@moutte.net>
37708 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37709 have a window before clearing it.
37711 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
37713 * gconf/gstreamer.schemas.in:
37714 * gst-libs/gst/gconf/Makefile.am:
37715 version installation path the same way as for 0.6
37716 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37717 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37718 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37719 remove comment that was fixed
37721 2004-03-05 David Schleef <ds@schleef.org>
37723 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37724 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37725 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37726 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37727 Add prototype code for handling seeking and querying.
37729 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
37731 * examples/gstplay/player.c: (main):
37732 Initialize variables to NULL. Prevents a segfault because the
37733 (uninitialized) variable is not NULL, resulting in a crash on
37734 trying to reach error->message.
37736 2004-03-05 Benjamin Otte <otte@gnome.org>
37738 * gst/audioconvert/gstaudioconvert.c:
37739 (gst_audio_convert_buffer_to_default_format):
37740 make float=>int conversion work correctly even in cornercases.
37742 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
37744 * debian/README.Debian:
37745 * debian/build-deps:
37746 * debian/changelog:
37748 * debian/control.in:
37749 * debian/copyright:
37750 * debian/gstreamer-a52dec.files:
37751 * debian/gstreamer-aa.files:
37752 * debian/gstreamer-alsa.files:
37753 * debian/gstreamer-alsa.manpages:
37754 * debian/gstreamer-arts.files:
37755 * debian/gstreamer-artsd.files:
37756 * debian/gstreamer-audiofile.files:
37757 * debian/gstreamer-avifile.files:
37758 * debian/gstreamer-cdparanoia.files:
37759 * debian/gstreamer-colorspace.files:
37760 * debian/gstreamer-doc.files:
37761 * debian/gstreamer-dv.files:
37762 * debian/gstreamer-dvd.files:
37763 * debian/gstreamer-esd.files:
37764 * debian/gstreamer-festival.files:
37765 * debian/gstreamer-flac.files:
37766 * debian/gstreamer-gconf.conffiles:
37767 * debian/gstreamer-gconf.files:
37768 * debian/gstreamer-gconf.postinst:
37769 * debian/gstreamer-gnomevfs.files:
37770 * debian/gstreamer-gsm.files:
37771 * debian/gstreamer-http.files:
37772 * debian/gstreamer-jack.files:
37773 * debian/gstreamer-jpeg.files:
37774 * debian/gstreamer-mad.files:
37775 * debian/gstreamer-mikmod.files:
37776 * debian/gstreamer-misc.files:
37777 * debian/gstreamer-mpeg2dec.files:
37778 * debian/gstreamer-oss.files:
37779 * debian/gstreamer-plugin-apps.files:
37780 * debian/gstreamer-plugin-apps.manpages:
37781 * debian/gstreamer-plugin-libs-dev.files:
37782 * debian/gstreamer-plugin-libs.files:
37783 * debian/gstreamer-plugin-template.postinst:
37784 * debian/gstreamer-plugin-template.postrm:
37785 * debian/gstreamer-sdl.files:
37786 * debian/gstreamer-sid.files:
37787 * debian/gstreamer-vorbis.files:
37788 * debian/gstreamer-x.files:
37789 * debian/mk.control:
37791 Debian package info not maintained here.
37793 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
37795 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37796 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37797 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37798 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37799 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37800 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37801 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37802 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37803 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37804 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37805 * gst-libs/gst/colorbalance/colorbalance.c:
37806 (gst_color_balance_class_init):
37807 * gst-libs/gst/colorbalance/colorbalancechannel.c:
37808 (gst_color_balance_channel_class_init):
37809 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37810 * gst-libs/gst/play/play.c: (gst_play_class_init):
37811 * gst-libs/gst/propertyprobe/propertyprobe.c:
37812 (gst_property_probe_iface_init):
37813 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37814 * gst-libs/gst/tuner/tunerchannel.c:
37815 (gst_tuner_channel_class_init):
37816 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37817 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37818 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37819 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37820 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37821 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37822 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37823 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37824 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37825 fix signals to use - instead of _
37826 * ext/libcaca/gstcacasink.h:
37827 * ext/sdl/sdlvideosink.h:
37830 2004-03-04 David Schleef <ds@schleef.org>
37832 * testsuite/gst-lint: Add a check for bad signal names.
37834 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
37836 reviewed by David Schleef
37838 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37839 modified the alpha channel and caused a warning. (bug #136192)
37841 2004-04-03 Christian Schaller <Uraeus@gnome.org>
37843 * gst-plugins.spec.in:
37844 Change names of plugins to actually be correct. Try to keep things
37845 alphabetical to avoid getting beat up by Thomas
37847 2004-03-03 Julien MOUTTE <julien@moutte.net>
37849 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37850 Using ximagesink as a default if no gconf key found. We should
37851 probably consider using alsasink instead of osssink for the audio
37854 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37857 fix --with-plugins, don't think it ever worked before
37858 * gst-plugins.spec.in:
37861 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
37863 * ext/sdl/sdlvideosink.h:
37864 * sys/ximage/ximagesink.h:
37865 * sys/xvideo/xvideosink.h:
37866 * sys/xvimage/xvimagesink.h:
37867 Fix for move of gstvideosink.h -> videosink.h.
37869 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37871 * gst-libs/gst/xwindowlistener/Makefile.am:
37872 this is a plugin library, not a library
37874 2004-03-01 David Schleef <ds@schleef.org>
37876 * AUTHORS: Added some names. Add yourself if you're still
37879 2004-03-01 David Schleef <ds@schleef.org>
37883 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37885 * gst-plugins.spec.in: clean up spec file
37887 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37889 * gst-libs/gst/video/Makefile.am:
37890 * gst-libs/gst/video/gstvideosink.c:
37891 * gst-libs/gst/video/gstvideosink.h:
37892 rename gstvideosink.h to videosink.h to match other headers
37893 * gst/mixmatrix/Makefile.am:
37894 fix plugin filename
37895 * gst/tags/Makefile.am: fix plugin filename
37897 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37899 * gst/tags/Makefile.am: fix plugin filename
37901 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37903 * examples/gstplay/player.c: (got_time_tick), (main):
37905 display time_tick more readably
37906 * gst/mixmatrix/Makefile.am:
37907 fix plugin file name
37909 2004-02-29 Christophe Fergeau <teuf@gnome.org>
37911 * sys/oss/gstosselement.c: (gst_osselement_probe),
37912 (device_combination_append), (gst_osselement_class_probe_devices):
37913 * sys/oss/gstosselement.h:
37914 Reworked enumeration of oss dsps and mixers so that gst-mixer works
37915 on my system using alsa oss emulation, fixes bug #135597
37917 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
37919 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37920 (gst_videodrop_chain), (gst_videodrop_change_state):
37921 * gst/videodrop/gstvideodrop.h:
37922 Work based on timestamp of input data, not based on the expected
37923 framerate from the input. The consequence is that this element now
37924 not only scales framerates, but also functions as a framerate
37925 corrector or framerate stabilizer/constantizer.
37927 2004-02-27 David Schleef <ds@schleef.org>
37929 patches from jmmv@menta.net (Julio M. Merino Vidal)
37931 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37932 GST_ELEMENT_ERROR call (bug #135634)
37933 * gst/interleave/interleave.c: (interleave_buffered_loop),
37934 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37935 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37936 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37937 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37938 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37939 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37940 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37941 Fix GST_ELEMENT_ERROR call.
37942 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37943 GST_ELEMENT_ERROR call.
37945 2004-02-27 Benjamin Otte <otte@gnome.org>
37947 * gst-libs/gst/audio/audio.h:
37948 add macro to make sure header isn't included twice
37949 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37950 don't use gst_buffer_free
37951 * gst/playondemand/filter.func:
37952 don't use gst_data_free. Free data only once.
37954 2004-02-26 David Schleef <ds@schleef.org>
37956 * gst-libs/gst/colorbalance/Makefile.am:
37957 * gst-libs/gst/mixer/Makefile.am:
37958 * gst-libs/gst/tuner/Makefile.am:
37959 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37960 should not be disted, -marshal.h files should not be installed,
37961 and -enum.h files _should_ be installed. Fix to make this the
37964 === release 0.7.5 ===
37966 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
37968 * configure.ac: release 0.7.5, "Under The Sea"
37970 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37972 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37973 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37974 * gst/videoscale/gstvideoscale.c:
37975 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37976 assorted debug/warning fixes
37978 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37980 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37981 (gst_videoscale_init), (gst_videoscale_chain),
37982 (gst_videoscale_set_property), (plugin_init):
37983 * gst/videoscale/gstvideoscale.h:
37984 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37985 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37986 (gst_videoscale_planar400), (gst_videoscale_packed422),
37987 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37988 (gst_videoscale_24bit), (gst_videoscale_16bit),
37989 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37990 (gst_videoscale_scale_plane_slow),
37991 (gst_videoscale_scale_point_sample),
37992 (gst_videoscale_scale_nearest),
37993 (gst_videoscale_scale_nearest_str2),
37994 (gst_videoscale_scale_nearest_str4),
37995 (gst_videoscale_scale_nearest_32bit),
37996 (gst_videoscale_scale_nearest_24bit),
37997 (gst_videoscale_scale_nearest_16bit):
37998 add debugging category and use it properly
37999 fix use of GST_PTR_FORMAT
38001 2004-02-25 Andy Wingo <wingo@pobox.com>
38003 * gst/interleave/interleave.c (interleave_buffered_loop): Always
38004 push only when channel->buffer is NULL. Prevents segfaults doing
38005 the state change after a nonlocal exit, like a scheme exception.
38007 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38008 Handle the case where the intersected caps is empty.
38010 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38012 * gst/law/mulaw-decode.c: (mulawdec_link):
38013 * gst/law/mulaw.c: (plugin_init):
38014 fix mulawdec so it actually works again
38016 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
38018 reviewed by: David Schleef <ds@schleef.org>
38020 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38021 (gst_gamma_init), (gst_gamma_set_property),
38022 (gst_gamma_get_property), (gst_gamma_calculate_tables),
38023 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
38024 for RGB, with separate r g and b correction factors. (#131167)
38026 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
38028 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38029 only signal tags for bitrate if they're > 0 (#134894)
38031 2004-02-24 David Schleef <ds@schleef.org>
38033 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38034 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38035 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38036 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38037 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38038 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38039 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38040 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38041 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
38042 category. Attempt to fix timestamp calculation.
38044 2004-02-24 Johan Dahlin <johan@gnome.org>
38046 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38048 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
38051 * gconf/Makefile.am:
38052 * gconf/gstreamer.schemas:
38053 * gst-libs/gst/gconf/Makefile.am:
38054 * gst-libs/gst/gconf/gconf.c:
38055 version gconf schemas and install locations
38057 2004-02-23 Benjamin Otte <otte@gnome.org>
38059 * ext/xine/xineinput.c: (gst_xine_input_dispose):
38060 (gst_xine_input_subclass_init):
38061 call parent dispose.
38062 change pad template for CD reader correctly
38063 * ext/xine/Makefile.am:
38064 * ext/xine/gstxine.h:
38065 * ext/xine/xine.c: (plugin_init):
38066 * ext/xine/xineaudiosink.c:
38067 wrap audio sinks, too
38068 * gst-libs/gst/resample/private.h:
38069 * gst-libs/gst/resample/resample.c: (gst_resample_init),
38070 (gst_resample_reinit), (gst_resample_scale),
38071 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38072 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38073 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38074 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38075 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38076 * gst-libs/gst/resample/resample.h:
38077 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38078 (gst_audioscale_class_init), (gst_audioscale_link),
38079 (gst_audioscale_get_buffer), (gst_audioscale_init),
38080 (gst_audioscale_chain), (gst_audioscale_set_property),
38081 (gst_audioscale_get_property):
38082 * gst/audioscale/gstaudioscale.h:
38083 s/resample_*/gst_resample_*/i to not clobber namespaces
38085 2004-02-23 Julien MOUTTE <julien@moutte.net>
38087 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38088 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38089 (gst_riff_create_video_template_caps),
38090 (gst_riff_create_audio_template_caps),
38091 (gst_riff_create_iavs_template_caps):
38092 * gst-libs/gst/riff/riff-media.h:
38093 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38094 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38095 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38096 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38097 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38098 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38099 (gst_matroska_demux_plugin_init): First batch implementing audio and
38100 video codec tags in demuxers.
38102 2004-02-22 Benjamin Otte <otte@gnome.org>
38104 * ext/xine/Makefile.am:
38105 * ext/xine/gstxine.h:
38106 * ext/xine/xine.c: (plugin_init):
38107 * ext/xine/xineinput.c:
38108 add input plugin wrapper. Playback from files, http, mms and cdda
38110 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38111 remove leftover G_GNUC_UNUSED
38112 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38113 (gst_asf_demux_identify_guid):
38114 improve debugging output
38116 2004-02-22 Benjamin Otte <otte@gnome.org>
38118 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38121 replace test -e with test -x for mkinstalldirs to be more portable.
38124 2004-02-22 Benjamin Otte <otte@gnome.org>
38126 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38128 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38129 set rank to PRIMARY
38130 * gst/volume/gstvolume.c: (plugin_init):
38134 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38136 reviewed by Benjamin Otte <otte@gnome.org>
38138 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38139 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38141 2004-02-22 Benjamin Otte <otte@gnome.org>
38144 export [_]*{gst,Gst,GST}.* symbols from plugins
38146 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38148 reviewed by: Benjamin Otte <otte@gnome.org>
38150 * ext/lame/gstlame.c: (add_one_tag):
38151 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38152 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38153 (gst_vorbisenc_metadata_set1):
38154 * gst/tags/gstid3tag.c:
38155 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38156 apply fixes from bugs #135042 (lame can't write tags) and #133817
38157 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38159 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38161 * configure.ac: Export only gst_plugin_desc from plugins.
38162 Note that this change only makes any effect with Linux using libtool
38163 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38164 fine. And don't try to have several versions of libtool in different
38167 2004-02-20 Andy Wingo <wingo@pobox.com>
38169 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38170 interleave respectively.
38172 * gst/interleave/deinterleave.c: New plugin: deinterleave
38173 (replaces on oneton).
38174 * gst/interleave/interleave.c: New plugin: interleave.
38175 * gst/interleave/plugin.h: Support file.
38176 * gst/interleave/plugin.c: Support file.
38178 * configure.ac: Remove intfloat and oneton, add interleave.
38180 * ext/sndfile/gstsf.c: Handle events better.
38182 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38183 and float2int operation. int2float has scheduling problems as
38184 noted in in2float_chain.
38186 2004-02-20 Benjamin Otte <otte@gnome.org>
38188 * ext/xine/Makefile.am:
38189 * ext/xine/gstxine.h:
38191 * ext/xine/xineaudiodec.c:
38192 * ext/xine/xinecaps.c:
38193 add first version of xine plugin wrapper. Currently only wraps the
38194 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38197 add xine plugin wrapper, disabled by default. Use --enable-xine to
38198 build. Note that it'll segfault on gst-register if you don't remove
38199 the goom and tvtime post plugins from xine.
38200 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38201 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38202 add extradata parsing for QDM2.
38203 change around debugging prints.
38205 2004-02-19 Benjamin Otte <otte@gnome.org>
38207 * ext/lame/gstlame.c: (gst_lame_chain):
38208 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38209 use gst_tag_list_insert when you want to insert tags
38211 2004-02-18 David Schleef <ds@schleef.org>
38213 * configure.ac: Move massink to gst-rotten
38215 * ext/mas/Makefile.am:
38216 * ext/mas/massink.c:
38217 * ext/mas/massink.h:
38219 2004-02-18 David Schleef <ds@schleef.org>
38221 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38222 typefinding, since it seems to be worse than nothing.
38223 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38224 atom to recognize .mp4 and .m4a files as video/quicktime.
38226 2004-02-18 David Schleef <ds@schleef.org>
38228 * gst/sine/demo-dparams.c: (quit_live),
38229 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38230 Use double dparams, not float.
38231 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38232 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38233 sync'd elements don't really work correctly.
38234 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38235 (volume_update_volume), (volume_get_property): Change dparam
38238 2004-02-18 Julien MOUTTE <julien@moutte.net>
38240 * sys/ximage/ximagesink.c:
38241 (gst_ximagesink_xwindow_update_geometry),
38242 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38243 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38244 (gst_ximagesink_init): Rework the way software video scaling works. So
38245 now we check on each chain call if the video frames are feeling the
38246 window. If not we try to renegotiate caps. On failure we memorize that
38247 and we won't try again for that PLAYING sessions.
38248 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38253 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38255 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38256 break up _link so we can give a better debug message for errors
38258 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38260 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38261 set up debug category
38263 2004-02-18 Julien MOUTTE <julien@moutte.net>
38265 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38266 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38267 the way renegotiation work. The event handling function is not taking
38268 care of external windows and renegotiate method check for pad flags
38269 NEGOTIATING. Should fix : #133209
38271 2004-02-17 Julien MOUTTE <julien@moutte.net>
38273 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38274 pad is negotiating before trying renegotiation.
38276 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38278 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38279 pass on all possible mime types as typefind hints
38281 2004-02-17 Julien MOUTTE <julien@moutte.net>
38283 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38285 possible SHM leak if we crash. All other apps using XShm are doing
38288 2004-02-17 Julien MOUTTE <julien@moutte.net>
38290 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38291 (gst_ximagesink_expose): Renegotiate size on expose.
38292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38295 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38297 * testsuite/alsa/sinesrc.c:
38298 cosmetic fix to fix compile issue with gcc 2.95.4
38300 2004-02-16 Julien MOUTTE <julien@moutte.net>
38302 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38303 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38304 failed opening the audio device.
38305 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38306 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38307 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38308 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38309 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38310 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38311 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38312 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38313 Removing some useless g_return_if_fail like wingo suggested.
38314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38315 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38316 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38317 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38318 (gst_xvimagesink_update_colorbalance),
38319 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38320 (gst_xvimagesink_xcontext_clear),
38321 (gst_xvimagesink_get_fourcc_from_caps),
38322 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38323 (gst_xvimagesink_set_xwindow_id),
38324 (gst_xvimagesink_colorbalance_list_channels),
38325 (gst_xvimagesink_colorbalance_set_value),
38326 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38327 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38329 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38331 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38332 throw error when not negotiated instead of asserting
38334 2004-02-15 Julien MOUTTE <julien@moutte.net>
38336 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38337 correct data refcounting.
38339 2004-02-15 Julien MOUTTE <julien@moutte.net>
38341 * gst/switch/gstswitch.c: (gst_switch_change_state),
38342 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38343 change, mostly the EOS flag.
38345 2004-02-15 Julien MOUTTE <julien@moutte.net>
38347 * examples/gstplay/player.c: (got_eos), (main): Adding some
38348 output for debugging.
38349 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38350 timeouts if we go to any state different from PLAYING.
38351 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38352 more EOS bugs in riff lib.
38354 2004-02-14 Julien MOUTTE <julien@moutte.net>
38356 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38357 visualization until i find a way to fix switch correctly.
38358 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38360 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38361 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38362 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38363 Reworked switch to get a more correct behaviour with events and refing
38364 of data stored in sinkpads.
38365 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38366 we don't pull from a pad in EOS.
38368 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38370 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38371 remove v1 tag even if we can't read it (makes sure we don't detect
38374 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38376 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38377 (gst_alsa_xrun_recovery):
38378 * ext/alsa/gstalsa.h:
38379 try xrun recovery when wait failed. Make xrun recovery function
38380 return TRUE/FALSE to indicate success. (might fix #134354)
38382 2004-02-13 David Schleef <ds@schleef.org>
38384 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38385 (dynparm_value_changed), (main): Convert from float to double.
38386 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38388 2004-02-13 David Schleef <ds@schleef.org>
38390 * gst/silence/gstsilence.c: (gst_silence_class_init),
38391 (gst_silence_set_clock), (gst_silence_get),
38392 (gst_silence_set_property), (gst_silence_get_property):
38393 * gst/silence/gstsilence.h: Add sync property.
38394 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38395 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38396 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38397 * gst/sine/gstsinesrc.h: Add sync property.
38399 2004-02-13 David Schleef <ds@schleef.org>
38401 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38402 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38404 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38408 * gst-libs/ext/Makefile.am:
38409 move ffmpeg plugin to gst-ffmpeg module
38411 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38413 * configure.ac: use GST_ARCH to detect architecture
38415 2004-02-12 Julien MOUTTE <julien@moutte.net>
38417 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38419 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38421 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38422 classify LADSPA plugins based on number of src/sink pads
38423 (#133663, Stefan Kost)
38424 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38425 fix dparams registration
38426 (#133528, Stefan Kost)
38427 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38428 fix use of isprint and use g_ascii_isprint instead
38429 (#133316, Stefan Kost)
38431 2004-02-11 David Schleef <ds@schleef.org>
38433 Convert a few inner loops to use liboil. This is currently
38434 optional, and is only enabled if liboil is present (duh!).
38435 * configure.ac: Check for liboil-0.1
38436 * gst/intfloat/Makefile.am:
38437 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38438 (gst_int2float_chain_gint16):
38439 * gst/videofilter/Makefile.am:
38440 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38441 (tablelookup_u8), (gst_videobalance_planar411):
38442 * gst/videotestsrc/Makefile.am:
38443 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38444 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38445 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38446 (paint_hline_RGB565), (paint_hline_xRGB1555):
38448 2004-02-11 David Schleef <ds@schleef.org>
38450 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38451 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38452 (gst_colorspace_getcaps), (gst_colorspace_link),
38453 (gst_colorspace_base_init), (gst_colorspace_init),
38454 (gst_colorspace_chain), (gst_colorspace_change_state),
38455 (plugin_init): Merge Ronald's patch (bug #117897) and update
38456 for new caps and negotiation. Seems to work, although it
38457 shows off bugs in lcs.
38459 2004-02-11 David Schleef <ds@schleef.org>
38461 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38462 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38464 2004-02-11 David Schleef <ds@schleef.org>
38466 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38467 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38468 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38469 Add server and port properties
38471 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38476 * m4/as-liblame.m4:
38477 * m4/as-slurp-ffmpeg.m4:
38478 * m4/check-libheader.m4:
38485 * m4/gst-ivorbis.m4:
38486 * m4/gst-matroska.m4:
38488 * m4/gst-shout2.m4:
38496 fix underquotedness of macros (#133800)
38497 * m4/as-avifile.m4:
38499 removed because no longer used
38501 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38504 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38505 by autopoint (fixes #132996)
38507 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38509 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38510 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38511 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38512 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38515 2004-02-11 David Schleef <ds@schleef.org>
38517 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38518 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38519 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38520 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38521 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38522 (gst_jpegenc_class_init), (gst_jpegenc_init),
38523 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38524 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38525 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38526 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38528 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38530 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38531 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38532 * ext/mikmod/gstmikmod.h:
38533 fix caps negotiation in mikmod
38534 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38535 output debug information
38537 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38539 * gst-libs/gst/colorbalance/Makefile.am:
38540 * gst-libs/gst/navigation/Makefile.am:
38541 * gst-libs/gst/xoverlay/Makefile.am:
38542 remove unused GST_OPT_CFLAGS from Makefiles
38543 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38545 2004-02-07 David Schleef <ds@schleef.org>
38547 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38548 push events to pads that haven't been created (#133508)
38550 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38552 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38553 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38554 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38555 (gst_dvdec_loop), (gst_dvdec_change_state):
38556 Second attempt at committing a working dvdec element.
38558 2004-02-06 David Schleef <ds@schleef.org>
38560 Build fixes for OS X: (see #129600)
38561 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38562 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38563 (gst_riff_read_strf_iavs):
38564 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38565 (gst_avi_demux_stream_odml):
38566 * gst/playondemand/Makefile.am:
38567 * gst/rtp/rtp-packet.c:
38569 2004-02-05 David Schleef <ds@schleef.org>
38571 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38572 last change, because it Just Doesn't Compile.
38574 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38576 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38577 skip undecodable id3v2 tag instead of keeping it
38579 2004-02-05 David Schleef <ds@schleef.org>
38581 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38582 Unref leaked buffer. (Noticed by Ronald)
38584 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38586 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38587 Sync requires with other checks. >= vs =.
38589 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38591 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38592 (gst_dvdec_video_link), (gst_dvdec_loop):
38593 * ext/dv/gstdvdec.h:
38594 rework the caps negotiation so that dvdec works again instead
38595 of just segfaulting.
38597 === release 0.7.4 ===
38599 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38601 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38602 * configure.ac: changed for release
38604 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38606 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38607 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38608 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38609 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38610 reworked patch by David Lehn to fix libdir and includedir for
38611 uninstalled libraries
38612 removed play and gconf from gstreamer-libs since they have their
38613 own pkgconfig files
38615 2004-02-04 David Schleef <ds@schleef.org>
38617 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38620 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38622 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38623 use correct GST_TAG_ENCODER tag
38625 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38627 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38628 be sure to stop the clock when going to paused
38629 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38630 reset number of transmitted when going to ready.
38633 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38635 reviewed by Benjamin Otte
38637 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38638 extract track count (fixes #133410)
38640 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38642 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38643 that should be !=, not == (fixes #132519)
38645 2004-02-04 David Schleef <ds@schleef.org>
38647 Make sure set_explicit_caps() is called before adding pad.
38648 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38649 * gst/id3/gstid3types.c: (gst_id3types_loop):
38650 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38651 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38653 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38656 bump nano to 2, first prerelease
38657 put back AM_PROG_LIBTOOL
38659 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38661 * testsuite/alsa/Makefile.am:
38662 these are user test apps, not automatic testsuite tests
38664 2004-02-04 David Schleef <ds@schleef.org>
38666 Convert GST_DEBUG_CAPS() to GST_DEBUG():
38667 * gst/mpeg1videoparse/gstmp1videoparse.c:
38668 (mp1videoparse_parse_seq):
38669 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38670 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38671 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38672 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38673 (gst_xvideosink_getcaps):
38674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38675 * testsuite/gst-lint: more tests
38677 2004-02-04 David Schleef <ds@schleef.org>
38679 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38680 with the code that they would expand to.
38681 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38682 (gst_flacdec_get_src_query_types),
38683 (gst_flacdec_get_src_event_masks):
38684 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38685 (gst_gnomevfssrc_get_query_types),
38686 (gst_gnomevfssrc_get_event_mask):
38688 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38690 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38691 (gst_sinesrc_dispose):
38692 fix memleak by properly disposing sinesrc
38694 2004-02-04 Julien MOUTTE <julien@moutte.net>
38696 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38697 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38698 an overlay to redraw the image because it has been exposed.
38699 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38700 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38701 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38702 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38705 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38706 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38707 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38710 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38712 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38713 more memleak fixage
38715 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38717 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38718 * gst/typefind/gsttypefindfunctions.c:
38719 fix memleaks shown by gst-typefind
38721 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38723 * common/glib-gen.mak:
38724 add hack rule to touch .Plo files
38725 * gst-libs/gst/colorbalance/Makefile.am:
38726 * gst-libs/gst/mixer/Makefile.am:
38727 * gst-libs/gst/play/Makefile.am:
38728 * gst-libs/gst/tuner/Makefile.am:
38729 remove glib_root variable
38731 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38733 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38734 set explicit caps before adding the element, so the autopluggers can
38736 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38737 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38738 (mpeg_video_type_find), (mpeg_video_stream_type_find),
38740 fix memleaks in typefind functions. gst_type_find_suggest takes a const
38743 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38745 * gst-libs/gst/colorbalance/Makefile.am:
38746 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38747 * gst-libs/gst/colorbalance/colorbalance.c:
38748 * gst-libs/gst/colorbalance/colorbalance.h:
38749 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38750 * gst-libs/gst/mixer/Makefile.am:
38751 * gst-libs/gst/mixer/mixer-marshal.list:
38752 * gst-libs/gst/mixer/mixer.c:
38753 * gst-libs/gst/mixer/mixer.h:
38754 * gst-libs/gst/mixer/mixermarshal.list:
38755 * gst-libs/gst/play/Makefile.am:
38756 * gst-libs/gst/play/play.h:
38757 * gst-libs/gst/tuner/Makefile.am:
38758 * gst-libs/gst/tuner/tuner-marshal.list:
38759 * gst-libs/gst/tuner/tuner.c:
38760 * gst-libs/gst/tuner/tuner.h:
38761 * gst-libs/gst/tuner/tunermarshal.list:
38762 use new glib-gen.mak snippet to clean up Makefile.am
38763 fix various bugs in Makefile.am's
38765 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38767 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38768 handle chain parsing correctly in the multichain case
38769 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38770 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38771 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38772 (theora_dec_chain):
38773 handle events and queries correctly
38775 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38778 Ignore generated file _stdint.h.
38780 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38782 * gst-libs/gst/colorbalance/Makefile.am:
38783 * gst-libs/gst/colorbalance/colorbalance.h:
38784 * gst-libs/gst/mixer/Makefile.am:
38785 * gst-libs/gst/mixer/mixer.h:
38786 * gst-libs/gst/play/Makefile.am:
38787 * gst-libs/gst/play/play.h:
38788 * gst-libs/gst/tuner/Makefile.am:
38789 * gst-libs/gst/tuner/tuner.h:
38790 Generate enum type code with glib-mkenums.
38791 * gst-libs/gst/colorbalance/.cvsignore:
38792 * gst-libs/gst/mixer/.cvsignore:
38793 * gst-libs/gst/play/.cvsignore:
38794 * gst-libs/gst/tuner/.cvsignore:
38795 Ignore generated files.
38797 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38799 * gst-libs/gst/audio/.cvsignore:
38800 Ignore generated file.
38801 * gst-libs/gst/audio/Makefile.am:
38802 Do not install example filter.
38804 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38806 * examples/switch/.cvsignore:
38807 Ignore generated file.
38809 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38811 * common/m4/ax_create_stdint_h.m4:
38813 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38816 remove generated _stdint.h in DISTCLEANFILES
38817 * ext/a52dec/gsta52dec.c:
38818 include _stdint.h for a52dec. (should fix #133064)
38820 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38822 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38823 (gst_tag_to_vorbis_comments):
38824 Add replaygain support to vorbistag
38826 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38827 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38828 (gst_ffmpeg_caps_to_extradata):
38829 Fix SVQ3 caps flag properties
38830 Use glib macro for bytes swap
38832 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38834 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38835 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38836 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38837 * ext/sndfile/gstsf.c: (plugin_init):
38838 * gst/avi/gstavi.c: (plugin_init):
38839 * sys/dxr3/dxr3init.c: (plugin_init):
38840 * sys/oss/gstossaudio.c: (plugin_init):
38841 * sys/v4l/gstv4l.c: (plugin_init):
38842 * sys/v4l2/gstv4l2.c: (plugin_init):
38843 remove textdomain calls
38845 update Dutch translation
38847 2004-02-02 Julien MOUTTE <julien@moutte.net>
38849 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38850 (gst_play_set_audio_sink): Moving volume in the audio thread for
38851 instantaneous volume change. Maybe i will add another volume in front
38852 of visualization later, not sure yet though.
38854 2004-02-02 Julien MOUTTE <julien@moutte.net>
38856 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38857 (gst_ximagesink_handle_xevents): Better X events handling, only take
38858 the latest events for configure and motion.
38859 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38861 2004-02-02 Jon Trowbridge <trow@gnu.org>
38863 reviewed by: David Schleef <ds@schleef.org>
38866 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38867 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38869 2004-02-02 David Schleef <ds@schleef.org>
38871 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
38873 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38874 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38875 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38876 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38877 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38878 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38879 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38880 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38881 (gst_float2_2_int_link):
38882 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38883 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38884 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38885 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38886 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38887 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38888 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38889 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38890 * testsuite/gst-lint: Add tests for bzero and ;;
38892 2004-02-02 David Schleef <ds@schleef.org>
38894 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38896 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38898 * ext/aalib/gstaasink.c: (gst_aasink_open):
38899 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38900 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38901 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38902 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38903 (gst_afsink_close_file):
38904 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38905 (gst_afsrc_close_file):
38906 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38907 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38908 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38909 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38910 * ext/esd/esdmon.c: (gst_esdmon_get):
38911 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38912 * ext/faac/gstfaac.c: (gst_faac_chain):
38913 * ext/faad/gstfaad.c: (gst_faad_chain):
38914 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38915 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38916 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38917 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38918 (gst_flacdec_loop):
38919 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38920 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38921 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38922 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38923 (gst_gnomevfssink_close_file):
38924 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38925 (gst_gnomevfssrc_open_file):
38926 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38927 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38928 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38929 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38930 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38931 * ext/mad/gstmad.c: (gst_mad_chain):
38932 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38933 * ext/mpeg2dec/gstmpeg2dec.c:
38934 * ext/mpeg2enc/gstmpeg2enc.cc:
38935 * ext/mplex/gstmplex.cc:
38936 * ext/mplex/gstmplexibitstream.cc:
38937 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38938 (gst_ogg_demux_push):
38939 * ext/raw1394/gstdv1394src.c:
38940 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38941 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38942 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38944 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38945 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38946 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38947 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38948 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38949 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38950 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38951 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38952 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38953 (gst_riff_read_element_data), (gst_riff_read_seek),
38954 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38955 * gst/adder/gstadder.c: (gst_adder_loop):
38956 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38957 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38958 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38959 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38960 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38961 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38962 * gst/goom/gstgoom.c: (gst_goom_chain):
38963 * gst/id3/gstid3types.c: (gst_id3types_loop):
38964 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38965 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38966 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38967 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38968 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38969 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38970 (gst_ebml_read_float), (gst_ebml_read_header):
38971 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38972 (gst_matroska_demux_parse_blockgroup):
38973 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38974 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38975 * gst/oneton/gstoneton.c: (gst_oneton_chain):
38976 * gst/silence/gstsilence.c: (gst_silence_get):
38977 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38978 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38979 * gst/speed/gstspeed.c: (speed_loop):
38980 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38981 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38982 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38983 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38984 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38985 (gst_wavparse_loop):
38986 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38987 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38988 (dxr3audiosink_close):
38989 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38990 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38991 (dxr3videosink_close), (dxr3videosink_write_data):
38992 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38993 * sys/oss/gstosssink.c: (gst_osssink_chain):
38994 * sys/oss/gstosssrc.c: (gst_osssrc_get):
38995 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38996 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38997 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38998 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38999 (gst_v4l_set_window), (gst_v4l_enable_overlay):
39000 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39001 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39002 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39003 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39004 (gst_v4l_set_audio):
39005 * sys/v4l/v4l_calls.h:
39006 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39007 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39008 (gst_v4lmjpegsink_playback_init),
39009 (gst_v4lmjpegsink_playback_start):
39010 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39011 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39012 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39013 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39014 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39015 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39016 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39017 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39018 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39019 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39020 (gst_v4l2_get_output), (gst_v4l2_set_output),
39021 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39022 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39023 (gst_v4l2_set_attribute):
39024 * sys/v4l2/v4l2_calls.h:
39025 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39026 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39027 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39028 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39029 (gst_v4l2src_capture_stop):
39030 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39031 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39032 (gst_ximagesink_chain):
39033 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39034 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39035 (gst_xvideosink_xwindow_new):
39036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39037 (gst_xvimagesink_chain):
39039 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39041 * gst/volume/gstvolume.c: (gst_volume_set_volume),
39042 (gst_volume_get_volume), (volume_class_init), (volume_init),
39043 (volume_chain_int16), (volume_update_volume):
39044 * gst/volume/gstvolume.h:
39045 make code more readable by removing magic numbers
39046 make mixer interface export 0-100 range
39047 make it internally map to 0.0-1.0 range so users don't distort
39048 output by putting the sliders at full volume
39050 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39052 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39053 (gst_play_state_change), (gst_play_seek_to_time):
39054 block the tick callback for 0.5 secs after doing a seek
39056 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39058 * gst-libs/gst/play/play.c: (gst_play_new):
39061 2004-02-01 Julien MOUTTE <julien@moutte.net>
39063 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39064 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39065 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39066 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39067 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39068 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39070 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
39073 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39074 check for a function added in vorbis 1.1
39076 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39078 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39079 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39080 really start/stop clock only on PLAYING <=> PAUSED
39081 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39082 remove \n from debugging lines
39083 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39084 make it work when seeking does not
39085 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39088 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39090 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39091 start clock on PAUSED=>PLAYING, not later
39092 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39093 extract correct time for different discont formats
39094 (gst_alsa_sink_get_time):
39095 don't segfault when no format is negotiated yet, just return 0
39096 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39097 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39098 (gst_ogg_pad_push):
39099 handle flush and discont events correctly
39100 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39101 handle discont events correctly
39103 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39105 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39106 (gst_play_error_create), (gst_play_error_plugin),
39107 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39108 * gst-libs/gst/play/play.h:
39109 add error handling during creation
39110 * examples/gstplay/player.c: (main):
39111 use new gst_play_new
39114 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39116 * ext/theora/theoradec.c: (theora_dec_chain):
39118 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39119 (vorbis_dec_src_event), (vorbis_dec_chain):
39120 add encoder tag, fix tag reading to be more error tolerant, change
39121 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39122 gst_pad_event_default.
39123 * gst/tags/gstvorbistag.c:
39124 (gst_tag_list_from_vorbiscomment_buffer):
39125 undefine function specific define at end of function
39127 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39129 * ext/flac/gstflac.c: (plugin_init):
39130 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39131 * ext/flac/gstflacdec.h:
39132 * ext/flac/gstflacenc.h:
39135 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39137 * examples/gstplay/player.c: s/gstplay.h/play.h/
39139 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39141 * gst-libs/gst/play/Makefile.am:
39142 * gst-libs/gst/play/gstplay.c:
39143 * gst-libs/gst/play/gstplay.h:
39144 * gst-libs/gst/play/play.c:
39145 more surgery, operation complete
39147 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39149 * gst-libs/gst/play/play.old.c:
39150 * gst-libs/gst/play/play.old.h:
39151 after CVS surgery by moving, remove
39152 * gst-libs/gst/play/playpipelines.c:
39155 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39156 add negotiation error
39158 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39160 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39161 (gst_ogg_demux_push):
39162 add some seeking debug info
39163 send a flush when seeking
39165 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39171 * ext/theora/Makefile.am:
39172 * ext/theora/theoradec.c:
39173 add theora video decoder. Does just do simple decoding for now and
39174 has been tested against Theora cvs only. It only works when theora
39175 is compiled with --enable-static.
39176 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39177 always reset packetno on DISCONT
39179 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39181 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39184 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39186 * gst/mpegaudioparse/gstmpegaudioparse.c:
39187 (mp3_type_frame_length_from_header):
39188 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39190 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39192 * ext/esd/esdsink.c: (gst_esdsink_init):
39193 Since we have static pad template caps, we don't need to negotiate;
39194 either the core errors out or we know the format.
39196 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39198 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39199 (gst_riff_read_seek):
39200 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39201 (gst_ebml_read_seek):
39202 Fix event handling.
39204 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39206 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39207 removee video/x-theora from vp3 decoder, it doesn't handle raw
39209 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39210 fix bug with finalizing element that never went to PAUSED
39211 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39212 length and position queries were swapped
39213 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39214 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39215 (vorbis_dec_src_event):
39216 implement querying time and bytes
39218 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39220 * just about every source file:
39221 gst_element_error -> GST_ELEMENT_ERROR
39223 2004-01-29 Julien MOUTTE <julien@moutte.net>
39225 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39226 emiting FLUSH and even before DISCONT.
39227 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39228 get the best instant seeking as possible yay!
39230 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39232 * gst/mpeg1videoparse/gstmp1videoparse.c:
39233 (gst_mp1videoparse_real_chain):
39234 Committed wrong version last week... Grr... Didn't notice until now.
39236 2004-01-29 Julien MOUTTE <julien@moutte.net>
39238 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39240 have_xwindow_id signal in xwindow_create.
39242 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39244 * ext/ogg/gstoggdemux.c:
39245 lots of changes - mainly support for chained bitstreams, seeking,
39246 querying and bugfixes of course
39247 * ext/vorbis/Makefile.am:
39248 * ext/vorbis/vorbisdec.c:
39249 * ext/vorbis/vorbisdec.h:
39250 add vorbisdec raw vorbis decoder
39251 * ext/vorbis/vorbis.c: (plugin_init):
39252 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39253 * gst/intfloat/Makefile.am:
39254 * gst/intfloat/float22int.c:
39255 * gst/intfloat/float22int.h:
39256 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39257 add float2intnew plugin. It converts multichannel interleaved float to
39258 multichannel interleaved int. The name should probably be changed.
39259 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39261 add typefinding for raw theora video so oggdemux can detect it.
39263 2004-01-28 Julien MOUTTE <julien@moutte.net>
39265 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39266 sink element first.
39267 * gst/videoscale/gstvideoscale.c:
39268 (gst_videoscale_handle_src_event): Fixing src event handler.
39270 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39272 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39273 (gst_v4lsrc_open), (gst_v4lsrc_close),
39274 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39275 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39276 * sys/v4l/gstv4lsrc.h:
39277 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39278 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39279 Implement resizing... Hack. But that's why v4l is b0rked...
39281 2004-01-28 Julien MOUTTE <julien@moutte.net>
39283 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39284 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39285 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39286 (gst_ximagesink_xwindow_destroy):
39287 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39288 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39289 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39290 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39291 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39292 correctly cleaning the image created to check xshm calls on succes,
39293 added a lot of XSync calls in X11 functions, and fixed a segfault when
39294 no image format was defined before negotiation happened.
39296 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39298 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39299 use gst_element_get_time to get correct time
39301 2004-01-28 Julien MOUTTE <julien@moutte.net>
39303 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39304 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39305 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39306 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39307 (gst_xvimagesink_check_xshm_calls),
39308 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39309 X plugins are now able to detect that XShm calls will fail even if the
39310 server claims that it has XShm support (remote displays most of the
39311 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39312 so that we use non XShm functions. This feature is almost useless for
39313 xvimagesink as Xv is not supported on remote displays anyway, but
39314 it might happen than even on the local display XShm calls fail.
39316 2004-01-27 David Schleef <ds@schleef.org>
39318 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39319 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39320 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39321 changed esdsink to only use 44100,16,2, since esd sucks at rate
39322 conversion and esdsink has had difficulty negotiating.
39324 2004-01-27 Julien MOUTTE <julien@moutte.net>
39326 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39327 (gst_play_seek_to_time): Fixing the way to get current position.
39329 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39331 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39332 use gst_element_get_time to get correct time
39334 2004-01-27 Julien MOUTTE <julien@moutte.net>
39336 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39337 fix ever... Inverting 2 lines of code make spider autoplug correctly
39340 2004-01-27 David Schleef <ds@schleef.org>
39342 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39343 Use gst_pad_try_set_caps_nonfixed().
39345 2004-01-27 David Schleef <ds@schleef.org>
39347 * gst/ac3parse/gstac3parse.c: update to checklist 5
39348 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39349 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39350 * gst/audioscale/gstaudioscale.c: same
39351 * gst/auparse/gstauparse.c: same
39352 * gst/avi/gstavidemux.c: same
39354 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39356 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39357 stop processing after EOS
39359 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39361 * gst/asfdemux/asfheaders.h:
39362 * gst/asfdemux/gstasfdemux.c:
39363 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39364 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39365 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39366 lot's of fixes to make data extraction simpler and get the code
39367 architecture and compiler independant. Add debugging category
39368 * gst/goom/gstgoom.c: (gst_goom_change_state):
39369 reset channel count on PAUSED=>READY, not READY=>PAUSED
39371 2004-01-26 Colin Walters <walters@verbum.org>
39373 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39374 code to pull a bigger buffer in iradio mode. This as a side effect
39375 makes typefinding work.
39377 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39379 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39380 Fix SVQ3 decoding on PPC
39382 2004-01-26 Julien MOUTTE <julien@moutte.net>
39384 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39385 that one managed to stay there... Fixed.
39387 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39389 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39390 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39391 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39392 (qtdemux_video_caps):
39393 * gst/qtdemux/qtdemux.h:
39394 Add SVQ3 specific flags to qtdemux and ffmpeg
39396 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39398 * gst-libs/gst/audio/audio.h:
39399 remove buffer-frames from audio caps
39400 * gst/audioconvert/gstaudioconvert.c:
39401 fix plugin to really work.
39403 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39405 * gst-libs/gst/mixer/mixer.c:
39406 * gst-libs/gst/propertyprobe/propertyprobe.c:
39407 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39408 (gst_tuner_find_channel_by_name):
39409 * gst-libs/gst/tuner/tuner.h:
39410 Add gtk-doc style comments. Also fix a function name.
39412 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39414 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39415 (gst_divxdec_negotiate):
39416 Fix for new capsnego - also fixes gst-player with divxdec.
39418 2004-01-25 Julien MOUTTE <julien@moutte.net>
39420 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39421 (gst_play_identity_handoff), (gst_play_set_location),
39422 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39423 try in visualization implementation. Still have an issue with switch
39424 blocking when pulling from video_queue and only audio comes out of
39426 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39427 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39428 release method. And check if the pad is usable before pulling.
39430 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39432 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39433 (gst_videobalance_init),
39434 (gst_videobalance_colorbalance_list_channels),
39435 (gst_videobalance_colorbalance_set_value),
39436 (gst_videobalance_colorbalance_get_value),
39437 (gst_videobalance_update_properties),
39438 (gst_videobalance_update_tables_planar411),
39439 (gst_videobalance_planar411):
39440 * gst/videofilter/gstvideobalance.h:
39441 Implement lookup-tables. +/- 10x faster.
39443 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39445 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39446 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39447 The index reading was broken. The rest worked fine, but the whole
39448 goal of my rewrite was to make avidemux readable, and this was
39449 not at all readable. Please use typed variables.
39451 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39453 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39454 Additional pad usability check.
39455 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39456 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39457 (gst_mp1videoparse_real_chain):
39458 Fix MPEG video stream parsing. The original plugin had several
39459 issues, including not timestamping streams where the source was
39460 not timestamped (this happens with PTS values in mpeg system
39461 streams, but MPEG video is also a valid stream on its own so
39462 that needs timestamps too). We use the display time code for that
39463 for now. Also, if one incoming buffer contains multiple valid
39464 frames, we push them all on correctly now, including proper EOS
39465 handling. Lastly, several potential segfaults were fixed, and we
39466 properly sync on new sequence/gop headers to include them in next,
39467 not previous frames (since they're header for the next frame, not
39468 the previous). Also see #119206.
39469 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39471 Move caps setting so we only do it after finding several valid
39472 MPEG-1 fraes sequentially, not right after the first one (which
39473 might be coincidental).
39474 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39475 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39477 Add unsynced MPEG video stream typefinding, and change some
39478 probability values so we detect streams rightly. The idea is as
39479 follows: I can have an unsynced system stream which contains
39480 video. In the current code, I would randomly get a type for either
39481 system or video stream type found, because the probabilities are
39482 being calculated rather randomly. I now use fixed values, so we
39483 always prefer system stream if that was found (and that is how it
39484 should be). If no system stream was found, we can still identity the stream as video-only.
39486 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39488 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39489 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39490 don't write to buffer. Extract data without the need of
39491 __attribute__ ((packed))
39493 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39495 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39496 (mpeg1_sys_type_find):
39497 Fix MPEG-1 stream typefinding.
39499 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39501 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39502 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39504 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39506 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39507 * ext/esd/gstesd.c: (plugin_init):
39508 private debugging, better error reporting
39510 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39512 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39513 (gst_riff_read_init), (gst_riff_read_change_state):
39514 * gst-libs/gst/riff/riff-read.h:
39515 Remove stuff fromold metadata system.
39517 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39519 * ext/ogg/gstoggdemux.c:
39520 Fix wrong file comment.
39521 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39522 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39523 Add metadata reading properly.
39525 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39528 Fix nas DIST_SUBDIRS
39530 Fix bug where make distcheck doesn't get run on adding stuff to
39533 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39535 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39536 * ext/divx/gstdivxdec.h:
39537 Fix divx3 ("msmpeg4") playback using divxdec.
39539 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39541 * gst/typefind/gsttypefindfunctions.c:
39542 (mp3_type_frame_length_from_header): fix bug in length computation
39543 (mp3_type_find): improve debugging output
39545 2004-01-23 Julien MOUTTE <julien@moutte.net>
39547 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39548 (gst_play_set_location), (gst_play_seek_to_time),
39549 (gst_play_set_audio_sink), (gst_play_set_visualization),
39550 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39551 the pipeline from scratch. Visualization is back and switch went out as
39552 i realized it was not possible to use the way i wanted.
39553 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39554 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39555 clearing in state change from READY to NULL. So that one can clean the
39556 X ressources keeping the element.
39557 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39558 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39559 (gst_xvimagesink_colorbalance_set_value),
39560 (gst_xvimagesink_colorbalance_get_value),
39561 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39562 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39563 change from READY to NULL and fixed some stupid bugs in colorbalance
39564 get/set values. Also added the following feature : when nobody tries to
39565 set some values to the colorbalance levels before the xcontext is
39566 grabbed, then when creating channels list from Xv attributes we set the
39567 internal values to the Xv defaults. This way we handle buggy Xv drivers
39568 that set default hue values far from the middle of the range (Thanks
39569 to Jon Trowbridge for pointing that issue).
39570 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39571 colorbalance levels have been set before xcontext is grabbed.
39573 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39575 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39576 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39577 it might block operations (which is bad for a mixer).
39579 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39581 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39582 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39583 (gmip_find_type_pre):
39584 * gst-libs/gst/media-info/media-info-priv.h:
39585 * gst-libs/gst/media-info/media-info.c:
39586 (gst_media_info_instance_init), (gst_media_info_read_idler):
39587 add fakesink to get caps on decoder src pad again
39588 fix callback prototype to match new have_type signal signature
39590 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39592 * gst/adder/gstadder.c: (gst_adder_link):
39593 fix non-compile and cut-n-paste code
39595 2004-01-21 David Schleef <ds@schleef.org>
39597 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39598 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39599 (gst_swfdec_init), (gst_swfdec_change_state):
39600 * ext/swfdec/gstswfdec.h:
39602 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39603 (gst_adder_request_new_pad): Fix negotiation.
39604 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39605 Add a fixate function.
39606 * gst/intfloat/gstfloat2int.c:
39607 * gst/intfloat/gstfloat2int.h:
39608 * gst/intfloat/gstint2float.c:
39609 * gst/intfloat/gstint2float.h:
39610 Completely rewrite the negotiation. Doesn't quite work yet,
39611 due to some buffer-frames problem.
39613 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39615 * ext/gnomevfs/gstgnomevfssrc.c:
39616 * sys/v4l2/v4l2_calls.h:
39617 fix includes for distcheck
39619 2004-01-21 Christian Schaller <uraeus@gnome.org>
39622 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39623 based on earlier patch from Laurent Vivier
39625 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39627 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39628 Fix wma caps property
39629 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39630 Fix typo (flags1 and flags2)
39632 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39634 * gst-libs/gst/media-info/media-info-priv.c:
39635 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39636 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39637 (gmip_find_stream), (gmip_find_track_metadata),
39638 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39639 (gmip_find_track_format):
39640 * gst-libs/gst/media-info/media-info-priv.h:
39641 * gst-libs/gst/media-info/media-info-test.c: (main):
39642 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39643 (gst_media_info_read_idler), (gst_media_info_read):
39644 * gst-libs/gst/media-info/media-info.h:
39645 register debugging category and use it for debugging
39647 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39649 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39650 (gst_vorbisfile_new_link):
39651 signal streaminfo through tags
39653 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39655 * ext/mplex/gstmplex.cc:
39656 * ext/mplex/gstmplexibitstream.cc:
39657 g++ doesn't like NULL in our i18n/error macros, should be
39658 either (NULL) or ("").
39660 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39662 * sys/dxr3/dxr3audiosink.c:
39663 * sys/dxr3/dxr3init.c:
39664 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39665 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39666 Fix more error error error errors (missing includes here).
39668 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39670 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39671 fix thomas' error errors.
39673 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39675 * ext/mpeg2enc/gstmpeg2enc.cc:
39678 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39680 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39681 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39682 Fix for new error system.
39684 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39686 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39687 fix for new error reporting
39689 2004-01-20 David Schleef <ds@schleef.org>
39691 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39692 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39693 (gst_ximagesink_set_xwindow_id): Change to using a framerate
39694 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39695 and neither is 100+, most likely.
39696 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39697 (gst_xvimagesink_getcaps): same
39699 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
39702 Up version requirement to 2.0.3 (not yet released) to avoid symbol
39703 clashes with ffmpeg.
39705 2004-01-20 Julien MOUTTE <julien@moutte.net>
39707 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39708 (gst_switch_init): Fixed switch element : proxying link and setting
39709 caps from src to sink on request.
39711 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39713 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39714 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39715 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39718 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39720 * sys/v4l/v4l_calls.h:
39721 * sys/v4l2/v4l2_calls.h:
39722 element_error fixes
39724 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39726 * gst-libs/gst/gst-i18n-plugin.h:
39728 remove config.h inclusion
39730 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39733 adding autopoint invocation
39736 * gst-libs/gst/gettext.h:
39737 adding gettext bits
39738 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39739 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39740 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39741 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39742 (gst_gnomevfssink_close_file):
39743 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39744 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39745 * gst-libs/gst/gst-i18n-plugin.h:
39746 * gst/avi/gstavi.c: (plugin_init):
39747 * sys/dxr3/dxr3init.c: (plugin_init):
39748 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39749 * sys/oss/gstossaudio.c: (plugin_init):
39750 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39751 * sys/v4l/gstv4l.c: (plugin_init):
39752 * sys/v4l/v4l_calls.c: (gst_v4l_open):
39753 * sys/v4l2/gstv4l2.c: (plugin_init):
39754 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39755 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39756 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39757 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39758 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39759 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39760 make sure locale and translation domain are set
39761 fix translated strings
39767 put translation files into place
39768 * sys/xvideo/imagetest.c: (main):
39769 * ext/dv/demo-play.c: (main):
39770 fix unnecessary translations
39772 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
39774 * ext/sndfile/gstsf.c:
39775 * gst/avi/gstavimux.c:
39776 * ext/audiofile/gstafsink.c:
39777 * ext/audiofile/gstafsrc.c:
39778 * ext/gnomevfs/gstgnomevfssink.c:
39779 * ext/gnomevfs/gstgnomevfssrc.c:
39780 * sys/oss/gstosselement.c:
39781 * sys/v4l/v4l_calls.h:
39784 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39786 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39787 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39788 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39789 (gst_v4l2_get_output), (gst_v4l2_set_output),
39790 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39791 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39792 (gst_v4l2_set_attribute):
39793 update to new error handling
39795 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39797 * ext/sidplay/gstsiddec.cc:
39798 * gst/modplug/gstmodplug.cc:
39799 parenthese NULL because C++ seems angry about it
39801 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39803 * gst-libs/gst/gst-i18n-plugin.h:
39804 add skeleton i18n stuff, but needs to be further implemented
39806 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
39808 * examples/gstplay/player.c: (main):
39809 * ext/aalib/gstaasink.c: (gst_aasink_open):
39810 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39811 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39812 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39813 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39814 (gst_afsink_close_file):
39815 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39816 (gst_afsrc_close_file):
39817 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39818 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39819 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39820 * ext/esd/esdmon.c: (gst_esdmon_get):
39821 * ext/esd/esdsink.c: (gst_esdsink_chain):
39822 * ext/faac/gstfaac.c: (gst_faac_chain):
39823 * ext/faad/gstfaad.c: (gst_faad_chain):
39824 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39825 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39826 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39827 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39828 (gst_flacdec_loop):
39829 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39830 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39831 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39832 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39833 (gst_gnomevfssink_close_file):
39834 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39835 (gst_gnomevfssrc_open_file):
39836 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39837 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39838 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39839 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39840 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39841 * ext/mad/gstmad.c: (gst_mad_chain):
39842 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39843 * ext/mpeg2dec/gstmpeg2dec.c:
39844 * ext/mpeg2enc/gstmpeg2enc.cc:
39845 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39846 * ext/mplex/gstmplex.cc:
39847 * ext/mplex/gstmplexibitstream.cc:
39848 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39849 (gst_ogg_demux_push), (gst_ogg_pad_push):
39850 * ext/raw1394/gstdv1394src.c:
39851 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39852 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39853 * ext/sidplay/gstsiddec.cc:
39854 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39856 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39857 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39858 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39859 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39860 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39861 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39862 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39863 * gst-libs/gst/Makefile.am:
39864 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39865 (gst_riff_read_element_data), (gst_riff_read_seek),
39866 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39867 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39868 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39869 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39870 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39871 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39872 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39873 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39874 * gst/goom/gstgoom.c: (gst_goom_chain):
39875 * gst/id3/gstid3types.c: (gst_id3types_loop):
39876 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39877 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39878 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39879 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39880 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39881 (gst_ebml_read_float), (gst_ebml_read_header):
39882 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39883 (gst_matroska_demux_parse_blockgroup):
39884 * gst/modplug/gstmodplug.cc:
39885 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39886 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39887 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39888 * gst/silence/gstsilence.c: (gst_silence_get):
39889 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39890 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39891 * gst/speed/gstspeed.c: (speed_loop):
39892 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39893 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39894 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39895 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39896 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39897 (gst_wavparse_loop):
39898 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39899 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39900 (dxr3audiosink_close):
39901 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39902 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39903 (dxr3videosink_close), (dxr3videosink_write_data):
39904 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39905 * sys/oss/gstosselement.h:
39906 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39907 (gst_osssink_chain):
39908 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39909 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39910 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39911 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39912 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39913 (gst_v4l_enable_overlay):
39914 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39915 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39916 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39917 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39918 (gst_v4l_set_audio):
39919 * sys/v4l/v4l_calls.h:
39920 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39921 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39922 (gst_v4lmjpegsink_playback_init),
39923 (gst_v4lmjpegsink_playback_start):
39924 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39925 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39926 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39927 (gst_v4lmjpegsrc_requeue_frame):
39928 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39929 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39930 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39931 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39932 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39933 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39934 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39935 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39936 (gst_v4l2src_capture_stop):
39937 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39938 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39939 (gst_ximagesink_chain):
39940 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39941 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39942 (gst_xvideosink_xwindow_new):
39943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39944 (gst_xvimagesink_chain):
39945 use new error signal, function and categories
39947 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
39951 * ext/musicbrainz/gsttrm.c:
39952 * ext/musicbrainz/gsttrm.h:
39953 * ext/musicbrainz/Makefile.am:
39956 2004-01-18 Julien MOUTTE <julien@moutte.net>
39958 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39959 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39960 synchronous property for debugging.
39961 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39963 (gst_xvimagesink_set_property): Moving a pointer declaration to a
39964 smaller block, fixing indent.
39966 2004-01-16 David Schleef <ds@schleef.org>
39968 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39969 property affects the video stream.
39970 * sys/xvimage/xvimagesink.c:
39971 * sys/xvimage/xvimagesink.h:
39972 Add synchronous property for debugging. Should probably be
39973 disabled in non-CVS builds. Make sure that the Xv attribute
39974 exists before we set it (crash!). Fix a silly float bug that
39975 caused colorbalance to just not work.
39977 2004-01-17 Christian Schaller <Uraeus@gnome.org>
39979 * tools/gst-launch-ext.in - update for new plugins
39981 2004-01-16 David Schleef <ds@schleef.org>
39983 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39984 already-freed caps.
39986 2994-01-16 Christian Schaller <Uraeus@gnome.org>
39988 * Update spec for new colorspace plugin and libcaca plugin
39989 * Fix compilation of libcaca plugin (clock -> id)
39991 2004-01-16 Julien MOUTTE <julien@moutte.net>
39993 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39994 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39995 (gst_xvimagesink_set_xwindow_id),
39996 (gst_xvimagesink_colorbalance_set_value),
39997 (gst_xvimagesink_colorbalance_get_value),
39998 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39999 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40000 correct colorbalance properties. They can now be set when the element
40001 is still in NULL state. The values will be committed to the Xv Port
40002 when xcontext is initialized.
40003 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40004 brightness int values in the GstXvImagesink structure.
40006 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40008 * gst-libs/gst/Makefile.am:
40009 restructure so having local patches works easier.
40011 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40013 * ext/mpeg2enc/Makefile.am:
40014 * ext/mpeg2enc/gstmpeg2enc.cc:
40015 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40016 Bugfix with respect to EOS handling.
40018 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40020 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40021 Link with right caps (else, it segfaults).
40022 * ext/mplex/gstmplexjob.cc:
40023 Fix for slight API change in 1.6.1.93 release of mjpegtools.
40025 2004-01-15 David Schleef <ds@schleef.org>
40027 * gst-libs/gst/audio/Makefile.am:
40028 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40030 * gst-libs/gst/audio/gstaudiofilter.c:
40031 * gst-libs/gst/audio/gstaudiofilter.h:
40032 Add bytes_per_sample and size and n_samples calculation.
40033 * gst-libs/gst/audio/gstaudiofilterexample.c:
40034 Remove, now autogenerated.
40035 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40036 Moved from gstaudiofilterexample, object name changed, code added
40037 so that it actually works.
40038 * gst-libs/gst/audio/make_filter:
40039 Script to build an audiofilter subclass from the template.
40040 * gst/colorspace/Makefile.am:
40041 * gst/colorspace/yuv2yuv.c:
40042 Remove file, since it's GPL, and we don't use it.
40044 2004-01-15 Julien MOUTTE <julien@moutte.net>
40046 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40048 them use the buffer free function to test how the buffer was allocated.
40050 2004-01-15 David Schleef <ds@schleef.org>
40052 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40053 that handles osssink fallback.
40054 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40055 (gst_audio_convert_getcaps):
40056 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40057 Add audio/x-qdm2 for QDM2 audio.
40058 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40059 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40060 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40061 Decrease minimum size to 16x16.
40062 * gst/wavparse/gstwavparse.c:
40063 Convert disabled pad template caps to new caps.
40064 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40065 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40066 (gst_xvimagesink_chain): Throw element error when display cannot
40067 be opened. Increase minimum framerate to 1.0. Check the data
40068 free function on a buffer to make sure it is the type we expect
40069 before manipulating it.
40071 2004-01-15 Julien MOUTTE <julien@moutte.net>
40073 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40074 (gst_videobalance_colorbalance_set_value): Implement passthru if
40075 settings are in the middle.
40076 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40078 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40080 * gst/videofilter/Makefile.am:
40081 * gst/volume/Makefile.am:
40082 Since we use videofilter symbols, link to it.
40084 2004-01-15 Julien MOUTTE <julien@moutte.net>
40086 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40087 mixer interface type to HARDWARE.
40088 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40090 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40091 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40092 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40093 (gst_volume_interface_init), (gst_volume_list_tracks),
40094 (gst_volume_set_volume), (gst_volume_get_volume),
40095 (gst_volume_set_mute), (gst_volume_mixer_init),
40096 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40097 (volume_init): Implementing mixer interface.
40098 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40099 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40100 (gst_osselement_change_state): Removing some trailing commas in
40102 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40103 interface type to HARDWARE.
40104 * sys/v4l/gstv4lcolorbalance.c:
40105 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40107 * sys/v4l2/gstv4l2colorbalance.c:
40108 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40109 interface type to HARDWARE.
40110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40111 same code than ximagesink for event handling.
40113 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40115 * ext/snapshot/Makefile.am:
40116 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40117 (gst_snapshot_chain):
40118 * ext/snapshot/gstsnapshot.h:
40119 This has to be a joke... Snapshot should be connected to a tee,
40120 colorspace element before it and EOS after that, where the other
40121 src of the tee receives normal data.
40122 The current way is *wrong*.
40124 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40126 * ext/hermes/gsthermescolorspace.c:
40127 Fix another compile error. Same as below.
40129 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40131 * gst/colorspace/gstcolorspace.c:
40132 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40133 (gst_colorspace_i420_to_yv12):
40134 Fix compiling... Didn't test if it actually works.
40136 2004-01-15 David Schleef <ds@schleef.org>
40139 * gst/colorspace/Makefile.am:
40140 * gst/colorspace/gstcolorspace.c:
40141 * gst/colorspace/gstcolorspace.h:
40142 * gst/colorspace/yuv2rgb.c:
40143 * gst/colorspace/yuv2rgb.h:
40144 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40145 code and GPL code. Fix for new caps negotiation. Rewrite
40146 much of the format handling code, and some of the conversion
40147 code. Basically, rewrote almost everything. This element
40148 handles I420, YV12 to RGB conversions.
40149 * ext/hermes/Makefile.am:
40150 * ext/hermes/gsthermescolorspace.c:
40151 Rename colorspace to hermescolorspace. Fix negotiation issues.
40152 Remove non-Hermes related code. This element handles lots of
40153 RGB to RGB conversions, but no YUV.
40154 * ext/hermes/gstcolorspace.c:
40155 * ext/hermes/gstcolorspace.h:
40156 * ext/hermes/rgb2yuv.c:
40157 * ext/hermes/yuv2rgb.c:
40158 * ext/hermes/yuv2rgb.h:
40159 * ext/hermes/yuv2rgb_mmx16.s:
40160 * ext/hermes/yuv2yuv.c:
40161 * ext/hermes/yuv2yuv.h:
40164 2004-01-14 Colin Walters <walters@verbum.org>
40166 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40167 they've already been.
40169 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40171 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40172 assume tag mode when pad is not connected
40174 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40176 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40177 Don't update the time of the clock
40178 (gst_alsa_sink_loop):
40179 sync to the clock given to alsasink, not the own clock
40180 * sys/oss/gstosssink.c: (gst_osssink_chain):
40182 (gst_osssink_change_state):
40184 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40186 remove bogus code that made DISCONT events unhandled
40187 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40188 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40190 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40191 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40192 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40193 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40194 2nd warning in bug #131502)
40196 2004-01-14 Julien MOUTTE <julien@moutte.net>
40198 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40199 (gst_videobalance_colorbalance_set_value),
40200 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40201 for colorbalance interface implementation.
40202 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40203 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40204 (gst_ximagesink_dispose), (gst_ximagesink_init),
40205 (gst_ximagesink_class_init): Adding DISPLAY property.
40206 * sys/ximage/ximagesink.h: Adding display_name to store display.
40207 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40208 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40209 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40210 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40211 properties (they still need polishing though for gst-launch use : no
40212 xcontext yet, i ll do that tomorrow).
40213 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40215 2004-01-14 Julien MOUTTE <julien@moutte.net>
40217 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40218 (gst_play_set_location), (gst_play_set_visualization): Preparing
40219 switch integration, adding videobalance in the pipeline.
40221 2004-01-14 Julien MOUTTE <julien@moutte.net>
40223 * gst-libs/gst/colorbalance/colorbalance.c:
40224 (gst_color_balance_class_init): Adding a default type.
40225 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40227 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40228 (gst_videobalance_dispose), (gst_videobalance_class_init),
40229 (gst_videobalance_init), (gst_videobalance_interface_supported),
40230 (gst_videobalance_interface_init),
40231 (gst_videobalance_colorbalance_list_channels),
40232 (gst_videobalance_colorbalance_set_value),
40233 (gst_videobalance_colorbalance_get_value),
40234 (gst_videobalance_colorbalance_init): Implementing colorbalance
40236 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40238 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40239 bug which was triggering a BadAccess X error when setting an overlay
40240 before pad was really negotiated.
40241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40242 Using the colorbalance type macro.
40244 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40246 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40247 (gst_flacenc_chain):
40248 handle tags correctly
40249 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40250 extract ID3v1 tags correctly
40252 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40254 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40256 Improve matroska typefinding for odd-typed headers...
40258 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40260 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40261 Fix for using incremental number on padnames.
40263 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40265 * ext/divx/gstdivxdec.c:
40266 * ext/divx/gstdivxenc.c:
40267 Set category to divx4linux instead of divx (too generic).
40268 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40269 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40270 (gst_wavparse_loop), (gst_wavparse_change_state):
40271 * gst/wavparse/gstwavparse.h:
40272 fix parsing of WAV files with non-standard fmt-tag size and fix
40273 skipping of unrecognized chunks... Someone please fix this thing
40274 to use rifflib so all this is automated.
40275 * sys/v4l/Makefile.am:
40276 * sys/v4l2/Makefile.am:
40277 Add X_CFLAGS because we depend on X (for overlay).
40279 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40281 * ext/mpeg2dec/gstmpeg2dec.c:
40282 Don't issue a timestamp unless we tagged the frame
40285 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40287 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40288 Query the audio element to get the time, not the clock. We're
40289 interested in the element's time here.
40291 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40293 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40294 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40295 * ext/esd/esdsink.c: (gst_esdsink_chain):
40296 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40297 * ext/mas/massink.c: (gst_massink_chain):
40298 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40299 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40300 (gst_matroska_demux_parse_metadata):
40301 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40302 (gst_mpeg_parse_release_locks):
40303 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40304 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40305 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40306 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40307 (gst_osssink_change_state):
40308 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40309 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40310 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40311 (gst_xvideosink_release_locks):
40312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40314 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40315 (gst_alsa_clock_stop):
40316 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40317 (gst_audio_clock_get_internal_time):
40318 simplify for use with new clocking code.
40319 * testsuite/alsa/Makefile.am:
40320 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40321 fix testsuite for new caps system
40323 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40325 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40326 * ext/flac/gstflacenc.c: (add_one_tag):
40327 length is already host endian, no need to convert. Fixes playback of
40328 tagged files on PPC. (bug #128384)
40330 2004-01-13 Julien MOUTTE <julien@moutte.net>
40332 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40333 colorbalance interface stating if it is hardware based or software
40335 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40336 Removing a trailing comma.
40337 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40338 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40339 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40340 the documentation seems to be wrong on the -1000 to 1000 interval.
40342 2004-01-12 David Schleef <ds@schleef.org>
40344 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40345 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40346 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40347 Fix negotiation. Add a bufferalloc function for the sink pad,
40348 and generally clean up some of the code.
40350 2004-01-12 Julien MOUTTE <julien@moutte.net>
40352 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40353 (gst_color_balance_channel_dispose): Adding safety check in dispose
40355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40356 (gst_xvimagesink_xcontext_clear),
40357 (gst_xvimagesink_interface_supported),
40358 (gst_xvimagesink_colorbalance_list_channels),
40359 (gst_xvimagesink_colorbalance_set_value),
40360 (gst_xvimagesink_colorbalance_get_value),
40361 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40362 Adding colorbalance interface support to set XV parameters such as
40363 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40364 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40367 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40369 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40370 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40371 (gst_audio_convert_init), (gst_audio_convert_set_property),
40372 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40373 (gst_audio_convert_link),
40374 (gst_audio_convert_buffer_to_default_format),
40375 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40376 - implement _getcaps and use it
40378 - remove float caps since no float conversion is actually done
40379 - remove properties and arguments that were to be used for rate
40382 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40384 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40385 (gst_audio_structure_set_int):
40386 * gst-libs/gst/audio/audio.h:
40387 add helper functions for _getcaps matching the standard audio
40390 2004-01-12 David Schleef <ds@schleef.org>
40392 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40393 Test that pad is negotiated before getting its caps.
40395 2004-01-12 Julien MOUTTE <julien@moutte.net>
40397 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40398 analyzing the pads of an element the bin is mostly in READY state so
40399 no caps were negotiated. This helper function needs to work with
40400 _get_caps directly then. I was not freeing them though, added that to
40403 2004-01-12 Julien MOUTTE <julien@moutte.net>
40405 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40406 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40407 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40408 than the free_func.
40410 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40412 * sys/oss/gstossaudio.c: (plugin_init):
40413 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40414 * sys/oss/gstosselement.h:
40415 make an oss debugging category
40416 make failure more descriptive
40418 2004-01-11 David Schleef <ds@schleef.org>
40420 * ext/ffmpeg/gstffmpeg.c:
40421 * ext/ffmpeg/gstffmpegcodecmap.c:
40422 * ext/ffmpeg/gstffmpegdec.c:
40423 * ext/ffmpeg/gstffmpegenc.c:
40424 * ext/ffmpeg/gstffmpegprotocol.c:
40425 * ext/gdk_pixbuf/gstgdkanimation.c:
40426 * ext/jpeg/gstjpeg.c:
40427 * ext/libpng/gstpng.c:
40428 * ext/mpeg2dec/perftest.c:
40429 * ext/speex/gstspeex.c:
40430 * gst-libs/gst/resample/dtos.c:
40431 * gst/intfloat/gstintfloatconvert.c:
40432 * gst/oneton/gstoneton.c:
40433 * gst/rtjpeg/RTjpeg.c:
40434 * gst/rtp/gstrtp.c:
40435 * sys/dxr3/dxr3init.c:
40436 * sys/glsink/gstgl_nvimage.c:
40437 * sys/glsink/gstgl_pdrimage.c:
40438 * sys/glsink/gstglsink.c:
40439 * testsuite/gst-lint:
40440 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40442 2004-01-11 David Schleef <ds@schleef.org>
40444 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40445 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40446 * ext/gdk_pixbuf/gstgdkanimation.c:
40447 (gst_gdk_animation_iter_create_pixbuf):
40448 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40449 (gst_gdk_pixbuf_chain):
40450 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40451 * ext/jack/gstjack.c: (gst_jack_change_state):
40452 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40453 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40454 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40455 * gst/videofilter/gstvideofilter.c:
40456 (gst_videofilter_set_output_size):
40457 Remove all usage of gst_pad_get_caps(), and replace it with
40458 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40460 2004-01-11 David Schleef <ds@schleef.org>
40463 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40464 * ext/divx/gstdivxdec.c:
40465 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40466 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40467 handle images that span multiple buffers. Now work with both
40468 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40469 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40470 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40471 video/video.h changes
40472 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40473 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40474 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40475 of GstData free function.
40476 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40479 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40481 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40482 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40483 (gst_v4l2element_get_property):
40484 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40485 add norm, channel and frequency properties.
40486 * sys/v4l2/gstv4l2tuner.c:
40487 fixes for tuner interface changes
40488 * sys/v4l2/gstv4l2element.h:
40489 * sys/v4l2/gstv4l2src.c:
40490 * sys/v4l2/gstv4l2src.h:
40491 * sys/v4l2/v4l2src_calls.c:
40492 * sys/v4l2/v4l2src_calls.h:
40493 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40495 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40497 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40498 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40499 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40500 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40501 * gst-libs/gst/tuner/tuner.h:
40502 GObjects aren't const.
40503 Add find_by_name functions.
40504 Add checks to _changed functions.
40505 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40506 (gst_v4l_tuner_get_norm):
40509 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40511 * gst-libs/gst/video/video.h:
40512 Fix caps template names to be understandable.
40513 Prefix everything with GST_VIDEO.
40514 * ext/aalib/gstaasink.c:
40515 * ext/divx/gstdivxdec.c:
40516 * ext/divx/gstdivxenc.c:
40517 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40518 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40519 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40520 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40521 * ext/libcaca/gstcacasink.c:
40522 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40523 * ext/snapshot/gstsnapshot.c:
40524 * ext/swfdec/gstswfdec.c:
40525 * ext/xvid/gstxviddec.c:
40526 * ext/xvid/gstxvidenc.c:
40527 * gst/chart/gstchart.c:
40528 * gst/deinterlace/gstdeinterlace.c:
40529 * gst/effectv/gsteffectv.c:
40530 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40531 * gst/goom/gstgoom.c:
40532 * gst/median/gstmedian.c:
40533 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40534 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40535 * gst/overlay/gstoverlay.c:
40536 * gst/smooth/gstsmooth.c:
40537 * gst/smpte/gstsmpte.c:
40538 * gst/synaesthesia/gstsynaesthesia.c:
40539 * gst/videocrop/gstvideocrop.c:
40540 * gst/videodrop/gstvideodrop.c:
40541 * gst/y4m/gsty4mencode.c:
40542 * sys/qcam/gstqcamsrc.c:
40543 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40544 Make them work with new video.h file.
40545 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40546 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40548 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40549 Make it work with new buffer allocation system.
40551 2004-01-11 Julien MOUTTE <julien@moutte.net>
40553 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40554 pad_alloc_buffer implementation to use ->srcpad
40555 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40556 pad_alloc_buffer implementation to use ->srcpad
40557 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40558 pad_alloc_buffer implementation to use ->srcpad
40559 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40560 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40561 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40562 a reference to everything we need.
40563 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40565 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40566 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40567 a reference to everything we need.
40568 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40570 2004-01-11 David Schleef <ds@schleef.org>
40572 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40573 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40574 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40576 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40577 value during a resize/renegotiation.
40578 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40579 gst_pad_alloc_buffer();
40580 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40581 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40583 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40584 Fix for rename of buffer private structure members.
40585 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40586 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40587 Fix for rename of buffer private structure members.
40588 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40589 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40590 Fix for rename of buffer private structure members.
40592 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40594 reviewed by: David Schleef <ds@schleef.org>
40596 * gst/videofilter/Makefile.am:
40597 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40598 from the patch by ds to fit in with recent make_filter changes.
40600 2004-01-11 Julien MOUTTE <julien@moutte.net>
40602 * configure.ac: Adding examples/switch/Makefile
40603 * examples/Makefile.am: Adding examples/switch
40604 * examples/switch/Makefile.am: Adding switcher example.
40605 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40606 (switch_timer), (main): Adding an example demonstrating switch usage
40607 with 2 videotestsrc showing different patterns.
40608 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40609 (gst_switch_init): Fixing switch with the new caps system.
40611 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40613 * gst-libs/gst/video/video.h:
40614 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40615 They should probably be like
40616 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40618 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40620 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40621 (qtdemux_parse_trak):
40622 fix audio chunk size/timestamp calculation
40624 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40626 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40629 2004-01-11 Steve Baker <steve@stevebaker.org>
40631 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40632 (gst_agingtv_base_init), (gst_agingtv_class_init),
40633 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40634 (gst_agingtv_set_property), (gst_agingtv_get_property):
40635 Port agingTV to videofilter
40637 2004-01-09 Julien MOUTTE <julien@moutte.net>
40639 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40640 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40642 2004-01-09 Julien MOUTTE <julien@moutte.net>
40644 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40645 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40646 * gst-libs/gst/xoverlay/xoverlay.c:
40647 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40648 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40649 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40650 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40651 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40652 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40653 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40654 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40655 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40656 interface implementation to handle xid being 0 and fix some bugs
40657 triggered by Benjamin's testcase.
40658 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40659 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40660 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40661 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40662 interface implementation to handle xid being 0 and fix some bugs
40663 triggered by Benjamin's testcase.
40665 2004-01-09 David Schleef <ds@schleef.org>
40667 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
40668 mouse pointer events. It works.
40670 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
40672 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40673 Use explicit caps - fix capsnego.
40674 * ext/xvid/gstxviddec.c:
40675 * ext/xvid/gstxvidenc.c:
40676 Remove macro-inside-macro which caused compile errors.
40677 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40678 Error out if it's not a RIFF file. Else we error out without
40679 gst_element_error() which is not good...
40681 2004-01-08 David Schleef <ds@schleef.org>
40683 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40684 Fix pad_link function to handle formats that ffmpeg returns
40685 as multiple caps structures.
40686 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40687 Only complain if source buffer is _smaller_ than expected.
40688 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40689 (gst_videoscale_handle_src_event): Resize navigation events
40690 when passing them upstream.
40691 * gst/videotestsrc/gstvideotestsrc.c:
40692 * gst/videotestsrc/gstvideotestsrc.h:
40693 * gst/videotestsrc/videotestsrc.c:
40694 * gst/videotestsrc/videotestsrc.h:
40695 Rewrite many of the buffer painting functions to handle odd
40696 sizes (for many formats, size%4!=0 or size%8!=0). Most have
40697 been verified to work with my video card.
40698 * testsuite/gst-lint: Add check for elements calling
40699 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40701 2004-01-08 David Schleef <ds@schleef.org>
40703 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40704 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40706 2004-01-08 Julien MOUTTE <julien@moutte.net>
40708 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40709 configure event is not emiting the desired size signal. That fixes
40710 aspect ratio issues with gst-player.
40712 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
40714 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40717 2004-01-08 Julien MOUTTE <julien@moutte.net>
40719 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40720 public method to fire size signal.
40722 2004-01-07 Julien MOUTTE <julien@moutte.net>
40724 * examples/gstplay/Makefile.am: Adding the interface library.
40725 * gst-libs/gst/play/Makefile.am: Adding the interface library.
40726 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
40727 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40728 GST_IS_X_OVERLAY before signal connect.
40729 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40730 Removing the have_video_size signal.
40731 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40732 and associated public method.
40733 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40734 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40736 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40737 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40739 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40740 Using XOverlay public method to fire size signal.
40742 2004-01-07 David Schleef <ds@schleef.org>
40744 * gst/videofilter/Makefile.am:
40745 * gst/videofilter/gstvideotemplate.c:
40746 * gst/videofilter/make_filter:
40747 Create gstvideoexample.c in a srcdir!=builddir friendly way.
40748 Convert make_filter to /bin/sh script.
40750 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
40752 * gst/modplug/gstmodplug.cc: fix element description
40754 2004-01-07 Julien MOUTTE <julien@moutte.net>
40756 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40757 (got_video_size): Adding some new lines in g_print calls.
40758 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40759 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40760 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40761 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40762 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40763 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40764 Complete code review, reverting some stuff i disagree with, adding
40765 some fixes : time synchronization on invalid timestamps, renegotiation
40767 * sys/ximage/ximagesink.h:
40768 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40769 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40770 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40771 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40772 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40773 (gst_xvimagesink_buffer_new),
40774 (gst_xvimagesink_navigation_send_event),
40775 (gst_xvimagesink_set_xwindow_id),
40776 (gst_xvimagesink_get_desired_size),
40777 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40778 stuff i disagree with, adding some fixes : Renegotiation of private
40779 window, implementing get_desired_size.
40781 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
40783 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40784 (gst_afsink_handle_event):
40785 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40786 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40787 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40788 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40789 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40790 Fix for instantiate-test (see core). Also remove dead code from
40791 jpegenc (which still needs fixing, but that's lower on my TODO
40793 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40794 Never return NULL as caps.
40796 2004-01-07 David Schleef <ds@schleef.org>
40800 * ext/librfb/Makefile.am:
40801 * ext/librfb/gstrfbsrc.c:
40802 New source plugin based on librfb-0.1. RFB (remote framebuffer)
40803 is the protocol used by VNC.
40805 2004-01-07 David Schleef <ds@schleef.org>
40807 * gst/videofilter/gstvideotemplate.c:
40808 * gst/videofilter/gstvideotemplate.h:
40809 * gst/videofilter/make_filter:
40810 Merge videotemplate header into source file.
40811 * gst/effectv/Makefile.am:
40812 * gst/effectv/gsteffectv.c: (plugin_init):
40813 * gst/effectv/gstwarp.c:
40814 Make warpTV a subclass of videofilter.
40816 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40818 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40819 Add guard against invalid utf-8 conversions in mad. Just in case.
40821 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40823 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40824 Fix for bug shown by poisoning
40826 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40828 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40829 (gst_v4lmjpegsrc_buffer_free):
40830 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40831 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40832 (gst_v4lsrc_buffer_free):
40833 Fix for removed bufferpools.
40835 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40837 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40838 Fix caps negotiation.
40840 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40841 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40842 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40844 * ext/mpeg2dec/gstmpeg2dec.c:
40845 * gst-libs/gst/navigation/navigation.c:
40846 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40847 * gst-libs/gst/navigation/navigation.h:
40848 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40849 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40850 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40851 Super-simple first version of mouse and keyboard events. Clicking
40852 on a DVD menu now works, although it may not take you where you
40855 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40856 * gst/videotestsrc/gstvideotestsrc.c:
40857 (gst_videotestsrc_src_fixate):
40858 These fixate functions were broken - they never actually
40861 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40863 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40864 (gst_icecastsend_init):
40865 fix for new caps system.
40866 * gst-libs/gst/mixer/mixertrack.h:
40867 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40868 Add 'master track' flag (for tools like ACME that only want to
40869 change the main volume).
40871 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40873 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40874 (gst_xvid_csp_to_caps):
40875 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40876 * ext/xvid/gstxvidenc.c:
40877 ifdef out ARGB type when it isn't available
40878 in xvidcore 1.0.0beta2
40880 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40882 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40883 When we have received a new SCR right in the first buffer after
40884 a seek (so in the same cycle that handles the discont), we should
40885 handle the buffer instead of unreffing it, else we lose data.
40887 2004-01-06 Iain <iain@prettypeople.org>
40889 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40890 buffer-frames caps too.
40892 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40893 caps that we need, don't destroy them all and rebuild them. And when
40894 creating src pads, use the src pad template rather than the sink...
40896 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
40898 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40899 Add pad to element *after* setting functions such as event handler.
40900 Without this, the scheduler (opt) will link pads, set the event
40901 handler from the default event function (dispatcher in gstpad.c)
40902 and *after* that, we will set our own event function, which will
40903 thus never be used (and thus mpegdemux doesn't handle events).
40905 2004-01-04 David Schleef <ds@schleef.org>
40907 Fix the fixate functions to handle new prototype:
40908 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40909 * gst/videotestsrc/gstvideotestsrc.c:
40910 (gst_videotestsrc_src_fixate):
40911 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40912 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40915 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40917 * sys/ximage/ximagesink.h:
40918 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40919 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40920 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40921 (gst_ximagesink_xoverlay_init):
40922 assorted fixes to make (re)embedding work
40923 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40924 (gst_ximagesink_get_desired_size):
40925 implement desired size additions to XOverlay
40927 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40929 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40930 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40931 (gst_x_overlay_got_desired_size):
40932 * gst-libs/gst/xoverlay/xoverlay.h:
40933 Add optional "desired size" signal and querying.
40935 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40937 * gst/matroska/matroska-demux.c:
40938 (gst_matroska_demux_parse_blockgroup):
40939 Fix EBML-laced block parsing. Diffs are relative to previous
40940 lace, not the first lace. Thanks to Mosu from the Matroska
40941 team for detecting this.
40942 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40943 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40944 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40945 (gst_wavparse_change_state):
40946 * gst/wavparse/gstwavparse.h:
40947 Quickfix for capsnego.
40949 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40951 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40952 Fix indenting, fix pad creation.
40954 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40956 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40957 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40958 (gst_xviddec_sink_link):
40959 Implement src_getcaps() so proper size caps is negotiated.
40961 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40963 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40964 Finish flac decoder on EOS. See #116178.
40966 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40968 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40969 (gst_matroska_demux_add_stream):
40970 * gst/matroska/matroska-ids.h:
40971 Add getcaps() function to fix capsnego...
40973 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40975 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40976 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40977 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40978 Fix more integer overflows. Again, see #126967.
40980 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40982 * ext/mpeg2dec/gstmpeg2dec.c:
40983 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40986 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40989 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40990 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40991 * ext/xvid/gstxvid.h:
40992 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40993 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40994 (gst_xviddec_src_link), (gst_xviddec_sink_link),
40995 (gst_xviddec_change_state):
40996 * ext/xvid/gstxviddec.h:
40997 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40998 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40999 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41000 (gst_xvidenc_link), (gst_xvidenc_set_property),
41001 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41002 * ext/xvid/gstxvidenc.h:
41003 Update xvid plugin to latest xvid (1.0.0-beta3) API.
41005 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41007 * gst/rtp/rtp-packet.c:
41008 Add sys/types.h include, since OS X doesn't define in_addr_t
41009 in netinet/in.h, like it does on Linux (see #129600).
41011 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
41013 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
41015 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41016 Correct logic of dispose function (see #129306).
41018 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41020 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41021 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41022 (gst_mpeg_parse_init):
41023 * gst/mpegstream/gstmpegparse.h:
41024 Remove clock (which was never provided, i.e. dead code), and
41025 also fix integer overflows at high PTS values (see #126967).
41027 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41029 * ext/flac/gstflacdec.c:
41030 * ext/libpng/gstpngenc.h:
41031 * ext/mikmod/gstmikmod.h:
41032 OS X fixes (see #126628).
41034 2004-01-02 David Schleef <ds@schleef.org>
41036 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41037 (gst_alsa_src_base_init): Remove bogus "src" request pad.
41038 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41039 (gst_mpeg_parse_class_init): Move pad template registration
41040 to class_init, since the derived class (mpegdemux) doesn't
41043 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41045 * sys/ximage/Makefile.am:
41046 * sys/xvideo/Makefile.am:
41047 * sys/xvimage/Makefile.am:
41048 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41049 after installation (see #127664).
41051 2004-01-02 David Schleef <ds@schleef.org>
41053 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41054 (gst_ffmpegenc_connect): Negotiation fixes.
41055 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41056 Remove inappropriate gst_caps_free().
41057 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41058 Reenable Ronald's internal resize code, since the core handles
41061 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41063 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41064 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41065 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41066 Fix pad template stuff.
41068 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41070 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41071 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41072 fix signed integer reading/writing.
41074 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
41077 Remove outdated document
41079 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41081 * gst/cutter/gstcutter.c: (gst_cutter_init):
41082 src pad was being created twice - oops.
41084 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41086 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41087 Comment out internal resize. It doesn't handle the resulting
41088 XEvent internally, does another try_set_caps() which leads to
41089 a really nice loop.
41090 Real fix will come when Julien and Dave are awake. ;).
41092 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41094 * ext/mpeg2enc/gstmpeg2enc.cc:
41095 fix const/nonconst compile issue.
41097 2004-01-02 David Schleef <ds@schleef.org>
41099 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41100 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41101 Add fixate function and a check for bad formats.
41103 2004-01-01 David Schleef <ds@schleef.org>
41106 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41107 (gst_audiofilter_init):
41108 * gst/debug/efence.c: (gst_efence_init):
41109 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41110 (gst_deinterlace_init):
41111 * gst/volume/gstvolume.c: (volume_connect):
41113 2004-01-01 David Schleef <ds@schleef.org>
41115 Convert elements to use gst_pad_use_explicit_caps() where
41117 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41118 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41119 (gst_afparse_open_file):
41120 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41121 (gst_afsrc_open_file):
41122 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41123 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41124 (gst_ffmpegdec_chain):
41125 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41126 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41127 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41128 (gst_gdk_pixbuf_chain):
41129 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41130 (gst_jpegdec_chain):
41131 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41132 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41133 (gst_mikmod_negotiate):
41134 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41135 (gst_mpeg2dec_negotiate_format):
41136 * ext/mpeg2enc/gstmpeg2enc.cc:
41137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41138 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41139 (gst_speexdec_sinkconnect):
41140 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41141 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41142 (gst_vorbisfile_new_link):
41143 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41144 (gst_ac3parse_chain):
41145 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41146 (gst_asf_demux_setup_pad):
41147 * gst/auparse/gstauparse.c: (gst_auparse_init),
41148 (gst_auparse_chain):
41149 * gst/id3/gstid3types.c: (gst_id3types_loop):
41150 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41151 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41152 (mp1videoparse_parse_seq):
41153 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41155 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41156 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41157 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41158 (gst_mpeg_parse_send_data):
41159 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41160 (gst_qtdemux_add_stream):
41161 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41162 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41163 (gst_wavparse_parse_fmt):
41165 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41168 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41169 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41170 it therefore uses the wrong include paths. Too bad... Note
41171 that 1.6.1.93 is not release yet. ;).
41172 Also add a check for mplex, which is now using the lib'ified
41173 mplex from mjpegtools, too.
41174 * ext/ffmpeg/gstffmpegcodecmap.c:
41175 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41176 issues. I don't think ffmpeg handles 3ivx correctly, so this
41177 probably won't work. But it won't hurt either.
41178 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41179 (gst_ffmpegdec_chain):
41180 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41181 (gst_ffmpegenc_chain_audio):
41182 Fix memleak in audio encoding. Close codec if open fails, this
41183 calls the cleanup routines so we can re-use the context.
41184 * ext/mpeg2enc/gstmpeg2enc.cc:
41185 Fix pad template names/types, fix memory issue with getcaps().
41186 * ext/mpeg2enc/gstmpeg2encoder.cc:
41187 * ext/mpeg2enc/gstmpeg2encoder.hh:
41188 Fix compile issue with new caps system (const thingy).
41189 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41190 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41191 We read a first frame right on initing, so that we have a caps
41192 when we init the output. This caps is cached in padprivate and
41193 read as first frame.
41194 * ext/mplex/Makefile.am:
41195 * ext/mplex/gstmplex.cc:
41196 * ext/mplex/gstmplex.h:
41197 * ext/mplex/gstmplex.hh:
41198 * ext/mplex/gstmplexibitstream.cc:
41199 * ext/mplex/gstmplexibitstream.hh:
41200 * ext/mplex/gstmplexjob.cc:
41201 * ext/mplex/gstmplexjob.hh:
41202 * ext/mplex/gstmplexoutputstream.cc:
41203 * ext/mplex/gstmplexoutputstream.hh:
41204 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41205 had issues, didn't do capsnego, supported only a subset of the
41206 mplex features and required a mplex fork in our local CVS. Plus
41207 that it worked agaist a very old mplex version. Rewriting was
41208 faster than updating it.
41209 * gst-libs/ext/Makefile.am:
41210 * gst-libs/ext/mplex/INSTRUCT:
41211 * gst-libs/ext/mplex/Makefile.am:
41212 * gst-libs/ext/mplex/README:
41213 * gst-libs/ext/mplex/TODO:
41214 * gst-libs/ext/mplex/ac3strm_in.cc:
41215 * gst-libs/ext/mplex/audiostrm.hh:
41216 * gst-libs/ext/mplex/audiostrm_out.cc:
41217 * gst-libs/ext/mplex/aunit.hh:
41218 * gst-libs/ext/mplex/bits.cc:
41219 * gst-libs/ext/mplex/bits.hh:
41220 * gst-libs/ext/mplex/buffer.cc:
41221 * gst-libs/ext/mplex/buffer.hh:
41222 * gst-libs/ext/mplex/fastintfns.h:
41223 * gst-libs/ext/mplex/format_codes.h:
41224 * gst-libs/ext/mplex/inputstrm.cc:
41225 * gst-libs/ext/mplex/inputstrm.hh:
41226 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41227 * gst-libs/ext/mplex/mjpeg_logging.cc:
41228 * gst-libs/ext/mplex/mjpeg_logging.h:
41229 * gst-libs/ext/mplex/mjpeg_types.h:
41230 * gst-libs/ext/mplex/mpastrm_in.cc:
41231 * gst-libs/ext/mplex/mpegconsts.cc:
41232 * gst-libs/ext/mplex/mpegconsts.h:
41233 * gst-libs/ext/mplex/mplexconsts.hh:
41234 * gst-libs/ext/mplex/multplex.cc:
41235 * gst-libs/ext/mplex/outputstream.hh:
41236 * gst-libs/ext/mplex/padstrm.cc:
41237 * gst-libs/ext/mplex/padstrm.hh:
41238 * gst-libs/ext/mplex/stillsstream.cc:
41239 * gst-libs/ext/mplex/stillsstream.hh:
41240 * gst-libs/ext/mplex/systems.cc:
41241 * gst-libs/ext/mplex/systems.hh:
41242 * gst-libs/ext/mplex/vector.cc:
41243 * gst-libs/ext/mplex/vector.hh:
41244 * gst-libs/ext/mplex/videostrm.hh:
41245 * gst-libs/ext/mplex/videostrm_in.cc:
41246 * gst-libs/ext/mplex/videostrm_out.cc:
41247 * gst-libs/ext/mplex/yuv4mpeg.cc:
41248 * gst-libs/ext/mplex/yuv4mpeg.h:
41249 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41250 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41251 We don't fork mjpegtools' mplex in our CVS anymore.
41252 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41253 (gst_avi_demux_add_stream):
41254 * gst/avi/gstavidemux.h:
41255 Add getcaps() function for proper caps nego. This makes some
41256 parts of AVI playback/reading work.
41257 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41258 Resize window on new capsnego. This is probably wrong, but
41259 I'm still committing it because with current capsnego, the
41260 first successfull capsnego is auto-fixated, therefore rounded
41261 down to the lowest values in the caps. this results in a 16x16
41262 XWindow that is not reized when real capsnego finishes.
41263 Dave, I see more cases of this, do you know a proper solution?
41264 * tools/gst-launch-ext.in:
41265 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41267 2003-12-31 David Schleef <ds@schleef.org>
41269 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41270 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41271 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41273 2003-12-30 David Schleef <ds@schleef.org>
41275 * ext/ffmpeg/gstffmpegcolorspace.c:
41276 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41277 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41278 (gst_ffmpegcsp_chain): Negotiation fixes
41279 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41280 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41281 (gst_audio_convert_link), (gst_audio_convert_channels):
41282 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41283 (gst_audioscale_link), (gst_audioscale_get_buffer),
41284 (gst_audioscale_chain): Negotiation fixes
41285 * gst/audioscale/gstaudioscale.h:
41286 * gst/videofilter/gstvideofilter.c:
41287 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41288 (gst_videofilter_link), (gst_videofilter_init),
41289 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41290 (gst_videofilter_find_format_by_structure):
41291 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41292 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41293 (gst_videoscale_link):
41294 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41295 (videoscale_find_by_structure), (gst_videoscale_setup):
41296 * gst/videoscale/videoscale.h: Negotiation fixes
41297 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41298 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41299 function, restrict resizing to a multiple of 4 (hack until
41300 everyone supports odd sizes correctly).
41302 2003-12-29 Colin Walters <walters@verbum.org>
41304 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41307 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41309 * ext/sndfile/gstsf.c: (gst_sf_loop):
41310 Fix warning about discarding const qualifier
41312 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41314 * gst/cutter/gstcutter.c:
41315 * gst/videoscale/gstvideoscale.c:
41316 * gst/volenv/gstvolenv.c:
41317 * gst-libs/gst/audio/audio.c:
41318 * gst-libs/gst/video/video.c:
41321 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41323 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41324 Don't send ALSA debugging to stderr.
41325 * ext/alsa/gstalsa.h:
41326 Use GST_WARNING instead of g_warning when ALSA functions fail.
41328 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41331 Free XVAdapterInfo correctly.
41333 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41335 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41336 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41337 Make id3tag use correct caps nego.
41339 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41341 * ext/ivorbis/vorbis.c:
41342 * ext/ivorbis/vorbisenc.h:
41343 * ext/ivorbis/vorbisfile.c:
41344 Modify so that it uses the new caps things
41346 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41348 * testsuite/spider/spider1.c: (main):
41349 * testsuite/spider/spider2.c: (main):
41350 * testsuite/spider/spider3.c: (main):
41351 Make tests compile again. They probably don't work.
41353 2003-12-24 Colin Walters <walters@verbum.org>
41355 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41356 we can't fixate the caps anymore.
41358 2003-12-23 David Schleef <ds@schleef.org>
41360 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41361 * sys/oss/gstosssink.c: (gst_osssink_init),
41362 (gst_osssink_sink_fixate): Add fixate function.
41364 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41366 * ext/ffmpeg/gstffmpegcodecmap.c:
41367 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41368 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41369 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41370 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41371 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41372 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41373 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41374 fix typo in RGB masks, and move back to "old" colorspace
41375 capsnego code until whoever wrote this new crap has actually
41376 tested it so that it works.
41377 And yes, this works, keep it that way please.
41379 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41381 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41382 (gst_divxdec_init), (gst_divxdec_negotiate):
41383 * ext/divx/gstdivxdec.h:
41384 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41385 (gst_divxenc_init):
41386 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41387 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41388 * ext/mpeg2enc/gstmpeg2enc.cc:
41389 * ext/mpeg2enc/gstmpeg2encoder.cc:
41390 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41391 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41392 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41393 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41394 (dxr3spusink_init):
41395 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41396 (dxr3videosink_init):
41397 Fix caps breakage after Dave's caps branch merge.
41399 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41401 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41402 Fix for 24bpp display.
41404 2003-12-23 Colin Walters <walters@verbum.org>
41406 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41407 a GnomeVFSHandle directly.
41409 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41411 * gst/volume/Makefile.am:
41412 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41413 (volume_base_init), (volume_init):
41414 Reenable volume element and fix to work with new caps stuff.
41415 Rhythmbox needs this.
41417 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41419 * gst/qtdemux/qtdemux.c: (plugin_init):
41420 qtdemux requires bytestream
41422 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41424 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41425 Fix remaining caps handling errors due to CAPS merge.
41427 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41429 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41430 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41431 (gst_faad_srcconnect):
41432 Port to new caps system.
41434 2003-12-21 Julien MOUTTE <julien@moutte.net>
41436 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41437 (got_video_size), (main): using g_print instead of g_message.
41438 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41439 signal which was not emitted because of "switch" element added to the
41440 bin but not connected. (Removing from the bin temporarily)
41442 2003-12-21 Julien MOUTTE <julien@moutte.net>
41444 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41445 find X development files. I don't understand the previous tests and
41446 they fail on my debian/ppc unstable. This one works.
41447 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41449 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41450 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41451 (gst_play_set_visualization): Add some safety checks in set_ methods
41452 and state_change. This was throwing some ugly CRITICAL messages when
41453 pipeline was getting disposed and casts were failing.
41455 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41458 Improve mpeg2enc detection. This is for distributions that do
41459 ship mjpegtools, but without mpeg2enc. Also does object check
41460 for might there ever be ABI incompatibility.
41461 * ext/mpeg2enc/gstmpeg2enc.cc:
41462 Add Andrew as second maintainer (he's helping me), and also add
41463 an error if no caps was set. This happens if I pull before capsnego
41464 and that's something I should solve sometime else.
41465 * gst/matroska/matroska-demux.c:
41466 (gst_matroska_demux_parse_blockgroup):
41468 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41469 (gst_matroska_mux_track_header):
41470 Add caps to templates.
41471 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41472 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41473 * gst/mpegstream/gstmpegdemux.c:
41474 Remove layer since it causes warnings about unfixed caps.
41475 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41476 Fix obvious typo (we error out if caps were set, we should of
41477 course error out if *no* caps were set).
41478 * sys/oss/gstosselement.c: (gst_osselement_convert):
41479 Fix format conversion, we confused bits/bytes.
41480 * sys/oss/gstosselement.h:
41481 Improve documentation for 'bps'.
41483 Remove stuff about plugins that need removing - this was done
41485 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41486 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41487 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41488 (gst_v4lsrc_src_query):
41489 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41490 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41491 Add get_query_types(), get_formats() and query() functions.
41493 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41495 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41496 * moved CVS to freedesktop.org