1 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
3 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
5 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
8 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
10 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11 (gst_riff_create_video_template_caps):
12 Add mapping for VP6 in avi/riff.
14 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
16 * gst/subparse/samiparse.c: (sami_context_push_state),
17 (sami_context_pop_state), (start_sami_element), (end_sami_element):
18 Some versions of libxml seem to be very picky as to strict formatting
19 of the input and never 'close' the final </body> tag.
20 In order to fix that bad behaviour, we trigger the flushing of
21 remaining data on both </body> and </sami>.
24 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
26 Patch by: Guillaume Emont <guillaume at fluendo dot com>
28 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29 Add typefinders for MS Word files and OS X .DS_Store files to
30 prevent them to be recognized as MPEG files. Fixes bug #564098.
32 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
34 * gst/playback/gstplaysink.c: (gen_audio_chain),
35 (gst_play_sink_reconfigure):
36 Add some more debug info.
37 Fix linking of just an encoded sink.
38 Handle failure to create a sink chain more gracefully than crashing.
40 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
42 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
43 Pushing 10 buffers is enough to run the test.
45 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
47 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
48 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
50 Hook up the SKIP seek flag.
52 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
54 * gst/playback/gstplaybin2.c: (pad_added_cb):
55 Error out with a missing-plugin error when the input-selector was not
58 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
61 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
63 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
64 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
65 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
66 (gst_play_sink_send_event), (gst_play_sink_change_state):
68 Try to set the selected sink to READY before using it. This will allow
69 for detection of incompatible formats sooner.
70 Don't cause a fatal error when conversion elements are missing but post
71 a missing-element message and a warning instead because things might
72 still link and run fine.
73 Simplyfy the construction of audio and video sink chains.
75 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
77 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
78 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
79 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
82 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
84 Patch by: Luis Menina <liberforce at freeside dot fr>
86 * gst-libs/gst/floatcast/floatcast.h:
87 * gst/typefind/gsttypefindfunctions.c:
88 Include glib.h instead of a specific GLib header. Including single
89 GLib headers is deprecated. Fixes bug #563904.
91 2008-12-09 Julien Moutte <julien@fluendo.com>
93 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
94 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
96 2008-12-09 Stefan Kost <ensonic@users.sf.net>
98 * gst-libs/gst/riff/riff-read.c:
99 Fix handling of odd chunks in riff metadata.
101 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
103 * gst/volume/gstvolume.c: (gst_volume_class_init),
104 (volume_before_transform), (volume_transform_ip):
105 Use new basetransform vmethod to reconfigure the dynamic properties and
106 any pending volume/mute changes. Fixes #563508.
108 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
111 First check for "theoraenc theoradec" and if that failed check
112 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
113 deprecate the latter. Also linking on Windows fails with just "theora"
114 and the version check would fail for the release candidates.
117 2008-12-08 Stefan Kost <ensonic@users.sf.net>
119 * gst/playback/gstdecodebin.c:
120 * gst/playback/gstdecodebin2.c:
121 Add basic docs to decodebin and link to decodebin from decodebin2.
123 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
125 Patch by: Olivier Crete <tester at tester ca>
127 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
128 * gst-libs/gst/rtp/gstrtcpbuffer.h:
129 Implement gst_rtcp_packet_remove(). Fixes #563174.
131 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
132 Add unit test for some RTCP functions.
134 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
137 Apparently AC_CONFIG_MACRO_DIR breaks when using more
138 than one macro directory, reverting last change.
140 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
143 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
146 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
148 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
149 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
150 Clear all flags on buffers returned from the image pool.
153 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
155 Patch by: Cygwin Ports maintainer
156 <yselkowitz at users dot sourceforge dot net>
160 Require gettext 0.17 because older versions don't mix with libtool
161 2.2. At build time an older gettext version will still work.
164 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
166 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
168 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
170 * docs/plugins/gst-plugins-base-plugins.args:
171 * docs/plugins/gst-plugins-base-plugins.hierarchy:
172 * docs/plugins/gst-plugins-base-plugins.interfaces:
173 * docs/plugins/gst-plugins-base-plugins.prerequisites:
174 * docs/plugins/inspect/plugin-videorate.xml:
175 * gst/speexresample/gstspeexresample.c:
176 Update documentation of speexresample for the new element name.
178 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
180 * gst/speexresample/README:
181 Update README with the latest diff between the Speex resampler
184 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
186 * gst/speexresample/gstspeexresample.c: (plugin_init):
187 Update the debug category from speex_resample to audioresample.
189 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
191 * gst/audioresample/Makefile.am:
192 * gst/audioresample/buffer.c:
193 * gst/audioresample/buffer.h:
194 * gst/audioresample/debug.c:
195 * gst/audioresample/debug.h:
196 * gst/audioresample/functable.c:
197 * gst/audioresample/functable.h:
198 * gst/audioresample/gstaudioresample.c:
199 * gst/audioresample/gstaudioresample.h:
200 * gst/audioresample/resample.c:
201 * gst/audioresample/resample.h:
202 * gst/audioresample/resample_chunk.c:
203 * gst/audioresample/resample_functable.c:
204 * gst/audioresample/resample_ref.c:
205 * tests/check/elements/audioresample.c:
206 Remove audioresample files.
208 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
210 * docs/plugins/inspect/plugin-audioresample.xml:
211 Regenerated for library filename change.
213 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
216 * docs/plugins/Makefile.am:
217 * docs/plugins/gst-plugins-base-plugins-sections.txt:
218 * docs/plugins/gst-plugins-base-plugins.args:
219 * docs/plugins/gst-plugins-base-plugins.hierarchy:
220 * docs/plugins/gst-plugins-base-plugins.interfaces:
221 * docs/plugins/gst-plugins-base-plugins.prerequisites:
222 * docs/plugins/inspect/plugin-adder.xml:
223 * docs/plugins/inspect/plugin-alsa.xml:
224 * docs/plugins/inspect/plugin-audioconvert.xml:
225 * docs/plugins/inspect/plugin-audiorate.xml:
226 * docs/plugins/inspect/plugin-audioresample.xml:
227 * docs/plugins/inspect/plugin-audiotestsrc.xml:
228 * docs/plugins/inspect/plugin-cdparanoia.xml:
229 * docs/plugins/inspect/plugin-decodebin.xml:
230 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
231 * docs/plugins/inspect/plugin-gdp.xml:
232 * docs/plugins/inspect/plugin-gio.xml:
233 * docs/plugins/inspect/plugin-gnomevfs.xml:
234 * docs/plugins/inspect/plugin-libvisual.xml:
235 * docs/plugins/inspect/plugin-ogg.xml:
236 * docs/plugins/inspect/plugin-pango.xml:
237 * docs/plugins/inspect/plugin-playback.xml:
238 * docs/plugins/inspect/plugin-queue2.xml:
239 * docs/plugins/inspect/plugin-subparse.xml:
240 * docs/plugins/inspect/plugin-tcp.xml:
241 * docs/plugins/inspect/plugin-theora.xml:
242 * docs/plugins/inspect/plugin-typefindfunctions.xml:
243 * docs/plugins/inspect/plugin-uridecodebin.xml:
244 * docs/plugins/inspect/plugin-video4linux.xml:
245 * docs/plugins/inspect/plugin-videorate.xml:
246 * docs/plugins/inspect/plugin-videoscale.xml:
247 * docs/plugins/inspect/plugin-videotestsrc.xml:
248 * docs/plugins/inspect/plugin-volume.xml:
249 * docs/plugins/inspect/plugin-vorbis.xml:
250 * docs/plugins/inspect/plugin-ximagesink.xml:
251 * docs/plugins/inspect/plugin-xvimagesink.xml:
252 * gst/speexresample/gstspeexresample.c: (plugin_init):
253 * gst/speexresample/Makefile.am:
254 * tests/check/Makefile.am:
255 * tests/check/elements/speexresample.c: (setup_speexresample),
256 (GST_START_TEST), (test_pipeline):
257 Rename the moved speexresample to audioresample, integrate into the
258 build system and remove the old audioresample from the build system.
259 Fixes bug #558124, #385061, #346218, #116051.
261 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
263 * gst-libs/gst/audio/gstbaseaudiosrc.c:
264 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
265 Avoid nasty int overflows after about 12 hours and 25 minutes when these
266 code paths are triggered.
267 A free beer to Håvard Graff for finding this!
269 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
271 Patch by: 이문형 <iwings at gmail dot com>
273 * gst-libs/gst/rtsp/gstrtspconnection.c:
274 (gst_rtsp_connection_connect):
275 A successful gst_poll_wait() doesn't always mean successful connect() on
276 Windows. We should check errors by calling gst_poll_fd_has_error().
279 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
281 * gst-libs/gst/rtp/gstrtcpbuffer.c:
282 Fix typo in the docs.
284 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
286 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
287 If no stream was found before receiving EOS, post an error message.
290 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
292 * ext/theora/gsttheoraenc.h:
293 * ext/theora/theoraenc.c: (gst_theora_enc_init),
294 (theora_buffer_from_packet), (theora_push_packet),
295 (theora_enc_sink_event), (theora_enc_is_discontinuous),
297 Parse segment events.
298 Pass incomming buffer timestamps to outgoing buffers.
299 Use the running_time to construct the granulepos.
302 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
304 * gst/playback/gstplaybin2.c: (activate_group):
305 Fix buffer-duration property.
307 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
309 * gst-libs/gst/audio/gstbaseaudiosink.c:
310 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
311 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
312 (gst_base_audio_sink_change_state):
313 Really fix audiosink drain handling by keeping track of the running_time
316 2008-11-24 Michael Smith <msmith@songbirdnest.com>
318 * gst/playback/gstplaybin2.c:
319 Add notification of current stream. Add ability to configure buffer
321 * gst/playback/gsturidecodebin.c:
322 Add ability to configure buffer sizes for streaming mode.
325 2008-11-24 Stefan Kost <ensonic@users.sf.net>
327 * gst-libs/gst/audio/gstbaseaudiosink.c:
328 Time is already in running_time. Remove base_time handling. Fixes
329 audiosinks not draining and thus chopping some audio in the end.
331 2008-11-24 David Schleef <ds@schleef.org>
333 * ext/ogg/gstoggmux.c:
334 * ext/ogg/gstoggmux.h:
335 If we're muxing a dirac stream, flush the page after every picture.
337 2008-11-24 Stefan Kost <ensonic@users.sf.net>
339 * gst-libs/gst/audio/gstbaseaudiosink.c:
340 Add one log message to check for audio_drained. Sync one log message
341 with the condition. Send EOS after draining audio in pull mode.
343 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
345 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
346 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
347 Use gst_buffer_try_new_and_alloc() and fail properly if the
348 allocation failed. This prevents abort() if downstream elements
349 request an insane amount of memory.
351 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
353 * gst/volume/gstvolume.c: (volume_choose_func),
354 (volume_update_volume), (gst_volume_set_volume),
355 (gst_volume_get_volume), (gst_volume_set_mute),
356 (gst_volume_class_init), (gst_volume_init),
357 (volume_process_double), (volume_process_float),
358 (volume_process_int32), (volume_process_int32_clamp),
359 (volume_process_int24), (volume_process_int24_clamp),
360 (volume_process_int16), (volume_process_int16_clamp),
361 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
362 (volume_transform_ip), (volume_set_property),
363 (volume_get_property):
364 * gst/volume/gstvolume.h:
365 Cleanup volume, define and use default values.
366 Recalculate new volume and mute setup before processing. Fixes #561789.
368 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
369 Add controller unit test. Patch by: Jonathan Matthew
370 Fix bogus test that messed with basetransform's internal state.
372 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
374 * gst/videorate/gstvideorate.c:
375 Add jpeg and png image media types to the caps. Fixes #561436.
377 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
379 * gst/playback/gstplaysink.c: (gen_audio_chain):
380 Don't post an error when we can't configure the volume but post a
381 warning instead. Fixes #561780.
383 2008-11-21 David Schleef <ds@schleef.org>
385 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
387 * gst/videotestsrc/gstvideotestsrc.c:
388 * gst/videotestsrc/gstvideotestsrc.h:
389 * gst/videotestsrc/videotestsrc.c:
390 * gst/videotestsrc/videotestsrc.h:
391 Add a zone plate pattern generator based on BBC R&D Report
392 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
395 2008-11-20 Michael Smith <msmith@songbirdnest.com>
397 * gst/playback/gstdecodebin2.c:
398 Fix random fat-fingering making this not compile.
400 2008-11-20 Michael Smith <msmith@songbirdnest.com>
402 * gst/playback/gstdecodebin2.c:
403 If the top-level type of the stream is plain text, don't try to decode
404 it, matching behaviour of decodebin.
405 * gst/playback/gstplaysink.c:
406 If we fail to generate a text chain (e.g. due to missing optional
407 plugins), don't crash.
409 2008-11-20 Michael Smith <msmith@songbirdnest.com>
411 * gst-libs/gst/rtsp/gstrtspdefs.c:
412 Fix win32 build. Oops.
414 2008-11-20 Michael Smith <msmith@songbirdnest.com>
416 * gst-libs/gst/rtsp/gstrtspdefs.c:
417 Use WSAGetLastError() rather than errno/h_errno on win32.
419 2008-11-20 Michael Smith <msmith@songbirdnest.com>
421 * gst-libs/gst/riff/riff-media.c:
422 Support WMA Lossless properly.
424 2008-11-18 David Schleef <ds@schleef.org>
426 * gst/videotestsrc/gstvideotestsrc.c:
427 * gst/videotestsrc/gstvideotestsrc.h:
428 * gst/videotestsrc/videotestsrc.c:
429 * gst/videotestsrc/videotestsrc.h:
430 Add "colorspec" property, specifying whether to generate BT.601
431 or BT.709 video. This only affects YCbCr values, not RGB, since
432 if you're generating a 709 test pattern, presumably you want
433 709 RGB primaries, not 601. Also add "smpte75" pattern, which
434 uses 75% colors instead of 100%, since this is often more useful
435 for testing (and also follows the SMPTE EG-1 guideline).
437 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
439 * gst/playback/gstdecodebin.c:
440 Add a "sink-caps" property to decodebin like it's done for decodebin2.
443 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
445 * gst/audioresample/gstaudioresample.c:
446 Guard against a NULL dereference I somehow encountered -
447 with a FLUSH_STOP arriving either before basetransform _start(),
450 * gst/typefind/gsttypefindfunctions.c:
451 Make sure we never jump backwards when typefinding corrupt mov files.
453 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
455 * gst-libs/gst/interfaces/propertyprobe.c:
456 Fix random type causing a docs warning.
458 2008-11-14 Stefan Kost <ensonic@users.sf.net>
461 Give it a minimal rank for autovideosrc.
463 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
465 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
467 Improve typefinding of ISO JPEG2000 mime types.
469 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
471 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
472 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
473 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
474 * sys/xvimage/xvimagesink.h:
475 Avoid typechecking when we do trivial casts.
476 Move error handling out of the main program flow.
477 Sneak in the display-region caps property, not completely correct yet.
478 Cache the width/height in buffer_alloc instead of parsing it from the
481 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
483 * gst/playback/gstplaybin2.c: (deactivate_group):
484 don't try to unlink the selector sinkpad when we don't have it yet. This
485 can happen if an error occured before the group was complete.
487 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
489 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
490 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
491 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
492 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
493 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
494 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
495 (gst_rtp_buffer_get_extension_data),
496 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
497 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
498 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
499 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
500 (gst_rtp_buffer_get_payload_type),
501 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
502 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
503 (gst_rtp_buffer_set_timestamp),
504 (gst_rtp_buffer_get_payload_subbuffer),
505 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
506 Avoid expensive type checks we already did as part of the
507 _validate() function that should be called first.
509 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
511 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
512 (gst_base_rtp_depayload_push_full),
513 (gst_base_rtp_depayload_set_gst_timestamp):
514 Fix some cases where a newsegment event was not sent.
516 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
518 * gst/playback/gstplaybin2.c: (activate_group):
519 Catch state change errors and stop from the uridecodebin elements
520 instead of trying to continue in vain.
522 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
524 * gst-libs/gst/audio/gstbaseaudiosink.c:
525 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
526 (gst_base_audio_sink_callback):
527 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
528 for the latency to expire, fixes #559567.
530 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
532 * gst/adder/gstadder.c:
533 Change author string after seeing output of gst-inspector.
535 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
537 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
538 Don't try to do crazy things when we only have a text pad without a
539 video pad. Fixes #559478.
541 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
543 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
544 Fix case where we don't have a range for the rates or channels as is the
545 case with truespeech.
547 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
549 * gst/volume/gstvolume.c: (volume_update_real_volume),
550 (gst_volume_set_volume), (gst_volume_get_volume),
551 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
552 (volume_transform_ip), (volume_update_mute),
553 (volume_update_volume), (volume_get_property):
554 * gst/volume/gstvolume.h:
555 Keep negotiated state in a separate variable.
556 Protect the volume and mute properties with the object lock.
557 Protect modifying the transform with the transform lock.
559 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
561 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
562 (gst_ffmpeg_pixfmt_to_caps):
563 Only convert caps to string when debug is enabled.
565 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
567 * ext/theora/gsttheoradec.h:
568 * ext/theora/theoradec.c: (gst_theora_dec_init),
569 (gst_theora_dec_reset), (theora_dec_src_event),
570 (theora_dec_sink_event), (theora_handle_type_packet):
572 Keep events in a pending list, like vorbisdec, instead of trying
573 to construct a segment event ourselves.
575 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
576 (vorbis_dec_src_event), (vorbis_dec_sink_event):
577 * ext/vorbis/vorbisdec.h:
580 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
583 (gst_ogg_demux_deactivate_current_chain),
584 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
585 (gst_ogg_demux_loop):
586 * ext/ogg/gstoggdemux.h:
587 Copy seqnums around to track playback segments and messages.
589 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
591 Based on patch by: Matthias Kretz <kretz at kde dot org>
593 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
594 (gst_alsasink_prepare), (gst_alsasink_unprepare),
595 (gst_alsasink_write):
596 Make all access non-blocking so that we can better handle unplugging
597 of usb devices. Fixes #559111
599 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
601 Patch by: Damien Lespiau <damien.lespiau gmail com>
603 * gst-libs/gst/rtsp/gstrtspconnection.c:
604 (gst_rtsp_connection_write):
605 Make the next call to poll not depend on previous calls to poll with or
606 without reading from the active descriptor. Fixes #544293.
608 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
610 Patch by: Nick Haddad <nick at haddads dot net>
612 * gst-libs/gst/riff/riff-ids.h:
613 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
614 Add support for other fourcc codes that are commonly used for
615 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
618 2008-10-30 Stefan Kost <ensonic@users.sf.net>
620 * gst/audioresample/gstaudioresample.c:
621 Return the result of parent_class->event().
623 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
625 * gst/audioresample/gstaudioresample.c:
626 (gst_audioresample_class_init), (audioresample_fixate_caps):
627 Fixate the rate to the nearest supported rate instead of
628 the first one. Fixes bug #549510.
630 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
632 * win32/common/libgstaudio.def:
635 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
637 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
638 Attempt to make obfuscated code clearer.
640 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
642 * docs/libs/gst-plugins-base-libs-sections.txt:
643 * gst-libs/gst/floatcast/floatcast.h:
644 Move float endianness conversion macros to core. Second part of
647 2008-10-22 Stefan Kost <ensonic@users.sf.net>
649 * sys/ximage/ximagesink.h:
650 * sys/xvimage/xvimagesink.h:
651 Don't mark as gtk-doc docs as they aren't public.
653 2008-10-22 Stefan Kost <ensonic@users.sf.net>
655 * sys/xvimage/xvimagesink.c:
656 * sys/xvimage/xvimagesink.h:
657 * tests/icles/Makefile.am:
658 * tests/icles/test-colorkey.c:
659 Allow setting colorkey if possible. Implement property probe interface
660 for optional X features (autopaint-colorkey, double-buffer and
661 colorkey). Fixes #554533
663 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
665 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
666 Remove useless buffer size assignment. It already has this value.
668 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
670 * gst-libs/gst/audio/gstaudiosink.c:
671 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
672 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
673 (gst_audioringbuffer_stop):
674 Implement a separate activate functions to start monitoring the segments
675 or, in pull mode, pulling in data.
677 * gst-libs/gst/audio/gstbaseaudiosink.c:
678 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
679 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
680 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
681 (gst_base_audio_sink_activate_pull),
682 (gst_base_audio_sink_async_play),
683 (gst_base_audio_sink_change_state):
684 Implement pad and element convert query function.
685 Activate the ringbuffer.
686 Use the segment last_stop value as the offset to pull.
687 Use new basesink _do_preroll() method to preroll in the pulling thread.
688 Take appropriate locking in the pulling thread.
690 * gst-libs/gst/audio/gstringbuffer.h:
693 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
695 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
696 Improve MXF typefinding a bit by searching for a header partition
697 pack instead of just a general partition pack and checking more
698 bytes for valid values.
700 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
702 * tests/icles/.cvsignore:
705 * tests/icles/Makefile.am:
706 * tests/icles/test-box.c: (make_pipeline), (main):
707 Add another interactive command line experimentation suite for
708 dynamically boxing/cropping/saling an input video.
710 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
712 * docs/libs/gst-plugins-base-libs-sections.txt:
713 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
714 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
715 * gst-libs/gst/audio/gstringbuffer.h:
716 Add methods to more accuratly control the pulling thread of a
718 Add format conversion helper code to the ringbuffer.
719 API: GstRingBuffer:gst_ring_buffer_activate()
720 API: GstRingBuffer:gst_ring_buffer_is_active()
721 API: GstRingBuffer:gst_ring_buffer_convert()
723 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
725 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
726 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
727 (gst_audioringbuffer_stop):
728 Signal thread startup earlier so that we can immediatly go into pull
729 mode when we have to and block on preroll.
731 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
733 * gst-libs/gst/audio/gstringbuffer.c:
734 (gst_ring_buffer_prepare_read):
735 In pull mode we want the callback to prepull a buffer we can preroll on
736 even when we are not yet playing.
738 2008-10-16 Stefan Kost <ensonic@users.sf.net>
740 * ext/alsa/Makefile.am:
741 * ext/cdparanoia/Makefile.am:
742 * ext/gio/Makefile.am:
743 * ext/gnomevfs/Makefile.am:
744 * ext/libvisual/Makefile.am:
745 * ext/ogg/Makefile.am:
746 * ext/pango/Makefile.am:
747 * ext/theora/Makefile.am:
748 * ext/vorbis/Makefile.am:
749 * gst/adder/Makefile.am:
750 * gst/audioconvert/Makefile.am:
751 * gst/audiorate/Makefile.am:
752 * gst/audioresample/Makefile.am:
753 * gst/audiotestsrc/Makefile.am:
754 * gst/ffmpegcolorspace/Makefile.am:
755 * gst/gdp/Makefile.am:
756 * gst/playback/Makefile.am:
757 * gst/subparse/Makefile.am:
758 * gst/tcp/Makefile.am:
759 * gst/typefind/Makefile.am:
760 * gst/videorate/Makefile.am:
761 * gst/videoscale/Makefile.am:
762 * gst/videotestsrc/Makefile.am:
763 * gst/volume/Makefile.am:
764 * sys/v4l/Makefile.am:
765 * sys/ximage/Makefile.am:
766 * sys/xvimage/Makefile.am:
767 Don't install static libs for plugins. Fixes #550851 for base.
769 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
771 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
772 Set the default blocksize to -1 because we will then use the configured
773 samplesperbuffer to create our output buffer.
775 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
777 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
778 (gst_riff_create_video_template_caps):
779 Add mappping for the KMVC (Karl Morton's Video) Codec.
781 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
783 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
784 Don't forget to advance the offset of what we're matching against, else
785 we end up in a forever loop.
787 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
789 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
790 Improve typefinding a bit. If we don't have a Unicode charset
791 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
793 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
795 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
798 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
800 Based on patch by: Robin Stocker <robin at nibor dot org>
802 * ext/theora/gsttheoradec.h:
803 * ext/theora/theoradec.c: (gst_theora_dec_init),
804 (theora_dec_setcaps), (theora_handle_type_packet),
805 (theora_dec_decode_buffer), (theora_dec_change_state):
806 Parse input caps and make the PAR override the encoded PAR when
807 specified by a container. Fixes #555699.
809 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
811 * gst-libs/gst/rtp/gstbasertpdepayload.c:
812 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
813 (gst_base_rtp_depayload_set_gst_timestamp),
814 (gst_base_rtp_depayload_change_state):
815 * gst-libs/gst/rtp/gstbasertpdepayload.h:
816 Add some more G_LIKELY
817 Fail when the setcaps function was not called.
819 * gst-libs/gst/rtp/gstbasertppayload.c:
820 (gst_basertppayload_set_outcaps):
821 Propagate return value of setcaps.
823 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
825 * gst/subparse/Makefile.am:
826 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
827 (gst_sub_parse_class_init), (gst_sub_parse_init),
828 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
829 (get_next_line), (gst_sub_parse_data_format_autodetect),
830 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
831 (gst_subparse_type_find):
832 * gst/subparse/gstsubparse.h:
833 Add support for UTF16/UTF32 subtitles as long as the first bytes of
834 the first buffer contain the BOM. This also adds support for other
835 encodings that allow NUL bytes via the encoding property.
836 Fixes bugs #552237 and #456788.
838 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
840 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
841 Don't drop the last byte of image tags if they're not an URI list.
844 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
846 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
847 For looking at the 4th byte we have to get 4 bytes of course
850 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
852 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
853 Improve FLAC-without-headers typefinding by looking at most of the
854 frame header and checking if invalid values are used. Should prevent
855 quite some false positives compared to the old version which only
856 check if the first 14 bits are set.
858 2008-10-11 Stefan Kost <ensonic@users.sf.net>
860 * sys/xvimage/xvimagesink.c:
861 Don't assert on caps==NULL.
863 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
865 * gst/subparse/gstsubparse.c:
866 (gst_sub_parse_data_format_autodetect), (handle_buffer),
867 (gst_sub_parse_change_state):
868 * gst/subparse/gstsubparse.h:
869 * tests/check/elements/subparse.c: (GST_START_TEST):
870 Add support for subtitle files with UTF-8 BOM at the beginning
871 by simple stripping it from the first line before passing it
872 to any parsing code. Fixes bug #555257 and playback of files
873 created by Gnome Subtitles.
875 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
877 * gst/audiotestsrc/gstaudiotestsrc.c:
878 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
879 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
880 (gst_audio_test_src_start), (gst_audio_test_src_stop),
881 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
882 (gst_audio_test_src_create):
883 * gst/audiotestsrc/gstaudiotestsrc.h:
884 Define the default property values in the usual place.
885 Implement start/stop to reset values correctly.
886 Calculate the sample size only once when we negotiate.
887 Rename some values to make more sense.
888 Keep track of our byte range.
889 Add support for pull based scheduling. Disabled for now until we have
890 the whole stack working.
891 Set the BUFFER_OFFSET correctly.
893 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
895 Based on a patch by: xavierb at gmail dot com
897 * gst/subparse/gstsubparse.c:
898 (gst_sub_parse_data_format_autodetect):
899 * tests/check/elements/subparse.c: (GST_START_TEST):
900 Make the detection of the used subtitle a bit less strict
901 for srt subtitles. Fixes bug #555607.
903 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
905 * ext/vorbis/vorbisenc.c:
906 (gst_vorbis_enc_buffer_check_discontinuous):
907 Fix discontinuity detection which was broken by last commit.
909 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
912 Require core CVS for ghostpad API additions used by decodebin2.
914 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
916 * gst-libs/gst/audio/gstbaseaudiosrc.c:
917 (gst_base_audio_src_create):
918 Fix debug statements (space between '%' and actual format).
920 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
922 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
923 Remove bogus assert, the decodepad could have been created inside an
924 already existing group.
926 2008-10-08 Andy Wingo <wingo@pobox.com>
928 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
929 target instead of setting it.
930 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
931 API for a decode pad. The bugfix is that we set the group in
932 activate(), not when the pad was created because it might be NULL
934 (gst_decode_group_control_source_pad, gst_decode_group_expose):
935 Update to use the API.
937 2008-10-08 Andy Wingo <wingo@pobox.com>
939 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
940 be a subclass of GstGhostPad.
941 (analyze_new_pad): So, when emitting the signals that determine
942 how we do autoplugging, already create the ghost pad and use it as
943 the pad in the signal arguments. This allows applications to make
944 a connection between the pad passed in e.g. autoplug-continue, and
945 the pad passed in new-decoded-pad.
946 (connect_pad, expose_pad): Update to receive the ghosted decode
947 pad in the args, retargetting it as necessary if we have to plug
948 the target pad through a multiqueue.
949 (gst_decode_group_control_source_pad): Adapt to receive an
950 already-ghosted pad that just needs activation, blocking, and
952 (sort_end_pads): Adapt for decode pads actually being pads.
953 (gst_decode_group_expose): Adapt for decode pads actually being
954 pads. Rewrite the decode pad names so they appear in order. Adds a
955 new error case if we couldn't set the name.
956 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
958 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
959 New API for the decode pad, needed because we shouldn't do these
960 things inside gst_decode_pad_new(), but after.
961 (gst_decode_pad_new): Change to actually make the real pad, and
962 delay the blocking/drainage bits.
964 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
966 Patch by: Daniel Drake <dsd at laptop dot org>
968 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
969 Unref all buffers when clearing collectpads. Fixes bug #546955.
971 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
973 Based on a patch by: Klaas <klaas at rivercrew dot net>
975 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
976 (gst_vorbis_enc_buffer_check_discontinuous),
977 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
978 * ext/vorbis/vorbisenc.h:
979 Keep track of the upstream segments and use the running time on that
980 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
982 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
984 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
985 Prevent overflows with big buffer when calculating the size of
986 the intermediate buffer by using gst_util_uint64_scale() instead of
987 plain arithmetics. Fixes bug #552801.
989 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
991 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
993 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
994 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
995 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
996 (gst_clock_overlay_get_property):
997 * ext/pango/gstclockoverlay.h:
998 API: Add ability to specify format for date/time display by
999 adding a "time-format" property.
1002 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1004 Patch by: Jan Gerber <j at oil21 dot org>
1006 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1007 (gst_riff_create_video_template_caps):
1008 Add FFV1 fourcc to support playback of FFMPEG lossless video
1009 in AVI. Fixes bug #555319.
1011 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1013 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1015 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1016 (gst_base_audio_src_create):
1017 Implement skew clock slaving. Fixes #552559.
1019 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1021 * gst-libs/gst/audio/multichannel.c:
1022 * gst-libs/gst/audio/testchannels.c:
1023 Fix include of config.h
1025 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1027 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1029 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1030 (print_media), (gst_sdp_message_dump):
1031 Fix parsing of the c= field containing multicast addresses.
1033 Add the connection info to the session or streams.
1034 Fix parsing of the bandwidth.
1035 Add debugging for the connections and bandwidths for a media.
1036 Add debugging for the bandwidth of the session.
1038 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1040 * gst-libs/gst/rtp/gstbasertppayload.c:
1041 (gst_basertppayload_change_state):
1042 Configure the next seqnum and timestamp in the state change so that they
1043 can be queried soon after.
1045 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1047 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1048 (gst_base_rtp_depayload_chain):
1049 Improve debugging of the rtptime.
1051 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1054 Back to development -> 0.10.21.1
1056 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1058 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1060 Add typefinding for FLAC without headers in the beginning.
1061 This is already handled by flacdec and friends.
1063 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1065 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1067 Add typefinder for MXF.
1069 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1071 * tests/icles/Makefile.am:
1072 Only build test-colorkey if GTK+ is available.
1074 === release 0.10.21 ===
1076 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1079 releasing 0.10.21, "We Could Be Wrong"
1081 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1084 0.10.20.4 pre-release
1086 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1088 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1090 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1091 Set the BOS flag on the BOS packet. Fixes #553244.
1093 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1095 * gst-libs/gst/rtsp/gstrtspmessage.c:
1096 (gst_rtsp_message_parse_request),
1097 (gst_rtsp_message_parse_response):
1098 Fix the g_return_val_if_fail() statements.
1100 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1102 * gst-libs/gst/tag/gsttagdemux.c:
1103 Fail to activate if there's insufficient data in the file to be usable,
1104 preventing an assertion fail later. Fixes #552960
1106 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1108 * gst-libs/gst/pbutils/descriptions.c:
1109 * gst/typefind/gsttypefindfunctions.c:
1110 Recognise Kate subtitle streams (#550582).
1112 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1114 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1115 Remove trailing comma from enum list, which causes problems
1116 with -pendantic (#550729).
1118 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1121 0.10.20.2 pre-release
1129 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1131 * gst-libs/gst/interfaces/propertyprobe.c:
1132 (gst_property_probe_get_properties),
1133 (gst_property_probe_get_property),
1134 (gst_property_probe_probe_property),
1135 (gst_property_probe_probe_property_name),
1136 (gst_property_probe_needs_probe),
1137 (gst_property_probe_needs_probe_name),
1138 (gst_property_probe_get_values),
1139 (gst_property_probe_get_values_name),
1140 (gst_property_probe_probe_and_get_values),
1141 (gst_property_probe_probe_and_get_values_name):
1142 More sanity checks for our second-favourite interface.
1144 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1146 * gst-libs/gst/interfaces/propertyprobe.c:
1147 Check for NULL pointer, in the hope that this fixes #532864.
1149 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1152 No really, the next release is 0.10.21 (fix Since: tags in docs).
1154 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1156 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1157 Disable a code path that is now called but causes a deadlock for some
1158 reason and is unneeded.
1160 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1162 * sys/xvimage/xvimagesink.c:
1163 * sys/xvimage/xvimagesink.h:
1164 Add a "draw-border" property that can be set to false to disable
1167 * tests/icles/test-colorkey.c:
1168 * tests/icles/Makefile.am:
1169 Add new test application for the colorkey handling.
1171 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1173 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1174 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1175 This will also be fixed for upcoming gst-ffmpeg release so that once
1176 this release of -base is out, it will work with the latest gst-ffmpeg
1179 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1181 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1182 (gst_riff_create_audio_template_caps):
1183 Add Truespeech mapping for RIFF formats (AVI/WAV).
1186 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1188 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1189 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1192 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1195 * gst/subparse/Makefile.am:
1196 * gst/subparse/gstsubparse.c:
1197 * gst/subparse/samiparse.c:
1198 * tests/check/elements/subparse.c:
1199 Rework last change, so that we build subparse, but just disable the
1200 sami parse functionality, if we're configured to not use xml. In the
1201 tests only the sami test is disabled now.
1203 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1206 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1209 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1212 Add some more files with strings for translation.
1214 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1216 * gst-libs/gst/tag/gstvorbistag.c:
1217 * tests/check/libs/tag.c:
1218 Use new geo location tags from core. Fixes #481169
1220 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1222 * tests/check/elements/audioresample.c: (setup_audioresample),
1223 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1224 (test_discont_stream_instance):
1225 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1226 Add debugging for coherence.
1228 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1230 Patch by: Jonathan Matthew <notverysmart gmail com>
1232 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1233 Add typefinder for PDF documents (which is nice to have, since it's a
1234 common format, but also helps prevent false positives). Fixes #549814.
1236 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1238 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1240 Fix nasty race where multiple decodebins could start pushing data before
1241 we manage to configure the sinks, resulting in not-linked errors in
1242 typical RTSP streaming cases.
1244 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1246 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1247 Since we now call stop, we trigger this code path that causes a deadlock
1248 is apparently not needed.
1250 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1252 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1253 (gst_ring_buffer_stop):
1254 Also allow the case where the ringbuffer was paused when we try to stop
1255 it so that the basesrc stop function is still called.
1257 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1259 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1261 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1262 Reprobe devices again instead of taking a cached list as new
1263 devices could've been plugged in. Fixes bug #549062.
1265 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1267 Patch by: Alessandro Dessina <alessandro nnva org>
1269 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1270 (gst_ogg_demux_activate_chain):
1271 Don't add pads and activate them for skeleton streams. These are already
1272 handled inside oggdemux. Fixes bug #537599.
1274 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1276 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1277 Reset variable so that query and convert fail after going back to
1278 READY. Fixes #548898.
1280 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1282 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1283 If a buffer arrives with a timestamp before the timestamp+duration
1284 of the previous buffer clip it instead of dropping it completely.
1285 Slight improvement for the unfixable bug #548913.
1287 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1289 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1290 Take the current timestamp instead of timestamp+duration for the offset.
1291 This offset will later be used for calculating the timestamp and
1292 otherwise vorbisdec will interpolate timestamps wrong if upstream
1293 only sends timestamps and no granulepos.
1295 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1297 * tests/examples/seek/seek.c:
1298 Don't crash when having no visualisations.
1300 2008-08-16 David Schleef <ds@schleef.org>
1302 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1303 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1306 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1308 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1309 When cleaning up the caps fields also remove "depth" for the same
1310 reason we remove "width".
1312 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1314 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1315 Add Lead H.264 here as well.
1317 2008-08-14 Julien Moutte <julien@fluendo.com>
1319 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1320 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1322 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1324 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1325 (gst_base_audio_src_create):
1326 When not slaved to another clock also subtract the base_time from our
1327 internal clock time to get the running time.
1329 2008-08-12 David Schleef <ds@schleef.org>
1331 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1332 since it has no basis in libtheora.
1334 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1336 * gst-libs/gst/interfaces/propertyprobe.h:
1337 Remove double "interface" from doc-string.
1339 * gst-libs/gst/interfaces/xoverlay.h:
1342 * gst-libs/gst/riff/riff.c:
1343 Add basic doc blobs.
1345 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1347 * gst-libs/gst/audio/Makefile.am:
1348 Don't try to build that example anymore.
1350 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1352 * gst-libs/gst/audio/.cvsignore:
1353 * gst-libs/gst/audio/Makefile.am:
1354 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1355 * gst-libs/gst/audio/make_filter:
1356 Move audiofiltertemplate to gst-template.
1358 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1360 * docs/libs/gst-plugins-base-libs-sections.txt:
1361 * gst-libs/gst/audio/gstaudiosrc.h:
1362 More docs and shuffling. What can we do with the hundreds of #defines.
1364 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1366 * gst-libs/gst/audio/audio.h:
1367 * gst-libs/gst/audio/gstaudiofilter.h:
1368 * gst-libs/gst/audio/gstringbuffer.h:
1369 * gst-libs/gst/interfaces/propertyprobe.h:
1370 * gst-libs/gst/tag/gsttagdemux.h:
1371 Reducing number of dundocumented symbols.
1373 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1375 * gst-libs/gst/audio/audio.c:
1376 Fix doc comment syntax.
1378 * gst-libs/gst/interfaces/propertyprobe.c:
1379 Add more doc-comments and a FIXME: for the signal.
1381 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1383 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1384 (gst_ogg_mux_request_new_pad):
1385 * ext/ogg/gstoggmux.h:
1386 Don't pretend to support NEWSEGMENT events, instead override the
1387 GstCollectPads event function to return FALSE on NEWSEGMENT events
1388 and do the normal work for other events.
1390 This prevents elements like flacenc to seek to the start and rewrite
1391 some data which then results in a broken Ogg packet.
1393 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1395 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1397 * ext/alsa/gstalsaplugin.c: (plugin_init):
1398 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1399 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1400 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1401 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1402 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1403 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1404 * gst/playback/gstdecodebin.c: (plugin_init):
1405 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1406 * gst/playback/gstplayback.c: (plugin_init):
1407 * gst/playback/gstqueue2.c: (plugin_init):
1408 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1409 * sys/v4l/gstv4l.c: (plugin_init):
1410 Make sure gettext returns translations in UTF-8 encoding rather
1411 than in the current locale encoding (#546822).
1413 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1415 * gst-libs/gst/pbutils/descriptions.c:
1416 Add audio/x-qdm for qtdemux.
1418 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1420 * ext/vorbis/vorbisdec.c:
1421 Do not leak old taglist.
1423 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1425 * tests/icles/test-scale.c:
1426 Include <stdlib.h> for atoi().
1428 2008-08-04 Andy Wingo <wingo@pobox.com>
1430 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1433 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1435 * gst/adder/gstadder.c:
1436 Cleanup lots of empty lines that came from gst-indent going havoc
1437 before I added the INDENT_ON/OFF marker some time agao.
1439 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1442 * gst-libs/gst/riff/riff-read.c:
1443 Bump requirement to latest core and use new tag for riff formats.
1446 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1448 * tests/examples/dynamic/Makefile.am:
1449 * tests/examples/dynamic/codec-select.c: (make_encoder),
1450 (make_pipeline), (do_switch), (my_bus_callback), (main):
1451 Add example app that dynamically switches between 3 'encoders'.
1453 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1455 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1456 Add some more comments.
1458 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1460 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1461 (gst_video_test_src_create):
1462 Discard buffers of the wrong size after renegotiation, this is perfectly
1463 possible with things like capsfilter that could suggest caps changes
1464 upstream without knowing the size of the buffer.
1466 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1468 * tests/icles/.cvsignore:
1469 * tests/icles/Makefile.am:
1470 * tests/icles/test-scale.c: (make_pipeline), (main):
1471 Add dynamic rescaling tests for the new basetransform.
1473 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1475 * gst/audioconvert/Makefile.am:
1476 Dist recently-added gstfastrandom.h.
1478 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1480 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1481 Fix a "may be used uninitialized in this function" which weirdly only
1482 appears on macosx (?).
1484 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1486 * gst-libs/gst/riff/riff-ids.h:
1487 Adding acid chunk for tempo and loop information.
1489 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1491 * sys/xvimage/Makefile.am:
1492 floor() needs linking to $(LIBM).
1494 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1496 * ext/gnomevfs/gstgnomevfssrc.c:
1497 Aggregate short reads and add some comments and debug logging.
1500 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1502 * gst/playback/gstplaybasebin.c:
1503 Fix property doc markup (its not a signal).
1505 * sys/xvimage/xvimagesink.c:
1506 Add since tag for new proeprties (also add sice tags fro the last two
1509 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1511 * sys/xvimage/xvimagesink.c:
1512 * sys/xvimage/xvimagesink.h:
1513 Add autofill/colorkey properties. Fixes #538656.
1515 2008-07-28 David Schleef <ds@schleef.org>
1517 * sys/xvimage/xvimagesink.c:
1518 Fix rounding errors when converting colorbalance values
1519 between hardware and object property ranges. Partial
1520 fix for #537889, however, there still seems to be a small
1521 drift problem that could be totem's fault.
1523 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1526 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1527 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1528 This fixes a critical warning.
1530 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1532 * ext/ogg/gstoggmux.c:
1533 Allow muxing of CELT into Ogg streams.
1535 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1537 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1539 Add simple typefinder for the CELT codec (www.celt-codec.org).
1541 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1543 Patch by: Jan Gerber <j at oil21 dot org>
1545 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1546 Fix calculation of the start time from skeleton streams.
1549 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1551 * tests/examples/seek/seek.c:
1552 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1554 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1556 * gst/audioconvert/audioconvert.h:
1557 * gst/audioconvert/gstaudioquantize.c:
1558 (gst_audio_quantize_setup_dither),
1559 (gst_audio_quantize_free_dither):
1560 * gst/audioconvert/gstfastrandom.h:
1561 Implement a linear congruential generator as pseudo random number
1562 generator for the dither noise. This is about 2 times faster than
1563 using GLib's mersenne twister. Also this uses only integer math for
1564 generating integers while GLib internally uses floating point math.
1566 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1569 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1571 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1573 Patch by: Damien Lespiau <damien.lespiau gmail com>
1575 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1576 Use GST_STR_NULL to avoid crashes with libcs that don't
1577 like NULL strings in printf args (such as the win32 one).
1580 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1582 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1583 Oops - set the size of the image used for probing back to 1x1, for
1584 consistency with ximagesink
1586 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1588 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1589 (gst_ximagesink_ximage_new):
1590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1591 (gst_xvimagesink_xvimage_new):
1593 Apparently on Solaris and OS/X (at least), it's not legal to ask the
1594 X server to attach to a shared memory segment after we've deleted it,
1595 with the result that MIT-SHM is disabled. Instead, remove it only after
1596 X succeeds in attaching too.
1598 2008-07-16 David Schleef <ds@schleef.org>
1600 * gst/audiotestsrc/gstaudiotestsrc.c:
1601 * gst/audiotestsrc/gstaudiotestsrc.h:
1602 Add 'ticks', a 1/30 second sine wave pulse every second.
1604 2008-07-15 David Schleef <ds@schleef.org>
1606 * gst-libs/gst/video/video.c: Revert ABI change.
1608 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1610 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1611 Make it impossible to have NULL caps at the point where we set
1612 framerate and other things. Also don't return immediately for "3ivd"
1613 video and let framerate, etc be set. Might fix bug #542508.
1615 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1617 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1618 Video format can also be conveniently determined from (many)
1621 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
1623 * gst/playback/gstplaybasebin.c:
1624 * gst/playback/gstplaybasebin.h:
1625 * gst/playback/gstplaybin.c:
1626 * gst/playback/gststreamselector.c:
1627 First stab at integrating DVD subpicture overlay into
1628 playbin. Successfully plugs and plays, but the queues need
1629 shrinking - 3 seconds of video is too much buffering.
1631 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1633 * gst/audioconvert/gstaudioconvert.c:
1634 Remove now obsolete note in the docs.
1636 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1638 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1639 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1640 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1641 * docs/plugins/gst-plugins-base-plugins.args:
1642 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1643 * docs/plugins/gst-plugins-base-plugins.interfaces:
1644 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1645 * docs/plugins/gst-plugins-base-plugins.signals:
1646 * docs/plugins/inspect/plugin-adder.xml:
1647 * docs/plugins/inspect/plugin-alsa.xml:
1648 * docs/plugins/inspect/plugin-audioconvert.xml:
1649 * docs/plugins/inspect/plugin-audiorate.xml:
1650 * docs/plugins/inspect/plugin-audioresample.xml:
1651 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1652 * docs/plugins/inspect/plugin-cdparanoia.xml:
1653 * docs/plugins/inspect/plugin-decodebin.xml:
1654 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1655 * docs/plugins/inspect/plugin-gdp.xml:
1656 * docs/plugins/inspect/plugin-gnomevfs.xml:
1657 * docs/plugins/inspect/plugin-libvisual.xml:
1658 * docs/plugins/inspect/plugin-ogg.xml:
1659 * docs/plugins/inspect/plugin-pango.xml:
1660 * docs/plugins/inspect/plugin-playback.xml:
1661 * docs/plugins/inspect/plugin-queue2.xml:
1662 * docs/plugins/inspect/plugin-subparse.xml:
1663 * docs/plugins/inspect/plugin-tcp.xml:
1664 * docs/plugins/inspect/plugin-theora.xml:
1665 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1666 * docs/plugins/inspect/plugin-uridecodebin.xml:
1667 * docs/plugins/inspect/plugin-video4linux.xml:
1668 * docs/plugins/inspect/plugin-videorate.xml:
1669 * docs/plugins/inspect/plugin-videoscale.xml:
1670 * docs/plugins/inspect/plugin-videotestsrc.xml:
1671 * docs/plugins/inspect/plugin-volume.xml:
1672 * docs/plugins/inspect/plugin-vorbis.xml:
1673 * docs/plugins/inspect/plugin-ximagesink.xml:
1674 * docs/plugins/inspect/plugin-xvimagesink.xml:
1675 * ext/alsa/gstalsamixer.c:
1676 * ext/alsa/gstalsasink.c:
1677 * ext/alsa/gstalsasrc.c:
1678 * ext/gio/gstgiosink.c:
1679 * ext/gio/gstgiosrc.c:
1680 * ext/gio/gstgiostreamsink.c:
1681 * ext/gio/gstgiostreamsrc.c:
1682 * ext/gnomevfs/gstgnomevfssink.c:
1683 * ext/gnomevfs/gstgnomevfssrc.c:
1684 * ext/ogg/gstoggdemux.c:
1685 * ext/ogg/gstoggmux.c:
1686 * ext/pango/gstclockoverlay.c:
1687 * ext/pango/gsttextoverlay.c:
1688 * ext/pango/gsttextrender.c:
1689 * ext/pango/gsttimeoverlay.c:
1690 * ext/theora/theoradec.c:
1691 * ext/theora/theoraenc.c:
1692 * ext/theora/theoraparse.c:
1693 * ext/vorbis/vorbisdec.c:
1694 * ext/vorbis/vorbisenc.c:
1695 * ext/vorbis/vorbisparse.c:
1696 * ext/vorbis/vorbistag.c:
1697 * gst/adder/gstadder.c:
1698 * gst/audioconvert/gstaudioconvert.c:
1699 * gst/audioresample/gstaudioresample.c:
1700 * gst/audiotestsrc/gstaudiotestsrc.c:
1701 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1702 * gst/gdp/gstgdpdepay.c:
1703 * gst/gdp/gstgdppay.c:
1704 * gst/playback/gstdecodebin2.c:
1705 * gst/playback/gstplaybin.c:
1706 * gst/playback/gstplaybin2.c:
1707 * gst/playback/gstqueue2.c:
1708 * gst/playback/gsturidecodebin.c:
1709 * gst/tcp/gstmultifdsink.c:
1710 * gst/tcp/gsttcpserversink.c:
1711 * gst/videorate/gstvideorate.c:
1712 * gst/videoscale/gstvideoscale.c:
1713 * gst/videotestsrc/gstvideotestsrc.c:
1714 * gst/volume/gstvolume.c:
1715 * sys/ximage/ximagesink.c:
1716 * sys/xvimage/xvimagesink.c:
1717 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1718 titles. Drop mentining that all our example pipelines are "simple"
1721 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1723 * tests/examples/seek/Makefile.am:
1724 Fix out of tree build by adding all required CFLAGS.
1726 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1728 * gst/playback/gstdecodebin.c: (add_raw_queue):
1729 And ref the pad before returning it again when linking to the queue
1730 failed. Otherwise we will unref the pad twice later and things break.
1732 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1734 * gst/playback/gstdecodebin.c: (add_raw_queue):
1735 If linking the raw pad with a queue fails, try it without a queue
1736 instead of failing completely. This should never happen.
1738 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1740 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1742 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1743 Add a queue after a demuxer if the demuxer outputs raw data. This was
1744 done before only for non-raw data but is required in this case too.
1747 decodebin2 doesn't have this issue because all streams of a group
1748 go through multiqueue.
1750 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
1752 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1754 * gst-libs/gst/sdp/gstsdpmessage.c:
1755 Makes libgstsdp compile with mingw32 by defining the right WINVER so
1756 that getaddrinfo() can be used. Fixes #541358.
1758 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
1760 * gst/videotestsrc/gstvideotestsrc.c:
1761 (gst_video_test_src_class_init), (gst_video_test_src_init),
1762 (gst_video_test_src_set_property),
1763 (gst_video_test_src_get_property), (gst_video_test_src_create):
1764 * gst/videotestsrc/gstvideotestsrc.h:
1765 Cleanups, use default property values as defines.
1766 Add property to enable/disable peer buffer allocation.
1768 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1770 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1771 * tests/check/pipelines/streamheader.c: (streamheader_suite):
1772 Enable unit tests on PPC again as the bugs are now fixed.
1774 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1776 * gst-libs/gst/riff/riff-ids.h:
1777 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1778 (gst_riff_create_audio_template_caps):
1779 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1782 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1784 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1785 (gst_ffmpeg_pixfmt_to_caps):
1786 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1787 (gst_ffmpegcsp_get_unit_size):
1788 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1789 it on other formats. Also adjust the unit size only for that format
1790 to not include the palette. Fixes bug #540497.
1792 2008-06-29 Stefan Kost <ensonic@users.sf.net>
1794 * gst/adder/gstadder.c:
1795 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1797 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1802 * tests/examples/seek/seek.c:
1803 Move variable into ifdef too.
1806 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1808 * tests/examples/seek/seek.c:
1809 Include config.h and check if we have X. Remove XInitThread(), don't
1810 think its needed. Fixes: #540334.
1812 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1814 Patch by: Sam Morris <sam at robots dot org to uk>
1816 * gst-libs/gst/interfaces/mixertrack.c:
1817 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1818 (gst_mixer_track_set_property):
1819 API: Add "index" property to GstMixerTrack to differantiate between
1820 multiple mixer tracks with the same label.
1822 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1823 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1824 Set the "index" property of GstMixerTrack to the index given by ALSA.
1827 2008-06-25 Stefan Kost <ensonic@users.sf.net>
1829 * tests/examples/seek/Makefile.am:
1830 * tests/examples/seek/seek.c:
1831 Remove libgstvideo usage. Use gtk_get_option_group instead of
1834 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1836 * tests/check/Makefile.am:
1837 Name the test registry format neutral.
1839 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1841 * gst/playback/gstqueue2.c:
1842 Do not double notify. Remove the unsued return value.
1844 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1846 * ext/alsa/gstalsamixer.c:
1847 Also consider "speaker" as a name for master volume. If that doesn't
1848 help look for the first non-mono volume control that also has a
1851 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1854 Forgot to save the ChangeLog :/
1856 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1858 * tests/examples/seek/Makefile.am:
1859 * tests/examples/seek/seek.c:
1860 Embedd the xwindow. Allow to play multiple files.
1862 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
1864 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1865 (gst_ximagesink_setcaps):
1866 * sys/ximage/ximagesink.h:
1867 When the caps change, make sure to re-draw borders in
1868 force-aspect-ratio=true mode.
1869 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1870 Don't clear the border_draw flag until we actually draw the border.
1871 * tests/check/Makefile.am:
1872 Ignore alsasink/src during the states test too, so it doesn't fail
1873 when running without access to the sound device.
1875 2008-06-22 Stefan Kost <ensonic@users.sf.net>
1877 * tests/examples/seek/seek.c:
1878 Fix crasher when playing a parse-launch line the 2nd time.
1880 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
1882 * tests/check/pipelines/oggmux.c:
1883 Properly ifdef tests to fix compilation.
1885 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1887 * gst/playback/gstplay-marshal.list:
1888 * gst/playback/gstplaybin2.c:
1889 Add get-video-pad, get-audio-pad, get-text-pad action signals to
1890 playbin2. This allows the user to get to the selector's sinkpads, and
1891 thus inspect a range of things - caps, tags, etc.
1893 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1895 * gst/playback/gstplaybin2.c:
1896 Use a different constant for the convert-frame signal id.
1899 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1901 * gst/playback/gstplaybin2.c:
1902 * gst/playback/gstplaysink.c:
1903 Fix a whole bunch of typos in comments and log statements.
1905 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1907 * sys/xvimage/xvimagesink.c:
1908 Don't set colour balance values on the Xv port if the user hasn't
1909 changed them (via properties or the interface). Avoids accumulating
1910 rounding errors for the common case.
1911 Partial fix for bug #537889.
1913 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1915 * gst/playback/gstdecodebin2.c:
1916 Ensure decodebin2 emits 'drained' signal once, and only once, when all
1919 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1921 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1922 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1923 Report the encoder latency. Fixes #538232.
1925 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1927 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1928 (notify_source), (activate_group):
1929 Implement the source property, emit notify when it changes in the
1930 underlying uridecodebin.
1932 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1934 * tests/examples/seek/seek.c: (stop_cb):
1935 Free and clear the seek element list so that we don't use invalid
1936 references when seeking after recreating a gst-launch line.
1938 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1940 * gst-libs/gst/audio/gstbaseaudiosink.c:
1941 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1942 (gst_base_audio_sink_render):
1943 Report latency even if we are not live instead of hiding it.
1944 Take ts-offset and render-delay of the basesink into account when
1946 Rework the clipping code so that we can take the various offsets into
1947 account and still do correct clipping.
1949 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
1952 Bump verion back to devel -> 0.10.20.1
1954 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
1956 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1957 Don't increase the size of non-string image buffers by one as this
1958 might in theory confuse decoders. Still increase it by one for string
1959 image buffers to append '\0'.
1961 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
1963 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1965 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1966 Fix a buffer memleak and remove a confusing and wrong debug output.
1969 === release 0.10.20 ===
1971 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
1974 releasing 0.10.20, "Here I Go Again"
1976 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
1979 0.10.19.3 pre-release
1981 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
1983 * gst-libs/gst/rtsp/gstrtspconnection.c:
1985 Patch By: David Schleef <ds@schleef.org>
1988 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
1990 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1991 (gst_gio_base_src_create):
1992 * ext/gio/gstgiobasesrc.h:
1993 Try to read the requested number of bytes, even if the first
1994 read returns less than requested, until nothing is read anymore
1995 or we have the requested amount of bytes. This fixes playback of
1996 files via Samba as Samba only allows to read 64k at once.
1998 Implement a caching algorithm that makes sure that we read at
1999 least 4k of data every time. Some elements will try to read a few
2000 bytes, then seek, read again a few bytes and so on and this is
2001 painfully slow as every operation has to go over DBus if GVfs is
2004 Fixes bug #536849 and #536848.
2006 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2007 (gst_gio_src_check_get_range):
2008 Override check_get_range() to blacklist http/https URIs
2009 and whitelist file URIs. More to be added on demand.
2011 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2014 0.10.19.2 pre-release
2016 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2018 * win32/common/libgstrtsp.def:
2019 * win32/common/libgsttag.def:
2020 Add new API functions to the dll exports
2022 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2024 * gst/playback/gstplaybasebin.c:
2025 Disconnect signals from decodebins we created before we remove it
2026 from playbin, to avoid crashes if the decodebin is eventually
2027 disposed after the playbin itself (possible if the app takes a
2028 reference on the decodebin).
2031 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2033 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2034 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2035 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2036 (h264_video_type_find), (mpeg_video_stream_type_find),
2037 (dv_type_find), (mmsh_type_find):
2038 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2039 copy caps for no good reason (this may be desirable to make it easier
2040 to detect leaks, but then it should probably be done for all caps
2041 in the typefinder somewhere).
2043 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2045 * tests/check/Makefile.am:
2046 Do not try to run the check tests for subparse unless it has been
2049 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2051 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2052 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2053 Do not try to run a test which requires vorbisenc unless we have
2056 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2058 * gst-libs/gst/rtsp/gstrtspconnection.c:
2059 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2060 (gst_rtsp_connection_clear_auth_params),
2061 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2062 * gst-libs/gst/rtsp/gstrtspconnection.h:
2063 Add a couple of missing argument guards.
2064 Add a way of setting the DSCP for an RTSP connection.
2065 Add an accessor method for the ip member of GstRTSPConnection as all
2066 members are supposed to be private.
2068 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2070 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2071 Fixed accidental use of IPv4 options for all IPv6 addresses.
2073 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2075 * gst-libs/gst/interfaces/mixertrack.h:
2076 Document mixer track flags.
2078 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2080 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2082 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2083 Don't set caps on the buffers that contain a copy of the buffer
2084 including the caps of them resulting in an always increasing refcount
2085 of the caps and insanely large caps. Instead include a buffer without
2086 caps in the new caps. Fixes bug #536475.
2088 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2090 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2091 Transform a given PAR to a range on the struct with the generic
2092 height/width instead of the struct with the possibly restricted
2095 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2097 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2098 Prefer the given format if it contains something stricter than [1,MAX]
2099 for height or width and only put a structure that requires rescaling
2100 as second. This makes it possible to use videoscale in pipelines where
2101 the source can actually produce the wanted height/width but usually
2102 selects a different one from the requested.
2104 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2106 Based on patch by: John Millikin <jmillikin gmail com>
2108 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2109 (gst_vorbis_tag_add_coverart):
2110 Retrieve COVERART tags from vorbis comments (#512333)
2112 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2114 * gst-libs/gst/tag/tag.h:
2115 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2116 Don't forget to add new enum value here too (should probably use
2117 glib-mkenums here...).
2119 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2121 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2122 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2123 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2124 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2125 (gst_tag_image_data_to_image_buffer):
2126 Add two utility functions to avoid code duplication (#512333):
2127 API: add gst_tag_image_data_to_image_buffer()
2128 API: add gst_tag_list_add_id3_image()
2129 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2131 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2133 * win32/common/libgstaudio.def:
2134 Add gst_audio_check_channel_positions() to the exported symbols.
2136 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2138 * docs/libs/gst-plugins-base-libs-sections.txt:
2139 * gst-libs/gst/audio/multichannel.c:
2140 (gst_audio_check_channel_positions):
2141 * gst-libs/gst/audio/multichannel.h:
2142 API: Make gst_audio_check_channel_positions() public.
2144 * tests/check/libs/audio.c: (GST_START_TEST):
2145 Add some simple checks for gst_audio_check_channel_positions().
2147 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2149 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2150 minrange and maxrange are scaled according to the frequency
2153 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2155 * ext/pango/Makefile.am:
2156 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2157 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2158 Use gstvideo functions to calculate strides and plane offsets. Fixes
2159 rendering issue ('ghost' images of the text on the chroma planes)
2160 with widths or heights that are not multiples of 8 (#506659 and
2161 probably also #485729).
2163 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2165 Test with odd height/width too.
2167 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2169 * gst/adder/gstadder.c: (gst_adder_query_duration),
2170 (gst_adder_query_latency):
2171 When using gst_element_iterate_pads() one has to unref every pad
2174 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2176 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2177 (gst_base_audio_src_class_init):
2178 Add a gtk-doc chunk for the new properties to have a Since: indication.
2180 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2182 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2183 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2184 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2185 (gst_base_audio_src_change_state):
2186 Provide readable actual-buffer-time and actual-latency-time properties
2187 that reflect the configured ringbuffer values. Fixes #524724.
2188 API: GstBaseAudioSrc:actual-buffer-time
2189 API: GstBaseAudioSrc:actual-latency-time
2191 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2193 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2194 (gst_basertppayload_change_state):
2195 Simply converting the running time into an RTP timestamp by scaling it
2196 based on the clock-rate is good enough for making an RTP timestamp. This
2197 has the added benefit that we can later on expose a property with the
2198 RTP timestamp of running time 0, as is needed for RTSP servers to
2199 generate the response of the PLAY request.
2201 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2203 * gst/audioconvert/gstaudioconvert.c:
2204 (structure_has_fixed_channel_positions),
2205 (gst_audio_convert_transform_caps):
2206 Allow up to 11 positioned channels now that audioconvert can handle
2207 this but add no default positions for > 8 channels.
2209 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2210 Add some unit tests for the above change: Test conversion of
2211 11 positioned channels to stereo and the other way around, test
2212 conversion of 15 unpositioned channels in different ways.
2214 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2216 * win32/common/libgstaudio.def:
2217 Add gst_audio_clock_reset to the list of exported symbols.
2219 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2221 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2222 Remove wrong_channels_identification_header unit test as we now
2223 support 7 (and more channels).
2225 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2227 * gst/audioconvert/gstchannelmix.c:
2228 (gst_channel_mix_fill_one_other):
2229 If mixing left or right to center (or the other way around) only take
2230 the complete value if we don't already have the original position in
2233 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2235 * gst-libs/gst/audio/multichannel.c:
2236 (gst_audio_check_channel_positions),
2237 (gst_audio_set_structure_channel_positions_list),
2238 (gst_audio_fixate_channel_positions):
2239 Allow rear center together with rear left/right and other previously
2240 conflicting channel positions. The reason why they weren't allowed
2241 was the channel mixing implementation in audioconvert.
2242 Also take this into account when fixing channel layouts.
2244 Allow setting channel positions for 1/2 channels when using
2245 gst_audio_set_structure_channel_position().
2247 * gst/audioconvert/gstchannelmix.c:
2248 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2249 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2250 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2251 Major rewrite of the channel mixing.
2253 We now allow previously conflicting channel positions to appear
2254 together (rear center and rear left/right for example).
2257 Rework the way channels are mixed together to take more possible
2258 channel positions into account, properly mix from/to side channels
2259 and don't assume that either center, left&right or nothing of a
2260 specific position is available anymore.
2262 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2263 Adjust unit tests with non-standard 1/2 channel layouts to the more
2264 correct new behaviour.
2266 Add a unit test for 5.1->Stereo downmixing.
2268 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2270 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2271 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2272 Add sane defaults for the 7 and 8 channel layouts as those are
2273 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2274 more than 8 channels instead of erroring out. Fixes bug #535356.
2276 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2278 * docs/plugins/Makefile.am:
2279 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2280 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2281 * ext/theora/theoraparse.c:
2282 Add theoraparse to the docs and fix some docs.
2284 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2286 * gst-libs/gst/cdda/gstcddabasesrc.c:
2287 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2288 Fix EOS condition and track addition check, the track.end sector is
2289 included in the track. Fixes #533265.
2291 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2293 Patch by: Mark Nauwelaerts <manauw at skynet be>
2295 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2296 (gst_video_rate_flush_prev), (gst_video_rate_event),
2297 (gst_video_rate_chain):
2298 * gst/videorate/gstvideorate.h:
2299 React (more) to NEWSEGMENT
2300 Small adjustment in timestamp calculation to prevent mismatches
2303 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2305 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2306 Initialise error to NULL as we should.
2308 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2310 * gst/adder/gstadder.c: (gst_adder_query_duration),
2311 (gst_adder_query_latency), (gst_adder_query):
2312 Implement latency query.
2314 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2316 * gst/adder/gstadder.c: (gst_adder_query_duration):
2317 Correctly resync the iterator if gst_iterator_next() returns
2318 GST_ITERATOR_RESYNC.
2320 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2322 * win32/vs6/libgstpbutils.dsp:
2323 Add pbutils-enumtypes.c to sources (#518037).
2325 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2327 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2328 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2329 * gst-libs/gst/audio/gstaudioclock.h:
2330 Add method to inform the clock that the time starts from 0 again. We use
2331 this info to calculate a clock offset so that the time we report in
2332 internal_time is monotonically increasing, as required by the clock base
2333 class. Fixes #521761.
2334 API: GstAudioClock::gst_audio_clock_reset()
2336 * gst-libs/gst/audio/gstbaseaudiosink.c:
2337 (gst_base_audio_sink_skew_slaving),
2338 (gst_base_audio_sink_change_state):
2339 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2340 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2341 Reset reported time when we (re)create the ringbuffer.
2343 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2345 * ext/alsa/gstalsamixertrack.c:
2346 (gst_alsa_mixer_track_update_alsa_capabilities):
2347 Make sure playback volumes aren't accidentally overwritten by
2348 capture volumes if an alsa mixer track has both playback and
2349 capture capabilities: we create two GstMixerTracks in that
2350 case, so make sure we query only the alsa capabilities that
2351 refer to the type of GstMixerTrack we created from the dual
2352 capability alsa element. Should fix issues with Audigy2 sound
2355 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2357 * tests/check/pipelines/oggmux.c: (test_pipeline):
2358 Don't use deprecated function.
2360 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2362 * gst/playback/gstdecodebin2.c:
2363 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2364 Check for NULL cases and log them, creating ghostpads can, for example,
2365 fail when the pad returns wrong caps.
2367 * gst/playback/gstplaybin2.c: (perform_eos):
2368 When pushing out the EOS event, collect the return value and warn when
2371 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2373 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2374 (gst_riff_create_video_template_caps):
2375 Add support for DVCPRO.
2377 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2379 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2380 Change default scaling method from nearest-neighbour to bilinear.
2382 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2384 * tests/check/libs/video.c:
2387 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2389 * gst/subparse/gstsubparse.c: (parser_state_init),
2390 (gst_sub_parse_format_autodetect), (handle_buffer):
2391 * gst/subparse/gstsubparse.h:
2392 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2393 Limit duration to a maximum of five seconds for tmplayer format where
2394 we can guess the duration only from the timestamp of the next line of
2395 text. We don't want to show a text for eternities just because nothing
2396 else is being said for a while.
2398 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2400 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2401 (gst_base_rtp_depayload_chain),
2402 (gst_base_rtp_depayload_handle_sink_event),
2403 (gst_base_rtp_depayload_push_full),
2404 (gst_base_rtp_depayload_change_state):
2405 Check sequence numbers, mark input buffers with a discont flag for the
2406 subclass when we detected a gap, drop duplicate buffers. We do this
2407 because one can use the element without a jitterbuffer in front and we
2408 don't want to feed the subclasses invalid or reordered data.
2409 Do an error when the subclass did not provide a process function instead
2411 Some other small cleanups.
2413 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2415 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2416 May just as well use the precalculated uvstride here.
2418 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2420 * docs/plugins/Makefile.am:
2421 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2422 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2423 * docs/plugins/gst-plugins-base-plugins.args:
2424 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2425 * docs/plugins/gst-plugins-base-plugins.interfaces:
2426 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2427 * docs/plugins/inspect/plugin-adder.xml:
2428 * docs/plugins/inspect/plugin-alsa.xml:
2429 * docs/plugins/inspect/plugin-audioconvert.xml:
2430 * docs/plugins/inspect/plugin-audiorate.xml:
2431 * docs/plugins/inspect/plugin-audioresample.xml:
2432 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2433 * docs/plugins/inspect/plugin-cdparanoia.xml:
2434 * docs/plugins/inspect/plugin-decodebin.xml:
2435 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2436 * docs/plugins/inspect/plugin-gdp.xml:
2437 * docs/plugins/inspect/plugin-gio.xml:
2438 * docs/plugins/inspect/plugin-gnomevfs.xml:
2439 * docs/plugins/inspect/plugin-libvisual.xml:
2440 * docs/plugins/inspect/plugin-ogg.xml:
2441 * docs/plugins/inspect/plugin-pango.xml:
2442 * docs/plugins/inspect/plugin-playback.xml:
2443 * docs/plugins/inspect/plugin-queue2.xml:
2444 * docs/plugins/inspect/plugin-subparse.xml:
2445 * docs/plugins/inspect/plugin-tcp.xml:
2446 * docs/plugins/inspect/plugin-theora.xml:
2447 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2448 * docs/plugins/inspect/plugin-uridecodebin.xml:
2449 * docs/plugins/inspect/plugin-video4linux.xml:
2450 * docs/plugins/inspect/plugin-videorate.xml:
2451 * docs/plugins/inspect/plugin-videoscale.xml:
2452 * docs/plugins/inspect/plugin-videotestsrc.xml:
2453 * docs/plugins/inspect/plugin-volume.xml:
2454 * docs/plugins/inspect/plugin-vorbis.xml:
2455 * docs/plugins/inspect/plugin-ximagesink.xml:
2456 * docs/plugins/inspect/plugin-xvimagesink.xml:
2457 * ext/cdparanoia/gstcdparanoiasrc.c:
2458 * ext/ogg/gstoggdemux.c:
2459 * ext/ogg/gstoggdemux.h:
2460 * ext/ogg/gstoggmux.c:
2461 * ext/ogg/gstoggmux.h:
2462 * gst/audioconvert/audioconvert.c:
2463 * gst/audioconvert/audioconvert.h:
2464 * gst/audioconvert/gstaudioconvert.h:
2465 * gst/gdp/gstgdpdepay.h:
2466 * gst/gdp/gstgdppay.h:
2467 * gst/playback/gstdecodebin.c:
2468 * gst/playback/gstdecodebin2.c:
2469 * gst/playback/gstplaybin.c:
2470 * gst/playback/gstplaybin2.c:
2471 * gst/playback/gsturidecodebin.c:
2472 * gst/tcp/gstmultifdsink.c:
2473 * gst/tcp/gstmultifdsink.h:
2476 Add some documentation comments, and some new headers to be scanned.
2477 Rename some internal enum declarations (audioconvert's DitherType and
2478 NoiseShapingType, GstUnitType from the TCP elements) to match the
2479 documented GObject type names so that the docs pick them up.
2480 Name the playbin2 docs markups properly so they get picked up. They'll
2481 need renaming back when/if playbin2 becomes playbin.
2483 100% symbol coverage for the plugin docs, booya.
2485 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2487 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2489 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2490 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2492 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2494 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2496 * gst/playback/gstdecodebin.c: (remove_fakesink):
2497 Lock the fakesink before setting the state to NULL and removing it from
2498 the bin so that a concurrent state change cannot interfere.
2501 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2504 Fix installing plugin documentation when gtk-doc is disabled.
2506 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2508 * gst-libs/gst/rtsp/Makefile.am:
2509 Distribute, don't install md5.h
2511 2008-05-21 Julien Moutte <julien@fluendo.com>
2513 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2514 instead of SOL_IP, works on more platforms.
2515 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2518 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2520 * ext/vorbis/vorbisdec.c:
2521 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2522 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2523 Some debug and comment fixes.
2525 * tests/examples/dynamic/addstream.c: (main):
2528 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2530 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2531 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2532 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2533 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2534 (cleanup_decodebin):
2535 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2536 (connect_element), (gst_decode_group_control_demuxer_pad):
2537 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2538 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2540 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2541 (gst_play_bin_set_property), (handoff), (gen_video_element),
2542 (gen_text_element), (gen_audio_element), (gen_vis_element),
2543 (remove_sinks), (add_sink), (setup_sinks):
2544 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2545 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2546 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2547 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2548 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2549 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2550 (gen_vis_chain), (gst_play_sink_reconfigure),
2551 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2552 (gst_play_sink_request_pad):
2553 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2554 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2556 * gst/playback/test6.c: (new_decoded_pad_cb):
2557 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2558 * tests/check/elements/audiorate.c: (test_injector_chain),
2559 (do_perfect_stream_test):
2560 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2561 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2562 * tests/check/elements/gnomevfssink.c:
2563 * tests/check/elements/textoverlay.c:
2564 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2565 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2566 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2567 * tests/check/pipelines/oggmux.c: (test_pipeline):
2568 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2569 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2570 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2571 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2572 * tests/examples/seek/seek.c: (make_mod_pipeline),
2573 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2574 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2575 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2576 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2577 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2578 (update_fill), (msg_buffering):
2579 Don't use bad gst_element_get_pad().
2581 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2583 * gst-libs/gst/riff/riff-media.c:
2584 Fix wrong method name in docs. Fix calculation of strf fields for
2587 * gst-libs/gst/riff/riff-read.c:
2588 Whitespace fix and removing double ';'.
2590 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2592 * docs/design/part-playbin2.txt:
2593 Add some leftover doc.
2595 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2597 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2598 Fix copy & paste error in last commit.
2600 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2602 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2603 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2604 other channel positions when source has SIDE channels and dest doesn't
2605 or the other way around.
2607 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2609 Patch by: Henrik Eriksson <henriken at axis dot com>
2611 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2612 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2613 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2614 (gst_multi_fd_sink_get_property):
2615 * gst/tcp/gstmultifdsink.h:
2616 Add support for DSCP QOS. Fixes #469933.
2618 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2620 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2621 Add another test that checks if conversion between standard 1 and 2
2622 channel layouts with and without positions set is working.
2624 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2626 * gst-libs/gst/audio/multichannel.c:
2627 (gst_audio_check_channel_positions):
2628 Allow non-standard 2 channel layouts.
2630 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2631 Add some tests for converting and remapping non-standard 1 and 2
2634 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2636 * gst/audioconvert/gstchannelmix.c:
2637 (gst_channel_mix_fill_normalize):
2638 Prevent division by zero if the channel mix matrix contains only
2641 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2643 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2645 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2646 Close a buffer memory leak. Fixes bug #534071.
2648 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2650 * gst-libs/gst/rtsp/gstrtsptransport.h:
2651 Make the GstRTSPTransport struct members public as there are no
2652 setters/getters and it's supposed to be changed directly.
2655 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2657 * gst/adder/gstadder.c:
2658 Adder also doesn't support audio/x-raw-int with width!=depth so don't
2659 claim this on the pad template caps.
2661 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2663 * gst-libs/gst/audio/gstbaseaudiosink.c:
2664 (gst_base_audio_sink_sync_latency):
2665 We can only use our optimal calibration if we prerolled before the
2668 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
2671 Require core CVS for GstBaseSrc buffer caps setting magic.
2673 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2675 * gst/audioconvert/gstaudioconvert.c:
2676 (gst_audio_convert_fixate_channels):
2677 Fix logic in last commit.
2679 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2681 * gst/audioconvert/gstaudioconvert.c:
2682 (gst_audio_convert_fixate_channels):
2683 Passthrough the channel positions if the number of output channels is
2684 the same as the number of input channels, the input had a channel
2685 layout and downstream requests no special one. We did this already for
2686 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2688 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2690 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2691 (gst_gnome_vfs_src_finalize),
2692 (gst_gnome_vfs_src_received_headers_callback),
2693 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2694 * ext/gnomevfs/gstgnomevfssrc.h:
2695 Set the ICY caps on the srcpad from where they get picked up by the base
2696 class now and set on the outgoing buffers.
2698 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2699 (gst_base_audio_src_create):
2700 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2701 BaseSrc now sets the caps on outgoing buffers automatically.
2703 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2705 * gst-libs/gst/audio/gstbaseaudiosink.c:
2706 (gst_base_audio_sink_resample_slaving),
2707 (gst_base_audio_sink_skew_slaving),
2708 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2709 (gst_base_audio_sink_async_play),
2710 (gst_base_audio_sink_change_state):
2711 Change the way in which the ringbuffer is started when dealing with a
2712 slaved clock and latency. We now sync to the clock until we reach
2713 upstream latency before starting the ringbuffer. This has the effect
2714 that we can accurately align the master and slave clocks and let the
2715 rate correction code take care of the initial drift or rounding errors
2716 instead of leaving them uncorrected with the old approach.
2718 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2720 * gst/audioconvert/gstaudioconvert.c:
2721 (gst_audio_convert_fixate_channels):
2722 Correctly set the default channel positions when converting to 8
2725 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2728 Error out if we don't have the required version of core.
2730 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2732 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2733 Use data scan helper in aac typefinder and stop scanning
2734 for headers when we've found a type. Also fix potential invalid
2735 memory access when calculating the frame length.
2737 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2739 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2740 (mpeg_sys_is_valid_pack):
2741 Don't modify scan context when we return FALSE in ensure_data, so
2742 it's possible to continue scanning, and we don't end up with a NULL
2743 data pointer and a positive size, which might bite us the next time
2744 we're called. Small constification.
2746 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
2748 * gst/adder/gstadder.c:
2749 Adder doesn't support 24 bit samples so don't claim it supports them
2750 in the pad template caps.
2752 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2754 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2755 (gst_base_rtp_depayload_chain):
2756 Validate the RTP packet before further processing it. It's just too
2757 dangerous to accept random packets and people are not forced to use a
2758 jitterbuffer or session manager to filter out the bad packets.
2760 * gst-libs/gst/rtp/gstrtpbuffer.c:
2761 (gst_rtp_buffer_set_extension_data),
2762 (gst_rtp_buffer_get_payload_subbuffer):
2764 When setting extension data in a buffer that is too small, we fail and
2765 we should not set the extension bit.
2766 Change GST_WARNINGS into g_warning because they really are
2769 * tests/check/libs/rtp.c: (GST_START_TEST):
2770 Catch the g_warnings now in the unit tests and that fact that failing to
2771 set extension data left the extension bit untouched.
2773 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2775 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2776 Revert previous change which made basetransform handle buffer_alloc
2777 and which breaks things badly in the non-passthrough case since it
2778 returned buffers with a different (ie. sometimes smaller) size than
2781 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2783 Patch by: Bernard B <b-gnome at largestprime dot net>
2785 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2786 Fix seqnum compare function for bordercase values and fix the docs
2787 again. Fixes #533075.
2789 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2790 Add a testcase for seqnum compare function.
2792 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
2794 * gst/adder/gstadder.c: (gst_adder_setcaps),
2795 (gst_adder_class_init):
2796 Correctly declare the supported endianness on the pad templates
2797 and check for correct endianness in the set caps function. Adder
2798 only supports native endianness.
2799 Also use gst_element_class_set_details_simple().
2801 2008-05-14 Stefan Kost <ensonic@users.sf.net>
2803 * sys/xvimage/xvimagesink.c:
2804 Better debug logging in port value handling. Merging separate port
2805 value loops into one.
2807 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
2809 Patch by: Hannes Bistry <hannesb at gmx dot de>
2811 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2812 * gst/tcp/gsttcpserversink.c:
2813 (gst_tcp_server_sink_handle_server_read),
2814 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2815 Fix regression in clientsrc because we did not add the fd to the poll
2816 set anymore. Fixes #532364.
2817 Do some cleanups here and there.
2819 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2821 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2822 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2823 * gst/playback/gstplay-marshal.list:
2824 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2825 Use correct marshallers. GstCaps are a boxed type and no GObject
2828 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2830 * win32/common/libgstrtsp.def:
2831 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2834 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2836 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2838 * tests/check/elements/audioresample.c:
2839 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2840 (live_switch_push), (GST_START_TEST):
2841 Add unit test for the latest basetransform negotiation changes.
2844 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2846 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2847 Fix nv12<->nv21 conversion if stride is larger than width.
2849 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2851 Patch by: Jan Gerber <j at oil21 dot org>
2853 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2854 (gst_ogg_pad_parse_skeleton_fisbone):
2855 * ext/ogg/gstoggdemux.h:
2856 Parse presentation time from skeleton streams and use it as offset
2857 for the timestamps. Fixes bug #530068.
2859 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
2861 * gst-libs/gst/audio/gstbaseaudiosink.c:
2862 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2863 Revert previous patch that attempted to more accurately calculate the
2864 initial offset between master and slave clock. The best thing we can do
2865 in general is take the time of both clocks as the diff since we don't
2866 know when the actual preroll happened.
2868 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
2870 * gst-libs/gst/pbutils/install-plugins.c:
2871 Fix docs: type and missing word.
2873 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2875 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2876 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2877 for this instead; don't check if we've found enough markers after
2878 each and every step, it's enough to do that only if we've actually
2880 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2882 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2884 * gst/typefind/gsttypefindfunctions.c:
2885 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2886 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2887 (mpeg_video_stream_type_find):
2888 Move scan helper thingy to the beginning of the file so we can use
2889 it in other typefind functions. Rename it to something more
2890 generic. Also improve handling of things towards the end of the
2891 typefind data: peek as much as we can if we know the size of the
2892 data, rather than just min_size.
2894 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
2896 * docs/libs/gst-plugins-base-libs-sections.txt:
2897 * gst-libs/gst/interfaces/colorbalance.c:
2898 * gst-libs/gst/interfaces/colorbalance.h:
2899 * gst-libs/gst/interfaces/colorbalancechannel.c:
2900 * gst-libs/gst/interfaces/colorbalancechannel.h:
2901 * gst-libs/gst/interfaces/tuner.c:
2902 * gst-libs/gst/interfaces/tunerchannel.c:
2903 * gst-libs/gst/interfaces/tunerchannel.h:
2904 * gst-libs/gst/interfaces/tunernorm.c:
2905 * gst-libs/gst/interfaces/tunernorm.h:
2906 * gst-libs/gst/video/video.c:
2907 * gst-libs/gst/video/video.h:
2908 Document the GstTuner and GstColorBalance interfaces, and some
2909 other random API functions that needed it. 70% symbol coverage, woo.
2911 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
2913 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2914 Choose to allocate one less segment but require one additional segment
2917 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2918 No need to increment the number of segments in the source.
2920 * gst-libs/gst/audio/gstbaseaudiosink.c:
2921 (gst_base_audio_sink_get_time), (clock_convert_external),
2922 (gst_base_audio_sink_resample_slaving),
2923 (gst_base_audio_sink_skew_slaving),
2924 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2925 (gst_base_audio_sink_async_play):
2926 Remove adding latency when returning the internal time while subtracting
2927 it again when we use the value a little later.
2928 When calculating the end timestamp, we are making a rounding error
2929 with the current algorithm. Ensure that we don't accumulate these
2930 rounding errors when aligning samples by not resampling at all if we
2931 don't need to. Fixes #419351.
2932 Make the initial calibration of the clock slaving a little more
2933 predictable and accurate. Also handle the case where we don't do
2936 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
2938 Based on a patch by:
2939 Björn Benderius <bjoern dot benderius at axis dot com>
2941 * gst/ffmpegcolorspace/avcodec.h:
2942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2943 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2944 (gst_ffmpegcsp_avpicture_fill):
2945 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2946 * gst/ffmpegcolorspace/imgconvert_template.h:
2947 Add conversions from/to NV12 and NV21 and conversions between those
2948 two formats. Fixes bug #532166.
2950 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
2952 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2953 Abort the h264 typefinding as soon as _peek() doesn't return anything,
2954 which happens for example with files smaller than 128kb.
2956 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
2958 Patch by: Wouter Cloetens <zombie at e2big dot org>
2960 * gst-libs/gst/rtsp/Makefile.am:
2961 * gst-libs/gst/rtsp/gstrtspconnection.c:
2962 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2963 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2964 (add_auth_header), (gst_rtsp_connection_free),
2965 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2966 (gst_rtsp_connection_set_auth_param),
2967 (gst_rtsp_connection_clear_auth_params):
2968 * gst-libs/gst/rtsp/gstrtspconnection.h:
2969 Add Digest authorization support for RTSP connections. See #532065.
2971 * gst-libs/gst/rtsp/md5.c:
2972 * gst-libs/gst/rtsp/md5.h:
2973 Yeap, another md5 implementation until we can depend on a glib that has
2976 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
2978 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2980 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2981 Let audioresample use the buffer allocation of basetransform instead
2984 * tests/check/elements/audioresample.c: (alloc_only_48000),
2985 (GST_START_TEST), (audioresample_suite):
2986 Add unit test for the recent basetransform bugfix, where upstream
2987 changes caps to something that can't be passed through anymore.
2989 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
2991 * win32/common/config.h.in:
2992 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2993 use the real thing than having "???" unconditionally.
2995 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
2997 * gst-libs/gst/audio/gstbaseaudiosink.c:
2998 (gst_base_audio_sink_query):
2999 Report the latency with the new seglatency parameter.
3001 * gst-libs/gst/audio/gstringbuffer.c:
3002 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3003 (gst_ring_buffer_acquire):
3004 * gst-libs/gst/audio/gstringbuffer.h:
3005 Add new field to the ringbufferspec to specify the expected latency
3006 between the underlying device read/write pointer, this is needed
3007 when writing sinks that sit a little closer to the hardware.
3008 Add some more docs for other fields.
3010 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3012 * gst/volume/gstvolume.c: (volume_transform_ip):
3013 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3014 reason instead of crashing later. Might fix bug #509125.
3016 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3018 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3020 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3021 * gst/audioconvert/audioconvert.h:
3022 * gst/audioconvert/gstaudioconvert.c:
3023 (gst_audio_convert_parse_caps),
3024 (structure_has_fixed_channel_positions),
3025 (gst_audio_convert_transform_caps):
3026 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3027 Add support for more than 8 channels and NONE channel layouts. For
3028 more than 8 channels no channel conversion is supported yet, only
3029 format conversions are supported. Fixes bug #398033.
3031 * tests/check/elements/audioconvert.c: (verify_convert),
3032 (GST_START_TEST), (audioconvert_suite):
3033 Add some unit tests by Tim for checking the NONE channel layouts
3034 and more than 8 channels and add some more unit tests for channel
3037 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3039 * gst/playback/gstdecodebin2.c: (connect_pad):
3040 When autoplugging fails, set the element back to NULL before
3043 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3045 * win32/common/libgstaudio.def:
3046 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3049 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3051 * gst/subparse/samiparse.c: (handle_start_sync),
3052 (end_sami_element), (characters_sami):
3053 Remove trailing, leading and double whitespaces.
3054 Correctly timestamp buffers and output the last buffer too.
3056 * tests/check/elements/subparse.c: (GST_START_TEST),
3058 Add a simple unit test for SAMI parsing.
3060 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3062 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3064 * gst/subparse/samiparse.c: (handle_start_sync),
3065 (start_sami_element), (end_sami_element), (characters_sami),
3066 (sami_context_reset):
3067 Only output characters inside the "sync" elements. There could be
3068 other elements like "style" that have some content but should
3069 not be printed. Fixes bug #467911.
3071 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3073 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3074 (set_active_source):
3075 * gst/playback/gstplaybasebin.h:
3076 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3077 (playbin_set_audio_mute):
3078 Allow setting -1 as current-audio to mute the current audio stream,
3079 similar to what is done for subtitles. Fixes bug #342294.
3081 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3083 * gst-libs/gst/pbutils/descriptions.c: (formats):
3084 It's SorensOn and not SorensEn.
3086 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3088 * gst-libs/gst/pbutils/descriptions.c: (formats):
3089 Fix description of video/x-flash-video.
3091 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3093 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3094 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3095 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3096 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3097 Remove some unused code.
3099 * gst/audioconvert/gstaudioquantize.c:
3100 (gst_audio_quantize_free_noise_shaping):
3101 Don't return before freeing the noise shaping history.
3103 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3105 * tests/check/elements/subparse.c: (do_test),
3106 (test_tmplayer_style3b), (subparse_suite):
3107 Add unit test for the tmplayer variant from bug #530962.
3109 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3111 * gst/subparse/gstsubparse.c: (handle_buffer),
3112 (gst_sub_parse_sink_event):
3113 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3114 (tmplayer_parse_line):
3115 Fix parsing of tmplayer subtitle variant where every single line contains
3116 text and there isn't an empty line after each line to determine the
3117 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3118 making sure that we push out the last line of text without a duration if
3119 there's still text left in the buffer at the end.
3121 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3123 * gst/subparse/gstsubparse.c: (feed_textbuf):
3124 Fix detection of discontinuities based on the buffer offset (doesn't work
3125 so well if no buffer offset is set) and also check for the DISCONT buffer
3126 flag. This keeps the parser state from being reset after each buffer in
3129 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3131 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3132 Further fine-tuning: don't absolutely require sequence or GOP headers
3133 (as introduced in the previous commit), but adjust the typefind
3134 probabilities returned accordingly if we don't see them. Also make sure
3135 picture header and first slice are somewhat close to each other (which
3136 is not perfect but still better than requiring a fixed offset or having
3139 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3141 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3142 (gst_basertppayload_sink_setcaps),
3143 (gst_basertppayload_sink_getcaps):
3144 Rename the setcaps/getcaps function internally to make it clear that
3145 they are called for the sink pad.
3147 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3149 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3150 (gst_base_rtp_depayload_class_init),
3151 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3152 (gst_base_rtp_depayload_packet_lost),
3153 (gst_base_rtp_depayload_set_gst_timestamp):
3154 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3155 Catch packet-lost events from the jitterbuffer and convert them into a
3156 vmethod call (lost-packet) so that depayloaders can do something smart.
3157 Also add a default packet-lost function that sends out a segment update
3160 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3162 * gst/playback/test4.c:
3163 * gst/playback/test5.c:
3164 * gst/playback/test6.c:
3165 * gst/playback/test7.c:
3166 Also include config.h when relying on defines from it. Fixes the
3167 build. Its been a please to serve :)
3169 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3171 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3172 (paint_setup_NV21), (paint_hline_NV12_NV21):
3173 Add support for NV12 and NV21 in videotestsrc
3175 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3177 * gst/videoscale/gstvideoscale.c:
3178 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3179 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3180 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3181 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3182 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3183 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3184 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3185 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3186 (vs_image_scale_linear_RGB555):
3187 Support 1x1 images as input and output as for example the BBC HQ new
3188 streams have 1x1 GIFs in the playlists for some reason.
3190 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3192 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3194 If we can't activate one of the decoders we plugged in (such as,
3195 say, musepackdec) for some reason (it might not support push mode,
3196 for example), remove any pad probes that close_pad_link() might
3197 have set up. This makes sure we later don't try to remove a probe
3198 for a pad that doesn't exist any longer, and avoids nast warnings
3199 and probably other things too.
3201 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3203 * gst/typefind/gsttypefindfunctions.c:
3204 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3206 Rework mpeg video stream typefinding a bit more: make sure sequence,
3207 GOP, picture and slice headers appear in the order they should and
3208 that we've in fact at least had one of each; fix picture header
3209 detection; decouple picture and slice header check - don't assume
3210 they're at a fixed offset, there may be extra data in between. Also,
3211 announce varying degrees of probability depending on what we found
3212 exactly (multiple pictures, at least one picture, just sequence and
3213 GOP headers). Finally, in _ensure_data(), take into account that we
3214 might be typefinding smaller amounts of data, such as the first
3215 buffer of a stream, so fall back to the minimum size needed as long
3216 as that's available, instead of erroring out if there's less than
3217 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3218 fuzzed file from #399342 as valid.
3220 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3222 * ext/theora/theoradec.c:
3223 Cool kids don't divide by zero.
3224 Treat PAR of x:0 as 1:1.
3227 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3229 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3230 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3231 (mpeg_video_stream_type_find):
3232 Refactor a bit: use context structure to track parsing offset and
3233 size of available data and make the code a bit clearer. Fixes bad
3234 memory access in #356937.
3236 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3238 * gst/playback/test4.c:
3239 * gst/playback/test5.c:
3240 * gst/playback/test6.c:
3241 * gst/tcp/gstmultifdsink.c:
3242 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3245 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3247 * gst-libs/gst/audio/gstbaseaudiosink.h:
3250 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3251 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3252 (gst_base_audio_src_set_slave_method),
3253 (gst_base_audio_src_get_slave_method),
3254 (gst_base_audio_src_set_property),
3255 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3256 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3257 Add property and methods for selecting the clock slave method in the
3258 source, like in the sink.
3259 We only implement "none" and "re-timestamp" for now.
3260 API: gst_base_audio_src_set_slave_method()
3261 API: gst_base_audio_src_get_slave_method()
3263 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3265 * gst-libs/gst/rtp/gstrtpbuffer.c:
3266 Fix the docs about the seqnum compare function, it returns a difference.
3268 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3270 * ext/alsa/gstalsadeviceprobe.c:
3271 (gst_alsa_get_device_list): Don't return before freeing up
3272 the allocated structures.
3274 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3276 * gst/playback/gstplaybin.c:
3277 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3279 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3281 * ext/ogg/gstoggdemux.c:
3282 Revert the event part, that should not go in.
3284 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3286 * ext/ogg/gstoggdemux.c:
3287 Don't leak GstPluginFeatures when filtering.
3289 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3291 * sys/xvimage/xvimagesink.c:
3292 Add some logging for cases when grabbing the xv failed.
3294 2008-04-21 David Schleef <ds@schleef.org>
3296 * ext/ogg/gstoggmux.c:
3297 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3298 packet. Should conform to what we currently think is the
3299 final Ogg/Dirac muxing spec.
3301 2008-04-21 David Schleef <ds@schleef.org>
3303 * sys/xvimage/xvimagesink.c:
3304 Fix typo that causes the overlay keying color to bright green
3305 on a 16-bit display. Dark grey good. Bright green bad.
3307 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3309 * ext/gnomevfs/gstgnomevfsuri.c:
3310 Add FIXME comment about using uri-list for source and sink.
3312 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3314 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3315 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3316 vaargs functions to gint. Otherwise the fractions will get 0 set
3317 instead of the correct value on big endian systems. Fixes bug #529018.
3319 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3321 * ext/gnomevfs/gstgnomevfssink.c:
3322 (gst_gnome_vfs_sink_uri_get_protocols):
3323 * ext/gnomevfs/gstgnomevfssrc.c:
3324 (gst_gnome_vfs_src_uri_get_protocols):
3325 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3326 (gst_gnomevfs_get_supported_uris):
3327 Get the list of supported URI schemes in a threadsafe way and use the
3328 same list for the source and sink.
3330 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3332 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3333 (gst_gio_get_supported_protocols):
3334 Don't generate a new supported protocols list on each call but cache
3335 it. It's supposed to be static anyway, this way we only leak it once
3338 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3339 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3340 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3341 (gst_gio_sink_start):
3342 * ext/gio/gstgiosink.h:
3343 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3344 (gst_gio_src_class_init), (gst_gio_src_finalize),
3345 (gst_gio_src_set_property), (gst_gio_src_get_property),
3346 (gst_gio_src_start):
3347 * ext/gio/gstgiosrc.h:
3348 API: Add "file" properties where one can set a GFile as
3351 Add locking to the properties and use
3352 gst_element_class_set_details_simple() instead of a static
3353 GstElementDetails struct.
3355 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3357 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3359 Add "mpp" and "mp+" as possible extensions for MusePack files.
3361 Add typefinding for MusePack StreamVersion 8 files and include the
3362 stream version in the caps.
3364 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3366 * gst-libs/gst/rtp/gstrtppayloads.c:
3367 (gst_rtp_payload_info_for_name):
3368 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3370 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3373 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3374 (NB: this only affects compilation of some of the examples).
3375 Remove some configure.ac cruft that's not needed any longer.
3377 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3379 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3380 Don't validate the payload if there isn't any.
3383 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3385 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3386 Use g_atomic_int_set() instead of gst_atomic_int_set().
3388 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3390 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3391 Return NULL instead of a gchar * array with one NULL element if we
3392 don't get any supported URI schemes from GIO.
3394 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3396 * gst/audiotestsrc/gstaudiotestsrc.c:
3397 Remove cpp style commented old code.
3399 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3401 * gst/playback/gstdecodebin2.c:
3404 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3406 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3407 (gst_text_overlay_init):
3408 Fix textoverlay unit test again by making the supposed default
3409 value for the wait-text property the actual default value.
3410 Also fix Since: tag for new property.
3412 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3414 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3415 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3416 (gst_video_format_get_pixel_stride),
3417 (gst_video_format_get_component_width),
3418 (gst_video_format_get_component_height),
3419 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3420 (gst_video_format_convert):
3421 Add guards to these functions to ensure sane input values.
3423 * tests/check/libs/video.c:
3424 Fix unit test not to create caps with width=0 and height=0.
3426 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3428 * docs/design/draft-keyframe-force.txt:
3431 * gst/playback/gstqueue2.c: (update_buffering),
3432 (gst_queue_handle_src_query):
3433 Set buffering mode in the messages.
3434 Set buffering percent in the query.
3436 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3437 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3438 Do some more fancy things based on the buffering method in use.
3440 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3442 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3443 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3444 (msg_buffering), (main):
3445 Add basic download reports to seek using the new buffering API.
3447 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3449 * gst/playback/gstqueue2.c: (update_buffering),
3450 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3451 (gst_queue_src_checkgetrange_function):
3452 Include extra buffering stats in the buffering message.
3453 Implement BUFFERING query.
3455 * gst/playback/gsturidecodebin.c: (do_async_start),
3456 (do_async_done), (type_found), (setup_streaming), (setup_source),
3457 (gst_uri_decode_bin_change_state):
3458 Only add decodebin2 when the type is found in streaming mode.
3459 Make uridecodebin async to PAUSED even when we don't have decodebin2
3462 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3464 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3465 Filter cdda from the supported URI schemes. We can't support
3466 musicbrainz tags and everything else one expects from a cdda source
3467 with GIO. Fixes bug #526794.
3469 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3471 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3472 (gst_xvimagesink_buffer_alloc):
3473 Fix calculation of 'expected size' for YV12 buffers.
3474 Be a little more verbose in the debug output for buffer-alloc'ed
3475 buffers which turn out to have the wrong size.
3477 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3481 * gst-plugins-base.doap:
3482 Merge other changes from 0.10.19 release branch.
3484 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3486 * gst-libs/gst/audio/gstbaseaudiosink.c:
3487 (gst_base_audio_sink_class_init):
3488 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3489 (gst_base_audio_src_class_init):
3490 * gst/playback/gstplayback.c: (plugin_init):
3491 * gst/volume/gstvolume.c: (plugin_init):
3492 Work around missing bits of thread-safety on older GLibs some
3493 more to avoid assertions when starting up multiple playbin
3494 objects concurrently (see #512382).
3496 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3498 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3499 Remove some more fields.
3501 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3503 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3506 Actually build dlls when cross-compiling with mingw32.
3509 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3512 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3514 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3516 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3517 (msg_buffering), (connect_bus_signals), (main):
3519 Add buffering support with feedback in the statusbar.
3521 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3523 * ext/ogg/gstoggmux.c:
3524 Fix sample pipeline description.
3526 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3528 * docs/plugins/Makefile.am:
3529 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3530 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3531 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3532 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3534 * docs/plugins/gst-plugins-base-plugins.args:
3535 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3536 * docs/plugins/gst-plugins-base-plugins.interfaces:
3537 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3538 * docs/plugins/inspect/plugin-adder.xml:
3539 * docs/plugins/inspect/plugin-alsa.xml:
3540 * docs/plugins/inspect/plugin-audioconvert.xml:
3541 * docs/plugins/inspect/plugin-audiorate.xml:
3542 * docs/plugins/inspect/plugin-audioresample.xml:
3543 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3544 * docs/plugins/inspect/plugin-cdparanoia.xml:
3545 * docs/plugins/inspect/plugin-decodebin.xml:
3546 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3547 * docs/plugins/inspect/plugin-gdp.xml:
3548 * docs/plugins/inspect/plugin-gnomevfs.xml:
3549 * docs/plugins/inspect/plugin-libvisual.xml:
3550 * docs/plugins/inspect/plugin-ogg.xml:
3551 * docs/plugins/inspect/plugin-pango.xml:
3552 * docs/plugins/inspect/plugin-playback.xml:
3553 * docs/plugins/inspect/plugin-queue2.xml:
3554 * docs/plugins/inspect/plugin-subparse.xml:
3555 * docs/plugins/inspect/plugin-tcp.xml:
3556 * docs/plugins/inspect/plugin-theora.xml:
3557 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3558 * docs/plugins/inspect/plugin-uridecodebin.xml:
3559 * docs/plugins/inspect/plugin-video4linux.xml:
3560 * docs/plugins/inspect/plugin-videorate.xml:
3561 * docs/plugins/inspect/plugin-videoscale.xml:
3562 * docs/plugins/inspect/plugin-videotestsrc.xml:
3563 * docs/plugins/inspect/plugin-volume.xml:
3564 * docs/plugins/inspect/plugin-vorbis.xml:
3565 * docs/plugins/inspect/plugin-ximagesink.xml:
3566 * docs/plugins/inspect/plugin-xvimagesink.xml:
3567 Update introspection data.
3569 * ext/ogg/gstoggmux.c:
3572 * gst/playback/gstdecodebin2.c:
3573 Don't use gtk-doc style comment start for private stuff, but make it
3574 formatted like this for consistency.
3576 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3578 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3579 (gst_decode_bin_init), (gst_decode_bin_dispose),
3580 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3581 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3582 (analyze_new_pad), (connect_pad), (expose_pad),
3583 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3584 (gst_decode_group_expose), (gst_decode_group_free),
3585 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3586 Remove fakesink hack, we can now implement this more elegantly.
3587 Added property to bypass typefinding.
3588 Removed underrun callback and demuxer pad probe, we now use the srcpad
3589 probe to expose groups.
3590 API::sink-caps property
3592 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3593 Guard against multiple emissions of the no_more_pads signal, which
3594 happens when we are dealing with chained oggs.
3596 * gst/playback/gsturidecodebin.c: (remove_decoders),
3597 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3599 For streams, use our own typefind element and plug our queue after it.
3600 We will need this to determine the type of buffering to use for the
3603 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3605 * gst-libs/gst/audio/gstbaseaudiosink.c:
3606 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3607 Guard against over and underflows because of clock slaving.
3608 When we are using our own clock, still compensate for any calibrations
3609 that we might have done to our clock.
3611 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3613 * ext/theora/theoradec.c: (theora_handle_type_packet),
3615 Don't try to do anything fancy with the return code from pushing an
3616 event, it does not have enough information to turn it into a
3619 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3621 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3622 (gst_ogg_demux_chain_elem_pad):
3623 Add small debug line.
3624 Pass return code from the internal decoder instead of the too generic
3627 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3629 * gst-libs/gst/cdda/Makefile.am:
3630 * gst-libs/gst/cdda/base64.c:
3631 * gst-libs/gst/cdda/base64.h:
3632 * gst-libs/gst/cdda/gstcddabasesrc.c:
3633 (gst_cddabasesrc_calculate_musicbrainz_discid):
3634 Use GLib's base64 implementation instead of our own.
3636 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3638 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3639 (gst_ogg_demux_read_chain):
3640 Refix oggdemux, we only have a problem if we failed to find a chain and
3643 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3645 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3647 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3648 (gst_ogg_demux_read_chain):
3649 When we fail to find a BOS page and we and up with no chain, error out
3650 properly instead of segfaulting. Fixes #525665.
3652 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3654 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3655 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3656 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3659 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3661 * gst/playback/gstqueue2.c: (update_out_rates),
3662 (gst_queue_open_temp_location_file),
3663 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3664 (gst_queue_handle_src_query), (gst_queue_set_property):
3665 Update the estimated input data when we push out a buffer.
3666 Add some debug info about the temp file.
3667 Only forward src events when we are not using a temp file.
3668 Don't block the duration query, we need to find something better.
3669 Don't leak the temp filename.
3671 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
3674 Require GLib 2.12 and liboil 0.3.14.
3676 * gst/volume/gstvolume.c: (volume_process_double):
3677 Unconditionally use liboil 0.3.14 function.
3679 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
3681 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3682 ms-gsm can have arbitrarty sample rates. See #481354.
3684 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
3686 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3687 MP4S is generic MPEG-4, not a microsoft variant.
3689 2008-03-27 Michael Smith <msmith@fluendo.com>
3691 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3692 Check the body CRC (if set) when depayloading.
3695 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
3697 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3698 Fix Since: version for new property.
3700 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3702 * gst-libs/gst/rtsp/gstrtspconnection.c:
3703 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3704 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3705 Don't error when poll_wait returns EAGAIN.
3707 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3709 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3710 The queue is never filled when there are no buffers in the queue at all.
3713 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3715 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3716 (init_group), (free_group), (gst_play_bin_init),
3717 (gst_play_bin_finalize), (gst_play_bin_set_uri),
3718 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3719 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3720 (gst_play_bin_set_current_video_stream),
3721 (gst_play_bin_set_current_audio_stream),
3722 (gst_play_bin_set_current_text_stream),
3723 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3724 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3725 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3726 (activate_group), (deactivate_group), (setup_next_source),
3727 (save_current_group), (gst_play_bin_change_state):
3729 Add new locks and conds to protect pipeline creation and group
3731 Implement the sub-uri property.
3732 Keep track of pending uridecodebin creation and configure the output
3733 pipeline after all streams are configured.
3734 Propagate subtitle encoding to the uridecodebins.
3735 Implement getting the video/audio/visualisation elements.
3736 Use input-selector for stream switching.
3737 If we are asked to do visualisation, prefer to autoplug raw sinks
3738 instead of sinks that accept encoded data.
3740 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3742 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3743 (gst_play_sink_init), (gst_play_sink_dispose),
3744 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3745 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3746 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3747 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3748 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3749 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3750 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3751 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3752 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3753 * gst/playback/gstplaysink.h:
3754 Add methods to get audio/video/vis elements.
3755 Add methods to set the font description for the overlay.
3756 Remove properties, we're using this element with its methods only.
3757 Add support for subtitles.
3758 Rearrange the locking a bit to not use the object lock for protecting
3759 the pipeline construction.
3760 Try to use the volume and mute property on the sink when its available.
3761 Implement the mute option with volume when the sink does not have a mute
3763 Only add volume element when the sink has no volume property.
3764 Only do visualisations with raw audio pads.
3766 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3768 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3769 (gst_text_overlay_init), (gst_text_overlay_set_property),
3770 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3771 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3772 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3773 (gst_text_overlay_change_state):
3774 * ext/pango/gsttextoverlay.h:
3775 Add property to configure waiting for text on the textpad or not, with
3776 the default behaviour being the old one (always wait for text before
3777 rendering the video). This default behaviour is usually not the best one
3778 because the text stream can very sparse and could require queueing a lot
3780 Fix the flushing and EOS handing so that we don't mix up their meaning.
3782 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3784 * gst/playback/gsturidecodebin.c:
3785 (gst_uri_decode_bin_autoplug_factories),
3786 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3787 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3788 (gst_uri_decode_bin_set_property),
3789 (gst_uri_decode_bin_get_property), (no_more_pads_full),
3790 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3791 (proxy_autoplug_factories_signal), (make_decoder),
3792 (source_new_pad), (setup_source):
3793 Add a readonly source property and notify.
3794 Add new lock for protecting the construction of the pipeline.
3795 Keep track of the decodebins we plugged.
3796 Correctly proxy the autoplug signal so that it actually continues.
3797 Proxy subtitle-encoding to the decodebins.
3799 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3801 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3802 (text_toggle_cb), (update_streams), (main):
3803 Rearrange some buttons in playbin2 and make some other boxes insensitive
3805 Add language codes to subtitle selection boxes when we gind the right
3806 tags for the streams.
3808 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3810 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3811 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3812 (gst_decode_bin_set_subs_encoding),
3813 (gst_decode_bin_get_subs_encoding),
3814 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3815 (deactivate_free_recursive):
3816 Protect caps property with the object lock.
3817 Protect encoding property with the object lock.
3818 Keep list of elements we added that have the subtitle-encoding property.
3819 Distribute the subtitle-encoding to all of the elements when it
3822 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3824 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3825 Small debug improvement.
3827 * gst-libs/gst/audio/gstbaseaudiosink.c:
3828 (gst_base_audio_sink_render):
3829 Fix bug in determining the sample start/stop position, we want to base
3830 this decision on the fact that we are going forwards or backwards, not
3831 slower or faster. This fixes some ugly resync warnings when playing at
3834 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
3836 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3837 Correctly set the supported URI schemes and don't leave
3838 some schemes in the middle or at the start at NULL.
3840 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
3842 * tests/check/elements/gdpdepay.c:
3843 Make test compile without unused function/variable warnings on PPC.
3845 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3848 * ext/alsa/gstalsamixerelement.c:
3849 (gst_alsa_mixer_element_class_init):
3850 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3851 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3852 * ext/cdparanoia/gstcdparanoiasrc.c:
3853 (gst_cd_paranoia_src_class_init):
3854 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3855 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3856 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3857 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3858 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3859 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3860 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3861 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3862 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3863 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3864 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3865 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3866 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3867 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3868 (gst_audio_filter_template_class_init):
3869 * gst-libs/gst/audio/gstbaseaudiosink.c:
3870 (gst_base_audio_sink_class_init):
3871 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3872 (gst_base_audio_src_class_init):
3873 * gst-libs/gst/cdda/gstcddabasesrc.c:
3874 (gst_cdda_base_src_class_init):
3875 * gst-libs/gst/interfaces/mixertrack.c:
3876 (gst_mixer_track_class_init):
3877 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3878 (gst_base_rtp_depayload_class_init):
3879 * gst-libs/gst/rtp/gstbasertppayload.c:
3880 (gst_basertppayload_class_init):
3881 * gst/audioconvert/gstaudioconvert.c:
3882 (gst_audio_convert_class_init):
3883 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3884 * gst/audioresample/gstaudioresample.c:
3885 (gst_audioresample_class_init):
3886 * gst/audiotestsrc/gstaudiotestsrc.c:
3887 (gst_audio_test_src_class_init):
3888 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3889 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3890 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3892 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3893 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3894 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3895 * gst/playback/gstqueue2.c: (gst_queue_class_init):
3896 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3897 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3898 (gst_stream_selector_class_init):
3899 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3900 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3901 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3902 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3903 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3904 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3905 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3906 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3907 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3908 * gst/videotestsrc/gstvideotestsrc.c:
3909 (gst_video_test_src_class_init):
3910 * gst/volume/gstvolume.c: (gst_volume_class_init):
3911 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3912 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3913 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3914 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3915 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3916 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3917 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3918 static strings (i.e. all). This gives us less memory usage,
3919 fewer allocations and thus less memory defragmentation. Depend
3920 on core CVS for this. Fixes bug #523806.
3922 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3924 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3925 Filter http and https protocols. GIO/GVfs handles them but it's
3926 impossible to implement iradio/icecast with it. Better use
3927 souphttpsrc or something else for this.
3929 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3930 If getting the file informations by a query fails try it with the
3931 seek-to-end trick too.
3933 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3935 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3936 (gst_volume_base_init), (gst_volume_class_init),
3937 (volume_process_double), (volume_process_float),
3938 (volume_transform_ip), (plugin_init):
3939 memset buffers to zero if we get a GAP buffer. We usually see a
3940 buffer as one unit so let's handle it as one and don't care about
3941 volume changes while processing one buffer.
3942 Also clean up some stuff a bit.
3944 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3946 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3947 (gst_audio_convert_create_silence_buffer),
3948 (gst_audio_convert_transform):
3949 Make audioconvert GAP-aware by outputting silence buffers when the
3950 input has the GAP flag set. This is up to 8x faster.
3951 Based on a patch by Stefan Kost. Fixes bug #517813.
3953 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3955 * gst/volume/gstvolume.c: (volume_process_double):
3956 Use oil_scalarmultiply_f64_ns() for double processing when it's
3957 available at compile time.
3959 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3962 Fix lrint/lrintf checks to actually work. These functions are
3963 in libm on Linux at least so try to link to it.
3965 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
3968 Back to development - 0.10.18.1
3970 === release 0.10.18 ===
3972 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
3975 releasing 0.10.18, "I will follow"
3977 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
3980 * win32/common/config.h:
3981 0.10.17.4 pre-release
3983 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
3985 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3986 Use GST_STR_NULL when trying to print strings that could be NULL because
3987 this might crash on some platforms. See #520808.
3989 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
3991 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
3993 * gst-libs/gst/rtsp/gstrtspconnection.c:
3994 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3995 (read_line), (gst_rtsp_connection_read_internal):
3996 Generic Windows fixes that makes libgstrtsp work on Windows when
3997 coupled with the new GstPoll API. See #520808.
3999 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4001 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4003 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4004 If seeking to a new position succeeds don't simply return from
4005 create() without creating a buffer. Do this only in the case
4006 seeking to the new position fails. Fixes bug #523054.
4008 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4010 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4011 (gst_video_format_from_rgba32_masks):
4012 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4015 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4016 Add unit test for the RGB caps parsing and creation, checking for
4017 internal consistency of the new API and consistency of the API with
4018 the old GST_VIDEO_CAPS_* defines.
4020 2008-03-14 David Schleef <ds@schleef.org>
4022 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4023 because -base is in freeze.
4025 2008-03-14 David Schleef <ds@schleef.org>
4027 Patch by: William M. Brack
4029 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4031 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4033 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4034 (gst_selector_pad_chain):
4035 * gst/playback/gststreamselector.h:
4036 Revert change that caused regression until a real fix is found.
4039 2008-03-12 Michael Smith <msmith@fluendo.com>
4041 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4042 * gst-libs/gst/audio/gstringbuffer.h:
4043 Rename recently added buffer types to make more sense.
4044 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4045 (gst_alsasink_write):
4046 Adapt for above API changes.
4049 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4051 * win32/common/libgstnetbuffer.def:
4052 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4054 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4057 * win32/common/config.h:
4058 0.10.17.3 pre-release
4060 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4062 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4063 (gst_base_audio_src_create):
4064 Fix duration when no clock was provided. Fixes #520300.
4066 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4068 Patch by: Olivier Crete <tester at tester ca>
4070 * docs/libs/gst-plugins-base-libs-sections.txt:
4071 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4072 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4073 Add trivial function to compare GstNetAddress. See #520626.
4074 API: GstNetBuffer::gst_netaddress_equal
4076 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4078 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4079 Update mode property docs, it's deprecated now.
4081 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4083 * gst-libs/gst/rtsp/gstrtspconnection.c:
4084 (gst_rtsp_connection_create):
4085 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4086 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4087 * gst/tcp/gstmultifdsink.h:
4088 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4089 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4090 Remove GstPollMode from gstpoll constructor.
4092 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4095 * win32/common/config.h:
4096 0.10.17.2 pre-release
4098 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4101 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4104 * win32/common/libgstinterfaces.def:
4105 * win32/common/libgstrtp.def:
4106 Add new API to the defs
4108 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4110 Patch by: Mersad Jelacic <mersad at axis dot com>
4112 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4113 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4114 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4115 possible to specify the sample size in bits. (#509637)
4117 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4119 * tests/check/libs/mixer.c:
4120 Add a few simple checks for the new message types.
4122 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4124 * docs/libs/gst-plugins-base-libs-sections.txt:
4125 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4126 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4127 (gst_mixer_message_get_type),
4128 (gst_mixer_message_parse_option_changed),
4129 (gst_mixer_message_parse_options_list_changed):
4130 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4131 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4132 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4133 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4134 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4135 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4137 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4139 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4140 (gst_mixer_options_get_values):
4141 * gst-libs/gst/interfaces/mixeroptions.h:
4142 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4143 (_GstMixerOptions), (_GstMixerOptionsClass):
4144 API: add GstMixerOptions::get_values vfunc (#519906)
4146 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4149 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4150 plug-ins are included/excluded. (#498222)
4152 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4154 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4155 Add typefinder for IMelody files, using audio/x-imelody.
4158 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4160 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4161 * ext/alsa/gstalsasink.c: (set_hwparams):
4162 * ext/alsa/gstalsasrc.c: (set_hwparams):
4163 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4164 * ext/ogg/gstoggmux.h:
4165 * ext/ogg/gstogmparse.c:
4166 * gst-libs/gst/audio/audio.c:
4167 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4168 * gst-libs/gst/pbutils/missing-plugins.c:
4169 (gst_missing_uri_sink_message_new),
4170 (gst_missing_element_message_new),
4171 (gst_missing_decoder_message_new),
4172 (gst_missing_encoder_message_new):
4173 * gst-libs/gst/rtp/gstbasertppayload.c:
4174 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4175 (gst_rtcp_packet_bye_get_reason):
4176 * gst/audioconvert/gstaudioconvert.c:
4177 * gst/audioresample/gstaudioresample.c:
4178 * gst/ffmpegcolorspace/imgconvert.c:
4179 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4180 * gst/typefind/gsttypefindfunctions.c:
4181 * gst/videoscale/vs_4tap.c:
4182 * gst/videoscale/vs_4tap.h:
4183 * sys/v4l/gstv4lelement.c:
4184 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4185 * sys/v4l/v4l_calls.c:
4186 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4187 (gst_v4lsrc_try_capture):
4188 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4189 (gst_ximagesink_ximage_new):
4190 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4191 (gst_xvimagesink_xvimage_new):
4192 * tests/check/elements/audioconvert.c:
4193 * tests/check/elements/audioresample.c:
4194 (fail_unless_perfect_stream):
4195 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4196 * tests/check/elements/decodebin.c:
4197 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4198 (setup_gdpdepay_streamheader):
4199 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4200 (setup_gdppay_streamheader):
4201 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4202 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4203 * tests/check/elements/textoverlay.c:
4204 * tests/check/elements/videorate.c: (setup_videorate):
4205 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4206 * tests/check/elements/volume.c: (setup_volume):
4207 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4208 * tests/check/elements/vorbistag.c:
4209 * tests/check/generic/clock-selection.c:
4210 * tests/check/generic/states.c: (setup), (teardown):
4211 * tests/check/libs/cddabasesrc.c:
4212 * tests/check/libs/video.c:
4213 * tests/check/pipelines/gio.c:
4214 * tests/check/pipelines/oggmux.c:
4215 * tests/check/pipelines/simple-launch-lines.c:
4216 (simple_launch_lines_suite):
4217 * tests/check/pipelines/streamheader.c:
4218 * tests/check/pipelines/theoraenc.c:
4219 * tests/check/pipelines/vorbisdec.c:
4220 * tests/check/pipelines/vorbisenc.c:
4221 * tests/examples/seek/scrubby.c:
4222 * tests/examples/seek/seek.c: (query_positions_elems),
4223 (query_positions_pads):
4224 * tests/icles/stress-xoverlay.c: (myclock):
4225 Correct all relevant warnings found by the sparse semantic code
4226 analyzer. This include marking several symbols static, using
4227 NULL instead of 0 for pointers and using "foo (void)" instead
4228 of "foo ()" for declarations.
4230 * win32/common/libgstrtp.def:
4231 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4233 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4235 Patch by: José Alburquerque <jaalburqu svn gnome org>
4237 * gst/playback/gstplaybin2.c:
4238 Make the function signature of the _get_*_tags() functions match
4239 the signature of the vfuncs they implement, ie. return a
4240 GstTagList rather than a GstStructure, which is more correct,
4241 even if one is typedef'ed to the other (#518940).
4243 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4245 * gst-libs/gst/rtsp/gstrtspconnection.c:
4246 Don't include unix headers unconditionally (fixes #518037).
4248 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4250 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4251 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4252 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4253 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4254 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4255 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4256 (gst_video_format_is_packed), (video_format_is_packed):
4257 Add unit test that makes sure that the strides, offsets and
4258 sizes returned for the various YUV formats by the new video API
4259 match the old reference implementation in videotestsrc.
4261 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4263 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4264 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4265 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4266 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4267 (gst_video_format_get_pixel_stride),
4268 (gst_video_format_get_component_width),
4269 (gst_video_format_get_component_height),
4270 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4271 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4272 (GST_VIDEO_FORMAT_Y42B):
4273 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4275 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4277 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4278 YV12 is I420 with swapped components 1 and 2, so the offset of
4279 component 1 for I420 should be the offset for component 2 for YV12
4282 2008-02-29 Rene Stadler <mail@renestadler.de>
4284 * sys/v4l/gstv4lelement.c:
4285 Add missing semicolon to fix indentation.
4287 2008-02-29 Julien Moutte <julien@fluendo.com>
4289 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4290 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4291 if we can do SPDIF output.
4292 * ext/alsa/gstalsa.h:
4293 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4294 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4295 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4296 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4297 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4298 to support AC3, EC3 and IEC958 buffers.
4300 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4302 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4303 (gst_mixer_message_parse_mute_toggled),
4304 (gst_mixer_message_parse_record_toggled),
4305 (gst_mixer_message_parse_volume_changed),
4306 (gst_mixer_message_parse_option_changed):
4307 De-cruft and fix message type assertions (NULL is not a really
4308 valid mixer message type string).
4310 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4312 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4313 When negotiating, actually start from a format that we can support
4314 instead of from the too generic template.
4316 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4318 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4321 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4322 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4323 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4325 Implement vis switching while playing.
4327 2008-02-28 David Schleef <ds@schleef.org>
4329 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4331 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4333 Patch by: Peter Kjellerstedt <pkj at axis com>
4335 * gst/tcp/Makefile.am:
4336 * gst/tcp/fdsetstress.c:
4337 * gst/tcp/gstfdset.c:
4338 * gst/tcp/gstfdset.h:
4339 Removed fdset and stress test, they are now known as GstPoll in
4342 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4343 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4344 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4345 (gst_multi_fd_sink_handle_client_write),
4346 (gst_multi_fd_sink_queue_buffer),
4347 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4348 (gst_multi_fd_sink_stop):
4349 * gst/tcp/gstmultifdsink.h:
4350 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4351 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4352 (gst_tcp_gdp_read_caps):
4354 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4355 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4356 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4357 * gst/tcp/gsttcpclientsink.h:
4358 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4359 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4360 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4361 * gst/tcp/gsttcpclientsrc.h:
4362 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4363 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4364 * gst/tcp/gsttcpserversink.h:
4365 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4366 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4367 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4368 * gst/tcp/gsttcpserversrc.h:
4369 Port to GstPoll. See #505417.
4371 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4373 Patch by: Peter Kjellerstedt <pkj at axis com>
4375 * gst-libs/gst/rtsp/gstrtspconnection.c:
4376 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4377 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4378 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4379 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4380 (gst_rtsp_connection_flush):
4381 * gst-libs/gst/rtsp/gstrtspconnection.h:
4382 Use GstPoll for the rtsp connection. See #505417.
4384 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4386 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4387 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4388 Add combo box for visualisations, populate it with a factory list
4389 of all visualisation plugins, configure vis plugin instance in
4392 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4394 * tests/check/libs/rtp.c: (GST_START_TEST):
4395 Add check for RTP buffer defaults, padding and marker bit API.
4397 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4399 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4400 Use memcpy() instead of upcasting a byte array to long *. This
4401 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4402 This should be ported to GCheckSum once we can use GLib 2.16.
4403 Partially fixes bug #500833.
4405 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4407 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4408 Push tag event after the newsegment event. Log the pointer of
4409 the buffer we're actually going to push rather than the buffer
4410 we're feeding to _make_metadata_writable().
4412 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4414 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4415 Comment smoke typefinder for now. The smokedec plugin needs one
4416 frame per buffer but we have no parser yet, thus it simply crashes
4419 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4421 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4422 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4424 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4426 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4428 Add midi typefinder, copied from the timidity plugin.
4430 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4432 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4434 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4435 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4437 Forward slashes at the beginning and end of a line also signify
4438 italics (Fixes: #518162).
4440 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4442 * tests/check/gst-plugins-base.supp:
4443 Add a suppression for a cached value in GIO that wasn't moved
4444 while moving gio from -bad to -base.
4446 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4448 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4451 Don't hardcode -Wall and -Werror for configure checks, this fails
4452 with non-GCC compilers. Fixes bug #517991.
4454 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4456 * gst/audioconvert/gstaudioconvert.c:
4457 * gst/audioconvert/gstaudioquantize.c:
4458 * gst/audioconvert/gstaudioquantize.h:
4459 Make audioconvert gap aware. If noiseshaping is used, wait for
4460 noiseshaping to converge before marking as GAP. Fixes #517813.
4462 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4464 * gst/audiotestsrc/gstaudiotestsrc.c:
4465 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4467 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4469 * ext/gnomevfs/gstgnomevfssink.c:
4470 (gst_gnome_vfs_sink_handle_event):
4471 Return FALSE when seeking for a new segment fails instead
4472 of silently ignoring the failure and appending every buffer
4473 that comes for the new segment.
4475 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4477 * gst/playback/gstplaysink.c: (find_property),
4478 (gst_play_sink_find_property), (gen_video_chain),
4479 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4480 Recursively search the sink element for a last-frame property so that we
4481 can also find the property in autovideosink and friends that don't
4482 always proxy the internal sink properties.
4484 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4486 * gst-libs/gst/audio/multichannel.c:
4487 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4488 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4489 (gst_audio_set_structure_channel_positions_list),
4490 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4491 (gst_audio_fixate_channel_positions):
4492 Fix confusing terminology in docs and code: structure fields are
4493 'fields' and not 'properties'.
4495 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4497 * gst-libs/gst/audio/multichannel.c:
4498 (gst_audio_check_channel_positions), (add_list_to_struct):
4499 Give more useful warning messages if one of the channel
4500 layout enums passed to us is invalid and if the "channels"
4501 field in the caps has a GType we don't expect.
4503 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4505 * gst-libs/gst/audio/multichannel.c:
4506 Fix typo in docs blurb.
4508 2008-02-19 Julien Moutte <julien@fluendo.com>
4510 Patch by: Josep Torra Valles <josep@fluendo.com>
4512 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4513 typefind lookup to fix typefinding on HD clips.
4515 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4517 * gst/playback/gstscreenshot.c:
4518 * gst/playback/gstscreenshot.h:
4519 Fix up copyright (I rewrote the GStreamer-0.10 code for
4520 this from scratch back in the days).
4522 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4524 * gst/playback/Makefile.am:
4525 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4526 (create_element), (gst_play_frame_conv_convert):
4527 * gst/playback/gstscreenshot.h:
4528 Add screenshot conversion code from totem.
4530 * gst/playback/gstplay-marshal.list:
4531 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4532 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4533 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4534 Implement frame property to get a color-unconverted snapshot.
4535 Implement convert-frame action signal to get a converted snapshot image.
4536 Configure connection speed in uridecodebin.
4537 Document some more properties.
4539 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4540 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4541 (gst_play_sink_get_last_frame):
4542 * gst/playback/gstplaysink.h:
4543 Use last-buffer property of the video sink to get a video snapshot.
4545 * tests/examples/seek/seek.c: (shot_cb), (main):
4546 Add snapshot button for playbin2 and use the frame property to save the
4547 frame as a png in the current directory.
4549 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4551 Patch by: Josep Torra Valles <josep at fluendo dot com>
4553 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4555 Add typefinding support for h264 elementary streams.
4558 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4561 Require CVS of core for new API in collectpads.
4563 * gst/adder/gstadder.c:
4564 Use new API to make adder sparse stream aware.
4566 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4568 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4570 Get the object data correct so that we can remove our channels
4573 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4574 (gen_vis_chain), (gst_play_sink_reconfigure),
4575 (gst_play_sink_request_pad):
4576 Add option to disable async behaviour in the sinks when possible. This
4577 makes it possible to avoid an audio queue when dealing with
4579 Add option to add a queue for the audio path.
4581 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4583 Disable the vis checkbox to match the defaults of playbin2.
4584 Only get the stream info when we need to.
4586 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
4588 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4589 (gst_gio_base_sink_set_stream):
4590 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4591 (gst_gio_base_src_set_stream):
4592 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4593 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4594 Don't use async operations as they require a running main loop.
4595 This makes us block again when closing streams and unable
4596 to mount the enclosing volume of an URI if it isn't yet.
4598 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
4600 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4601 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4602 (gen_vis_chain), (gst_play_sink_reconfigure),
4603 (gst_play_sink_request_pad):
4604 Move tee in front of the audio and vis pipelines.
4605 Add queue for audio for now.
4606 Add visualisation support.
4608 * tests/examples/seek/seek.c: (main):
4609 Visualisation is by default disabled.
4611 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
4613 * ext/gio/gstgiobasesink.c: (close_stream_cb):
4614 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4615 Improve debugging a bit.
4617 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4618 * ext/gio/gstgiosink.h:
4619 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4620 * ext/gio/gstgiosrc.h:
4621 Try to mount the enclosing volume of a GFile if it isn't mounted
4622 yet. This requires us to wait for an async operation to finish, done
4623 with an nested GMainLoop. Authentication is not supported yet, will
4626 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
4628 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4629 (gst_play_bin_set_property), (gst_play_bin_get_property),
4630 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4631 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4632 (gst_play_sink_get_mute), (gen_audio_chain):
4633 * gst/playback/gstplaysink.h:
4636 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4637 (gst_selector_pad_chain):
4638 * gst/playback/gststreamselector.h:
4639 Make sure we forward the event only once.
4641 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4642 Add and implement the mute button for playbin2.
4644 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
4646 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4648 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4649 Add some more debug info.
4650 Make sure we never return a negative delay. Fixes #516246.
4652 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
4654 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4655 Revert patch that makes the sink hold the object lock when
4656 calling snd_pcm_delay(), since it breaks playback for me.
4658 2008-02-12 Julien Moutte <julien@fluendo.com>
4660 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4661 some seek flags when changing rate.
4663 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
4665 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4666 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4667 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4668 Fix potential leaks.
4670 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4671 Fix leak when there is no function configured.
4673 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4675 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4676 (gst_v4lsrc_buffer_finalize):
4677 Correctly chain up the finalize method.
4679 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4681 * ext/gio/gstgiostreamsink.c:
4682 * ext/gio/gstgiostreamsrc.c:
4683 Add documentation and example code for giostreamsink/giostreamsrc.
4685 * tests/check/pipelines/gio.c: (GST_START_TEST):
4686 Ask the GMemoryOutputStream for the data instead of assuming that
4687 the pointer to the data stayed the same. It could've been realloc'ed.
4689 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4691 * ext/gio/gstgiosink.c:
4692 * ext/gio/gstgiosrc.c:
4693 Make the documentation of giosink/giosrc complete, large parts
4694 are based on the gnomevfssink/gnomevfssrc docs.
4696 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4698 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4699 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4700 * docs/plugins/gst-plugins-base-plugins.args:
4701 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4702 * docs/plugins/gst-plugins-base-plugins.interfaces:
4703 * docs/plugins/gst-plugins-base-plugins.prerequisites:
4704 * docs/plugins/gst-plugins-base-plugins.signals:
4705 * docs/plugins/inspect/plugin-adder.xml:
4706 * docs/plugins/inspect/plugin-audioconvert.xml:
4707 * docs/plugins/inspect/plugin-audiorate.xml:
4708 * docs/plugins/inspect/plugin-audioresample.xml:
4709 * docs/plugins/inspect/plugin-decodebin.xml:
4710 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4711 * docs/plugins/inspect/plugin-gdp.xml:
4712 * docs/plugins/inspect/plugin-gio.xml:
4713 * docs/plugins/inspect/plugin-gnomevfs.xml:
4714 * docs/plugins/inspect/plugin-libvisual.xml:
4715 * docs/plugins/inspect/plugin-ogg.xml:
4716 * docs/plugins/inspect/plugin-pango.xml:
4717 * docs/plugins/inspect/plugin-playback.xml:
4718 * docs/plugins/inspect/plugin-queue2.xml:
4719 * docs/plugins/inspect/plugin-subparse.xml:
4720 * docs/plugins/inspect/plugin-theora.xml:
4721 * docs/plugins/inspect/plugin-uridecodebin.xml:
4722 * docs/plugins/inspect/plugin-videorate.xml:
4723 * docs/plugins/inspect/plugin-videoscale.xml:
4724 * docs/plugins/inspect/plugin-volume.xml:
4725 * docs/plugins/inspect/plugin-vorbis.xml:
4726 Add the GIO documentation again and while at that run make update.
4728 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4730 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4731 * ext/alsa/gstalsasink.c: (set_swparams):
4732 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4733 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4734 against libasound >= 1.0.16, since it's been deprecated in
4735 0.10.16, and alignment is always 1 then, apparently. (#512899)
4737 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4739 * gst/playback/gstplaybin.c: (gen_audio_element):
4740 * gst/playback/gstplaysink.c: (gen_audio_chain):
4741 Handle case where we can't create the volume element a bit
4744 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4746 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4747 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4748 Add support for https protocol. Fixes #510229.
4750 2008-02-11 Julien Moutte <julien@fluendo.com>
4752 Patch by: Alan Peevers <peeves@pacbell.net>
4754 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4755 lock when calling alsa methods.
4757 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4759 * gst/typefind/gsttypefindfunctions.c:
4760 Bump rank of jpeg and png typefinders, which will return maximum
4761 probability in the most common cases (thus short-circuiting more
4762 expensive typefinders like the mp3 one for these two quite common
4765 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4767 * ext/theora/theoraparse.c:
4768 Fix long description of the theora parser to be more verbose than just
4771 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4773 Patch by: Branko Čibej <brane at xbc dot nu>
4775 * sys/xvimage/xvimagesink.c:
4776 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4779 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4781 * gst/playback/gstplaybasebin.c:
4782 Set is_dynamic as True if there are elements with both request
4783 and sometimes src pad templates instead of breaking out when it
4784 finds the first pad template that is a src.
4786 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4788 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4789 (update_streams), (video_combo_cb), (audio_combo_cb),
4790 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4791 Add some stream switching and volume gui for playbin2.
4793 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4795 * gst/playback/gstplay-marshal.list:
4796 Added marshal for streamselector Tags.
4798 * gst/playback/gstplaybasebin.c: (set_active_source):
4799 Streamselector now selects pads based on the pad object instead of its
4802 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4803 (init_group), (gst_play_bin_init), (get_group), (get_tags),
4804 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4805 (gst_play_bin_get_text_tags),
4806 (gst_play_bin_set_current_video_stream),
4807 (gst_play_bin_set_current_audio_stream),
4808 (gst_play_bin_set_current_text_stream),
4809 (gst_play_bin_set_property), (gst_play_bin_get_property),
4810 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4811 Remove option to mute streams with the current-a/v/t property, we have
4812 this functionality in the flags.
4813 Add signals to notify when the number of A/V/T channels changed.
4814 Add action signals to get tags for the A/V/T streams.
4815 Implement setting the current A/V/T stream.
4816 Rearrange some things to simplify stream selection.
4819 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4820 (gst_play_sink_get_volume), (gst_play_sink_set_property),
4821 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4822 (activate_vis), (gst_play_sink_reconfigure):
4823 * gst/playback/gstplaysink.h:
4824 Add and implement volume setting methods.
4826 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4827 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4828 (gst_selector_pad_event), (gst_stream_selector_class_init),
4829 (gst_stream_selector_init), (gst_stream_selector_finalize),
4830 (gst_stream_selector_set_property),
4831 (gst_stream_selector_get_property),
4832 (gst_stream_selector_get_linked_pad),
4833 (gst_stream_selector_request_new_pad):
4834 * gst/playback/gststreamselector.h:
4835 Add pad properties for tags and status of pads.
4837 Make active pad selection based on pad object instead of name.
4839 2008-02-08 Stefan Kost <ensonic@users.sf.net>
4842 Revert last change as we now check in gtk-doc.m4 for sed.
4844 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
4847 Find and subst SED when building the docs.
4849 2008-02-08 Julien Moutte <julien@fluendo.com>
4851 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4852 (main): Make sure bus signals are reconnected when pressing STOP
4853 and then PLAY again for a parse launch pipeline. Fix a ref leak
4855 * win32/common/config.h: Updated.
4857 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4860 Make DISABLE_DEPRECATED defined *only* during CVS, not during
4861 pre-releases or releases.
4863 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4866 * ext/gio/Makefile.am:
4867 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4870 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4872 * docs/plugins/Makefile.am:
4873 Add the headers which need scanning for the GIO plugin. The rest of
4874 the docs still need migrating.
4876 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4879 * tests/check/Makefile.am:
4880 * tests/check/pipelines/.cvsignore:
4881 Add gio in a few more places.
4883 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4887 * tests/check/Makefile.am:
4888 Move gio plugin from -bad and mark as experimental.
4890 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4892 * gst-libs/gst/interfaces/mixeroptions.c:
4893 * gst-libs/gst/interfaces/mixertrack.c:
4894 Comment out a couple of other things which break the build when
4895 GST_DISABLE_DEPRECATED isn't on but -Werror is.
4897 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
4899 * docs/libs/gst-plugins-base-libs-sections.txt:
4902 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4904 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4905 Fix compiler warning.
4907 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4909 Patch by: Peter Kjellerstedt <pkj at axis com>
4911 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4912 Clear the addrinfo struct using memset. Fixes #514937.
4914 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
4916 * gst/tcp/gstfdset.h:
4917 Remove unused field to same some memory.
4919 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4920 Mark action signals as such.
4922 2008-02-06 Michael Smith <msmith@fluendo.com>
4924 * ext/theora/theoradec.c: (_theora_granule_frame),
4926 Increment granulepos for new-bitstream versions appropriately.
4929 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
4931 * tests/examples/seek/seek.c: (do_seek),
4932 (rate_spinbutton_changed_cb), (update_streams), (main):
4933 Remove obsolete stream_time reset after flushing seek, core does that
4935 Improve accuracy of speed spinbutton.
4936 Only do playbin2 stuff when we actually use it.
4938 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4940 * tests/check/Makefile.am:
4941 Revert previous change of the test environment's GST_PLUGIN_PATH.
4942 The problem is not with the plugins, but with element factories
4943 and only occurs if elements are split out from existing plugins
4944 or if plugins change name (see #512740).
4946 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4948 * tests/check/Makefile.am:
4949 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4950 with the core's plugins first and our local build directories last,
4951 since we might be building against an installed core, and that
4952 core's plugin directory may contain older or other versions of
4953 our own -base plugins, but we really do want to test our local
4954 ones (if there are multiple plugins or element factories with the
4955 same name, those inspected last will trump those read in earlier).
4956 Fixes #512740 for the most part.
4958 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
4961 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4962 Use gmtime_r if available as gmtime is not MT-safe.
4965 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
4967 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4968 Cast glong to time_t as time_t might have a different type on
4969 other platforms, like FreeBSD, and we get a compiler warning
4970 otherwise. Fixes bug #511825.
4972 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
4974 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4975 (get_group), (get_n_pads), (gst_play_bin_get_property),
4976 (pad_added_cb), (no_more_pads_cb), (perform_eos),
4977 (autoplug_select_cb), (deactivate_group):
4978 Remove stream-info, we going for something easier.
4979 Refactor getting the current group.
4980 Implement getting the number of audio/video/text streams.
4982 * gst/playback/gststreamselector.c:
4983 (gst_stream_selector_class_init), (gst_stream_selector_init),
4984 (gst_stream_selector_get_property),
4985 (gst_stream_selector_request_new_pad),
4986 (gst_stream_selector_release_pad):
4987 * gst/playback/gststreamselector.h:
4988 Add property for number of pads.
4990 * tests/examples/seek/seek.c: (set_scale), (update_flag),
4991 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4992 (text_toggle_cb), (update_streams), (msg_async_done),
4993 (msg_state_changed), (main):
4994 Block slider callback when updating the slider position.
4995 Add gui elements for controlling playbin2.
4996 Add callback for async_done that updates position/duration.
4998 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5000 * docs/plugins/Makefile.am:
5001 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5002 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5003 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5004 * docs/plugins/gst-plugins-base-plugins.interfaces:
5005 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5006 First round of plugin docs cleansups.
5008 * docs/plugins/inspect/plugin-adder.xml:
5009 * docs/plugins/inspect/plugin-alsa.xml:
5010 * docs/plugins/inspect/plugin-audioconvert.xml:
5011 * docs/plugins/inspect/plugin-audiorate.xml:
5012 * docs/plugins/inspect/plugin-audioresample.xml:
5013 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5014 * docs/plugins/inspect/plugin-cdparanoia.xml:
5015 * docs/plugins/inspect/plugin-decodebin.xml:
5016 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5017 * docs/plugins/inspect/plugin-gdp.xml:
5018 * docs/plugins/inspect/plugin-gnomevfs.xml:
5019 * docs/plugins/inspect/plugin-libvisual.xml:
5020 * docs/plugins/inspect/plugin-ogg.xml:
5021 * docs/plugins/inspect/plugin-pango.xml:
5022 * docs/plugins/inspect/plugin-subparse.xml:
5023 * docs/plugins/inspect/plugin-tcp.xml:
5024 * docs/plugins/inspect/plugin-theora.xml:
5025 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5026 * docs/plugins/inspect/plugin-video4linux.xml:
5027 * docs/plugins/inspect/plugin-videorate.xml:
5028 * docs/plugins/inspect/plugin-videoscale.xml:
5029 * docs/plugins/inspect/plugin-videotestsrc.xml:
5030 * docs/plugins/inspect/plugin-volume.xml:
5031 * docs/plugins/inspect/plugin-vorbis.xml:
5032 * docs/plugins/inspect/plugin-ximagesink.xml:
5033 * docs/plugins/inspect/plugin-xvimagesink.xml:
5036 * ext/ogg/Makefile.am:
5037 * ext/ogg/gstoggmux.c:
5038 * ext/ogg/gstoggmux.h:
5039 Add header for oggmux. the c-file needs a doc blob still.
5041 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5043 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5045 * gst-libs/gst/rtp/gstrtpbuffer.c:
5046 (gst_rtp_buffer_set_extension_data):
5047 * gst-libs/gst/rtp/gstrtpbuffer.h:
5048 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5049 Add gst_rtp_buffer_set_extension_data()
5050 Add a unit test for this addition. Fixes #511478.
5051 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5053 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5058 === release 0.10.17 ===
5060 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5063 releasing 0.10.17, "Peanut Butter and Jelly"
5065 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5067 * gst-libs/gst/interfaces/mixeroptions.c:
5068 * gst-libs/gst/interfaces/mixertrack.c:
5069 Also remove the conditional registration of the signals
5070 that disappeared with the ABI change in 0.10.14
5072 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5074 * gst-libs/gst/rtsp/gstrtspconnection.c:
5075 Revert patch to gstrtspconnection.c for brown paper bag
5076 release of -base. Re-opens: #511825
5078 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5080 * gst-libs/gst/interfaces/mixeroptions.h:
5081 * gst-libs/gst/interfaces/mixertrack.h:
5082 Change the way these deprecated function pointers are removed
5083 so that the compiled ABI is unconditionally smaller. This
5084 sets in stone an ABI break that actually occurred when the
5085 things were deprecated in 0.10.14, which seems to be the best
5086 fix as the only known users are oss-mixer and sunaudio-mixer in
5090 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5092 * win32/common/libgstpbutils.def:
5093 Export the two new _get_type() functions which are needed
5094 by the python bindings.
5096 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5098 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5099 Cast glong to time_t as time_t might have a different type on
5100 other platforms, like FreeBSD, and we get a compiler warning
5101 otherwise. Fixes bug #511825.
5103 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5105 * gst-libs/gst/audio/gstaudiofilter.c:
5106 (gst_audio_filter_class_init):
5107 Initialize the GstRingerBuffer class to get it's debug category
5108 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5109 category and otherwise we get some g_critical(). Fixes bug #512334.
5111 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5116 === release 0.10.16 ===
5118 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5121 releasing 0.10.16, "Scheduled Interruption"
5123 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5125 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5127 * gst-libs/gst/rtp/gstrtpbuffer.c:
5128 (gst_rtp_buffer_get_extension_data):
5129 Fix typos and wrong extension check. Fixes #511274.
5131 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5134 Oops - add new sk.po mentioned in the LINGUAS I just committed
5136 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5139 Add ca translation to the disted list.
5141 * win32/vs6/libgstsdp.dsp:
5142 Convert line endings to CRLF
5144 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5147 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5149 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5151 * win32/common/libgstsdp.def:
5152 * win32/common/libgstvideo.def:
5153 Add new API declarations
5155 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5157 * ext/theora/gsttheoradec.h:
5158 * ext/theora/gsttheoraparse.h:
5159 * ext/theora/theoradec.c:
5160 * ext/theora/theoraparse.c:
5161 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5162 and parser by inspecting the bitstream version of the incoming data.
5164 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5167 * pkgconfig/Makefile.am:
5168 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5169 * pkgconfig/gstreamer-audio.pc.in:
5170 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5171 * pkgconfig/gstreamer-cdda.pc.in:
5172 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5173 * pkgconfig/gstreamer-fft.pc.in:
5174 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5175 * pkgconfig/gstreamer-floatcast.pc.in:
5176 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5177 * pkgconfig/gstreamer-interfaces.pc.in:
5178 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5179 * pkgconfig/gstreamer-netbuffer.pc.in:
5180 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5181 * pkgconfig/gstreamer-pbutils.pc.in:
5182 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5183 * pkgconfig/gstreamer-riff.pc.in:
5184 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5185 * pkgconfig/gstreamer-rtp.pc.in:
5186 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5187 * pkgconfig/gstreamer-rtsp.pc.in:
5188 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5189 * pkgconfig/gstreamer-sdp.pc.in:
5190 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5191 * pkgconfig/gstreamer-tag.pc.in:
5192 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5193 * pkgconfig/gstreamer-video.pc.in:
5194 Provide one pkg-config file for every gst-plugins-base library.
5195 This makes linking to those libraries much more intuitive and
5196 provides standard pkg-config behaviour for them. Fixes bug #499697.
5198 2008-01-13 David Schleef <ds@schleef.org>
5200 * gst/videoscale/vs_4tap.c:
5201 Fix valgrind error on 4tap scaling method.
5203 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5205 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5206 Include Winsock2.h for VS6 and use a different way initialize
5207 hints structure so it can build with VS6.
5209 * win32/vs6/libgstsdp.dsp:
5210 * win32/common/libgstsdp.def:
5211 Add new files for libgstsdp.
5212 * win32/vs6/grammar.dsp:
5213 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5214 * win32/vs6/gst_plugins_base.dsw:
5215 * win32/vs6/libgstdecodebin.dsp:
5216 * win32/vs6/libgstdecodebin2.dsp:
5217 * win32/vs6/libgstplaybin.dsp:
5218 * win32/vs6/libgstvolume.dsp:
5219 Add new dependencies to the link list.
5221 2008-01-13 Julien Moutte <julien@fluendo.com>
5223 * win32/common/config.h:
5224 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5225 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5226 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5227 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5228 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5229 * win32/common/interfaces-enumtypes.c:
5230 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5231 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5232 (gst_mixer_track_flags_get_type),
5233 (gst_tuner_channel_flags_get_type):
5234 * win32/common/multichannel-enumtypes.c:
5235 (gst_audio_channel_position_get_type):
5236 * win32/common/pbutils-enumtypes.c:
5237 (gst_install_plugins_return_get_type):
5238 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5239 in the win32 build directory.
5241 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5243 * tests/check/Makefile.am:
5244 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5246 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5247 * tests/check/elements/playbin.c:
5248 * tests/check/libs/mixer.c: (test_element_interface_supported),
5249 (gst_implements_interface_init):
5250 * tests/check/libs/rtp.c: (GST_START_TEST):
5251 Fix various assignment type mismatches.
5253 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5256 * gst-libs/gst/rtsp/Makefile.am:
5257 Add test to see if hstrerror is available or if we need libresolv
5258 (Solaris) for it, then use it in libgstrtsp.
5260 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5262 * gst-libs/gst/tag/Makefile.am:
5263 Fix include path order
5265 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5267 * gst-libs/gst/pbutils/install-plugins.c:
5268 (gst_install_plugins_context_copy),
5269 (gst_install_plugins_context_get_type):
5270 * gst-libs/gst/pbutils/install-plugins.h:
5271 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5274 2008-01-11 Michael Smith <msmith@fluendo.com>
5276 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5277 (_theora_granule_frame), (_theora_granule_start_time),
5278 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5279 Adapt for post-alpha meaning of granulepos, when we
5280 have a newer version of libtheora.
5281 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5282 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5283 (theora_enc_is_discontinuous), (theora_enc_chain):
5285 * tests/check/Makefile.am:
5286 Link libtheora into theoraenc test so we can check which version of
5287 libtheora we're testing against.
5288 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5289 (check_buffer_granulepos),
5290 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5292 Adapt tests to check the values that are now defined for theora; make
5293 the tests backwards-adapt the passed values if we're running against an
5297 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5299 * gst-libs/gst/audio/gstbaseaudiosink.c:
5300 (gst_base_audio_sink_class_init):
5301 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5302 (gst_base_audio_src_class_init):
5303 Ref audio clock class from a thread-safe context to make sure
5304 we're not bit by GObjects lack of thread-safety here (#349410),
5305 however unlikely that may be in practice.
5307 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5310 Add -Wno-portability to the automake parameters to stop warnings
5311 about GNU make extensions being used. We require GNU make in almost
5312 every Makefile anyway.
5315 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5316 at the same time is required for per target flags.
5318 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5320 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5321 Post an error message if we can't pull as many bytes as we need
5322 for the tag. This makes sure the user gets to see a proper error
5323 message if a file with a partial ID3 tag is fed to decodebin, and
5324 not a 'no ID3 tag demuxer' error, which would be confusing
5327 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5329 * gst-libs/gst/pbutils/descriptions.c: (formats):
5330 Add description strings for ID3, APE, and ICY tags.
5332 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5334 * gst/playback/gstdecodebin.c: (try_to_link_1):
5335 Make sure we error out correctly if we can't activate one of
5336 the elements we've added. Fixes #508138.
5338 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5340 Patch by: Bastien Nocera <hadess at hadess net>
5342 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5343 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5344 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5345 the volume is the same for all channels. This works around
5346 some problem in alsa that leaves us with inconsistent state
5347 for some reason (#486840).
5349 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5351 Patch by: Jerone Young <jerone at gmail com>
5353 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5354 If there's no mixer track by the name of 'Master' or 'Front',
5355 check if there's one called 'PCM' before trying the generic
5356 fallback logic (fixes #506928, where we pick 'Mic' as master
5357 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5359 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5361 * gst/playback/gstplay-enum.c:
5362 (register_gst_autoplug_select_result),
5363 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5364 (gst_play_flags_get_type):
5365 * gst/playback/gstplay-enum.h:
5366 Add enums for configuration flags.
5368 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5369 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5370 (gst_play_bin_get_property), (no_more_pads_cb),
5371 (autoplug_select_cb), (gst_play_bin_change_state):
5372 Merge mode with flags.
5373 Add more property getters/setters, defaults and docs.
5374 Add properties to get number of audio/video/text streams.
5375 Create sink object in _init so that we can always rely on it being
5378 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5379 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5380 (activate_vis), (gst_play_sink_reconfigure),
5381 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5382 (gst_play_sink_change_state):
5383 * gst/playback/gstplaysink.h:
5384 Use flags to configure the sink pipelines.
5385 Add tee before audio pipeline so that we can use it for visualisations.
5386 Start working on integrating visualisations.
5387 Remove mode, we can do everything with the flags now.
5388 Add method to configue the sink pipeline.
5390 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5392 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5393 (check_buffer_timestamp), (check_buffer_duration):
5394 Turn these functions into macros so we can see right away
5395 where the failure occured.
5397 2008-01-05 Julien Moutte <julien@fluendo.com>
5399 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5400 debugging information to understand how X calculates the stride
5403 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5405 * gst/volume/Makefile.am:
5406 * gst/volume/gstvolume.c: (volume_choose_func),
5407 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5409 * gst/volume/gstvolume.h:
5410 Use GstAudioFilter as base class for the volume element instead of
5411 plain GstBaseTransform.
5413 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5415 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5416 Don't set element details for the abstract GstAudioFilter class.
5418 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5420 * gst-libs/gst/audio/gstaudiofilter.c:
5421 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5422 Implement get_unit_size() vmethod of GstBaseTransform.
5424 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5426 * gst-libs/gst/pbutils/Makefile.am:
5427 * gst-libs/gst/pbutils/pbutils.h:
5428 Use glib-enum generator to have a proper enum GType for
5429 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5431 2007-12-31 David Schleef <ds@schleef.org>
5433 * tests/check/Makefile.am:
5434 * tests/check/pipelines/theoraenc.c:
5435 Reenable theoraenc test, which fails on the buildbot but
5438 2007-12-31 David Schleef <ds@schleef.org>
5440 * docs/libs/.cvsignore:
5441 * docs/plugins/.cvsignore:
5442 Add *-undeclared.txt to fix buildbot.
5444 2007-12-31 David Schleef <ds@schleef.org>
5446 * tests/check/Makefile.am:
5447 Second attempt at disabling theoraenc test long enough to
5448 get buildbot to compile -base.
5450 2007-12-31 David Schleef <ds@schleef.org>
5452 * tests/check/pipelines/theoraenc.c:
5453 Disable theoraenc test long enough to get the buildbot to
5454 compile a recent -base.
5456 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5458 * tests/examples/seek/seek.c: (stop_cb):
5459 Make sure we reset the slider value to 0.0 without racing against a
5460 possible g_idle that sets it to something else.
5462 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5464 * sys/ximage/ximagesink.c:
5467 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5469 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5470 * gst-libs/gst/rtsp/gstrtspdefs.h:
5471 Add Location header so that we can start implementing redirects.
5474 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5476 * gst/subparse/gstssaparse.c:
5479 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5481 * gst/subparse/gstssaparse.c:
5482 remove duplicate log message
5484 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5486 * ext/libvisual/visual.c: (gst_visual_chain):
5487 Fix 'xyz may be used uninitialized' compiler warnings caused
5488 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5489 abort() in any case but properly report the error.
5491 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5493 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5494 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5495 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5496 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5497 (autoplug_select_cb), (activate_group), (deactivate_group),
5498 (setup_next_source), (save_current_group),
5499 (gst_play_bin_change_state):
5501 Remove next-uri, we can use the uri property just fine.
5503 Unref uridecodebin when switching.
5506 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5507 (gst_play_sink_init), (gst_play_sink_dispose),
5508 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5509 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5510 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5511 (gst_play_sink_set_property), (gst_play_sink_get_property),
5512 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5513 (gen_vis_element), (gst_play_sink_get_mode),
5514 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5515 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5516 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5517 (gst_play_sink_change_state):
5518 * gst/playback/gstplaysink.h:
5519 Add some locking to make things threadsafe.
5521 * gst/playback/test7.c: (about_to_finish_cb):
5524 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5526 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5527 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5528 (gst_video_scale_transform):
5529 Don't claim to be able to handle/transform caps that can't really
5530 be handled by the currently selected scaling method (here: RGB or
5531 packed YUV with 4-tap method). Also add locking to method property.
5533 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5534 (test_basetransform_based):
5535 Some test pipelines for the above (not entirely valgrind clean yet
5538 2007-12-21 David Schleef <ds@schleef.org>
5540 * gst-libs/gst/video/video.c:
5541 * gst-libs/gst/video/video.h:
5542 Add additional RGBA and RGB-24 video formats.
5544 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5546 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5547 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5548 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5549 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5550 (cddabasesrc_suite):
5551 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5552 deprecated in the future (see #498924).
5554 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5556 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5559 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5561 * gst-libs/gst/riff/riff-read.c:
5562 Use GST_ROUND_UP_2 macro
5564 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5566 * gst/playback/.cvsignore:
5569 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5571 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5572 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5573 (set_active_source):
5574 * gst/playback/gstplaybasebin.h:
5575 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5576 (setup_sinks), (playbin_set_subtitles_visible):
5577 Make switching off of subtitles work. To avoid all kind of
5578 problems with unlinking of the subtitle input, we just keep
5579 the subtitle inputs linked as they are and tell textoverlay
5580 not to render them. Fixes #373011.
5581 Other subtitle switching issues (esp. when there are both
5582 external and in-stream subtitles) remain. They'll be solved
5585 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5587 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5588 Init the pad segment too.
5590 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5592 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5593 (gst_audioringbuffer_open_device),
5594 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5595 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5596 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5597 (gst_audio_sink_create_ringbuffer):
5598 Improve debug output.
5600 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5601 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5602 Prevent some functions from doing things and failing when the
5603 ringbuffer is not yet acquired.
5605 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5607 * gst-libs/gst/interfaces/interfaces.h:
5608 Also remove interfaces.h from CVS as it is not needed anymore.
5610 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5612 * gst-libs/gst/interfaces/Makefile.am:
5613 interfaces.h is not used anymore so remove it from the build
5616 2007-12-17 David Schleef <ds@schleef.org>
5618 * gst/videotestsrc/gstvideotestsrc.c:
5619 * gst/videotestsrc/gstvideotestsrc.h:
5620 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
5621 for testing vertical refresh synchronization.
5623 2007-12-17 David Schleef <ds@schleef.org>
5625 * docs/libs/gst-plugins-base-libs-sections.txt:
5626 * gst-libs/gst/video/video.c:
5627 * gst-libs/gst/video/video.h:
5628 Add new GstVideFormat enum and write a bunch of helper functions
5631 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
5634 Use new common/win32.mak.
5636 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
5638 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5639 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5641 When going from PLAYING to PAUSED, pause the ringbuffer before calling
5642 the parent state change function, just like the audiosink, because the
5643 parent waits for the element to finish its processing before completing
5644 the state change. This makes going to PAUSED a lot snappier.
5645 When going from READY to PAUSED, don't allow the ringbuffer to start
5648 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5650 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5651 Yet another fix for broken software that produce files with an empty
5652 blockalign field. Instead of completely failing, make a second attempt
5653 at guessing the width/depth by looking at strf->size.
5655 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
5657 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5658 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5659 * gst-libs/gst/pbutils/install-plugins.c:
5660 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5661 * gst-libs/gst/pbutils/missing-plugins.c:
5662 (gst_missing_plugin_message_get_installer_detail),
5663 (gst_missing_encoder_installer_detail_new):
5664 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5665 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5666 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5667 avoid compiler warnings (#503930).
5669 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5671 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5672 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5673 for jpeg video streams.
5674 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5675 for the above modification.
5677 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
5679 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5680 (gst_x_overlay_handle_events):
5681 More guards (we don't want klass to end up being NULL).
5683 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
5686 * gst/volume/gstvolume.c: (gst_volume_init):
5687 Use new gst_base_transform_set_gap_aware() function as volume
5688 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
5691 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5693 * tests/examples/seek/seek.c: (msg_segment_done), (main):
5694 Don't go to READY on EOS as this avoids testing of seeking and
5695 restarting after EOS, use the stop button when you want to READY.
5696 Don't try to do a flushing seek in segment-done, it does not make
5697 sense to use this for gapless playback and is not needed.
5699 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5701 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5702 (reset_rate_timer), (update_in_rates), (update_out_rates),
5703 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5704 (gst_queue_chain), (gst_queue_loop):
5705 Use separate timers for input and output rates.
5706 Pause measuring the output rate when we block for more data.
5709 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5711 * gst/playback/gstqueue2.c: (gst_queue_chain):
5712 Pause the timer to measure the input rate when we block because the
5713 queue is filled. See #503262.
5715 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5717 Patch by: Peter Kjellerstedt <pkj at axis com>
5719 * gst-libs/gst/rtsp/gstrtspconnection.c:
5720 (gst_rtsp_connection_free):
5721 Close control sockets. Fixes #503440.
5723 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5725 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5726 Expose the right pad in the right place with the right element.
5728 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5730 * gst-libs/gst/pbutils/descriptions.c: (formats):
5731 Add description for 'private' dts caps (who come up with that name?).
5733 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5736 Add check-exports target and run it with 'make check'.
5739 Be stricter about what we export in our libraries: change regexp so that
5740 we only export _gst_foo(), but not __gst_foo().
5742 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5743 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5744 Change internal functions to __gst_foo so they dont' get exported.
5746 * win32/common/libgstaudio.def:
5747 Add missing symbols.
5749 2007-12-11 David Schleef <ds@schleef.org>
5751 * ChangeLog: remove conflict markers
5753 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5755 * ext/gnomevfs/Makefile.am:
5756 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5757 Use gst_tag_freeform_string_to_utf8() here, which also takes
5758 into account any character sets specified by the user via
5759 environment variables.
5761 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5763 * gst/audioconvert/Makefile.am:
5766 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5768 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5769 No need for floating point operations here. avoids having to link
5770 against the math library too.
5772 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
5774 * gst-libs/gst/pbutils/descriptions.c: (formats),
5775 (format_info_get_desc):
5776 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5778 Add one or two missing formats. Generate ADPCM description
5779 dynamically depending on layout/format.
5781 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5784 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5786 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
5788 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5790 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5791 Some .srt files start with chunk number 0 and not chunk number 1,
5792 recognise and accept those as well (fixes #502497).
5794 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5796 Add unit test for the above.
5798 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
5800 * gst/playback/gstplay-enum.c:
5801 (register_gst_autoplug_select_result),
5802 (gst_autoplug_select_result_get_type):
5803 * gst/playback/gstplay-enum.h:
5806 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
5808 * gst/playback/Makefile.am:
5809 Group decodebin2 and uridecodebin into the same plugin so that they
5810 can share the GEnumType.
5812 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5813 (_gst_select_accumulator), (gst_decode_bin_class_init),
5814 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5815 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5816 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5817 Add signal to sort factories instead of the more awkward autoplug-select
5819 Modify autoplug_select so that we can try, skip or expose the
5820 autopluggin of an element on a pad.
5822 * gst/playback/gstfactorylists.c: (compare_ranks),
5823 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5824 (element_filter), (gst_factory_list_get_elements),
5825 (gst_factory_list_debug), (gst_factory_list_filter):
5826 * gst/playback/gstfactorylists.h:
5827 Simplify the API, allow getting elements based on mask.
5829 * gst/playback/gstplay-marshal.list:
5830 Add some more marshallers.
5832 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5833 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5834 (autoplug_select_cb), (activate_group):
5835 Add support for managing non-raw sinks by providing a custom element and
5836 sink list to decodebin2.
5837 Try to plug non-raw sinks when decodebin2 using autoplug-select of
5840 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5841 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5842 * gst/playback/gstplaysink.h:
5843 Add support for raw and non-raw sinks.
5844 Add support to force sinks selected by playbin2.
5845 Don't plug raw converters for non-raw sinks.
5847 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5848 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5849 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5851 Use right accumulators.
5854 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5856 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5857 Use runnning time as the base time instead of the timestamp.
5858 Spotted by Saur on IRC.
5860 2007-12-03 Edward Hervey <bilboed@bilboed.com>
5862 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5863 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5865 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5867 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5868 (gst_ogg_demux_read_chain):
5869 If we find a new serial number but it does not contain a BOS page, make
5870 sure we initialize the chain to NULL because else we will try to scan it
5871 and crash. Fixes #500763
5873 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
5875 * gst/playback/Makefile.am:
5876 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5877 (get_feature_array), (decoders_filter), (sinks_filter),
5878 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5879 (gst_factory_list_filter):
5880 * gst/playback/gstfactorylists.h:
5881 Refactor some common code to filter factories and check caps compat.
5883 * gst/playback/gstdecodebin.c:
5884 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5885 (gst_decode_bin_init), (gst_decode_bin_dispose),
5886 (gst_decode_bin_autoplug_continue),
5887 (gst_decode_bin_autoplug_factories),
5888 (gst_decode_bin_autoplug_select), (analyze_new_pad),
5890 * gst/playback/gstplaybin.c:
5891 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5892 (gst_play_bin_init), (gst_play_bin_finalize),
5893 (autoplug_factories_cb), (activate_group):
5894 * gst/playback/gstqueue2.c:
5895 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5896 (proxy_autoplug_continue_signal),
5897 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5898 (proxy_drained_signal):
5899 Add some more debug info and use factor filtering code.
5901 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5903 * gst/audiotestsrc/gstaudiotestsrc.c:
5904 * gst/volume/gstvolume.c:
5905 * gst/volume/gstvolume.h:
5906 Add GAP-flag support.
5908 2007-11-24 Julien MOUTTE <julien@moutte.net>
5910 * tests/examples/seek/seek.c: (main): Increase the range of the
5911 rate selector as I would like to test QOS behavior at higher
5912 forward and reverse playback speed like say 64x.
5914 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
5916 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5917 (audioresample_query), (audioresample_query_type),
5918 (gst_audioresample_set_property):
5919 Implement latency query.
5921 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
5923 * gst-libs/gst/audio/gstbaseaudiosink.c:
5924 (gst_base_audio_sink_drain):
5925 Our EOS time contains the base_time, _wait_eos() expects a running_time
5926 so we have to subtract the base_time again before calling the function.
5927 This fixes an EOS regression where the base_time was added twice and EOS
5928 took longer and longer in certain situations.
5931 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
5933 * docs/libs/gst-plugins-base-libs-sections.txt:
5934 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5935 (gst_base_audio_sink_set_provide_clock),
5936 (gst_base_audio_sink_get_provide_clock),
5937 (gst_base_audio_sink_set_slave_method),
5938 (gst_base_audio_sink_get_slave_method),
5939 (gst_base_audio_sink_set_property),
5940 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5941 (gst_base_audio_sink_none_slaving),
5942 (gst_base_audio_sink_handle_slaving):
5943 * gst-libs/gst/audio/gstbaseaudiosink.h:
5944 Expose methods for some object properties so that subclasses can more
5945 easily configure them.
5946 Added slave method none, that completely disables slaving to the
5948 API: gst_base_audio_sink_set_provide_clock()
5949 API: gst_base_audio_sink_get_provide_clock()
5950 API: gst_base_audio_sink_set_slave_method()
5951 API: gst_base_audio_sink_get_slave_method()
5953 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5954 (gst_base_audio_src_set_provide_clock),
5955 (gst_base_audio_src_get_provide_clock),
5956 (gst_base_audio_src_set_property),
5957 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5958 * gst-libs/gst/audio/gstbaseaudiosrc.h:
5959 Expose methods for some object properties so that subclasses can more
5960 easily configure them.
5961 API: gst_base_audio_src_set_provide_clock()
5962 API: gst_base_audio_src_get_provide_clock()
5964 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
5966 Patch by: Joe Peterson <lavajoe at gentoo dot org>
5968 * gst-libs/gst/sdp/gstsdpmessage.c:
5969 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5971 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
5973 * tests/check/libs/fft.c: (GST_START_TEST):
5974 Fix scaling to really have dB instead of something else.
5976 2007-11-19 Julien MOUTTE <julien@moutte.net>
5978 * tests/examples/seek/seek.c: (main): There's a nice macro to check
5979 GTK version, use it.
5981 2007-11-19 Julien MOUTTE <julien@moutte.net>
5983 * tests/examples/seek/seek.c: (main): Try to support stable version
5986 2007-11-17 Stefan Kost <ensonic@users.sf.net>
5988 * gst/playback/README:
5989 * gst/playback/test7.c:
5990 Fix the build + little README update.
5992 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5994 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5995 Add playbin2 seek pipeline.
5997 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5999 * gst/playback/Makefile.am:
6000 * gst/playback/gstplayback.c: (plugin_init):
6001 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6002 (eos_cb), (about_to_finish_cb), (main):
6004 Added gapless playback example.
6006 * gst/playback/gstplaybasebin.c:
6007 * gst/playback/gstplaybasebin.h:
6008 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6009 * gst/playback/gstqueue2.c:
6010 * gst/playback/test.c:
6011 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6013 * gst/playback/gststreaminfo.h:
6016 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6017 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6018 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6019 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6020 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6021 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6022 (drained_cb), (unlink_group), (activate_group),
6023 (setup_next_source), (gst_play_bin_change_state),
6024 (gst_play_bin2_plugin_init):
6025 Added raw first version of playbin2. Does chained oggs and gapless
6026 playback fine. No support for raw sinks yet. No visualisations or
6029 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6030 (gst_play_sink_class_init), (gst_play_sink_init),
6031 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6032 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6033 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6034 (gst_play_sink_set_property), (gst_play_sink_get_property),
6035 (post_missing_element_message), (free_chain), (add_chain),
6036 (activate_chain), (gen_video_chain), (gen_text_element),
6037 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6038 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6039 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6040 (gst_play_sink_send_event), (gst_play_sink_change_state):
6041 * gst/playback/gstplaysink.h:
6042 Added Element that abstracts the sinks and their pipelines for playbin2.
6044 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6046 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6047 (gst_selector_pad_class_init), (gst_selector_pad_init),
6048 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6049 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6050 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6051 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6052 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6053 (gst_stream_selector_init), (gst_stream_selector_set_property),
6054 (gst_stream_selector_get_linked_pad),
6055 (gst_stream_selector_getcaps),
6056 (gst_stream_selector_is_active_sinkpad),
6057 (gst_stream_selector_activate_sinkpad),
6058 (gst_stream_selector_get_linked_pads),
6059 (gst_stream_selector_request_new_pad),
6060 (gst_stream_selector_release_pad):
6061 * gst/playback/gststreamselector.h:
6062 Improve streamselector, make it select and unselect the current pad more
6064 Subclass GstPad for the sinkpads of the selector.
6065 Handle segments more correctly.
6066 Fix caps negotiation.
6067 Implement release_pad.
6069 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6071 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6072 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6074 Add drained signal fired when decodebin finishes decoding the data.
6075 Remove deprecated STATE_DIRTY message.
6077 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6078 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6079 (analyse_source), (proxy_drained_signal), (make_decoder),
6080 (source_new_pad), (value_list_append_structure_list),
6081 (handle_redirect_message), (handle_message):
6082 Proxy the new drained signal.
6083 Handle pad removed from decodebin.
6084 Handle redirect messages by sorting multiple redirections based on the
6087 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6089 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6091 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6092 Fix leaking headers. Fixes #496761.
6094 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6096 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6098 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6099 (gst_ximagesink_change_state):
6100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6101 Don't leak the PAR on errors. Fixes #496731.
6103 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6105 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6106 (gst_tag_from_id3_user_tag):
6107 Add mapping for audio cd discid tags, so we can extract
6108 them from tags as well (see #347848). Also compare identifiers
6109 in ID3v2 TXXX frames in a case-insensitive way to increase
6110 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6112 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6114 * gst-plugins-base.doap:
6115 Oops, fix the release name.
6117 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6119 * gst-plugins-base.doap:
6122 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6127 === release 0.10.15 ===
6129 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6132 releasing 0.10.15, "No need to argue"
6134 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6136 * win32/vs6/libgstfft.dsp:
6137 Convert line endings to DOS.
6139 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6141 * win32/vs6/gst_plugins_base.dsw:
6142 * win32/vs6/libgstfft.dsp:
6144 Add a project file for fft plugin and remove socket
6145 based plugin which don't build from the workspace.
6146 * win32/vs6/libgstaudio.dsp:
6147 * win32/vs6/libgstrtp.dsp:
6148 * win32/vs6/libgsttag.dsp:
6149 Convert line endings back to DOS.
6152 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6154 * win32/vs6/libgstinterfaces.dsp:
6155 * win32/vs6/libgstrtsp.dsp:
6156 Convert line endings back to DOS
6158 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6160 * gst-libs/gst/fft/kiss_fft_f32.h:
6161 * gst-libs/gst/fft/kiss_fft_f64.h:
6162 * gst-libs/gst/fft/kiss_fft_s16.h:
6163 * gst-libs/gst/fft/kiss_fft_s32.h:
6164 Don't include malloc.h which doesn't exist on Mac OSX.
6165 Instead, pull in glib.h and use g_malloc/g_free for
6166 consistency. Fixes: #496548
6168 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6170 * gst/playback/gstdecodebin2.c:
6171 Dont leak ghostpad. Fixes #475451.
6173 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6175 * docs/design/design-decodebin.txt:
6176 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6177 Update some more docs and comments.
6179 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6181 Patch by: Sebastien Moutte <sebastien moutte net>
6183 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6184 (gst_rtcp_unix_to_ntp):
6185 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6186 Fix some C99-isms and and a missing function that some versions of
6187 MSVC don't like too much (#494346).
6189 * win32/vs6/gst_plugins_base.dsw:
6190 * win32/vs6/libgstaudio.dsp:
6191 * win32/vs6/libgstrtp.dsp:
6192 * win32/vs6/libgsttag.dsp:
6193 Update vs6 projects files (#494346).
6195 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6197 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6199 * win32/common/libgstaudio.def:
6200 * win32/common/libgstcdda.def:
6201 * win32/common/libgstinterfaces.def:
6202 * win32/common/libgstnetbuffer.def:
6203 * win32/common/libgstpbutils.def:
6204 * win32/common/libgstrtp.def:
6205 * win32/common/libgstrtsp.def:
6206 * win32/common/libgsttag.def:
6207 * win32/common/libgstvideo.def:
6208 More missing symbols to export (fixes #493986).
6210 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6212 * docs/libs/gst-plugins-base-libs-sections.txt:
6213 * gst-libs/gst/fft/gstfftf32.c:
6214 * gst-libs/gst/fft/gstfftf32.h:
6215 * gst-libs/gst/fft/gstfftf64.c:
6216 * gst-libs/gst/fft/gstfftf64.h:
6217 * gst-libs/gst/fft/gstffts16.c:
6218 * gst-libs/gst/fft/gstffts16.h:
6219 * gst-libs/gst/fft/gstffts32.c:
6220 * gst-libs/gst/fft/gstffts32.h:
6221 * tests/check/libs/fft.c: (GST_START_TEST):
6222 Remove the magnitude and phase calculation functions as these have
6223 very special use cases and can't even be used for the spectrum
6224 element. Also adjust the docs to mention some properties of the used
6225 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6227 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6229 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6231 Avoid crash when there are external subtitles (fixes #491722).
6233 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6235 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6236 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6237 'Could not open resource for writing' is not an acceptable
6238 error message when we can't open the audio device (see #492334),
6239 even less so when we're trying to open it to record something.
6241 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6243 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6245 * win32/common/libgstrtp.def:
6246 Add some more missing symbols (#492813).
6248 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6250 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6252 * tests/check/elements/audioconvert.c: (verify_convert):
6253 Add check to make sure that the out caps have a channel layout
6254 set on them where they should have one.
6256 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6258 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6260 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6261 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6262 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6265 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6266 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6267 (it disappeared in GLib 2.14.0) (#492306).
6269 * gst-libs/gst/sdp/Makefile.am:
6270 * gst-libs/gst/sdp/gstsdpmessage.c:
6271 Fix includes and LIBS for win32/Mingw (#492306).
6273 * tests/examples/dynamic/addstream.c (pause_play_stream):
6274 Use more portable g_usleep() instead of sleep() (#492306).
6276 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6278 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6280 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6281 (gst_ring_buffer_parse_caps):
6282 Return NULL instead of an enum that happens to be 0, fixes warning
6285 * gst-libs/gst/audio/gstringbuffer.h:
6286 No trailing commas in enum list (for gcc-2.9x).
6288 * gst/videotestsrc/videotestsrc.c: (random_char):
6289 Make information loss explicit instead of implicitly truncating to
6290 eight bits via the return value. Fixes runtime error on MSVC when
6291 using the debug CRT (#492114).
6293 * win32/common/config.h.in:
6294 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6296 * win32/common/libgstinterfaces.def:
6297 * win32/common/libgstrtp.def:
6298 Export a few more symbols (#492114).
6300 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6302 * gst-libs/gst/audio/audio.c:
6303 * gst-libs/gst/audio/audio.h:
6304 Readd the deprecation guards, but preserve compilability.
6306 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6308 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6309 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6310 Preserve channel layout when fixating the number of channels in the
6311 output caps, or make sure there's a suitable channel position layout
6312 set on the caps if required. Fixes #430677.
6314 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6316 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6317 Make sure the pipeline really operates in push mode as it should
6320 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6322 * gst-libs/gst/audio/audio.h:
6323 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6324 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6325 (ie. normal cvs builds) will fail.
6327 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6329 * docs/libs/Makefile.am:
6330 * gst-libs/gst/audio/audio.c:
6331 * gst-libs/gst/audio/audio.h:
6332 * gst-libs/gst/interfaces/mixer.c:
6333 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6335 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6337 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6338 (test_channel_layout_value_intersect), (audio_suite):
6339 Add simple unit test to make sure GstValue intersection
6340 of channel layouts works the way I think it does.
6342 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6344 * docs/libs/gst-plugins-base-libs-sections.txt:
6345 * gst-libs/gst/audio/gstaudiofilter.h:
6346 * gst-libs/gst/interfaces/mixer.h:
6347 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6348 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6349 * gst-libs/gst/sdp/gstsdpmessage.c:
6350 Fix the docs according to what gtk-doc complained about.
6352 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6354 * tests/icles/stress-playbin.c:
6357 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6359 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6360 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6361 Post nice/more useful error message if we don't have a decoder for
6364 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6366 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6367 Be a bit more useful, unblock the pads after we fired the no-more-pads
6368 signal so that we can use the signal to inspect and connect all pads
6369 without having to keep extra state outside of decodebin.
6371 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6373 * gst/playback/gsturidecodebin.c:
6374 (gst_uri_decode_bin_autoplug_continue),
6375 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6376 Implement default signal handler so that we return TRUE when nothing is
6379 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6381 * gst-libs/gst/riff/riff-media.c:
6382 (gst_riff_wavext_add_channel_layout),
6383 (gst_riff_wave_add_default_channel_layout),
6384 (gst_riff_wavext_get_default_channel_mask),
6385 (gst_riff_create_audio_caps):
6386 Use the ALSA channel layout as default for wav files without channel
6387 layout information. This fixes playback of chan-id.wav on 5.1 systems
6388 for example. Also refactor the channel layout setting a bit and add
6389 more default channel orders. Fixes #489010.
6391 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6393 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6394 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6395 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6398 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6400 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6401 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6402 (gst_decode_bin_set_subs_encoding),
6403 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6404 (gst_decode_bin_get_property), (analyze_new_pad):
6405 Move subtitle encoding property to decodebin2 so that it can set the
6406 property value on all elements that it autoplugs and that require it.
6407 Make caps refcounting more consistent in get/set.
6409 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6410 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6411 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6412 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6413 (proxy_autoplug_continue_signal),
6414 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6416 Proxy properties and relevant signals from the internal decodebin.
6417 Make properties MT safe.
6419 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6421 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6422 * gst-libs/gst/tag/tags.c:
6423 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6424 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6426 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6427 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6429 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6430 (gst_tag_to_vorbis_comments):
6431 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6432 just mapping everything I found in the wild) (#414539).
6434 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6436 Inspired by patch of: René Stadler <mail at renestadler dot de>
6438 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6439 (gst_decode_bin_autoplug_continue),
6440 (gst_decode_bin_autoplug_factories),
6441 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6443 * gst/playback/gstplay-marshal.list:
6444 Remove the autoplug-sort signal and replace it with a binding friendly
6445 autoplug-select signal.
6446 Add an autoplug-factories signal that can be used to generate a list of
6447 factories to try to autoplug.
6448 Add the GstPad to the autoplugging signal args as it might be needed to
6449 make a good factory selection.
6450 Fix up the marshallers for this. Fixes #407282.
6452 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6454 * gst-libs/gst/tag/gsttagdemux.c:
6455 Don't abort with an assertion if we receive a seek event with
6456 a start type of NONE (see launchpad bug #155878).
6458 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6460 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6461 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6462 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6463 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6464 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6465 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6466 Make sure that before we clean up the X resources, we shutdown and join
6468 Also make sure the event thread does not shut down immediatly after
6469 startup because the running variable is not yet correctly set.
6472 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6474 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6475 Make the window for a race in typefind and shutting down smaller until
6476 we figure out the right locking here. Avoids #485753 usually.
6478 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6479 Remove unneeded lock causing a race in typefind and shutting down.
6482 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6483 Also remove sinks when going to NULL because we might not complete the
6484 state change to PAUSED, causing the PAUSED->READY state change not to
6487 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6489 * gst-libs/gst/audio/gstbaseaudiosink.c:
6490 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6491 Also explicitly release the ringbuffer when going to NULL because it
6492 is required in the setcaps function, before the state change to PAUSED
6495 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6497 * tests/icles/.cvsignore:
6498 * tests/icles/Makefile.am:
6499 * tests/icles/stress-playbin.c:
6500 Does what it says on the tin.
6502 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6504 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6505 Fix queue negotiation. See #486758.
6507 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6509 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6510 (gst_xvimagesink_xwindow_new),
6511 (gst_xvimagesink_update_colorbalance),
6512 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6514 Fix handling of some of the X atoms. If the last parameter is True,
6515 XInternAtom won't create the atom if it doesn't exist, and therefore
6516 might return None. This causes X errors on Xv implementations that
6517 don't provide the colour balance attributes.
6519 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6521 * gst-libs/gst/tag/gstvorbistag.c:
6522 * tests/check/libs/tag.c:
6523 Extract vorbis comment LICENSE tags correctly.
6525 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6527 Patch by: Jason Kivlighn <jkivlighn gmail com>
6529 * gst-libs/gst/tag/gstid3tag.c:
6530 * tests/check/libs/tag.c:
6531 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6533 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6535 * gst-libs/gst/tag/gsttagdemux.c:
6536 Don't error out when a buggy downstream element doesn't
6537 handle the newsegment event we send properly (especially
6538 not without posting a meaningful error message on the
6539 bus). See bug #471370 and launchpad bug #136264.
6541 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6543 * gst-libs/gst/audio/gstbaseaudiosink.c:
6544 (gst_base_audio_sink_drain):
6545 Use new basesink method to make our EOS drain interruptable.
6547 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6549 * gst-libs/gst/rtp/gstrtppayloads.c:
6550 Fix silly search-replace oversight.
6552 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6554 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6556 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6557 (gst_basertppayload_set_outcaps):
6558 Fix caps memleak. Fixes #484989.
6561 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6563 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6564 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6567 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6569 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6570 (gst_base_audio_src_create):
6571 Also handle the case where there is no clock set on the audio source,
6572 like in the unit tests.
6574 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6576 * gst-libs/gst/rtp/gstrtppayloads.c:
6577 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6578 to avoid compiler warnings
6580 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6582 * gst/playback/gstdecodebin.c: (type_found),
6583 (gst_decode_bin_change_state):
6584 * gst/playback/gstdecodebin2.c: (type_found),
6585 (gst_decode_bin_change_state):
6586 Don't disconnect the have_type signal because we never reconnect it
6587 later on. Instead keep a variable to see if we already detected a type.
6589 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6591 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6592 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6594 Unlink the signal handler when we found the type, we're not going to do
6595 anything sensible with more type_found signals anyway.
6597 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6599 * gst-libs/gst/tag/gsttagdemux.c:
6602 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6604 * gst-libs/gst/tag/Makefile.am:
6605 * gst-libs/gst/tag/gsttagdemux.c:
6606 * gst-libs/gst/tag/gsttagdemux.h:
6607 API: add GstTagDemux base class for simple tag demuxers.
6609 * docs/libs/gst-plugins-base-libs-docs.sgml:
6610 * docs/libs/gst-plugins-base-libs-sections.txt:
6611 Add GstTagDemux to docs.
6613 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
6615 * gst-libs/gst/rtp/gstrtpbuffer.c:
6616 (gst_rtp_buffer_get_payload_subbuffer):
6617 Fix bug introduced with last commit which inverted the logic and
6618 caused all buffers to be dropped. Fixes #483620.
6619 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6621 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6623 * gst-libs/gst/rtp/gstrtpbuffer.c:
6624 Replace g_return_if_val (as it could be disabled), with regular return
6627 2007-10-03 Stefan Kost <ensonic@users.sf.net>
6629 * tests/check/pipelines/simple-launch-lines.c:
6630 Print message name and not just number.
6632 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
6634 * gst-libs/gst/audio/gstbaseaudiosink.c:
6635 (gst_base_audio_sink_async_play):
6636 When slaved to the clock, don't try to align a sample with the previous
6637 one when going to PLAYING again.
6639 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6641 * tests/examples/snapshot/snapshot.c:
6644 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6646 * gst-libs/gst/sdp/gstsdpmessage.h:
6647 Add RFC 3556 bandwidth modifiers.
6649 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6651 * docs/libs/gst-plugins-base-libs-docs.sgml:
6652 * docs/libs/gst-plugins-base-libs-sections.txt:
6653 * gst-libs/gst/rtp/gstrtppayloads.c:
6654 Update documentation.
6656 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6658 * gst-libs/gst/rtp/Makefile.am:
6659 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6660 (gst_rtp_payload_info_for_name):
6661 * gst-libs/gst/rtp/gstrtppayloads.h:
6662 Added new file and header to deal with payload info.
6664 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6665 (gst_rtp_buffer_default_clock_rate):
6666 * gst-libs/gst/rtp/gstrtpbuffer.h:
6667 Payload specific stuff is move to new headers.
6668 Implement _default_clock rate using the new payload function.
6670 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6671 (gst_sdp_parse_line):
6672 * gst-libs/gst/sdp/gstsdpmessage.h:
6673 Add some more comments.
6675 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6677 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6678 (sdp_check_header), (sdp_type_find), (plugin_init):
6679 Add typefind function for application/sdp.
6680 Remove some old dirac typefind code that was ifdeffed out.
6682 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
6684 * win32/common/libgstaudio.def:
6685 Add new exported functions.
6686 * win32/vs6/grammar.dsp:
6687 Add autogeneration and copy of some autegenerated files from win32/common
6689 * win32/vs6/libgstaudioconvert.dsp:
6690 Add gstaudioquantize.c to the build.
6691 * win32/vs6/libgstinterfaces.dsp:
6692 Add videoorientation.c to the build.
6693 * win32/vs6/libgstriff.dsp:
6694 Add libgsttag to the link libraries list.
6695 * win32/vs6/libgstvolume.dsp:
6696 Add liboil to the link.
6697 * win32/vs6/gst_plugins_base.dsw:
6698 * win32/vs6/libgstrtsp.dsp:
6699 * win32/common/libgstrtsp.def:
6700 Add files to build libgstrtsp library.
6702 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6704 * tests/examples/snapshot/snapshot.c: (main):
6705 Print error when pipeline failed to construct.
6707 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6710 * gst-libs/gst/tag/gstid3tag.c:
6711 * gst-libs/gst/tag/gstvorbistag.c:
6712 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6715 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6717 * gst-libs/gst/floatcast/floatcast.h:
6718 Don't include config.h in an installed public header, this
6719 might break compilation of applications that don't have such
6720 a header and doesn't necessarily do what it's supposed to do
6721 anyway (ie. check for the lrint/lrintf defines) (#442065).
6722 Add docs for the various macros and document how this header
6723 has to be used (link against libm, etc.); add a few FIXMEs;
6724 include math.h for non-c99 code path. Based on patch by
6727 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6730 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6731 of duplicating these macros in configure.ac.
6733 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6738 Updated translations to 0.10.14
6740 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6742 translated by: Jakub Bogusz <qboosh@pld-linux.org>
6745 Added Polish translation.
6747 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6749 translated by: Ilkka Tuohela <hile@iki.fi>
6752 Added Finnish translation.
6754 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6756 translated by: Jorge González González <aloriel@gmail.com>
6759 Added Spanish translation.
6761 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6763 translated by: Mogens Jaeger <mogens@jaeger.tf>
6766 Added Danish translation.
6768 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6770 translated by: Funda Wang <fundawang@linux.net.cn>
6773 Added Chinese (simplified) translation.
6775 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6777 translated by: Alexander Shopov <ash@contact.bg>
6780 Added Bulgarian translation.
6782 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
6784 * gst/playback/gstqueue2.c: (gst_queue_push_one):
6785 Fix compilation wrt printf arguments.
6787 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
6790 * tests/examples/Makefile.am:
6791 * tests/examples/snapshot/.cvsignore:
6792 * tests/examples/snapshot/Makefile.am:
6793 * tests/examples/snapshot/snapshot.c: (main):
6794 Add simple snapshot example program using appsink.
6796 2007-09-20 Stefan Kost <ensonic@users.sf.net>
6798 * tests/check/generic/states.c:
6799 Improved state change unit test.
6801 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6803 * docs/plugins/.cvsignore:
6804 * tests/check/.cvsignore:
6805 Ignore registries in any format.
6807 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6809 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6810 (gst_base_rtp_depayload_chain),
6811 (gst_base_rtp_depayload_set_gst_timestamp):
6812 Only copy timestamp on outgoing packets if the depayloader did not set
6814 Also copy duration on outgoing packets.
6816 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6818 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6819 (gst_basertppayload_set_outcaps):
6820 Fix compilation because of missing %d in printf.
6821 When fixating caps, fixate what we can and throw away all remaining
6822 unfixed caps, subclasses should do something smart if they need to.
6824 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6826 * ext/gnomevfs/gstgnomevfssrc.c:
6827 Improve debug logs a bit and be more verbose if things go wrong.
6829 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
6831 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6832 (gst_text_overlay_set_property):
6833 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6834 * gst-libs/gst/audio/gstbaseaudiosink.c:
6835 (gst_base_audio_sink_render):
6836 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6837 (gst_rtcp_unix_to_ntp):
6838 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6839 * gst/playback/gstqueue2.c:
6840 * tests/examples/seek/seek.c: (set_scale):
6841 Fix a bunch of compile warnings shown with Forte.
6843 * gst/audiorate/gstaudiorate.c:
6844 Always pull in config.h before including any system headers.
6846 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
6848 * gst/playback/gstqueue2.c: (update_buffering),
6849 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6850 (gst_queue_handle_sink_event), (gst_queue_chain),
6851 (gst_queue_push_one), (gst_queue_sink_activate_push),
6852 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6853 Also fix #476514 for queue2.
6855 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
6857 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6858 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6859 (gst_base_rtp_depayload_chain),
6860 (gst_base_rtp_depayload_handle_sink_event),
6861 (gst_base_rtp_depayload_push_full),
6862 (gst_base_rtp_depayload_set_gst_timestamp),
6863 (gst_base_rtp_depayload_change_state):
6864 Remove code to deal with RTP to GST time conversion, we now just copy
6865 the GST timestamp we receive to the outgoing buffers.
6866 Handle segment and flushes correctly.
6868 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6869 When we have no valid input timestamp, use the previous rtp timestamp on
6870 the outgoing RTP packet instead of the RTP base time.
6872 2007-09-15 David Schleef <ds@schleef.org>
6874 * ext/alsa/gstalsa.c:
6875 * ext/alsa/gstalsadeviceprobe.c:
6876 * ext/alsa/gstalsamixer.c:
6877 * ext/alsa/gstalsasink.c:
6878 * ext/alsa/gstalsasrc.c:
6879 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6881 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
6883 * gst-libs/gst/rtp/gstbasertppayload.c:
6884 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6885 Add some debug info when negotiating caps.
6887 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6889 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6890 A buffer with an empty payload is also a valid buffer.
6892 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6894 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6895 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6896 (gst_basertppayload_change_state):
6897 Make sure we start our RTP timestamp from the random base RTP
6898 timestamp even if the buffer timestamp starts from some random value.
6900 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6903 * tests/examples/Makefile.am:
6904 * tests/examples/dynamic/.cvsignore:
6905 * tests/examples/dynamic/Makefile.am:
6906 * tests/examples/dynamic/addstream.c: (create_stream),
6907 (pause_play_stream), (message_received), (eos_message_received),
6908 (perform_step), (main):
6909 Add simple exmple app to demonstrate starting and pausing live and
6910 non-live bins in a PLAYING pipeline.
6912 2007-09-14 Julien MOUTTE <julien@moutte.net>
6914 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6915 typefind for QCP files (RFC #3625)
6917 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
6919 * gst-libs/gst/audio/gstbaseaudiosink.c:
6920 (gst_base_audio_sink_init):
6921 Disable pull mode scheduling, we're not ready for it yet and it subtly
6922 breaks a lot of things.
6924 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
6926 * tests/check/elements/libvisual.c:
6927 Test all libvisual plugins, not just the first one; this reproduces
6928 bug #450336 quite easily. Looks like a problem with the 'jess'
6931 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
6933 * tests/check/Makefile.am:
6934 * tests/check/elements/.cvsignore:
6935 * tests/check/elements/libvisual.c:
6936 Add basic libvisual test case in an attempt to reproduce bug #450336.
6937 Doesn't reproduce that bug, but some other crasher instead (invalid
6938 free), at least with make elements/libvisual.forever and the bumscope
6939 plugin on x86-64/gutsy. Leaving test disabled for now.
6941 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
6943 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6945 * gst-libs/gst/rtsp/gstrtspconnection.c:
6946 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6947 (read_body), (gst_rtsp_connection_receive):
6948 Make sure we can not cancel in the middle of receiving a message.
6951 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
6953 Patch by: Josep Torra Valles <josep@fluendo.com>
6955 * gst/playback/gstplaybasebin.c:
6956 Increase upper limit for audio queue a bit; fixes preroll problem
6957 with playbin and decodebin2 when playing a quicktime trailer with
6958 multichannel audio via http (#464666).
6960 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
6962 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6963 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6964 (gst_base_audio_src_provide_clock),
6965 (gst_base_audio_src_set_property),
6966 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6967 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6968 Allow othe clocks than the internal clock to be used for the pipeline.
6969 Add property to disable clock provide.
6970 API: GstBaseAudioSrc::provide-clock
6972 2007-09-10 Stefan Kost <ensonic@users.sf.net>
6974 * gst/playback/gstdecodebin2.c:
6975 Don't leak request pads. Fixes #475395.
6977 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
6979 Patch by: René Stadler <mail at renestadler dot de>
6981 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6982 (gst_ximage_buffer_class_init):
6983 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6984 (gst_xvimage_buffer_class_init):
6985 Correctly chain up finalize with the parent class to prevent
6986 memory leaks. Fixes #474880.
6988 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
6990 * gst/volume/gstvolume.c: (volume_choose_func):
6991 * tests/check/elements/volume.c: (GST_START_TEST):
6992 Revert the latest change: floating point samples are allowed to
6993 have any value, not only values in the range [-1,1]. Thanks to Andy
6995 Also fix processing of int32 samples with volumes > 4 by making the
6996 unity value smaller which prevents overflows.
6998 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7000 * gst-libs/gst/rtp/gstrtpbuffer.c:
7001 * tests/check/libs/rtp.c:
7002 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7004 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7006 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7008 * gst-libs/gst/rtp/gstrtpbuffer.c:
7009 Fix up GstRTPHeader helper struct so that compilers will not under
7010 any circumstances add padding in between our fields, as currently
7011 happens with MSVC on win32, because that would lead to us sending
7012 out RTP payloads with broken RTP headers (#471194).
7013 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7015 * tests/check/Makefile.am:
7016 * tests/check/libs/.cvsignore:
7017 * tests/check/libs/rtp.c:
7018 Add some simple unit tests for GstRTPBuffer. Some are disabled
7019 because the code tested still needs fixing (set_csrc() does not work).
7021 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7024 * win32/common/gstrtsp-enumtypes.c:
7025 * win32/common/gstrtsp-enumtypes.h:
7026 * win32/common/interfaces-enumtypes.c:
7027 * win32/common/interfaces-enumtypes.h:
7028 * win32/common/multichannel-enumtypes.c:
7029 Add rtsp enumtypes (#474384) and update others.
7031 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7034 Fix configure check for HAVE_LIBXML_HTML.
7036 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7038 * tests/check/libs/.cvsignore:
7039 Ignore more, in case the build bots work again one day.
7041 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7043 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7046 * gst-libs/gst/Makefile.am:
7047 * gst-libs/gst/fft/Makefile.am:
7048 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7049 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7050 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7051 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7052 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7053 * gst-libs/gst/fft/gstfft.h:
7054 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7055 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7056 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7057 * gst-libs/gst/fft/gstfftf32.h:
7058 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7059 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7060 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7061 * gst-libs/gst/fft/gstfftf64.h:
7062 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7063 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7064 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7065 * gst-libs/gst/fft/gstffts16.h:
7066 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7067 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7068 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7069 * gst-libs/gst/fft/gstffts32.h:
7070 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7071 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7072 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7073 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7074 * gst-libs/gst/fft/kiss_fft_f32.h:
7075 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7076 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7077 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7078 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7079 * gst-libs/gst/fft/kiss_fft_f64.h:
7080 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7081 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7082 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7083 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7084 * gst-libs/gst/fft/kiss_fft_s16.h:
7085 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7086 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7087 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7088 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7089 * gst-libs/gst/fft/kiss_fft_s32.h:
7090 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7091 (kiss_fftr_f32), (kiss_fftri_f32):
7092 * gst-libs/gst/fft/kiss_fftr_f32.h:
7093 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7094 (kiss_fftr_f64), (kiss_fftri_f64):
7095 * gst-libs/gst/fft/kiss_fftr_f64.h:
7096 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7097 (kiss_fftr_s16), (kiss_fftri_s16):
7098 * gst-libs/gst/fft/kiss_fftr_s16.h:
7099 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7100 (kiss_fftr_s32), (kiss_fftri_s32):
7101 * gst-libs/gst/fft/kiss_fftr_s32.h:
7102 * gst-libs/gst/fft/kiss_version:
7103 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7104 * pkgconfig/gstreamer-plugins-base.pc.in:
7105 Add libgstfft, a FFT library based on Kiss FFT which is
7106 BSD licensed. Supported sample formats are int16, int32,
7107 float and double. For those formats a real FFT and IFFT
7108 can be done, different windowing functions can be applied
7109 and functions for extracting the magnitude and phase exist.
7112 * docs/libs/Makefile.am:
7113 * docs/libs/gst-plugins-base-libs-docs.sgml:
7114 * docs/libs/gst-plugins-base-libs-sections.txt:
7115 Integrate libgstfft into the docs.
7117 * tests/check/Makefile.am:
7118 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7119 Add unit tests for libgstfft, currently only testing the FFT.
7120 Unit tests for IFFT will follow soon.
7122 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7124 Patch by: Peter Kjellerstedt <pkj at axis com>
7126 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7127 (gst_sdp_message_init), (gst_sdp_message_uninit),
7128 (is_multicast_address), (gst_sdp_message_as_text),
7129 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7130 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7131 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7132 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7133 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7134 (gst_sdp_media_init), (gst_sdp_media_uninit),
7135 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7136 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7137 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7138 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7139 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7140 * gst-libs/gst/sdp/gstsdpmessage.h:
7141 Separate INIT_ARRAY() and related macros into two versions, one for
7142 structures and one for pointers (e.g., INIT_ARRAY() and
7143 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7144 lists of emails and phone numbers.
7145 Add missing const as appropriate.
7146 Change all gint to guint since they all actually represent unsigned
7148 Do not use time as a variable name as it shadows the global time().
7149 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7150 Actually implement gst_sdp_message_add_time().
7151 Make gst_sdp_message_add_time() take repeat times as an argument.
7152 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7153 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7154 misspelled as badwidth).
7155 gst-indented and a little clean up. Fixes #471067.
7157 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7159 * gst/volume/gstvolume.c: (volume_choose_func),
7160 (volume_process_double), (volume_process_double_clamp),
7161 (volume_process_float_clamp):
7162 Correctly clamp float/double samples in the [-1.0,1.0] range to
7163 prevent weird effects.
7164 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7165 Add unit tests for all samples types that had none before.
7167 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7169 * gst-libs/gst/rtp/gstrtpbuffer.c:
7170 Need to include stdlib.h for abs() here too.
7172 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7174 * gst/playback/gststreaminfo.c:
7177 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7179 * gst/playback/gststreaminfo.c:
7180 Clean up some half-disabled code and comment.
7182 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7184 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7186 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7187 (gst_base_rtp_payload_audio_handle_event):
7188 Return FALSE from the event handler to let the parent class handle the
7189 event. Fixes #446766.
7191 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7192 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7193 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7195 * gst-libs/gst/rtp/gstbasertppayload.c:
7196 Bump the MTU to 1400.
7198 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7200 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7201 Add an audio/x-nsf typefind function for the nsfdec element.
7203 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7204 * gst/playback/gstplaybasebin.c:
7205 Included "myth://" on stream_uris list for enable buffering to mythtv files
7207 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7209 * docs/libs/gst-plugins-base-libs-sections.txt:
7210 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7211 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7212 (gst_rtcp_unix_to_ntp):
7213 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7214 Fix parsing of RB blocks.
7216 Added helper functions to convert to/from UNIX and NTP time.
7217 API: gst_rtcp_ntp_to_unix()
7218 API: gst_rtcp_unix_to_ntp()
7220 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7221 (gst_rtp_buffer_get_header_len),
7222 (gst_rtp_buffer_get_extension_data),
7223 (gst_rtp_buffer_get_payload_subbuffer),
7224 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7225 (gst_rtp_buffer_ext_timestamp):
7226 * gst-libs/gst/rtp/gstrtpbuffer.h:
7228 Implement handling of packets with extensions.
7229 Fix padding check in _validate().
7230 Added function to get extension data.
7231 API: gst_rtp_buffer_get_header_len()
7232 API: gst_rtp_buffer_get_extension_data()
7234 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7236 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7237 (gst_base_rtp_depayload_class_init),
7238 (gst_base_rtp_depayload_set_gst_timestamp):
7239 Add some more docs for the queue-delay property and fix a typo in a
7242 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7245 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7247 * gst-libs/gst/audio/gstbaseaudiosink.c:
7248 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7249 (gst_base_audio_sink_change_state):
7250 When skew slaving, try to hover around the middle of a segment so that
7251 we at most drift by half a segment.
7252 If we are aligning in the oposite direction of the clock skew, we don't
7255 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7257 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7258 (gst_base_rtp_depayload_setcaps),
7259 (gst_base_rtp_depayload_set_gst_timestamp):
7260 Be less silly with the segment start, just apply the clock-base to the
7263 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7265 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7266 (gst_base_rtp_depayload_class_init),
7267 (gst_base_rtp_depayload_finalize),
7268 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7269 (gst_base_rtp_depayload_handle_sink_event),
7270 (gst_base_rtp_depayload_set_gst_timestamp),
7271 (gst_base_rtp_depayload_change_state):
7272 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7273 Deprecate the queue handling thread thing and remove the code.
7274 Use new method to calculate the extended timestamp.
7276 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7278 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7279 (gst_rtcp_packet_sdes_copy_entry):
7280 Use g_strndup which does exactly what we want.
7282 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7283 (gst_rtp_buffer_ext_timestamp):
7284 * gst-libs/gst/rtp/gstrtpbuffer.h:
7285 Add helper function to compare seqnums.
7286 Add helper function to calculate extended timestamps.
7287 API: gst_rtp_buffer_compare_seqnum()
7288 API: gst_rtp_buffer_ext_timestamp()
7290 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7292 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7293 (gst_rtcp_packet_sdes_get_entry),
7294 (gst_rtcp_packet_sdes_copy_entry):
7295 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7296 Fix and document SDES item data function.
7297 Add new function that makes a proper copy of SDES item data.
7298 API: gst_rtcp_packet_sdes_copy_entry()
7300 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7304 The tcp and subparse plugins are under gst, but not totaly free of
7305 dependencies. Handle selection inconfigure.ac, so that they show up
7306 on the final list of what is build and what is not. Maybe they should
7307 better be moved to ext.
7309 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7311 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7315 Check if libxml provides HTML parser which subparse needs.
7318 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7320 * ext/alsa/gstalsa.c:
7321 Fix typo and compilation on big endian systems.
7323 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7325 * gst/subparse/gstssaparse.c:
7326 Convert SSA newline codes into actual newline characters (#470766).
7328 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7330 * docs/libs/gst-plugins-base-libs-sections.txt:
7331 * gst-libs/gst/pbutils/install-plugins.c:
7332 * gst-libs/gst/pbutils/install-plugins.h:
7333 * tests/check/libs/pbutils.c:
7334 API: also add gst_install_plugins_supported() while we're at it
7337 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7339 * docs/libs/gst-plugins-base-libs-sections.txt:
7340 * gst-libs/gst/pbutils/missing-plugins.c:
7341 * gst-libs/gst/pbutils/missing-plugins.h:
7342 * tests/check/libs/pbutils.c:
7343 API: add gst_missing_*_installer_detail_new() convenience API so
7344 that applications that know exactly what they're missing can request
7345 installer detail strings for those items directly instead of having
7346 to first create a dummy missing-plugin message and then get the
7347 installer detail string from that. Fixes #470456.
7349 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7351 * gst/playback/gstdecodebin.c: (close_pad_link):
7352 We need to set up delayed-linking whenever the caps are non-fixed,
7353 not just when there are multiple types - use gst_pad_is_fixed()
7356 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7358 * gst-libs/gst/pbutils/missing-plugins.c:
7359 (gst_missing_plugin_message_get_installer_detail):
7360 Add missing separator in PID fallback case.
7362 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7364 * ext/alsa/Makefile.am:
7365 There is no GST_PLUGINS_BASE_LIBS defined.
7367 * ext/alsa/gstalsa.c:
7368 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7369 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7370 Add support for ALSA 24-bit formats.
7371 snd_pcm_delay can return an error code, especially
7372 during XRUNS. In that case, the best we can do is assume
7375 * gst/audioconvert/Makefile.am:
7376 Add flags from -base before any more-remote dependencies.
7378 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7380 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7382 * gst/volume/gstvolume.c: (volume_choose_func),
7383 (volume_update_real_volume), (gst_volume_set_volume),
7384 (gst_volume_init), (volume_process_int32),
7385 (volume_process_int32_clamp), (volume_process_int24),
7386 (volume_process_int24_clamp), (volume_process_int16),
7387 (volume_process_int16_clamp), (volume_process_int8),
7388 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7389 * gst/volume/gstvolume.h:
7390 Add support for int32, int24 and int8 to the volume element.
7393 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7395 * tests/examples/Makefile.am:
7398 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7401 * docs/libs/Makefile.am:
7402 * docs/libs/gst-plugins-base-libs-docs.sgml:
7403 * docs/libs/gst-plugins-base-libs-sections.txt:
7404 * ext/gnomevfs/gstgnomevfssrc.c:
7405 * ext/gnomevfs/gstgnomevfssrc.h:
7406 * gst-libs/gst/Makefile.am:
7407 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7408 * pkgconfig/gstreamer-plugins-base.pc.in:
7409 * sys/v4l/v4lsrc_calls.c:
7410 * tests/examples/Makefile.am:
7411 * win32/common/config.h:
7412 Revert unwanted commit. many thanks to moap. I want a fix for
7413 https://thomas.apestaart.org/moap/trac/ticket/239
7415 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7417 * gst/volume/gstvolume.c:
7418 Move passthrough below gst_object_sync_values(). Fixes #442654.
7420 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7422 * gst-libs/gst/audio/audio.c:
7423 Clarify the docs a little.
7425 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7427 * gst/volume/gstvolume.c:
7428 Enable liboil for float and add more details about problems with
7431 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7433 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7434 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7436 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7438 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7439 When calculating the first timestamp of the buffers, don't go below 0
7440 and clip the samples because the offset was on the eos page.
7443 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7445 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7446 (gst_ogg_demux_collect_chain_info):
7447 Also submit the eos page when trying to find the first timestamp.
7450 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7452 * gst-libs/gst/audio/audio.h:
7453 Use gst_util_uint64_scale() instead of doing the math
7454 with double for GST_FRAMES_TO_CLOCK_TIME() and
7455 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7456 prevents rounding errors. Fixes #467667.
7458 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7460 * gst-libs/gst/rtsp/gstrtspconnection.c:
7461 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7462 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7463 * gst-libs/gst/rtsp/gstrtspconnection.h:
7465 On shutdown, don't read the control socket yet.
7466 Set timeout value correctly in all cases.
7467 Add function to check if the server accepts reads or writes.
7468 API: gst_rtsp_connection_poll()
7470 * gst-libs/gst/rtsp/gstrtspdefs.h:
7471 Fix compilation with -pedantic.
7474 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7476 Patch by: Olivier Crete <tester at tester ca>
7478 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7479 (gst_basertppayload_getcaps):
7480 * gst-libs/gst/rtp/gstbasertppayload.h:
7481 Add getcaps vfunc to basertppayload. See #465146.
7483 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7485 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7486 Only post buffering messages when we are a stream.
7488 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7490 * gst-libs/gst/pbutils/install-plugins.c:
7491 * gst-libs/gst/pbutils/missing-plugins.c:
7492 Small docs fix and addition.
7494 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7496 * tests/icles/.cvsignore:
7497 * tests/icles/Makefile.am:
7498 * tests/icles/test-textoverlay.c:
7499 Add a dumb little test for textoverlay alignments.
7501 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7503 Patch by: Dan Williams <dcbw redhat com>
7505 * ext/pango/gsttextoverlay.c:
7506 * ext/pango/gsttextoverlay.h:
7507 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7508 "silent" property so there's a Since tag in the API reference.
7510 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7512 * gst-libs/gst/rtp/gstbasertppayload.c:
7513 (gst_basertppayload_set_outcaps):
7514 * gst-libs/gst/rtp/gstbasertppayload.h:
7515 Improve caps negotiation so that downstream elements can confiure
7516 certain RTP properties by fixing them on the caps. See #465146.
7519 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7521 * docs/libs/gst-plugins-base-libs-sections.txt:
7522 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7523 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7524 Mark as deprecated some macros which were presumably meant to be
7525 private API and accidentally exposed in the public header file.
7526 Also actually _init() lock (only works at the moment because the
7527 struct is zeroed out when created and the initial values in the
7528 mutex struct are zeroes too). (#459585)
7530 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7532 * docs/libs/Makefile.am:
7533 Remove cruft and do some cleanups.
7535 * docs/libs/gst-plugins-base-libs-docs.sgml:
7536 Prepare for comming gtkdoc features (rebase against online docs).
7538 2007-08-10 Michael Smith <msmith@fluendo.com>
7540 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7542 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7544 Change the number of buffers used; 500 is too many and leads to
7547 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7549 * gst/playback/gstqueue2.c:
7550 * gst/videorate/gstvideorate.c:
7551 Printf format fixes (#465028).
7553 2007-08-09 Michael Smith <msmith@fluendo.com>
7555 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7556 If we have a large (> 1 second) discontinuity, push a series of
7557 smaller buffers rather than a single very large buffer. Avoids
7558 unreasonably large single buffer allocations when encountering a
7560 * tests/check/elements/audiorate.c: (GST_START_TEST),
7562 Add a test for this.
7564 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7566 * gst/playback/gstplaybasebin.c: (group_commit),
7567 (queue_remove_probe), (queue_threshold_reached):
7569 Patch by: Josep Torra Valles <josep@fluendo.com>
7571 Make sure we remove the check_queues buffer probe from the
7572 correct queue to avoid racily going back to "buffering 99%" when
7573 buffering is actually complete.
7575 Also, fix the spelling of Josep's surname in the ChangeLog.
7577 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7579 * ext/ogg/gstoggmux.c:
7580 Do not leak oggmux instance.
7582 * ext/vorbis/vorbisenc.c:
7585 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7592 Updated translations.
7594 2007-08-08 Stefan Kost <ensonic@users.sf.net>
7596 patch by: Yang Hong <hongyang@redflag-linux.com>
7598 * ext/pango/gsttextoverlay.c:
7599 * ext/pango/gsttextoverlay.h:
7600 Add 'silent' property to GstTimeOverlay. Fixes #462979
7602 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7604 Patch by: Josep Torra Valles <josep@fluendo.com>
7606 * docs/plugins/gst-plugins-base-plugins.args:
7607 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7608 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7609 (gst_uri_decode_bin_get_property), (gen_source_element):
7610 Add connection-speed property. Fixes #464690.
7612 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7614 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7617 * gst-libs/gst/rtsp/Makefile.am:
7618 * gst-libs/gst/rtsp/gstrtspconnection.c:
7619 (gst_rtsp_connection_connect):
7620 Fix compilation on windows. Fixes #464320.
7622 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7624 Patch by: Josep Torra Valles <josep@fluendo.com>
7626 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7627 (gst_play_base_bin_init), (queue_threshold_reached),
7628 (gen_source_element), (setup_substreams),
7629 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7630 (gst_play_base_bin_get_streaminfo_value_array):
7631 * gst/playback/gstplaybasebin.h:
7632 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7633 (gst_play_bin_set_property), (gst_play_bin_get_property),
7634 (gst_play_bin_handle_redirect_message):
7635 Move connection-speed property from playbin to playbasebin so that we
7636 can also configure it in source elements that have the connection-speed
7637 property. Fixes #464028.
7638 Add some debug info here and there.
7640 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
7642 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7643 Properly respond to conversion queries. Fixes #464079.
7645 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7647 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7648 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7649 (gst_audio_test_src_init_sine_table),
7650 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7651 * gst/audiotestsrc/gstaudiotestsrc.h:
7652 Add float/double and int32 support to audiotestsrc. Fixes #460422.
7653 Also set the default volume to the default value specified in the
7656 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7658 Patch by: Jens Granseuer <jensgr at gmx dot net>
7660 * gst/audioconvert/gstaudioquantize.c:
7661 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7663 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
7665 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7666 Add rdt manager for rdt transport.
7667 Fix parsing of RDT transport.
7669 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7674 === release 0.10.14 ===
7676 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7679 releasing 0.10.14, "Light Years Ahead"
7681 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7683 * tests/check/libs/audio.c: (GST_START_TEST):
7684 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7686 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7688 * gst-libs/gst/audio/audio.c:
7689 When clipping a buffer with no timestamp, assume it is
7690 within the segment without warnings.
7694 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7696 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7697 Fire the signal on the object, not the interface.
7699 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7701 * gst-libs/gst/rtsp/.cvsignore:
7702 Ber. Don't include the full path, idiot.
7704 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7706 * gst-libs/gst/rtsp/.cvsignore:
7707 Ignore generated files.
7709 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7711 * gst-libs/gst/interfaces/Makefile.am:
7712 * gst-libs/gst/interfaces/interfaces-marshal.list:
7713 * gst-libs/gst/interfaces/rtspextension.c:
7714 * gst-libs/gst/interfaces/rtspextension.h:
7715 * gst-libs/gst/rtsp/Makefile.am:
7716 * gst-libs/gst/rtsp/gstrtsp.h:
7717 * gst-libs/gst/rtsp/gstrtspextension.c:
7718 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7719 (gst_rtsp_extension_detect_server),
7720 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7721 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7722 (gst_rtsp_extension_configure_stream),
7723 (gst_rtsp_extension_get_transports),
7724 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7725 * gst-libs/gst/rtsp/gstrtspextension.h:
7726 * gst-libs/gst/rtsp/rtsp-marshal.list:
7727 Move the rtspextension.h interface into gstrtspextension.h
7728 as part of libgstrtsp instead of libgstinterfaces, because it's
7729 only for use within plugins, not applications.
7730 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7731 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
7732 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7735 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7737 * gst-libs/gst/interfaces/Makefile.am:
7738 * gst-libs/gst/interfaces/interfaces-marshal.list:
7739 * gst-libs/gst/interfaces/rtspextension.c:
7740 (gst_rtsp_extension_iface_init),
7741 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7742 * gst-libs/gst/interfaces/rtspextension.h:
7743 Fix marshaller for the send signal.
7744 Add URL to stream selection interface method.
7746 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7748 * gst-libs/gst/riff/Makefile.am:
7749 Pull in our dependencies from -base before those from outside.
7751 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7753 * docs/libs/gst-plugins-base-libs-sections.txt:
7754 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7755 * gst-libs/gst/rtsp/gstrtspbase64.h:
7756 API: gst_rtsp_base64_decode_ip()
7757 Added function to decode Base64 in-place.
7759 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7761 * tests/check/libs/.cvsignore:
7762 Ignore the mixer test binary.
7764 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7766 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7767 Gratuitous comment change to trigger a rebuild on the buildbots.
7769 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7771 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7772 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7773 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7774 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7775 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7776 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7777 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7778 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7779 (gst_sdp_media_get_attribute_val):
7780 * gst-libs/gst/sdp/gstsdpmessage.h:
7781 Constify args where we can.
7783 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7785 * gst-libs/gst/interfaces/Makefile.am:
7786 * gst-libs/gst/interfaces/rtspextension.c:
7787 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7788 (gst_rtsp_extension_detect_server),
7789 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7790 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7791 (gst_rtsp_extension_configure_stream),
7792 (gst_rtsp_extension_get_transports),
7793 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7794 * gst-libs/gst/interfaces/rtspextension.h:
7795 Move interface for RTSP extensions from -good to here.
7796 Added helper methods to invoke interface methods.
7798 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7800 * docs/libs/gst-plugins-base-libs-sections.txt:
7801 * gst-libs/gst/rtsp/gstrtspdefs.h:
7802 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7803 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7804 (gst_rtsp_message_init_response),
7805 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7806 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7807 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7808 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7809 (gst_rtsp_message_get_body), (dump_key_value):
7810 * gst-libs/gst/rtsp/gstrtspmessage.h:
7811 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7812 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7813 (gst_rtsp_range_parse):
7814 * gst-libs/gst/rtsp/gstrtsprange.h:
7815 * gst-libs/gst/rtsp/gstrtsptransport.c:
7816 * gst-libs/gst/rtsp/gstrtspurl.c:
7817 Fix some more RTSP docs.
7818 Add some missing methods for dealing with messages.
7820 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7822 * docs/libs/gst-plugins-base-libs-docs.sgml:
7823 * docs/libs/gst-plugins-base-libs-sections.txt:
7824 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7825 * gst-libs/gst/rtsp/gstrtspbase64.h:
7826 * gst-libs/gst/rtsp/gstrtspconnection.c:
7827 (gst_rtsp_connection_connect), (add_auth_header),
7828 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7829 (read_body), (gst_rtsp_connection_receive),
7830 (gst_rtsp_connection_next_timeout),
7831 (gst_rtsp_connection_reset_timeout),
7832 (gst_rtsp_connection_set_auth):
7833 * gst-libs/gst/rtsp/gstrtspconnection.h:
7834 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7835 * gst-libs/gst/rtsp/gstrtspdefs.h:
7836 * gst-libs/gst/rtsp/gstrtspmessage.h:
7837 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7838 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7839 (gst_rtsp_range_parse):
7840 * gst-libs/gst/rtsp/gstrtspurl.h:
7841 Added beginnings of RTSP documentation.
7843 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7845 * docs/libs/Makefile.am:
7846 * docs/libs/gst-plugins-base-libs-docs.sgml:
7847 * docs/libs/gst-plugins-base-libs-sections.txt:
7848 * gst-libs/gst/sdp/gstsdp.h:
7849 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7850 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7851 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7852 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7853 (gst_sdp_message_get_attribute_val),
7854 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7855 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7856 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7857 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7858 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7859 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7860 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7861 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7862 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7863 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7864 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7865 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7866 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7867 (gst_sdp_media_get_attribute_val_n),
7868 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7869 (print_media), (gst_sdp_message_dump):
7870 * gst-libs/gst/sdp/gstsdpmessage.h:
7871 Document the SDP library.
7872 Add some of the missing SDPMedia methods.
7874 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7877 * gst-libs/gst/Makefile.am:
7878 * gst-libs/gst/rtsp/Makefile.am:
7879 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7880 * gst-libs/gst/rtsp/gstrtspbase64.h:
7881 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7882 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7883 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7884 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7885 (parse_response_status), (parse_request_line), (parse_line),
7886 (gst_rtsp_connection_read), (read_body),
7887 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7888 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7889 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7890 (gst_rtsp_connection_set_auth):
7891 * gst-libs/gst/rtsp/gstrtspconnection.h:
7892 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7893 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7894 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7895 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7896 (gst_rtsp_find_method):
7897 * gst-libs/gst/rtsp/gstrtspdefs.h:
7898 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7899 (gst_rtsp_message_new), (gst_rtsp_message_init),
7900 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7901 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7902 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7903 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7904 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7905 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7906 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7907 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7908 (gst_rtsp_message_dump):
7909 * gst-libs/gst/rtsp/gstrtspmessage.h:
7910 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7911 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7912 (gst_rtsp_range_parse), (gst_rtsp_range_free):
7913 * gst-libs/gst/rtsp/gstrtsprange.h:
7914 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7915 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7916 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7917 (range_as_text), (rtsp_transport_mode_as_text),
7918 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7919 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7920 (gst_rtsp_transport_free):
7921 * gst-libs/gst/rtsp/gstrtsptransport.h:
7922 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7923 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7924 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7925 * gst-libs/gst/rtsp/gstrtspurl.h:
7926 * gst-libs/gst/sdp/Makefile.am:
7927 * gst-libs/gst/sdp/gstsdp.h:
7928 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7929 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7930 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7931 (gst_sdp_attribute_init), (gst_sdp_message_new),
7932 (gst_sdp_message_init), (gst_sdp_message_uninit),
7933 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7934 (gst_sdp_media_uninit), (gst_sdp_media_free),
7935 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7936 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7937 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7938 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7939 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7940 (gst_sdp_message_get_attribute_val),
7941 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7942 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7943 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7944 (gst_sdp_media_get_attribute_val_n),
7945 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7946 (read_string), (read_string_del), (gst_sdp_parse_line),
7947 (gst_sdp_message_parse_buffer), (print_media),
7948 (gst_sdp_message_dump):
7949 * gst-libs/gst/sdp/gstsdpmessage.h:
7950 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7951 Move SDP and RTSP from helper objects in -good to a reusable library.
7952 Use a proper gst_ namespace.
7954 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
7956 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7957 (vorbis_dec_flush_decode):
7958 Use the new buffer clipping function from gstaudio here.
7960 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
7962 * docs/libs/gst-plugins-base-libs-sections.txt:
7963 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7964 * gst-libs/gst/audio/audio.h:
7965 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7966 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7967 Also add deprecation guards for gst_audio_structure_set_int() to the
7970 2007-07-23 Stefan Kost <ensonic@users.sf.net>
7972 * docs/libs/gst-plugins-base-libs-sections.txt:
7975 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
7977 Patch by: Dan Williams <dcbw at redhat dot com>
7979 * gst/playback/gstplaybasebin.c:
7980 (gst_play_base_bin_get_streaminfo_value_array):
7981 Don't return NULL when querying the stream info value array but instead
7982 return an empty array. Fixes #459204.
7984 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
7986 * gst/playback/gsturidecodebin.c:
7987 Init debug category before using it.
7989 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
7991 * gst-libs/gst/interfaces/mixer.h:
7992 Add padding vars in place of the signal pointers
7993 when building with DISABLE_DEPRECATED so that the
7994 interface structure doesn't change size.
7996 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
7998 * docs/libs/gst-plugins-base-libs-sections.txt:
7999 * ext/alsa/gstalsamixer.c:
8000 * ext/alsa/gstalsamixer.h:
8001 * ext/alsa/gstalsamixerelement.c:
8002 * ext/alsa/gstalsamixertrack.c:
8003 * gst-libs/gst/interfaces/mixer.c:
8004 * gst-libs/gst/interfaces/mixer.h:
8005 * gst-libs/gst/interfaces/mixeroptions.c:
8006 * gst-libs/gst/interfaces/mixeroptions.h:
8007 * gst-libs/gst/interfaces/mixertrack.c:
8008 * gst-libs/gst/interfaces/mixertrack.h:
8009 * tests/check/Makefile.am:
8010 * tests/check/libs/mixer.c:
8012 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8015 Add support for notifying mixer changes on the message bus, and
8016 implement it in alsamixer.
8018 API: gst_mixer_get_mixer_flags
8019 API: gst_mixer_message_parse_mute_toggled
8020 API: gst_mixer_message_parse_record_toggled
8021 API: gst_mixer_message_parse_volume_changed
8022 API: gst_mixer_message_parse_option_changed
8023 API: GstMixerMessageType
8026 2007-07-20 Michael Smith <msmith@fluendo.com>
8028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8029 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8030 xcontext->im_format is only for testing XShm support (as the header
8031 file comments document). Use xvimage->im_format for everything else.
8032 Avoids spurious warnings on buffer allocation before setcaps.
8034 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8036 * tests/examples/volume/Makefile.am:
8037 * tests/icles/Makefile.am:
8038 We should use $(LIBM).
8040 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8042 * tests/icles/Makefile.am:
8045 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8047 * gst-libs/gst/rtp/gstbasertppayload.c:
8048 (gst_basertppayload_class_init), (gst_basertppayload_init),
8049 (gst_basertppayload_set_property),
8050 (gst_basertppayload_get_property):
8051 Don't break ABI, restore previous ranges. Keep the default random
8052 selection of timestamp and seqnum offset but as soon as the app sets a
8053 specific value, use that one.
8055 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8057 Patch by: Bastien Nocera <hadess at hadess dot net>
8059 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8060 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8061 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8062 * sys/xvimage/xvimagesink.h:
8063 Add option to turn off double-buffering for debugging purposes.
8066 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8068 Patch by: Jorn Baayen <jorn at openedhand dot com>
8070 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8071 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8072 (gst_ximagesink_init), (gst_ximagesink_class_init):
8073 * sys/ximage/ximagesink.h:
8074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8075 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8076 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8077 * sys/xvimage/xvimagesink.h:
8078 add 'handle-expose' property. Useful for video widgets which may want to
8079 be in control of Expose behaviour. Fixes #380625
8081 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8083 * gst-libs/gst/rtp/gstbasertppayload.c:
8084 (gst_basertppayload_class_init), (gst_basertppayload_init),
8085 (gst_basertppayload_event), (gst_basertppayload_push),
8086 (gst_basertppayload_set_property),
8087 (gst_basertppayload_get_property),
8088 (gst_basertppayload_change_state):
8089 * gst-libs/gst/rtp/gstbasertppayload.h:
8090 Fix ranges of rtp payloader properties so that the full range can be
8091 used in addition to -1 (random).
8092 Fix wrong seqnum reporting in caps.
8095 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8097 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8098 (gst_video_rate_query):
8100 Add latency query, might not be perfect yet but already works a lot
8101 better. Fixes #442557.
8103 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8106 (gst_xvimagesink_setcaps):
8107 * sys/xvimage/xvimagesink.h:
8108 After a caps change, redraw our borders to avoid garbage left there
8109 when the image format changes to a smaller size, like 16:9 -> 4:3
8110 Also, hold the flow_lock a bit longer in the set_caps while we're
8111 fiddling with the xcontext.
8113 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8117 * tests/Makefile.am:
8118 Remove bogus check for libcheck, since we check for
8119 gstreamer-check and it pulls in the required info from there, and we
8120 weren't actually _using_ the information for libcheck ourselves
8123 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8125 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8126 (gst_ffmpeg_caps_to_pixfmt):
8127 Fix the r_mask test for RGBA32 on little-endian.
8128 Fix a stupid typo that would have obviously broken
8129 compilation on big-endian, if anyone was testing.
8131 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8133 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8135 * gst/videotestsrc/videotestsrc.h:
8136 Add alpha to the color struct.
8137 Use a default alpha value of 255 instead of 128.
8139 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8141 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8143 Clear the dynamic pads counter when starting a new uri. This makes
8144 reusing playbin work again.
8147 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8150 Use pkg-config to locate check.
8152 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8155 * tests/check/elements/volume.c: (GST_START_TEST):
8156 Fix 'make check' build against core CVS.
8158 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8160 * gst-libs/gst/interfaces/propertyprobe.c:
8161 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8162 * gst-libs/gst/tag/gstvorbistag.c:
8165 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8167 * gst-libs/gst/audio/gstbaseaudiosink.c:
8168 (gst_base_audio_sink_callback):
8169 Quick hack to make audiosinks stop at EOS when operating in
8170 pull-mode; needs to be fixed properly some day.
8172 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8174 * docs/libs/gst-plugins-base-libs-sections.txt:
8175 Fix location of includes in the docs.
8177 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8179 * gst/ffmpegcolorspace/avcodec.h:
8180 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8181 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8182 (gst_ffmpegcsp_avpicture_fill):
8183 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8184 (img_get_alpha_info):
8185 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8186 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8187 end of the word. Partially fixes #451908
8189 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8191 * docs/libs/Makefile.am:
8192 * docs/plugins/Makefile.am:
8193 Simplify --extra-dir as gtkdoc scans recursively.
8195 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8197 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8198 (gst_adder_request_new_pad):
8199 Make getcaps more robust by not using the proxycaps function. This makes
8200 sure that we don't end up recursively calling getcaps upstream.
8203 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8205 * gst/audioconvert/audioconvert.c:
8206 Include math.h to fix compilation.
8208 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8210 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8211 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8212 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8213 format, as produced by some dc1394 cameras like the iSight.
8214 See http://www.fourcc.org/yuv.php#IYU1
8216 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8218 * gst/audioconvert/Makefile.am:
8219 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8220 (check_default), (audio_convert_prepare_context),
8221 (audio_convert_clean_context), (audio_convert_convert):
8222 * gst/audioconvert/audioconvert.h:
8223 * gst/audioconvert/gstaudioconvert.c:
8224 (gst_audio_convert_dithering_get_type),
8225 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8226 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8227 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8228 * gst/audioconvert/gstaudioconvert.h:
8229 * gst/audioconvert/gstaudioquantize.c:
8230 (gst_audio_quantize_setup_noise_shaping),
8231 (gst_audio_quantize_free_noise_shaping),
8232 (gst_audio_quantize_setup_dither),
8233 (gst_audio_quantize_free_dither),
8234 (gst_audio_quantize_setup_quantize_func),
8235 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8236 * gst/audioconvert/gstaudioquantize.h:
8237 Implement dithering and noise shaping in audioconvert. By default now
8238 TPDF dithering (and no noise shaping) will be used when converting
8239 from a higher bit depth to 20 bit depth or smaller, otherwise
8240 everything will be as it is now.
8241 For the last audioconvert in a pipeline it would make sense to
8242 use some kind of noise shaping, enabling it by default for all
8243 conversions would give undesired results though. Fixes #360246.
8244 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8246 Adjust unit test for the new audioconvert.
8248 2007-06-28 Wim Taymans <wim@fluendo.com>
8250 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8251 Use other metrics as well when estimating the buffer level.
8253 2007-06-28 Wim Taymans <wim@fluendo.com>
8255 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8256 Small debug improvement.
8258 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8260 Tweak the rate estimation period.
8261 When calculating the buffer filledness in rate estimation mode, don't
8262 mix it with other metrics.
8264 2007-06-28 Wim Taymans <wim@fluendo.com>
8266 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8267 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8268 When creating the groups, allow for a 5 second, unlimited buffers
8269 preroll phase after which we expose the group.
8270 When the group is exposed, use a small number of buffers up to a 2
8271 second limit. Also disconnect the overrun signal from multiqueue when we
8272 exposed the group because it is not needed anymore.
8274 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8276 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8277 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8278 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8279 (#451707); also, output some debugging info when dealing with
8282 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8283 Add unit test for the above.
8285 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8287 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8288 Add description for Windows Media RTP caps.
8290 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8291 Remove RTP fields that don't define the format from caps.
8293 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8295 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8296 Skip empty buffers, but not empty header buffers. That way the original
8297 vorbisdec unit test still passes (#451145); also, take into account
8298 that those empty packets might carry a granulepos.
8300 * tests/check/Makefile.am:
8301 * tests/check/elements/vorbisdec.c:
8302 (_create_codebook_header_buffer), (_create_audio_buffer),
8303 (GST_START_TEST), (vorbisdec_suite):
8304 Add unit test that sends an empty packet.
8306 2007-06-27 Wim Taymans <wim@fluendo.com>
8308 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8309 Don't error out on 0-sized packets, just emit a warning because this is
8310 not a fatal error. Fixes #451145.
8312 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8314 * docs/plugins/gst-plugins-base-plugins.args:
8315 * docs/plugins/gst-plugins-base-plugins.signals:
8316 * docs/plugins/inspect/plugin-adder.xml:
8317 * docs/plugins/inspect/plugin-alsa.xml:
8318 * docs/plugins/inspect/plugin-audioconvert.xml:
8319 * docs/plugins/inspect/plugin-audiorate.xml:
8320 * docs/plugins/inspect/plugin-audioresample.xml:
8321 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8322 * docs/plugins/inspect/plugin-cdparanoia.xml:
8323 * docs/plugins/inspect/plugin-decodebin.xml:
8324 * docs/plugins/inspect/plugin-decodebin2.xml:
8325 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8326 * docs/plugins/inspect/plugin-gdp.xml:
8327 * docs/plugins/inspect/plugin-gnomevfs.xml:
8328 * docs/plugins/inspect/plugin-libvisual.xml:
8329 * docs/plugins/inspect/plugin-ogg.xml:
8330 * docs/plugins/inspect/plugin-pango.xml:
8331 * docs/plugins/inspect/plugin-playbin.xml:
8332 * docs/plugins/inspect/plugin-subparse.xml:
8333 * docs/plugins/inspect/plugin-tcp.xml:
8334 * docs/plugins/inspect/plugin-theora.xml:
8335 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8336 * docs/plugins/inspect/plugin-video4linux.xml:
8337 * docs/plugins/inspect/plugin-videorate.xml:
8338 * docs/plugins/inspect/plugin-videoscale.xml:
8339 * docs/plugins/inspect/plugin-videotestsrc.xml:
8340 * docs/plugins/inspect/plugin-volume.xml:
8341 * docs/plugins/inspect/plugin-vorbis.xml:
8342 * docs/plugins/inspect/plugin-ximagesink.xml:
8343 * docs/plugins/inspect/plugin-xvimagesink.xml:
8344 Update docs with caps info.
8346 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8349 Add more files with translatable strings (#450875).
8351 2007-06-23 Edward Hervey <edward@fluendo.com>
8353 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8354 The chain should be freed if we error out here, else it will leak.
8355 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8356 (cleanup_decodebin):
8357 Don't forget to *properly* remove the signals, else it will leak.
8359 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8362 Updating all the maintainers files
8364 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8366 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8368 Destroy and recreate parse-launch based pipeline after stop to be able
8369 to play again. Reorder some code and add more comments.
8371 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8373 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8374 When handling a delayed-caps notification case, mark
8375 the group as dynamic so that the nbdynamic count is
8376 incremented and decremented correctly. Fixes: #449156
8377 Patch by: Wim Taymans <wim@fluendo.com>
8379 2007-06-19 Andy Wingo <wingo@pobox.com>
8381 * gst-libs/gst/audio/gstbaseaudiosink.c
8382 (gst_base_audio_sink_init): Enable pull-mode operation.
8384 2007-06-19 Michael Smith <msmith@fluendo.com>
8386 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8387 Change minimum rate back to 1000 to allow low-sample-rate wav files
8390 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8393 Update translations.
8395 2007-06-15 David Schleef <ds@schleef.org>
8397 * gst/playback/gstqueue2.c:
8398 Fix compile error from ignored return value.
8400 2007-06-15 Michael Smith <msmith@fluendo.com>
8402 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8403 Update tmpbuf for all neccesary rows, not just one, as is required
8407 2007-06-15 Michael Smith <msmith@fluendo.com>
8409 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8411 Add a test that ensures we set DELTA_UNIT on all non-header,
8412 non-video buffers, if we have a video stream.
8413 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8414 (gst_ogg_mux_process_best_pad):
8415 Move setting delta_pad to earlier, where we inspect all pads, so
8416 that leading audio pages don't get DELTA_UNIT unset if they come
8417 before the first DELTA_UNIT from video pages. Fixes the newly-added
8418 test. Fixes #385527.
8420 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8422 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8423 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8424 fails on the p5-ppc64 build bot and the failure looks like it is due
8425 to the same issue as #348114, ie. a compiler bug.
8427 2007-06-13 Edward Hervey <edward@fluendo.com>
8429 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8430 Fix build on MacOSX.
8432 2007-06-13 Wim Taymans <wim@fluendo.com>
8434 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8435 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8436 Fix compilation on mingw. Fixes #446972.
8438 2007-06-12 Wim Taymans <wim@fluendo.com>
8440 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8442 * gst/playback/gstqueue2.c: (update_buffering),
8443 (gst_queue_locked_enqueue):
8444 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8445 also update the buffering status when receiving events. Fixes #446551.
8447 2007-06-11 Wim Taymans <wim@fluendo.com>
8449 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8451 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8452 (gst_queue_handle_src_query):
8453 Wait for preroll before attempting to forward a duration query upstream.
8456 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8458 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8459 (gst_base_rtp_depayload_set_gst_timestamp):
8460 Use G_GINT64_CONSTANT macro for int64 constant.
8461 * win32/common/libgstinterfaces.def:
8462 * win32/common/libgsttag.def:
8463 Add new exported functions.
8465 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8467 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8468 The BOS page of the first Dirac video stream needs to come before
8469 the BOS page of any Vorbis streams or other audio streams, just like
8472 2007-06-07 Wim Taymans <wim@fluendo.com>
8474 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8477 2007-06-06 Wim Taymans <wim@fluendo.com>
8479 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8481 * gst/playback/gstqueue2.c: (gst_queue_init),
8482 (gst_queue_handle_sink_event), (gst_queue_chain),
8483 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8484 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8485 (gst_queue_src_activate_pull):
8486 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8487 Does not yet completely work because duration queries upstream won't
8490 2007-06-06 Wim Taymans <wim@fluendo.com>
8493 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8494 Some more fseeko checks.
8496 2007-06-06 Wim Taymans <wim@fluendo.com>
8499 check for large file support.
8501 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8503 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8505 * gst/subparse/gstsubparse.c: (parse_subrip),
8506 (subviewer_unescape_newlines), (parse_subviewer),
8507 (gst_sub_parse_data_format_autodetect),
8508 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8509 * gst/subparse/gstsubparse.h:
8510 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8511 * tests/check/elements/subparse.c: (GST_START_TEST),
8513 Add a unit test for both SubViewer formats.
8515 2007-06-01 Michael Smith <msmith@fluendo.com>
8517 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8518 Don't overflow intermediate values when seeking to large time values
8521 2007-06-05 Wim Taymans <wim@fluendo.com>
8523 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8524 (gst_queue_create_read), (gst_queue_read_item_from_file),
8525 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8526 Include stdio to define fseeko.
8528 2007-06-05 Wim Taymans <wim@fluendo.com>
8530 Patch by: Edward Hervey <edward@fluendo.com>
8532 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8534 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8536 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8538 * gst-libs/gst/riff/Makefile.am:
8539 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8540 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8541 our own implementation.
8543 2007-06-05 Wim Taymans <wim@fluendo.com>
8545 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8546 (gst_base_rtp_depayload_setcaps),
8547 (gst_base_rtp_depayload_set_gst_timestamp),
8548 (gst_base_rtp_depayload_change_state):
8549 Handle timestamp wraparound.
8551 2007-06-05 Wim Taymans <wim@fluendo.com>
8553 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8554 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8555 (gst_uri_decode_bin_change_state):
8556 Make sure we name srcpads uniquely even when using different internal
8558 Signal no-more-pads when no more dynamic elements exist.
8559 Remove pads on cleanup.
8561 2007-06-05 Wim Taymans <wim@fluendo.com>
8563 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8565 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8566 (gst_queue_init), (gst_queue_finalize),
8567 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8568 (gst_queue_create_read), (gst_queue_read_item_from_file),
8569 (gst_queue_open_temp_location_file),
8570 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8571 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8572 (gst_queue_is_empty), (gst_queue_is_filled),
8573 (gst_queue_change_state), (gst_queue_set_temp_location),
8574 (gst_queue_set_property):
8575 Add support for filebased buffering. Fixes #441264.
8577 2007-06-05 Wim Taymans <wim@fluendo.com>
8579 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8580 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8581 (caps_notify_group_cb), (gst_decode_group_new),
8582 (gst_decode_group_free):
8583 Add support for delayed caps fixation when autoplugging.
8584 Optimize cases where a multiqueue is not needed/wanted, like right after
8585 anything that is not a demuxer.
8587 2007-06-05 Wim Taymans <wim@fluendo.com>
8589 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8590 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8591 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8592 consideratly speedup ogg chain detection by not trying to find a base
8593 timestamp for skeleton streams.
8595 2007-06-05 Wim Taymans <wim@fluendo.com>
8597 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8598 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8599 (gst_multi_fd_sink_remove_flush),
8600 (gst_multi_fd_sink_remove_client_link),
8601 (gst_multi_fd_sink_handle_client_write),
8602 (gst_multi_fd_sink_handle_clients):
8603 * gst/tcp/gstmultifdsink.h:
8604 Add support for remove_flush.
8606 2007-06-05 Wim Taymans <wim@fluendo.com>
8608 * docs/design/draft-keyframe-force.txt:
8609 * ext/theora/theoraenc.c: (theora_enc_sink_event),
8611 Add draft design for forcing keyframes in encoders and implement in
8614 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8619 === release 0.10.13 ===
8621 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8624 releasing 0.10.13, "What's Going on?"
8626 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8628 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8629 In riff, the depth is stored in the size field but it just means that
8630 the least significant bits are cleared. We can therefore just play
8631 the sample as if it had a depth == width. Fixes: #440997
8633 Patch by: Wim Taymans <wim@fluendo.com>
8634 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
8636 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8638 * gst-libs/gst/floatcast/floatcast.h:
8639 Define inline when needed on win32 builds. Fixes: #441295
8640 Patch by: Sebastien Moutte <sebastien@moutte.net>
8642 2007-05-29 Wim Taymans <wim@fluendo.com>
8644 * gst/playback/gstplaybasebin.c: (queue_overrun),
8645 (no_more_pads_full):
8646 Stop buffering when the group is commited because the queues filled up.
8649 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8651 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8652 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8653 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8654 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8655 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8656 * ext/alsa/gstalsamixer.h:
8657 * ext/alsa/gstalsamixerelement.c:
8658 (gst_alsa_mixer_element_interface_supported),
8659 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8660 (gst_alsa_mixer_element_set_property),
8661 (gst_alsa_mixer_element_get_property),
8662 (gst_alsa_mixer_element_change_state):
8663 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8664 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8665 (gst_mixer_option_changed):
8666 * gst-libs/gst/interfaces/mixer.h:
8667 Revert commits towards #152864 made so far. We'll pick it up again
8668 after the 0.10.13 release.
8670 2007-05-24 Wim Taymans <wim@fluendo.com>
8672 * gst-libs/gst/audio/gstbaseaudiosink.c:
8673 (gst_base_audio_sink_render):
8674 After an interrupt (PAUSED/flush) assume that the next sample should not
8675 be aligned to the previous sample. Fixes #417992.
8677 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
8679 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8680 Don't add channels and rate fields to the template caps for
8681 audio/x-dts, as wavparse might not always be able to set them,
8682 which would then lead to 'caps are not a real subset of the
8683 template caps' warnings.
8685 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8687 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8688 Handle unknown or invalid pads without crashing, as might occur if
8689 a media file like an mp3 is specified as a subtitle file.
8692 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8694 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8696 Block the subtitle bin output queue before ghosting it and linking,
8697 then unblock after. This avoids spurious not-linked errors caused
8698 by the queue starting up (because it gets linked when it is ghosted).
8701 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
8703 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8704 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8705 file. Avoids flukes where the input gets typefound to some valid but
8708 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8710 * tests/check/Makefile.am:
8711 * tests/check/elements/.cvsignore:
8712 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8713 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8714 Add unit test for gnomevfssink seeking and position reporting for
8717 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8719 Patch by: Mark Nauwelaerts <manauw at skynet be>
8721 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8722 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8723 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8724 * ext/gnomevfs/gstgnomevfssink.h:
8725 Fix position reporting, especially after a seek (from upstream),
8728 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8730 * ext/cdparanoia/gstcdparanoiasrc.c:
8733 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
8735 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8736 Specify the full valid range for MP3 samplerates. Fixes a regression
8737 caused by extra header checks since the last release.
8739 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
8741 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8743 Fix a locking-order bug I introduced with my changes the other day.
8744 Patch by Mike Smith.
8746 2007-05-21 Michael Smith <msmith@fluendo.com>
8748 * ext/theora/theoradec.c: (theora_handle_data_packet):
8749 Don't look inside 0-length packets (which indicate duplicated
8752 2007-05-21 Wim Taymans <wim@fluendo.com>
8754 * ext/cdparanoia/gstcdparanoiasrc.c:
8755 (gst_cd_paranoia_src_read_sector):
8756 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8757 (gst_base_audio_src_create):
8760 * ext/theora/theoradec.c: (theora_dec_sink_event):
8763 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8764 (gst_base_rtp_depayload_set_gst_timestamp):
8767 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8768 And some debug info when a FIXME path is hit.
8770 2007-05-21 Wim Taymans <wim@fluendo.com>
8772 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8773 (gst_base_rtp_audio_payload_class_init),
8774 (gst_base_rtp_audio_payload_init),
8775 (gst_base_rtp_audio_payload_finalize),
8776 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8777 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8778 (gst_base_rtp_payload_audio_handle_event):
8779 Some cleanups, remove minptime property as it is now in the parent
8781 Override parent class event function.
8783 * gst-libs/gst/rtp/gstbasertppayload.c:
8784 (gst_basertppayload_class_init), (gst_basertppayload_init),
8785 (gst_basertppayload_event), (gst_basertppayload_set_property),
8786 (gst_basertppayload_get_property):
8787 * gst-libs/gst/rtp/gstbasertppayload.h:
8788 Add min-ptime property.
8789 Add handle-event vmethod. Fixes #415001.
8791 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8793 * gst-libs/gst/audio/gstbaseaudiosink.c
8794 (gst_base_audio_sink_change_state):
8795 Fix typo in comment.
8797 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8798 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8799 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8801 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8802 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8803 Remove trailing whitespaces in comments.
8805 * gst/volume/Makefile.am:
8808 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8810 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8812 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8813 set_option, get_option, _gst_reserved):
8814 Revert reordering functions (keep ABI).
8816 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
8818 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8819 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8820 (gst_ximagesink_show_frame):
8821 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8822 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8823 (gst_xvimagesink_show_frame):
8824 When we create our own window, indicate that we handle the
8825 WM_DELETE client message from the window manager, so that it won't
8826 kill our window (and our app) along with it. Handle ClientMessage,
8827 post an error on the bus, and close the window. Further buffers
8828 arriving will result in a FlowError because the window has been
8833 Clean up the X event handling loop and make them the same for
8834 both xvimagesink and ximagesink while I'm at it.
8836 2007-05-17 Wim Taymans <wim@fluendo.com>
8838 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8839 Make decodebin2 autoplug depayloaders too.
8841 * gst/playback/gsturidecodebin.c: (source_new_pad):
8842 Set the newly created decoder in a usable state when autoplugging a
8843 dynamic source such as RTSP.
8845 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8847 * gst/playback/gststreaminfo.c: (cb_probe):
8848 Ignore video-codec tag for audio streams and ignore audio-codec tags
8849 for video streams. Should make codec name collection a bit more
8850 robust against sloppy demuxers that send tag events containing both
8853 2007-05-17 Wim Taymans <wim@fluendo.com>
8855 * gst/playback/gstqueue2.c: (update_rates):
8856 Tweak the buffering thresholds a little.
8857 Update the buffer size with the previously calculate rate instead of
8858 only when we calculate a new rate so that we get smoother buffering
8861 * gst/playback/Makefile.am:
8862 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8863 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8864 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8865 (gst_uri_decode_bin_get_property), (unknown_type),
8866 (add_element_stream), (no_more_pads_full), (no_more_pads),
8867 (source_no_more_pads), (new_decoded_pad), (array_has_value),
8868 (gen_source_element), (has_all_raw_caps), (analyse_source),
8869 (remove_decoders), (make_decoder), (remove_source),
8870 (source_new_pad), (setup_source), (decoder_query_init),
8871 (decoder_query_duration_fold), (decoder_query_duration_done),
8872 (decoder_query_position_fold), (decoder_query_position_done),
8873 (decoder_query_latency_fold), (decoder_query_latency_done),
8874 (decoder_query_seeking_fold), (decoder_query_seeking_done),
8875 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8876 (gst_uri_decode_bin_change_state), (plugin_init):
8877 New element that intergrates a source, optional buffering element and
8880 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8883 Bump libtheora requirement to 1.0alpha5 for the pixformat check
8884 (also has a .pc file, so we don't need the fallback check any
8885 longer). Fixes #438840.
8887 2007-05-17 Wim Taymans <wim@fluendo.com>
8889 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8890 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8891 (apply_segment), (apply_buffer), (update_buffering),
8892 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8893 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8894 (gst_queue_handle_sink_event), (gst_queue_is_filled),
8895 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8899 2007-05-17 Wim Taymans <wim@fluendo.com>
8901 * gst/playback/Makefile.am:
8902 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8903 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8904 (gst_queue_getcaps), (gst_queue_bufferalloc),
8905 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8906 (apply_buffer), (update_buffering), (reset_rate_timer),
8907 (update_rates), (gst_queue_locked_flush),
8908 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8909 (gst_queue_handle_sink_event), (gst_queue_is_empty),
8910 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8911 (gst_queue_loop), (gst_queue_handle_src_event),
8912 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8913 (gst_queue_src_activate_push), (gst_queue_change_state),
8914 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8915 On our way to playbin2 this is the new network queue that does buffering
8916 all by itself using high and low watermarks. It can also measure up and
8917 downstream bandwidth to optimally size the queue.
8919 2007-05-17 Michael Smith <msmith@fluendo.com>
8921 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8922 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8923 Use the segment->last_stop value to calculate the next timestamp to
8924 generate after a seek; not the segment->start value.
8926 2007-05-15 David Schleef <ds@schleef.org>
8928 * docs/Makefile.am: Install docs even when --disable-gtk-doc
8929 is disabled. This matches the behavior of gtk+. Fixes #349099.
8931 2007-05-15 Wim Taymans <wim@fluendo.com>
8933 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8934 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8935 Some more chained streaming ogg timestamp fixes.
8937 2007-05-15 Wim Taymans <wim@fluendo.com>
8939 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8940 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8941 (gst_ogg_demux_handle_page):
8943 Fix chain start/stop segment handling based on patch by
8944 <ahalda at cs dot mcgill dot ca> see #320984.
8946 2007-05-15 Michael Smith <msmith@fluendo.com>
8949 We don't require a C++ compiler. So don't require one.
8951 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8953 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8954 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8955 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8956 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8957 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8958 gst_alsa_mixer_update_track):
8959 Apply some of the cleanup Tim suggested in #152864 afterwards.
8961 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8963 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8965 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8966 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8967 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8968 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8969 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8970 gst_alsa_mixer_handle_source_callback,
8971 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8972 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8973 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8974 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8975 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8976 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8977 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8978 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8979 gst_alsa_mixer_element_interface_supported,
8980 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8981 gst_alsa_mixer_element_set_property,
8982 gst_alsa_mixer_element_get_property,
8983 gst_alsa_mixer_element_change_state):
8984 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8985 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8986 gst_mixer_option_changed):
8987 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8988 volume_changed, option_changed, _gst_reserved):
8989 Implement notification for alsamixer. Fixes #152864
8991 2007-05-14 David Schleef <ds@schleef.org>
8993 * gst/videotestsrc/videotestsrc.c:
8994 * gst/videotestsrc/videotestsrc.h:
8995 Add support for video/x-raw-bayer.
8997 2007-05-12 David Schleef <ds@schleef.org>
8999 * sys/xvimage/xvimagesink.c:
9000 Add some sanity checking for the XVImage size returned by X.
9003 2007-05-12 Wim Taymans <wim@fluendo.com>
9005 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9006 (gst_base_rtp_depayload_setcaps),
9007 (gst_base_rtp_depayload_set_gst_timestamp):
9008 Parse and use additional caps fields as described in updated
9009 application/x-rtp caps spec.
9011 2007-05-12 Wim Taymans <wim@fluendo.com>
9013 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9014 (gst_ogg_demux_collect_chain_info):
9015 If there is a stream in a chain without any data packets, ignore the
9016 stream in the total length calculations. Might be related to #436820.
9018 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9020 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9021 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9022 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9023 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9026 Consolidate and re-work our mpeg system stream detection to probe
9027 more packets and produce a higher confidence result. Fixes a
9028 regression caused by lowering the typefind probability last year
9029 - related to bug #397810. Remove the redundant MPEG-1 specific
9030 typefind function, as the new one detects both MPEG-1 & MPEG-2
9033 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9036 Tested against my media test directory, with some improvements and
9039 2007-05-10 Wim Taymans <wim@fluendo.com>
9041 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9042 (queue_out_of_data):
9043 Connect to the new queue "pushing" signal instead of the broken
9046 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9048 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9049 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9050 Move variable declaration before the first instruction.
9051 * gst/videotestsrc/videotestsrc.c:
9052 Define M_PI if it's not defined yet.
9053 * win32/common/libgstrtp.def:
9054 Add new exported functions.
9056 2007-05-09 Michael Smith <msmith@fluendo.com>
9058 * ext/theora/theoradec.c: (theora_handle_type_packet):
9059 gst_pad_push_event() does not return a GstFlowReturn!
9061 2007-05-09 Wim Taymans <wim@fluendo.com>
9063 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9064 * tests/examples/seek/seek.c: (do_seek):
9065 Some small cosmetic changes.
9067 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9069 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9070 gst_adder_change_state):
9071 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9072 segment_pending, segment_position, segment_rate):
9073 Handle playback-rate on adder.
9075 2007-05-07 Michael Smith <msmith@fluendo.com>
9077 * ext/theora/gsttheoradec.h:
9078 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9079 (theora_dec_sink_event), (theora_handle_comment_packet),
9080 (theora_handle_type_packet), (theora_dec_change_state):
9081 Don't push events (newsegment, tags) before initialising the
9083 This is neccesary for seeking to work correctly in gnonlin.
9085 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9087 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9088 * gst/adder/gstadder.c:
9089 * gst/audiotestsrc/gstaudiotestsrc.c
9090 (gst_audio_test_src_create_white_noise):
9091 * gst/videotestsrc/gstvideotestsrc.c:
9092 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9093 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9094 volume_sink_template, volume_src_template, gst_volume_init,
9095 volume_process_double, volume_process_int16,
9096 volume_process_int16_clamp):
9097 Doc fixes and formatting.
9099 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9101 * tests/check/Makefile.am:
9102 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9103 Minimal check for volume's GstController usability; also another
9106 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9108 * gst-libs/gst/cdda/gstcddabasesrc.c:
9109 (gst_cdda_base_src_add_track):
9110 Fix it so that it (a) makes sense and (b) doesn't break
9111 everything cdda-related including the unit test.
9113 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9115 * gst-libs/gst/cdda/gstcddabasesrc.c:
9116 (gst_cdda_base_src_add_track):
9117 Fix build when disabling asserts.
9119 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9121 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9122 When XShm is not available, we might get row strides that are not
9123 rounded up to multiples of four; this is bad, because virtually
9124 every RGB-processing element in GStreamer assumes rowstrides are
9125 rounded up to multiples of four, so let's allocate at least enough
9126 memory to avoid crashes in this case. The image will still be
9127 displayed distorted though if this happens, so that still needs
9128 fixing (maybe by allocating a bigger image with an 'even' width
9129 and then clipping it appropriately when rendering - something for
9130 Xlib aficionados in any case).
9132 2007-05-03 Michael Smith <msmith@fluendo.com>
9134 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9135 If a buffer doesn't have a timestamp, assume it's contiguous with
9136 the previous buffer, and synthesise timestamps appropriately.
9138 2007-05-03 Edward Hervey <edward@fluendo.com>
9140 * tests/check/elements/videorate.c: (GST_START_TEST):
9141 Set buffer timestamp to a valid value in order to test the buffer
9142 really does stay in videorate.
9144 2007-05-03 Edward Hervey <edward@fluendo.com>
9146 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9147 There is no sensible way to handle incoming buffers which don't have a
9148 valid timestamp. We therefore discard them and wait for the next one.
9150 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9152 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9153 * gst/playback/gstdecodebin2.c: (plugin_init):
9154 Better error message for text files.
9156 2007-04-29 Wim Taymans <wim@fluendo.com>
9158 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9159 Fix offset bug in generation RR packets.
9161 2007-04-27 Julien MOUTTE <julien@moutte.net>
9163 * ext/theora/theoradec.c: (_theora_granule_time),
9164 (theora_dec_push_forward), (theora_handle_data_packet),
9165 (theora_dec_decode_buffer): Calculate buffer duration correctly
9166 to generate a perfect stream (#433888).
9167 * gst/audioresample/gstaudioresample.c:
9168 (audioresample_check_discont): Glib provides ABS.
9170 2007-04-27 Wim Taymans <wim@fluendo.com>
9172 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9173 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9174 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9175 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9176 (gst_rtcp_packet_bye_set_reason):
9177 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9178 Fix RB block parsing and writing.
9179 Add support for constructing BYE packets.
9181 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9183 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9184 (gst_base_audio_src_create):
9186 When posting a warning message because samples were dropped, post
9187 something more intelligible than he default error message for clock
9188 errors which is just confusing in this context (#432984).
9190 2007-04-25 Wim Taymans <wim@fluendo.com>
9192 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9193 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9194 (read_packet_header), (gst_rtcp_packet_move_to_next),
9195 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9196 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9197 (gst_rtcp_packet_sdes_get_item_count),
9198 (gst_rtcp_packet_sdes_first_item),
9199 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9200 (gst_rtcp_packet_sdes_first_entry),
9201 (gst_rtcp_packet_sdes_next_entry),
9202 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9203 (gst_rtcp_packet_sdes_add_entry):
9204 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9205 Implement code to write SR, RR and SDES packets.
9207 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9209 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9211 * sys/ximage/ximagesink.c:
9212 Fix build if XShm is not available (#432362).
9214 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9216 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9217 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9218 pointers to random memory which are passed to g_free() when
9219 audio_convert_prepare_context() is called the first time.
9221 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9223 Patch by: Dan Williams <dcbw redhat com>
9225 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9226 Don't leak incoming buffer if gst_pad_push() returns a
9227 non-OK flow. Fixes #432755.
9229 * tests/check/elements/videorate.c: (GST_START_TEST),
9231 Unit test for the above by Yours Truly.
9233 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9235 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9236 (gst_adder_sink_event), (gst_adder_collected):
9237 Fix non-flushing segmented seeks, Fixes #340060 for me
9239 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9241 Patch by: Olivier Crete <tester at tester ca>
9243 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9244 (gst_base_rtp_audio_payload_class_init),
9245 (gst_base_rtp_audio_payload_init),
9246 (gst_base_rtp_audio_payload_dispose):
9247 Chain up to parent class in dispose function; get rid of
9248 unnecessary 'diposed' flag in private structure (#415001).
9250 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9252 * docs/libs/gst-plugins-base-libs.types:
9253 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9254 (gst_base_rtp_audio_payload_class_init):
9255 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9256 * gst-libs/gst/rtp/gstbasertppayload.c:
9257 Some minor docs fixes and additions; also add missing 'Since' bits.
9259 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9261 Patch by: Zeeshan Ali <zeenix gmail com>
9263 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9264 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9265 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9266 (gst_base_rtp_audio_payload_push):
9267 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9268 The recently-added gst_base_rtp_audio_payload_push() should take an
9269 object of type GstBaseRTPAudioPayload as first argument (#431672).
9271 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9273 * gst/audioresample/gstaudioresample.c:
9274 Make more functions static, just because we can.
9276 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9278 * tests/check/elements/audioresample.c:
9279 Add unit test for audioresample shutdown crasher (#420106).
9281 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9283 * gst/subparse/gstsubparse.c:
9284 * gst/subparse/samiparse.c:
9285 Use GST_DISABLE_XML here
9287 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9288 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9289 (gst_xvimagesink_buffer_alloc),
9290 (gst_xvimagesink_navigation_send_event):
9291 * sys/xvimage/xvimagesink.h:
9292 Include stdlib.h when using atoi.
9294 * tests/check/elements/playbin.c: (playbin_suite):
9295 Use GST_DISABLE_REGISTRY here
9297 2007-04-19 Michael Smith <msmith@fluendo.com>
9299 * ext/theora/gsttheoraenc.h:
9300 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9301 (theora_enc_sink_event), (theora_enc_change_state):
9302 Track initialisation state; don't try to use encoder state if we're
9303 not initialised (it'll segfault).
9305 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9307 * tests/check/pipelines/.cvsignore:
9310 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9312 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9313 Allow random depths between 1 and 32 instead of only multiplies of 8.
9315 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9317 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9318 Set the maximum number of channels for PCM and float in the correct
9319 place to have it also used when creating the template caps.
9321 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9323 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9324 Correctly support 4, 6 and 8 channels with normal PCM and float
9327 Fix the depth and signedness calculation in extensible wav files and
9328 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9331 Add support for float, alaw and mulaw in extensible wav files.
9333 This allows correct playback of all but 5 files from
9334 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9336 (gst_riff_create_audio_template_caps):
9337 Add voxware and float formats to the template caps.
9339 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9341 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9343 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9344 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9346 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9347 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9348 Use the correct format strings for integer formats.
9350 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9352 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9353 Don't use pad_alloc_buffer_and_set_caps to create a small header
9354 packet, or, worse, to create a big temporary video buffer using the
9357 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9359 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9360 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9361 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9362 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9364 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9366 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9367 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9368 streamheader_suite):
9369 Add another test set up for failure
9371 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9373 * tests/check/Makefile.am:
9374 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9375 GST_START_TEST, streamheader_suite, main):
9376 Add a test for the streamheader bug Wim fixed.
9378 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9380 * ext/theora/theoradec.c: (theora_dec_sink_event):
9381 Fix misleading comment.
9383 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9385 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9386 More sanity checks for the header fields.
9388 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9390 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9391 Try encodings from all environment variables, not just those in the
9392 first environment variable that is set.
9394 2007-04-12 Wim Taymans <wim@fluendo.com>
9396 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9397 (gst_video_rate_chain):
9400 * tests/check/elements/videorate.c: (GST_START_TEST),
9402 Added check for videorate changing caps handling. Closes #421834.
9404 2007-04-12 Michael Smith <msmith@fluendo.com>
9406 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9407 Use scale functions to avoid overflow when calculating duration of
9410 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9412 * docs/libs/gst-plugins-base-libs-sections.txt:
9413 * gst-libs/gst/tag/tag.h:
9414 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9415 API: add gst_tag_freeform_string_to_utf8() (#405072).
9417 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9418 Use gst_tag_freeform_string_to_utf8() here.
9420 2007-04-12 Wim Taymans <wim@fluendo.com>
9422 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9423 (gst_gdp_pay_sink_event):
9424 Make sure we set the IN_CAPS flag correctly.
9426 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9427 Get the IN_CAPS flag before we call functions that mess with the flags.
9429 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9431 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9432 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9433 Only stamp buffers with offset/offset_end right before they get
9434 pushed. This ensures offset continuity, which was not the case
9436 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9438 2007-04-06 Wim Taymans <wim@fluendo.com>
9440 * gst/playback/gstplaybin.c: (add_sink),
9441 (gst_play_bin_change_state):
9442 Activate sync in playbin, we are ready to handle it for live streams.
9444 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9446 * tests/check/elements/playbin.c:
9447 (test_sink_usage_video_only_stream), (playbin_suite):
9448 Add small test for stream-info-value-array code paths.
9450 2007-04-05 Wim Taymans <wim@fluendo.com>
9452 * gst-libs/gst/audio/gstbaseaudiosink.c:
9453 (gst_base_audio_sink_skew_slaving):
9454 Don't try to create invalid calibration parameters by making the
9455 internal time go backwards, instead make external time go forward.
9457 2007-04-05 Wim Taymans <wim@fluendo.com>
9459 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9461 * gst/playback/gstplaybasebin.c: (add_stream):
9462 Fix leak in add_stream(), when g_value_set_object() increases the
9463 refcount of streaminfo object. Fixes #426250.
9465 2007-04-03 David Schleef <ds@schleef.org>
9467 * gst/videotestsrc/gstvideotestsrc.c:
9468 * gst/videotestsrc/gstvideotestsrc.h:
9469 * gst/videotestsrc/videotestsrc.c:
9470 * gst/videotestsrc/videotestsrc.h:
9471 Add a test pattern called "circular", which has concentric
9472 rings with varying radial frequency. The main purpose of this
9473 pattern is to test fidelity loss in a filter or scaler element.
9474 Notably, this pattern is scale invariant, and is optimally viewed
9475 with a width (and height) of 400.
9477 2007-04-03 Wim Taymans <wim@fluendo.com>
9479 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9481 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9482 (deactivate_free_recursive):
9483 Decodebin2 doesn't unref pads it obtains in some occasions:
9484 - multiqueue src pads, when either connecting further or exposing
9485 - sink pads of new autoplugged elements
9486 - peer pads when recursively freeing elements
9489 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9491 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9492 Add audio/x-raw-float support, now that audioconvert support
9493 non-native endianness floats.
9495 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9497 * docs/libs/gst-plugins-base-libs-docs.sgml:
9498 gstreamer-plugins-base.pc doesn't exist, it's
9499 gstreamer-plugins-base-0.10.pc.
9501 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9503 Patch by: René Stadler <mail at renestadler dot de>
9504 with some minor changes
9506 * gst-libs/gst/floatcast/floatcast.h:
9507 Use more efficient float endianness conversion functions that don't
9508 involve 2 function calls per value.
9509 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9510 (check_default), (audio_convert_prepare_context):
9511 * gst/audioconvert/gstaudioconvert.c:
9512 (gst_audio_convert_parse_caps), (make_lossless_changes):
9513 Support non-native endianness floats as input and output.
9515 * tests/check/elements/audioconvert.c: (verify_convert),
9517 Add unit tests for the non-native endianness float conversions.
9519 2007-03-29 Wim Taymans <wim@fluendo.com>
9521 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9522 (gst_base_rtp_depayload_base_init),
9523 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9524 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9525 (gst_base_rtp_depayload_set_gst_timestamp),
9526 (gst_base_rtp_depayload_change_state),
9527 (gst_base_rtp_depayload_set_property),
9528 (gst_base_rtp_depayload_get_property):
9529 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9530 Add Private structure.
9531 Bring element code to 2007.
9532 Parse clock-base caps param and use it when generating the
9534 Reset variables before going to PAUSED.
9537 2007-03-29 Wim Taymans <wim@fluendo.com>
9539 * docs/libs/gst-plugins-base-libs-docs.sgml:
9540 * docs/libs/gst-plugins-base-libs-sections.txt:
9541 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9542 (gst_base_rtp_audio_payload_get_adapter):
9546 * gst-libs/gst/rtp/Makefile.am:
9547 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9548 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9549 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9550 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9551 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9552 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9553 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9554 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9555 (gst_rtcp_packet_sr_get_sender_info),
9556 (gst_rtcp_packet_sr_set_sender_info),
9557 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9558 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9559 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9560 (gst_rtcp_packet_sdes_get_chunk_count),
9561 (gst_rtcp_packet_sdes_first_chunk),
9562 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9563 (gst_rtcp_packet_sdes_first_item),
9564 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9565 (gst_rtcp_packet_bye_get_ssrc_count),
9566 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9567 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9568 (gst_rtcp_packet_bye_get_reason_len),
9569 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9570 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9571 Add new helper object for parsing and creating RTCP messages.
9573 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9575 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9576 PCM samples with width=8 must be always unsigned, no matter what
9579 2007-03-29 Andy Wingo <wingo@pobox.com>
9581 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9582 perfect offsets also, not just timestamps.
9584 * tests/check/elements/videorate.c (test_more): Test that given
9585 any incoming offsets, that videorate produces perfect offsets.
9587 2007-03-29 Wim Taymans <wim@fluendo.com>
9589 * gst-libs/gst/riff/riff-ids.h:
9590 Add some more RIFF formats.
9592 2007-03-29 Wim Taymans <wim@fluendo.com>
9594 * gst-libs/gst/rtp/gstrtpbuffer.c:
9595 (gst_rtp_buffer_default_clock_rate):
9596 * gst-libs/gst/rtp/gstrtpbuffer.h:
9597 Fix fixed payload names and docs.
9598 Added method to get the default clock rates of fixed payload types.
9599 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9601 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9603 * tests/check/pipelines/.cvsignore:
9604 Add new vorbisdec test to cvsignore.
9606 2007-03-28 Wim Taymans <wim@fluendo.com>
9608 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9609 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9610 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9611 (gst_base_audio_sink_set_property),
9612 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9613 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9614 (gst_base_audio_sink_skew_slaving),
9615 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9616 (gst_base_audio_sink_async_play):
9617 * gst-libs/gst/audio/gstbaseaudiosink.h:
9618 Store private stuff in GstBaseAudioSinkPrivate.
9619 Add configurable clock slaving modes property.
9620 API:: GstBaseAudioSink::slave-method property
9621 Some more latency reporting tweaks.
9622 Added skew based clock slaving correction and make it the default until
9623 the resampling method is more robust.
9625 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
9627 * gst/audioconvert/audioconvert.c:
9628 Add docs to the integer pack functions and implement proper
9629 rounding. Before we had rounding towards negative infinity, i.e.
9630 always the smaller number was taken. Now we use natural rounding,
9631 i.e. rounding to the nearest integer and to the one with the largest
9632 absolute value for X.5. The old rounding introduced some minor
9633 distortions. Fixes #420079
9634 * tests/check/elements/audioconvert.c: (GST_START_TEST):
9635 Fix one unit test that assumed the old rounding and added unit tests
9636 for checking signed/unsigned int16 <-> signed/unsigned int16 with
9637 depth 8, one for signed int16 <-> unsigned int16 and one for the new
9638 rounding from signed int32 to signed/unsigned int16.
9640 2007-03-27 Michael Smith <msmith@fluendo.com>
9642 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9643 (gst_audio_convert_transform_caps):
9644 Fix typo in debug line introduced recently, as pointed out on irc.
9646 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
9648 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9649 * tests/check/libs/tag.c: (GST_START_TEST):
9650 Make sure we parse floating-point numbers in vorbis comments
9651 correctly with either '.' or ',' as separator, no matter what
9652 the current locale is. Add unit test for this too.
9654 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
9656 Patch by: René Stadler <mail at renestadler de>
9658 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9659 When writing out floating-point numbers to vorbis comment tags, always
9660 use the same character as separator no matter what the current locale is
9663 * tests/check/libs/tag.c: (GST_START_TEST):
9664 Add unit tests for replaygain tags in vorbis comments (closes #423055).
9666 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
9668 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9669 vorbis_handle_data_packet):
9670 Correctly set DURATION to generate a timestamp-continuous stream.
9671 One bug left at the end; see
9672 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9673 * tests/check/Makefile.am:
9674 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9675 Add a test to check this. Without the above patch this test fails.
9677 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
9679 * gst-libs/gst/rtp/Makefile.am:
9680 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9682 2007-03-23 Michael Smith <msmith@fluendo.com>
9684 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9685 (gst_video_rate_reset), (gst_video_rate_chain):
9686 If videorate changes caps, we can no longer use the old buffer
9687 (which may have a different size, incompatible with our caps).
9688 So don't do that; just duplicate the new frame more times.
9690 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
9692 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9693 Remove playbin's override of the set_clock vmethod. It's irrelevant
9694 after Wim's commit on the 19th.
9696 2007-03-22 Wim Taymans <wim@fluendo.com>
9698 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9699 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9700 * ext/gnomevfs/gstgnomevfssrc.h:
9701 Don't cache file sizes. Fixes #341078.
9703 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9705 * gst/playback/gstplaybin.c: (add_sink):
9706 Use GST_PTR_FORMAT to log caps.
9708 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9710 Patch by: Young-Ho Cha <ganadist at chollian net>
9712 * gst/subparse/samiparse.c: (handle_start_font):
9713 Special-case some more colour names that pango doesn't handle by
9714 default. Fixes #420578.
9716 2007-03-20 Michael Smith <msmith@fluendo.com>
9718 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9719 If we get a zero-sized input buffer, don't pass it to libvorbis, as
9720 that marks EOS internally. After that, libvorbis will buffer all
9721 input data, and encode none of it, eventually leading to memory
9724 2007-03-19 Wim Taymans <wim@fluendo.com>
9726 * gst/playback/gstdecodebin.c: (remove_fakesink):
9727 Don't post STATE_DIRTY anymore.
9729 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9730 (gst_play_bin_change_state):
9731 Remove stream_time reset in seek handling, core does that now.
9732 Disable clocking for live pipelines by forcing a NULL clock to the
9733 complete pipeline, core is too smart now for our previous hack.
9734 We can always autoplug in PAUSED now.
9736 2007-03-17 David Schleef <ds@schleef.org>
9738 * REQUIREMENTS: Update this file, change the formatting to make
9739 it more consistent, plus more machine readable.
9741 2007-03-16 Michael Smith <msmith@fluendo.com>
9743 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9744 (strip_width_64), (append_with_other_format):
9745 Previous fix was too simplistic, and broke the tests. Use a better
9746 approach; only strip 64 from widths for integer audio.
9748 2007-03-16 Michael Smith <msmith@fluendo.com>
9750 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9751 (gst_audio_convert_transform_caps):
9752 We don't support 64 bit integer audio, so don't try to claim we can.
9753 Stops us producing caps don't match our template caps.
9756 2007-03-15 Michael Smith <msmith@fluendo.com>
9758 * gst/audioresample/gstaudioresample.c:
9759 (audioresample_check_discont), (audioresample_transform):
9760 Don't trigger discontinuities for very small imperfections; a filter
9761 flush will sound bad, and many plugins have rounding errors leading
9764 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
9766 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9768 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9769 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9770 API: add "min-ptime" property to RTP base audio payloader.
9771 API: add gst_base_rtp_audio_payload_push().
9772 API: add gst_base_rtp_audio_payload_get_adapter().
9774 Indentation/whitespace/documentation fixes.
9776 2007-03-14 Julien MOUTTE <julien@moutte.net>
9778 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9779 (audioresample_transform_size), (audioresample_do_output),
9780 (audioresample_transform), (audioresample_pushthrough): Handle
9781 discontinuous streams.
9782 * gst/audioresample/gstaudioresample.h:
9783 * tests/check/elements/audioresample.c:
9784 (test_discont_stream_instance), (GST_START_TEST),
9785 (audioresample_suite): Add a test for discontinuous streams.
9786 * win32/common/config.h: Updated.
9788 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9803 Update translations from translation project.
9805 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9807 * gst/audioresample/debug.h:
9808 * gst/audioresample/resample.c: (resample_init):
9809 Since I really am not interested in a debug line for each sample
9810 being processed, move the library's debugging to its own category,
9813 2007-03-13 Michael Smith <msmith@fluendo.com>
9815 * ext/theora/theoradec.c: (theora_handle_type_packet):
9816 Since the plugin doesn't support anything other than 4:2:0 right
9817 now, post an error and fail if we get something else. Won't matter
9818 until libtheora supports the other pixel formats, but hopefully
9821 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
9823 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9824 Use gst_guint64_to_gdouble for conversion.
9826 Add new files to the win32 MANIFEST.
9827 * win32/common/libgstaudio.def:
9828 * win32/common/libgstpbutils.def:
9829 Add new exported functions.
9830 * win32/vs6/gst_plugins_base.dsw:
9831 * win32/vs6/libgstdecodebin.dsp:
9832 * win32/vs6/libgstplaybin.dsp:
9833 Change the link to libgstpbutils.lib.
9834 * win32/vs6/libgstdecodebin2.dsp:
9835 Add a new project for decodebin2.
9836 * win32/vs6/libgstpbutils.dsp:
9837 Add a new project for pbutils.
9839 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9841 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9842 Also accept partial dates with only year and month,
9843 like 1999-12-00 (fixes #410396 even more).
9845 * tests/check/libs/tag.c: (GST_START_TEST):
9846 Add unit test for the above.
9848 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9850 * tests/check/elements/subparse.c: (GST_START_TEST),
9852 Add unit test for MPL2 subtitle format (#413799).
9854 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9856 Patch by: Kamil Pawlowski <kamilpe gmail com>
9858 * gst/subparse/Makefile.am:
9859 * gst/subparse/gstsubparse.c:
9860 (gst_sub_parse_data_format_autodetect),
9861 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9862 (gst_subparse_type_find):
9863 * gst/subparse/gstsubparse.h:
9864 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9865 * gst/subparse/mpl2parse.h:
9866 Add support for MPL2 subtitle format (#413799).
9868 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9871 We require core CVS for the new buffer metadata copy functions.
9873 2007-03-09 Wim Taymans <wim@fluendo.com>
9875 * gst-libs/gst/tag/gstid3tag.c:
9876 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9879 Patch by: Alex Lancaster <alexl at users sourceforge net>
9881 2007-03-09 Wim Taymans <wim@fluendo.com>
9883 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9884 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9885 Improve adapter usage and comments.
9887 2007-03-09 Wim Taymans <wim@fluendo.com>
9889 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9890 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9891 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9892 Use new metadata copy function.
9894 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9895 (gst_ffmpegcsp_transform):
9896 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9897 Basetransform copied the metadata for us.
9899 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9901 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9902 (gst_text_overlay_video_event):
9903 Some more logging. Only accept newsegment events in TIME format and
9904 send a WARNING message if they are not in TIME format.
9906 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9907 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9908 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9909 * gst/subparse/gstsubparse.h:
9910 No need to allocate GstSegment structure dynamically, just put it
9911 into the instance structure; ignore newsegment events in BYTE
9912 format and in particular don't let it overwrite our saved TIME
9913 segment from the last seek.
9915 2007-03-09 Michael Smith <msmith@fluendo.com>
9917 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9918 Replace AC3 typefinder with one that isn't terrible, and actually
9921 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
9923 * gst/audioconvert/gstaudioconvert.c:
9924 (gst_audio_convert_transform):
9925 fix error category and translatable string
9928 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9930 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9931 * pkgconfig/gstreamer-plugins-base.pc.in:
9932 Fix up utils => pbutils here too.
9934 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9936 * gst/subparse/gstsubparse.c: (handle_buffer):
9937 Break out of loop in chain function as soon as possible if we get
9938 a non-OK flow return.
9940 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9942 * tests/check/elements/alsa.c: (GST_START_TEST):
9943 Unref the mixer if the state change fails too (if the
9944 alsa devices are inaccessible, for example)
9946 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9948 * tests/check/Makefile.am:
9949 Don't test libvisual elements in the states check, because libvisual
9950 seems to leak internally.
9952 Re-enable the alsa and states tests now that there's new suppressions
9955 * tests/check/elements/alsa.c: (GST_START_TEST):
9956 Don't leak the alsamixer we instantiated.
9958 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9960 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9961 (gst_ximagesink_change_state), (gst_ximagesink_reset),
9962 (gst_ximagesink_finalize):
9963 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9964 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9965 Move some cleanup stuff from the state change handler into a _reset()
9966 function that can be called from _finalize(). This ensures that things
9967 get freed even if (for some reason) the NULL->READY state transition
9968 fails in the parent class.
9969 Even if a parent state change fails, process our downward state change
9970 logic instead of bailing out early.
9971 Free the correct xcontext pointer in ximagesink's xcontext_clear.
9973 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9975 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9978 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9979 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9980 Use pango_font_description_set_family_static instead of
9981 pango_font_description_set_family to save a string copy (it was
9982 leaking due to the strdup anyway)
9984 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9985 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9986 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9987 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9988 Chain up in finalize.
9990 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
9992 * gst-libs/gst/interfaces/mixertrack.c:
9993 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9994 (gst_mixer_track_set_property):
9995 API: add "untranslated-label" property which should be set by
9996 implementations at construct time (#414645).
9998 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9999 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10000 Set "untranslated-label" when constructing mixer track objects.
10002 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10003 Unit test to check the above.
10005 2007-03-07 Wim Taymans <wim@fluendo.com>
10007 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10008 Fix confusing debug message.
10010 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10012 * gst-plugins-base.doap:
10013 update doap file with new version
10015 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10020 === release 0.10.12 ===
10022 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10025 releasing 0.10.12, "Zombie Horde"
10027 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10030 Bump version to 0.10.11.4 pre-release
10032 2007-03-06 Wim Taymans <wim@fluendo.com>
10034 * gst-libs/gst/audio/gstbaseaudiosink.c:
10035 (gst_base_audio_sink_async_play):
10036 Fix regression that made GStreamer skip the first samples of audio.
10039 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10042 Bump version to 0.10.11.3 pre-release
10044 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10047 Update paths for the rename from utils to pbutils to fix the build.
10049 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10051 * gst-libs/gst/pbutils/Makefile.am:
10052 Change directory to install headers in from gst/utils to gst/pbutils
10055 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10058 * docs/libs/gst-plugins-base-libs-docs.sgml:
10059 * docs/libs/gst-plugins-base-libs-sections.txt:
10060 * gst-libs/gst/Makefile.am:
10061 * gst-libs/gst/interfaces/mixer.c:
10062 * gst-libs/gst/pbutils/Makefile.am:
10063 * gst-libs/gst/pbutils/descriptions.c:
10064 (gst_pb_utils_get_source_description),
10065 (gst_pb_utils_get_sink_description),
10066 (gst_pb_utils_get_decoder_description),
10067 (gst_pb_utils_get_encoder_description),
10068 (gst_pb_utils_get_element_description),
10069 (gst_pb_utils_add_codec_description_to_tag_list),
10070 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10071 * gst-libs/gst/pbutils/descriptions.h:
10072 * gst-libs/gst/pbutils/install-plugins.c:
10073 * gst-libs/gst/pbutils/install-plugins.h:
10074 * gst-libs/gst/pbutils/missing-plugins.c:
10075 (gst_missing_uri_source_message_new),
10076 (gst_missing_uri_sink_message_new),
10077 (gst_missing_element_message_new),
10078 (gst_missing_decoder_message_new),
10079 (gst_missing_encoder_message_new),
10080 (gst_missing_plugin_message_get_description):
10081 * gst-libs/gst/pbutils/missing-plugins.h:
10082 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10083 * gst-libs/gst/pbutils/pbutils.h:
10084 * gst-libs/gst/utils/Makefile.am:
10085 * gst-libs/gst/utils/base-utils.c:
10086 * gst-libs/gst/utils/base-utils.h:
10087 * gst-libs/gst/utils/descriptions.c:
10088 * gst-libs/gst/utils/descriptions.h:
10089 * gst-libs/gst/utils/install-plugins.c:
10090 * gst-libs/gst/utils/install-plugins.h:
10091 * gst-libs/gst/utils/missing-plugins.c:
10092 * gst-libs/gst/utils/missing-plugins.h:
10093 * gst-plugins-base.spec.in:
10094 * gst/playback/Makefile.am:
10095 * gst/playback/gstdecodebin.c:
10096 * gst/playback/gstdecodebin2.c:
10097 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10098 (gen_source_element):
10099 * gst/playback/gstplaybin.c: (plugin_init):
10100 * tests/check/Makefile.am:
10101 * tests/check/libs/pbutils.c: (GST_START_TEST),
10102 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10103 * tests/check/libs/utils.c:
10104 rename utils to pbutils
10106 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10108 * docs/plugins/Makefile.am:
10109 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10110 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10111 * docs/plugins/inspect/plugin-decodebin2.xml:
10112 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10113 Add documentation for decodebin2 that indicates that the API
10116 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10119 Update to 0.10.11.2 (0.10.12 pre-release)
10121 2007-03-01 Wim Taymans <wim@fluendo.com>
10123 * gst-libs/gst/audio/gstbaseaudiosink.c:
10124 (gst_base_audio_sink_async_play):
10125 base time is irrelevant here.
10127 2007-03-01 Wim Taymans <wim@fluendo.com>
10129 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10130 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10133 * gst-libs/gst/audio/gstbaseaudiosink.c:
10134 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10135 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10136 Improve latency and clock slaving calculations.
10137 Improve slave clock calibration.
10139 * gst-libs/gst/audio/gstringbuffer.c:
10140 (gst_ring_buffer_commit_full):
10141 When we are asked to render N sample to 0 bytes, return N.
10143 2007-03-01 Wim Taymans <wim@fluendo.com>
10145 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10146 (gst_alsasink_write), (gst_alsasink_reset):
10147 * ext/alsa/gstalsasink.h:
10148 Remove unused dispose function.
10149 Rename lock to not interfere with alsasrc lock.
10151 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10152 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10153 (gst_alsasrc_read), (gst_alsasrc_reset):
10154 * ext/alsa/gstalsasrc.h:
10155 Implement finalize function.
10156 Use lock to protect alsa access.
10158 Fine tune sw params.
10160 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10163 Convert to new AG_GST style.
10165 2007-02-28 Wim Taymans <wim@fluendo.com>
10167 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10169 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10170 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10171 Fix race condition when rapidly switching visualisations in playbin.
10174 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10176 * tests/check/Makefile.am:
10177 Include local stuff before system installed things in LDFLAGS and
10180 2007-02-28 Wim Taymans <wim@fluendo.com>
10182 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10185 2007-02-28 Wim Taymans <wim@fluendo.com>
10187 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10188 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10189 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10190 Fix duration and timestamping, taking latency into account.
10191 Implement latency query.
10193 2007-02-28 Wim Taymans <wim@fluendo.com>
10195 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10196 (gst_audio_clock_new):
10199 * gst-libs/gst/audio/gstbaseaudiosink.c:
10200 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10201 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10202 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10203 (gst_base_audio_src_create):
10204 Improve latency query code.
10205 Use proper clock names.
10207 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10209 * tests/check/generic/states.c: (GST_START_TEST):
10210 Copy the states.c test from core again
10211 * tests/check/Makefile.am:
10212 ignore cdio and cdparanoiasrc
10214 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10216 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10217 (double_hq), (audio_convert_get_func_index), (check_default),
10218 (audio_convert_prepare_context), (audio_convert_convert):
10219 Also make valgrind happy and avoid copying data in some cases.
10221 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10223 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10224 (double_hq), (audio_convert_get_func_index),
10225 (audio_convert_prepare_context), (audio_convert_convert):
10226 * gst/audioconvert/gstaudioconvert.c:
10227 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10228 (gst_audio_convert_transform_caps):
10229 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10230 (audioconvert_suite):
10231 Don't run inplace if that overwrites source data as we go. Add more
10232 tests. Fixes #339837 even more.
10234 2007-02-27 Julien MOUTTE <julien@moutte.net>
10236 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10237 (msg_segment_done): Fix various seeking bugs (Slider was not
10238 updating when doing a non flushing seek, Reverse playback
10239 on segment seek was wrong).
10241 2007-02-26 Wim Taymans <wim@fluendo.com>
10243 * tests/examples/seek/seek.c: (stop_seek):
10244 When we stop scrubbing, don't leave the pipeline PLAYING when we
10245 requested a PAUSED state.
10247 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10249 Patch by: René Stadler <mail at renestadler de>
10251 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10252 Parse date strings in vorbis comments that have an invalid (zero)
10253 month or day (#410396).
10255 * tests/check/libs/tag.c: (GST_START_TEST):
10256 Test case for the above.
10258 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10260 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10263 * ext/alsa/Makefile.am:
10264 * gst/audiotestsrc/Makefile.am:
10265 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10267 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10269 * gst/playback/gstplaybin.c:
10270 Improve docs: point out that the application needs to assist playbin
10273 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10275 * gst-libs/gst/utils/install-plugins.c:
10276 * gst-libs/gst/utils/missing-plugins.c:
10277 * tests/check/libs/utils.c: (missing_msg_check_getters):
10278 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10279 to just 'gstreamer'. Document the caps string component of the
10280 decoder/encoder detail a bit better, since not everyone will be
10281 familiar with the GStreamer media type/caps system (but they better
10282 enjoy nested itemized lists).
10284 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10286 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10287 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10288 Fix copying of GstNetBuffer (would crash before, or at least lead to
10289 invalid memory access, #410772), for now by copying the GstBuffer copy
10290 code from the core over here so we can copy the GstBuffer fields on a
10291 provided buffer instance (of type GstNetBuffer in this case). Would be
10292 better to fix this with some support by the core though (and in the long
10293 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10295 * tests/check/Makefile.am:
10296 Enable unit test for GstNetBuffer.
10298 2007-02-22 Andy Wingo <wingo@pobox.com>
10300 * gst-libs/gst/audio/gstbaseaudiosink.c
10301 (gst_base_audio_sink_init): Disable pull-mode activation until we
10302 figure out how to make audio sinks go to PLAYING.
10304 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10306 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10307 (double_hq), (audio_convert_get_func_index),
10308 (audio_convert_prepare_context), (audio_convert_convert):
10309 * gst/audioconvert/audioconvert.h:
10310 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10311 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10312 * gst/audioconvert/gstchannelmix.h:
10313 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10314 Add float as an intermediate format, as well as float mixing. Enable
10315 test that was failing before. Fixes #339837
10317 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10319 * tests/examples/seek/seek.c: (do_seek):
10320 Undo the previous commit: -1 as a stop time implies that the stop
10321 time is the end of file, clearing any previously configured segment.
10323 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10325 * tests/examples/seek/seek.c: (do_seek):
10326 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10328 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10330 * gst/volume/gstvolume.c: (volume_process_int16),
10331 (volume_process_int16_clamp), (volume_set_caps):
10332 Unbreak volume, value remains gint.
10334 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10336 * gst/volume/gstvolume.c: (volume_choose_func),
10337 (volume_update_real_volume), (gst_volume_set_volume),
10338 (gst_volume_init), (volume_process_double), (volume_process_float),
10339 (volume_process_int16), (volume_process_int16_clamp),
10340 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10341 * gst/volume/gstvolume.h:
10342 Extend float audio support (double) and some int->uint cleanups.
10344 2007-02-20 Edward Hervey <edward@fluendo.com>
10346 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10347 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10348 (sort_end_pads), (gst_decode_group_expose),
10349 (gst_decode_group_hide):
10350 Don't free groups from the streaming threads. Just put them aside and
10351 free them in dispose.
10353 2007-02-20 Edward Hervey <edward@fluendo.com>
10355 * gst/playback/gstdecodebin2.c: (connect_element),
10356 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10357 (sort_end_pads), (gst_decode_group_expose):
10358 Handle dynamic pads within groups.
10359 Sort pads before exposing them in order to make playbin happy.
10360 There still is a race with the multiqueue filling up. This should be
10364 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10366 * gst-libs/gst/utils/base-utils.c:
10367 * gst-libs/gst/utils/descriptions.c:
10368 * gst-libs/gst/utils/install-plugins.c:
10369 * gst-libs/gst/utils/missing-plugins.c:
10370 Some more docs (and descriptions for two subtitle formats).
10372 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10374 * gst-libs/gst/audio/audio.c:
10377 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10379 Patch by: Yves Lefebvre <ivanohe abacom com>
10381 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10382 Don't leak caps. Fixes #408278.
10384 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10386 * ext/cdparanoia/gstcdparanoiasrc.h:
10387 * ext/ogg/gstoggdemux.h:
10388 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10389 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10390 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10391 * gst-libs/gst/audio/audio.h:
10392 * gst-libs/gst/audio/gstaudiofilter.h:
10393 * gst-libs/gst/interfaces/videoorientation.h:
10394 * gst/adder/gstadder.h:
10395 More docs coverage and some ChangeLog surgery (add missing names)
10397 2007-02-15 Wim Taymans <wim@fluendo.com>
10399 * sys/ximage/ximagesink.c:
10400 (gst_ximagesink_calculate_pixel_aspect_ratio):
10401 * sys/xvimage/xvimagesink.c:
10402 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10403 Small constifications.
10405 2007-02-15 Wim Taymans <wim@fluendo.com>
10407 * gst-libs/gst/audio/gstbaseaudiosink.c:
10408 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10409 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10410 (gst_base_audio_sink_async_play),
10411 (gst_base_audio_sink_change_state):
10412 Answer latency query.
10413 Use configured latency when syncing.
10416 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10417 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10418 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10419 Fix possible memleak.
10420 Implement latency query.
10423 2007-02-15 Wim Taymans <wim@fluendo.com>
10425 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10426 Ignore errors in reset, these are not fatal. They also grab the element
10427 lock which is already taking when this function is called. Fixes
10430 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10433 Remove 'tests/examples/xerror/Makefile' from output files again.
10435 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10438 * docs/plugins/Makefile.am:
10439 Also crossref against gst-plugins-base-libs.
10441 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10444 * docs/libs/Makefile.am:
10445 * docs/plugins/Makefile.am:
10446 Add crossreferences to glib/gobject/gstream docs.
10448 * gst-libs/gst/audio/audio.h:
10451 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10452 Add own debug category.
10454 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10456 Patch by: René Stadler <mail at renestadler de>
10458 * gst-libs/gst/tag/gstvorbistag.c:
10459 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10462 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10464 * gst/playback/gstplaybasebin.c: (setup_source):
10465 When we have external subtitles and wait for the subtitle decodebin
10466 to get up and running, we set up a (sync) bus handler for the
10467 subtitle decodebin, so we can stop waiting when it posts an error
10468 message. However, we should do that before we set the subtitle
10469 decodebin's state to playing, otherwise things are racy and we might
10470 miss error messages posted before we had a chance to set up the bus.
10471 This should finally fix totem hanging on .txt pseudo-subtitle files.
10473 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10475 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10476 Use gst_gdouble_to_guint64 for conversions.
10477 * win32/common/config.h.in:
10478 Add a define for GST_INSTALL_PLUGINS_HELPER
10479 * win32/common/libgstaudio.def:
10480 * win32/common/libgstcdda.def:
10481 * win32/common/libgstnetbuffer.def:
10482 * win32/common/libgstrtp.def:
10483 * win32/common/libgutils.def:
10484 Add new exported functions.
10485 * win32/vs6/gst_plugins_base.dsw:
10486 * win32/vs6/libgstdecodebin.dsp:
10487 * win32/vs6/libgstnetbuffer.dsp:
10488 * win32/vs6/libgstplaybin.dsp:
10489 * win32/vs6/libgstrtp.dsp:
10490 * win32/vs6/libgstvorbis.dsp:
10491 * win32/vs6/libgstcdda.dsp:
10492 * win32/vs6/libgstgdp.dsp:
10493 * win32/vs6/libgstutils.dsp:
10494 Update and add new project files.
10496 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10498 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10499 (subrip_remove_unhandled_tags), (parse_subrip):
10500 For SubRip (.srt) subtitles, ignore all markup tags we don't
10501 handle (like font tags, for example).
10503 * tests/check/elements/subparse.c:
10506 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10508 * gst/playback/gstdecodebin.c: (add_fakesink),
10509 (gst_decode_bin_change_state):
10510 * gst/playback/gstdecodebin2.c: (add_fakesink),
10511 (gst_decode_bin_change_state):
10512 Don't error out if there is no fakesink in the NULL to READY state
10513 change, since when decodebin is re-used, we're only adding the
10514 fakesink element in READY to PAUSED.
10516 * tests/check/elements/decodebin.c:
10517 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10519 Minimal unit test to make sure we can use the same decodebin
10520 instance twice (at least with audiotestsrc input).
10522 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10524 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10525 Try to get devic-name from device string first, and from handle only
10526 as fallback (seems to yield better results and is more robust
10527 against buggy probing code on the application side).
10529 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10531 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10533 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10534 (gst_alsa_find_device_name):
10535 * ext/alsa/gstalsa.h:
10536 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10537 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10538 Improve device-name detection a bit, especially in the case where
10539 the device is not actually open (#405020, #405024). Move common code
10540 into gstalsa.c instead of duplicating it.
10542 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10544 * gst/audioconvert/gstaudioconvert.c:
10545 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10547 2007-02-06 Julien MOUTTE <julien@moutte.net>
10549 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10550 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10551 (gst_xvimagesink_interface_supported),
10552 (gst_xvimagesink_probe_get_properties),
10553 (gst_xvimagesink_probe_probe_property),
10554 (gst_xvimagesink_probe_needs_probe),
10555 (gst_xvimagesink_probe_get_values),
10556 (gst_xvimagesink_property_probe_interface_init),
10557 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10558 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10559 (gst_xvimagesink_get_type):
10560 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10561 for XVAdaptors so that one can choose the adaptor to use with
10562 gstreamer-properties.
10564 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10566 * gst/audioconvert/gstaudioconvert.c:
10567 Also mention that a conversion from double to float is suboptimal still.
10569 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10571 * gst-libs/gst/audio/gstaudiofilter.c:
10572 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10573 Clear our formats structure and free the caps contained in it when
10576 2007-02-05 Andy Wingo <wingo@pobox.com>
10578 * gst-libs/gst/audio/gstbaseaudiosink.c
10579 (gst_base_audio_sink_callback): Update basesink->offset so that we
10580 pull monotonically increasing offsets instead of, um, seeking back
10581 to 0 each time. Fixes alsasrc ! alsasink!
10583 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10585 * gst/videoscale/gstvideoscale.c:
10586 A width and height of 1 makes us crash, so increase minimum size to
10587 2x2 pixels until someone feels like fixing this (#404512).
10589 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10591 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10592 Add small test to make sure request pads are cleaned up properly
10593 even if oggmux never changes state out of NULL.
10595 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10597 * tests/check/libs/utils.c: (GST_START_TEST):
10598 Fix unit test. Turns out things work much better when you
10599 NULL-terminate string arrays. Should make p5 build bot happy again.
10601 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10603 * gst-libs/gst/audio/Makefile.am:
10604 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10605 (gst_audio_filter_template_base_init),
10606 (gst_audio_filter_template_class_init),
10607 (gst_audio_filter_template_init),
10608 (gst_audio_filter_template_set_property),
10609 (gst_audio_filter_template_get_property),
10610 (gst_audio_filter_template_setup),
10611 (gst_audio_filter_template_filter),
10612 (gst_audio_filter_template_filter_inplace), (plugin_init):
10613 Oops, forgot to commit fixed-up example.
10615 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10617 * docs/libs/gst-plugins-base-libs-sections.txt:
10618 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10619 (gst_audio_filter_class_init), (gst_audio_filter_init),
10620 (gst_audio_filter_set_caps),
10621 (gst_audio_filter_class_add_pad_templates):
10622 * gst-libs/gst/audio/gstaudiofilter.h:
10623 Port GstAudioFilter to 0.10. This change technically breaks
10624 API and ABI (and thus also every library developer's heart),
10625 but seems justifiable on the grounds that the base class was
10626 completely unusable before (ie. would crash immediately when
10627 actually used). Fixes #403963 (and eventually also #403572).
10628 Also document all of this a bit.
10630 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10632 * gst-libs/gst/utils/install-plugins.c:
10633 (gst_install_plugins_spawn_child):
10634 * tests/check/libs/utils.c:
10635 (test_base_utils_install_plugins_do_callout):
10636 Lowering log level to see why things fail on the p5 build bot;
10637 fix some typos in unit test messages.
10639 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10641 * tests/check/libs/utils.c:
10642 (test_base_utils_install_plugins_do_callout):
10643 Don't hard-code temp directory for test helper; use GLib functions
10644 to write out file and do error checking etc.
10646 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10648 * gst-libs/gst/utils/Makefile.am:
10649 * gst-libs/gst/utils/base-utils.h:
10650 * gst-libs/gst/utils/install-plugins.c:
10651 (gst_install_plugins_context_set_xid),
10652 (gst_install_plugins_context_new),
10653 (gst_install_plugins_context_free),
10654 (gst_install_plugins_get_helper),
10655 (gst_install_plugins_spawn_child),
10656 (gst_install_plugins_return_from_status),
10657 (gst_install_plugins_installer_exited),
10658 (gst_install_plugins_async), (gst_install_plugins_sync),
10659 (gst_install_plugins_return_get_name),
10660 (gst_install_plugins_installation_in_progress):
10661 * gst-libs/gst/utils/install-plugins.h:
10662 API: add API for applications to initiate installation of missing
10663 plugins, ie. gst_install_plugins_async() primarily.
10664 Based on libgimme-codec by Ryan Lortie.
10667 Add --with-install-plugins-helper configure option so distros can specify
10668 the path of the helper script or program to call when plugin installation
10669 is requested (distros: please do any argument munging in this helper
10670 script instead of patching GStreamer to pass arguments differently
10671 to another program directly).
10673 * docs/libs/gst-plugins-base-libs-docs.sgml:
10674 * docs/libs/gst-plugins-base-libs-sections.txt:
10675 Build and document new API.
10677 * tests/check/libs/utils.c: (result_cb),
10678 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10679 (libgstbaseutils_suite):
10680 Some simple checks for the new API.
10682 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10684 * tests/check/elements/audioconvert.c: (test_float_conversion):
10685 Add small test for 32bit float <=> 64bit float conversion (works
10686 only one way so far, 32=>64 produces structured noise).
10688 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10690 * gst/audioconvert/gstaudioconvert.c:
10691 (set_structure_widths_32_and_64), (make_lossless_changes):
10692 We don't support floats with a width of 40, 48 or 56 bits.
10694 2007-02-02 Stefan Kost <ensonic@users.sf.net>
10696 * gst/audioconvert/audioconvert.c: (float), (double),
10697 (audio_convert_get_func_index):
10698 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10699 (make_lossless_changes):
10700 Support for 64-bit float audio in audioconvert (#339837)
10702 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
10704 Patch by: Holger Wansing <linux wansing-online de>
10708 Add German translation (#352069).
10710 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
10712 reviewed by: Wim Taymans <wim@fluendo.com>
10714 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10715 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10716 Use newly added GstCollectPads API to free the allocated resources in
10717 the GstOggPad structures (#402393).
10719 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
10721 * gst/playback/gstplaybin.c: (gen_vis_element):
10722 Add audioresample+audioconvert in front of the visualisation
10723 element, so that elements like libvisual 0.4 that don't support all
10724 samplerates can work.
10728 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
10730 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10731 (gst_play_base_bin_get_streaminfo_value_array):
10732 Take some locks and make a copy of the streaminfo value array we
10733 maintain while holding the lock, so that the application can
10734 retrieve the stream-info as a value array in a thread-safe way.
10736 2007-01-30 Wim Taymans <wim@fluendo.com>
10738 * gst/audioconvert/gstaudioconvert.c:
10739 Don't fail on 0 sized buffers. Fixes #396835.
10741 2007-01-29 David Schleef <ds@schleef.org>
10743 * gst/typefind/gsttypefindfunctions.c:
10744 Detect BBCD as video/x-dirac, so we can play raw dirac
10747 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
10749 * ext/theora/theoraenc.c: (theora_enc_chain):
10750 Check return value of theora_encode_header(), or we might try to
10751 allocate a random number of bytes. theora_encode_header() can fail
10752 if libtheora has been compiled with encoding support disabled.
10755 2007-01-29 Wim Taymans <wim@fluendo.com>
10757 * tests/check/gst/.cvsignore:
10758 Do as buildbot says.
10760 2007-01-29 Wim Taymans <wim@fluendo.com>
10762 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10763 Fix strides in libvisual. Gst uses X strides.
10764 Inspired by: <ed at catmur dot co dot uk> and
10765 <tim at centricular dot net>
10768 2007-01-27 Wim Taymans <wim@fluendo.com>
10770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10771 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10772 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10773 (gst_ogg_demux_perform_seek),
10774 (gst_ogg_demux_bisect_forward_serialno),
10775 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10776 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10777 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10778 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10779 * ext/ogg/gstoggdemux.h:
10780 Properly propagate streaming errors when we are scanning the file for
10781 chains so that we don't crash when shut down. Might fix some crashers
10782 when quickly switching oggs in RB such as #332503 and #378436.
10784 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
10786 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10787 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10788 error code as well.
10790 2007-01-25 Wim Taymans <wim@fluendo.com>
10792 * gst/playback/gstplaybasebin.c: (remove_source):
10793 Don't try to disconnect a signal from a finalized object.
10795 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10797 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10798 Cast lock macro parameters to make sure we're actually accessing the
10799 lock member at the right class level. Free list itself in _dispose()
10800 as well and NULL it in case dispose gets called multiple times.
10802 2007-01-25 Edward Hervey <edward@fluendo.com>
10804 * gst/playback/gstdecodebin2.c:
10805 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10806 Free GstDecodeGroups no longer used.
10807 (gst_decode_group_expose):
10808 Don't unlock too many times !
10809 (deactivate_free_recursive):
10810 Free iterator once we're done with it.
10811 Fix for recursively deactivating elements (stop at ghostpads).
10813 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10815 * gst/playback/gstplaybin.c: (handoff):
10816 Fix up caps on the frame buffer before we save it and potentially
10817 make it accessible to other threads via g_object_get; also use
10818 gst_buffer_replace() instead of gst_mini_object_replace().
10820 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10822 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10823 Make getting the current frame thread-safe.
10825 2007-01-25 Edward Hervey <edward@fluendo.com>
10827 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10828 (gst_decode_group_new), (gst_decode_group_free):
10829 Set queues to bigger sizes to cope with HD contents.
10830 Fix some mutex freeing and add comment about MT safe methods.
10832 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
10834 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10835 (gst_text_overlay_text_event):
10836 Don't unnecessarily ref (and then leak) upstream events if the text
10837 pad is not linked. Fixes #399948.
10839 * tests/check/gst-plugins-base.supp:
10840 Add suppression for pango on edgy/x86 for textoverlay test.
10842 2007-01-24 Wim Taymans <wim@fluendo.com>
10844 * gst-libs/gst/rtp/gstrtpbuffer.h:
10845 Add some more fixed payloads.
10847 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10849 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10850 Error out properly if we get an error from libogg while reading the
10851 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10853 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10855 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10858 * tests/check/elements/playbin.c:
10859 (test_sink_usage_video_only_stream),
10860 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10861 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10862 (test_missing_suburisource_handler),
10863 (test_missing_primary_decoder), (playbin_suite):
10864 Run all tests once with decodebin and once with decodebin2.
10865 One test does not pass yet with decodebin2.
10867 2007-01-23 Edward Hervey <edward@fluendo.com>
10869 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10870 Fix the cases where oggmux doesn't properly figure out that all
10871 sinkpads have gone EOS, and therefore doesn't push out the remaining
10872 buffers and the final EOS event.
10875 2007-01-23 Julien MOUTTE <julien@moutte.net>
10877 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10878 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10879 Don't lock on navigation event push, just on keysym to string.
10880 Fixes #397673 again.
10882 2007-01-22 Edward Hervey <edward@fluendo.com>
10884 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10885 (get_current_group), (group_demuxer_event_probe),
10886 (gst_decode_group_expose), (deactivate_free_recursive),
10887 (gst_decode_group_free):
10889 Don't forget to emit 'no-more-pads' once a group is exposed.
10890 Cleanup elements from a DecodeGroup once we remove it.
10891 Protect call to gst_decode_group_expose() with the decodebin lock.
10893 2007-01-22 Julien MOUTTE <julien@moutte.net>
10895 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10897 Looking at Xorg code i can't figure out if that XKeysymToString
10898 function is thread sensible or not. Lock it just in case as
10899 recommended by Radek Doulik <rodo at ximian dot com>.
10901 2007-01-22 Julien MOUTTE <julien@moutte.net>
10903 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10905 Lock that X Call as well. Fixes #397673.
10907 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10909 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10910 Don't go into an endless loop if the file starts with 00 00 01 2X,
10911 like quicktime redirect files might. Fixes #396042.
10913 * tests/check/Makefile.am:
10914 * tests/check/gst/.cvsignore:
10915 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10916 (typefindfunctions_suite):
10917 Add unit test for the above.
10919 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10921 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10922 On second thought, use "depth" field rather than "bpp" field.
10924 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10926 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10927 Camtasia caps apparently need a bpp field (#398875).
10929 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10931 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10932 (gen_source_element), (gst_play_base_bin_change_state):
10933 Attempt at a better error message in case we don't have the required
10934 URI handler installed; post missing-plugin message also when we're
10935 missing an URI handler for the subtitle URI; clean up properly also
10936 when an error occurs and we never made it to PAUSED state.
10938 * tests/check/elements/playbin.c: (GST_START_TEST),
10940 Check that we're also getting a missing-plugin messsage for a
10941 missing subtitle URI handler (and clean up properly).
10943 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10945 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10946 Plug a few reference leaks.
10948 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10950 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10951 Lower probability a bit if the marker isn't right at the start,
10952 to decrease the chance of false positives.
10954 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10956 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10957 Small mpeg2 system stream typefinding improvement: make typefinder
10958 probe a bit into the stream instead of just looking for a marker
10959 at the beginning. Fixes #397810.
10961 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
10963 * gst/audioconvert/gstchannelmix.c:
10964 Remove compatibility cruft for prehistoric GLib versions.
10966 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
10968 * gst/playback/Makefile.am:
10969 * gst/playback/gstdecodebin.c: (close_pad_link):
10970 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10971 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10972 (gst_play_base_bin_handle_message_func), (unknown_type):
10973 Let decodebin be the element to post missing-plugin messages for
10974 missing decoders (rather than playbin); make playbin implement
10975 GstBin::handle_message so we can suppress missing-plugin messages
10976 for types we're not handling on purpose (don't want to bring up an
10977 installer in those cases).
10979 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
10981 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10982 * gst-libs/gst/tag/gstvorbistag.c:
10983 (gst_tag_list_to_vorbiscomment_buffer):
10984 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10985 Fix potentially unaligned access (#397207).
10987 2007-01-16 Stefan Kost <ensonic@users.sf.net>
10989 * tests/examples/seek/seek.c: (set_scale), (update_scale),
10990 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10991 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10993 Allow to toggle looping while it plays. Fix callback prototype. Clean
10994 up code a bit more. Add copyright header.
10996 2007-01-16 Stefan Kost <ensonic@users.sf.net>
10998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10999 Red and blue mask was swapped (spotted by Dan Williams).
11001 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11003 * gst-libs/gst/tag/gstid3tag.c:
11004 * gst-libs/gst/tag/gstvorbistag.c:
11005 Use new beats-per-minute tag from core.
11007 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11010 Add new files with translatable strings, so they actually make it
11011 into the template file one day.
11013 2007-01-12 Andy Wingo <wingo@pobox.com>
11015 * gst-libs/gst/audio/gstbaseaudiosink.c
11016 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11017 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11018 stuff, as the base class handles this now. Actually tell the ring
11020 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11021 How did this work before? Maybe I'm not as awesome a programmer as
11024 * gst-libs/gst/audio/gstbaseaudiosrc.c
11025 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11028 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11030 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11031 Remove more fields so that the application can better blacklist
11032 formats that have been tried before.
11034 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11036 * gst-libs/gst/audio/mixerutils.h:
11037 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11038 used when compiling with c++ compilers as well.
11040 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11042 * gst/typefind/gsttypefindfunctions.c:
11045 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11047 * gst/playback/gstplaybin.c: (post_missing_element_message),
11048 (gen_video_element), (gen_text_element), (gen_audio_element),
11050 Post missing-plugin messages also when we error out because
11051 converters, textoverlay or auto*sinks are missing (#161922).
11053 2007-01-10 Wim Taymans <wim@fluendo.com>
11055 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11056 (is_demuxer_element), (new_caps):
11057 * gst/playback/gstplaybasebin.c: (source_new_pad):
11058 Fix the case where we try to ref a NULL element when we delay a link
11059 because of unfixed caps.
11060 Set the state of autoplugged decodebins to PAUSED.
11061 RTSP now works in playbin, we can remove it from the blacklist.
11063 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11065 * gst/playback/Makefile.am:
11066 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11067 (unknown_type), (setup_subtitle), (gen_source_element):
11068 * gst/playback/gstplaybin.c: (plugin_init):
11069 Post missing-plugin messages on the bus for missing sources and
11070 missing decoders/demuxers/depayloaders; fix error code used when
11071 we're missing an URI handler source; for media types that we are not
11072 handling on purpose at the moment, don't print "don't know how to
11073 handle xyz" messages to the terminal or post missing-plugin
11074 messages on the bus.
11076 * tests/check/elements/playbin.c: (create_playbin),
11077 (GST_START_TEST), (gst_codec_src_uri_get_type),
11078 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11079 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11080 (gst_codec_src_init_type), (gst_codec_src_base_init),
11081 (gst_codec_src_create), (gst_codec_src_class_init),
11082 (gst_codec_src_init), (plugin_init), (playbin_suite):
11083 Add some tests for the missing-plugin stuff.
11085 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11088 * gst-libs/gst/Makefile.am:
11089 * gst-libs/gst/utils/Makefile.am:
11090 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11091 * gst-libs/gst/utils/base-utils.h:
11092 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11093 (find_format_info), (caps_are_rtp_caps),
11094 (gst_base_utils_get_source_description),
11095 (gst_base_utils_get_sink_description),
11096 (gst_base_utils_get_decoder_description),
11097 (gst_base_utils_get_encoder_description),
11098 (gst_base_utils_get_element_description),
11099 (gst_base_utils_add_codec_description_to_tag_list),
11100 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11101 * gst-libs/gst/utils/descriptions.h:
11102 * gst-libs/gst/utils/missing-plugins.c:
11103 (missing_structure_get_type), (copy_and_clean_caps),
11104 (gst_missing_uri_source_message_new),
11105 (gst_missing_uri_sink_message_new),
11106 (gst_missing_element_message_new),
11107 (gst_missing_decoder_message_new),
11108 (gst_missing_encoder_message_new),
11109 (missing_structure_get_string_detail),
11110 (missing_structure_get_caps_detail),
11111 (gst_missing_plugin_message_get_installer_detail),
11112 (gst_missing_plugin_message_get_description),
11113 (gst_is_missing_plugin_message):
11114 * gst-libs/gst/utils/missing-plugins.h:
11115 API: add new libgstbaseutils library with functions
11116 - to create and parse missing-plugins messages
11117 - that provide (translated) descriptions for caps/decoders/sources/etc.
11120 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11121 * pkgconfig/gstreamer-plugins-base.pc.in:
11124 * docs/libs/gst-plugins-base-libs-docs.sgml:
11125 * docs/libs/gst-plugins-base-libs-sections.txt:
11126 Generate docs for new lib and API.
11128 * tests/check/Makefile.am:
11129 * tests/check/libs/.cvsignore:
11130 * tests/check/libs/utils.c: (missing_msg_check_getters),
11131 (GST_START_TEST), (libgstbaseutils_suite):
11132 Add some basic unit tests.
11134 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11136 * ext/ogg/Makefile.am:
11137 Dist gstoggdemux.h to fix 'make distcheck'.
11139 * sys/v4l/Makefile.am:
11140 Fix 'make distcheck' even more.
11142 2007-01-09 Wim Taymans <wim@fluendo.com>
11144 * docs/plugins/Makefile.am:
11145 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11146 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11147 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11148 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11149 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11150 (gst_ogg_demux_perform_seek):
11151 * ext/ogg/gstoggdemux.h:
11153 Add some more comments.
11156 2007-01-09 Wim Taymans <wim@fluendo.com>
11158 * ext/theora/theoradec.c:
11159 * ext/vorbis/vorbisdec.c:
11160 * gst-libs/gst/audio/gstringbuffer.c:
11161 (gst_ring_buffer_commit_full):
11162 * gst-libs/gst/audio/gstringbuffer.h:
11163 * gst-libs/gst/rtp/gstrtpbuffer.c:
11164 * gst-libs/gst/tag/gstvorbistag.c:
11165 Small documentation updates/fixes
11167 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11170 Require core CVS HEAD for Andy's basesrc/sink API additions.
11172 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11174 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11176 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11178 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11179 on flac.sf.net (there appear to be other versions of the first
11180 ogg page in the wild) (#391365).
11182 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11185 Check if localtime_r() is available.
11187 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11188 If localtime_r() is not available, fall back to localtime(). Should
11189 fix build on MingW (#393310).
11191 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11193 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11194 * gst/subparse/gstsubparse.h:
11195 Remove spurious 1000 subtrahend when calculating the timestamp from
11196 the frame number and the frame rate . Also, use the frames/second
11197 value specified in the first line of the file, if one is specified
11198 there. Should fix #357503.
11200 * tests/check/elements/subparse.c: (do_test),
11201 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11203 Add some basic unit tests for the microdvd subtitle format.
11205 2007-01-07 Julien MOUTTE <julien@moutte.net>
11207 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11209 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11210 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11211 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11212 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11213 (gst_xvimagesink_set_xwindow_id),
11214 (gst_xvimagesink_set_event_handling),
11215 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11216 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11218 Add an adaptor property to select a specific XV adaptor.
11219 * sys/xvimage/xvimagesink.h:
11221 2007-01-07 Julien MOUTTE <julien@moutte.net>
11223 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11224 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11225 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11226 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11227 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11228 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11229 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11230 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11231 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11232 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11233 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11234 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11235 Use flow_lock much more to protect every access to xwindow.
11236 Try to catch erros while creating images in case some drivers are
11237 just generating an XError when the requested image is too big.
11238 Should fix : #354698, #384008, #384060.
11239 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11240 Implement some stress testing of setting window xid.
11242 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11244 * win32/common/libgsaudio.def:
11245 Add new exported function.
11246 * win32/common/libgstogg.dsp:
11247 Add gstoggaviparse.c to the build.
11248 * win32/common/libgstvideoscale.dsp:
11249 Add vs_4tap.c to the build.
11250 * win32/common/libgstvorbis.dsp:
11251 Add vorbistag.c to the build.
11253 2007-01-06 Andy Wingo <wingo@pobox.com>
11255 * gst-libs/gst/audio/gstbaseaudiosink.c
11256 (gst_base_audio_sink_class_init)
11257 (gst_base_audio_sink_init):
11258 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11259 to baseaudiosink, and tell basesink that we can work in pull mode.
11260 This way the ring buffer thread drives the pipeline directly, if
11261 pull mode is possible. There is some lingering nastiness regarding
11263 (gst_base_audio_sink_callback): Implement the callback to pull
11264 data. This interface is a bit light, though -- it should get a
11265 GstFlowReturn return value at least.
11267 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11269 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11270 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11271 * gst/playback/gstdecodebin2.c:
11272 (gst_decode_group_check_if_blocked):
11273 Printf format and missing argument fixes.
11275 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11277 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11278 (gst_ogm_parse_change_state):
11279 Activate pads before adding them to the element.
11281 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11283 * tests/examples/seek/scrubby.c: (main):
11284 * tests/examples/seek/seek.c: (main):
11285 Call g_thread_init() first thing in main() (see #391278).
11287 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11289 * tests/check/Makefile.am:
11290 * tests/check/libs/.cvsignore:
11291 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11293 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11294 for the time being, since it's broken, see #393099.
11296 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11298 * tests/check/Makefile.am:
11299 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11301 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11304 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11305 so that GST_BASE_CFLAGS can go inbetween them, making sure
11306 we use uninstalled gst-libs headers
11307 * docs/libs/Makefile.am:
11308 * ext/alsa/Makefile.am:
11309 * ext/cdparanoia/Makefile.am:
11310 * ext/gnomevfs/Makefile.am:
11311 * ext/libvisual/Makefile.am:
11312 * ext/ogg/Makefile.am:
11313 * ext/theora/Makefile.am:
11314 * ext/vorbis/Makefile.am:
11315 * gst-libs/gst/audio/Makefile.am:
11316 * gst-libs/gst/cdda/Makefile.am:
11317 * gst-libs/gst/interfaces/Makefile.am:
11318 * gst-libs/gst/riff/Makefile.am:
11319 * gst-libs/gst/rtp/Makefile.am:
11320 * gst-libs/gst/tag/Makefile.am:
11321 * gst/adder/Makefile.am:
11322 * gst/audioconvert/Makefile.am:
11323 * gst/audiorate/Makefile.am:
11324 * gst/audioresample/Makefile.am:
11325 * gst/playback/Makefile.am:
11326 * gst/tcp/Makefile.am:
11327 * gst/videoscale/Makefile.am:
11328 * gst/volume/Makefile.am:
11329 * sys/ximage/Makefile.am:
11330 * sys/xvimage/Makefile.am:
11331 * tests/icles/Makefile.am:
11334 2007-01-04 Julien MOUTTE <julien@moutte.net>
11336 * gst-libs/gst/interfaces/xoverlay.c:
11337 (gst_x_overlay_handle_events):
11338 * gst-libs/gst/interfaces/xoverlay.h:
11339 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11340 (gst_ximagesink_set_xwindow_id),
11341 (gst_ximagesink_set_event_handling),
11342 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11343 (gst_ximagesink_get_property), (gst_ximagesink_init),
11344 (gst_ximagesink_class_init):
11345 * sys/ximage/ximagesink.h:
11346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11347 (gst_xvimagesink_set_xwindow_id),
11348 (gst_xvimagesink_set_event_handling),
11349 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11350 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11351 (gst_xvimagesink_class_init):
11352 * sys/xvimage/xvimagesink.h:
11353 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11354 Add a method to the XOverlay interface to allow disabling of
11355 event handling in x[v]imagesink elements. This will let X events
11356 propagate to parent windows which can be usefull in some cases.
11357 Be carefull that the application is then responsible of pushing
11358 navigation events and expose events to the video sink.
11361 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11363 * gst-libs/gst/tag/gstvorbistag.c:
11364 * tests/check/libs/tag.c: (GST_START_TEST):
11365 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11368 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11371 * docs/Makefile.am:
11372 * docs/design/Makefile.am:
11375 2006-12-27 Julien MOUTTE <julien@moutte.net>
11377 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11378 typo. Fixes: #390063.
11380 2006-12-27 Julien MOUTTE <julien@moutte.net>
11382 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11385 * win32/common/config.h: Updated.
11387 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11389 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11390 (setup_gdpdepay_streamheader):
11391 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11392 (setup_gdppay_streamheader):
11393 Fix the dp tests, but activating the pads for the streamheader tests
11394 too and cleaning up conditionaly
11396 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11398 * gst/ffmpegcolorspace/avcodec.h:
11399 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11400 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11401 (gst_ffmpegcsp_avpicture_fill):
11402 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11403 (img_get_alpha_info):
11404 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11405 other end of the word. Fixes: #387073.
11407 Add some inconsequential branch hints in a couple of places.
11409 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11411 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11412 (gst_ffmpeg_caps_to_smpfmt):
11413 The "signed" field in raw audio caps is of boolean type, trying to
11414 extract the value with _get_int() will fail (fix to keep in sync with
11415 the copy in gst-ffmpeg)
11417 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11419 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11420 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11421 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11422 (cleanup_gdpdepay):
11423 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11424 * tests/check/elements/subparse.c: (teardown_subparse):
11425 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11426 * tests/check/elements/videorate.c: (cleanup_videorate):
11427 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11428 * tests/check/elements/volume.c: (cleanup_volume):
11429 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11430 (cleanup_vorbisdec):
11431 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11432 (cleanup_vorbistag):
11433 consistent pad (de)activation
11435 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11437 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11438 Forgot to register the extensions.
11440 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11442 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11444 Add typefinder for VIVO files (my christmas present to the 90s).
11446 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11448 * gst/playback/gstdecodebin.c: (type_found):
11449 Special-case the text/plain media type: we only want to recognise it
11450 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11451 parser, but not if the entire stream is of text/plain type. If the
11452 entire stream is text/plain, we should just error out.
11454 This fixes playback of audio files with lyrics in totem. Totem can't
11455 distinguish between text files and subtitle files and passes any
11456 .txt file with the same basename as the main file to playbin as
11457 suburi, and playbin will then throw a 'subtitle found, but no video
11458 stream' error, which isn't entirely helpful. See #380342.
11460 Also, with this change we'll show a slightly more correct error
11461 message in case totem passes a playlist file to us (although a
11462 custom error message wording instead of the default text would
11463 probably not be a bad idea either).
11465 Same problem also needs to be fixed for playbin+decodebin2.
11467 * tests/check/Makefile.am:
11468 * tests/check/elements/decodebin.c: (src_handoff_cb),
11469 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11471 Add simple unit test for decodebin for the above.
11473 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11475 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11476 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11477 Refuse to change state to READY when we failed to create any of the
11478 required elements in our instance init function.
11480 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11482 * docs/libs/gst-plugins-base-libs-sections.txt:
11483 Small docs fixes/updates.
11485 * gst-libs/gst/video/gstvideosink.h:
11486 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11487 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11488 removed from the base sink API between 0.9.6 and 0.9.7).
11489 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11490 accessor macros, so we don't do a runtime GObject type check every
11493 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11496 * gst-plugins-base.doap:
11497 * gst-plugins-base.spec.in:
11500 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11502 Patch by: Jens Granseuer <jensgr at gmx net>
11504 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11505 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11506 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11507 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11508 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11509 Declare variables at the beginning of a block. Fixes #383195.
11511 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11514 Bump version nano - back to CVS.
11517 === release 0.10.11 ===
11519 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11522 releasing 0.10.11, "Dumb things"
11524 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11526 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11527 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11528 Handle the case where an element has multiple pads with
11529 unfixed caps as well as still possibly producing more dynamic
11530 pads by storing each case as a distinct entry in the dynamic list.
11531 Fixes #38223 again.
11533 2006-12-04 Wim Taymans <wim@fluendo.com>
11535 * gst/playback/gstdecodebin.c: (close_pad_link):
11536 Fix #382223, add more dynamic caps handling.
11538 2006-12-04 Wim Taymans <wim@fluendo.com>
11540 * gst-libs/gst/audio/gstringbuffer.h:
11541 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11542 (gst_netaddress_set_ip4_interface),
11543 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11544 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11545 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11546 (gst_netaddress_get_ttl):
11547 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11548 * gst/playback/gstdecodebin.c: (close_pad_link):
11549 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11550 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11551 * win32/common/config.h:
11553 2006-12-01 Michael Smith <msmith@fluendo.com>
11555 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11556 Delete bad debug code.
11559 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11561 * gst/videoscale/vs_4tap.c:
11563 * win32/common/config.h:
11564 * win32/vs8/libgstvideoscale.vcproj:
11565 Fix compilation on win32 under VS8
11566 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11567 Partially fixes #381175
11569 2006-11-30 Michael Smith <msmith@fluendo.com>
11571 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11573 It would be very bad if, after a discont buffer, we thought every
11574 single following buffer was also discont. So, add to the test to
11575 ensure that this isn't the case.
11577 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11578 ... it was the case. So fix it.
11580 2006-11-28 Wim Taymans <wim@fluendo.com>
11582 * gst/playback/gstplaybasebin.c: (check_queue_event):
11585 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11586 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11587 padtemplate caps. Refixes #357577.
11589 2006-11-28 Wim Taymans <wim@fluendo.com>
11591 * gst/playback/gstplaybasebin.c: (check_queue_event),
11592 (queue_threshold_reached), (queue_out_of_data),
11593 (gen_preroll_element):
11594 Add event probe to see when EOS is in a queue and we can disable the
11595 underrun signals. Fixes #357577.
11597 2006-11-28 Edward Hervey <edward@fluendo.com>
11599 * gst/playback/Makefile.am:
11600 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11601 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11602 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11603 (gst_decode_bin_init), (gst_decode_bin_dispose),
11604 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11605 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11606 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11607 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11608 (connect_element), (expose_pad), (type_found),
11609 (pad_added_group_cb), (pad_removed_group_cb),
11610 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11611 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11612 (are_raw_caps), (multi_queue_overrun_cb),
11613 (multi_queue_underrun_cb), (gst_decode_group_new),
11614 (get_current_group), (group_demuxer_event_probe),
11615 (gst_decode_group_control_demuxer_pad),
11616 (gst_decode_group_control_source_pad),
11617 (gst_decode_group_check_if_blocked),
11618 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11619 (gst_decode_group_hide), (gst_decode_group_free),
11620 (gst_decode_group_set_complete), (source_pad_blocked_cb),
11621 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11622 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11624 New decodebin2 element.
11626 * gst/playback/gstplay-marshal.list:
11627 Added marshallers for new signals in decodebin2
11628 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11629 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11632 2006-11-28 Wim Taymans <wim@fluendo.com>
11634 * gst/playback/gstplaybasebin.c: (setup_source),
11635 (gst_play_base_bin_change_state):
11636 Disable rtsp:// uris for the release, it's not good enough yet.
11639 2006-11-26 Wim Taymans <wim@fluendo.com>
11641 * ext/theora/theoradec.c: (gst_theora_dec_reset),
11642 (theora_dec_push_forward), (theora_dec_push_reverse),
11643 (theora_handle_data_packet), (theora_dec_decode_buffer),
11644 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11645 (theora_dec_chain_forward), (theora_dec_chain):
11646 Implement reverse playback.
11648 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11649 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11650 (vorbis_dec_chain_forward):
11651 Clear buffers used for reverse playback in _reset.
11652 No need to set the eos flag, we clip samples using the segment.
11654 2006-11-24 Wim Taymans <wim@fluendo.com>
11656 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11657 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11658 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11659 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11661 Handle continued pages in reverse mode.
11663 2006-11-24 Wim Taymans <wim@fluendo.com>
11665 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11666 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11667 (vorbis_dec_flush_decode):
11669 Don't try to add invalid timestamps.
11670 Clipping will unref the buffer.
11672 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11674 * gst/adder/gstadder.h:
11675 * gst/audiotestsrc/gstaudiotestsrc.h:
11676 remove obsolete _factory_init protos
11678 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11681 Fix spacing in debug message.
11683 2006-11-23 Wim Taymans <wim@fluendo.com>
11685 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11686 (gst_ogg_demux_chain):
11687 Don't just ignore return values from _pad_push().
11688 Small debug improvements.
11690 2006-11-23 Michael Smith <msmith@fluendo.com>
11692 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11693 If our incoming buffer is marked as DISCONT, then increment the page
11694 number (so that the discontinuity is marked in the final ogg
11695 bitstream) and flush the previous page.
11697 2006-11-22 Michael Smith <msmith@fluendo.com>
11699 * ext/theora/gsttheoraenc.h:
11700 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11701 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11702 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11703 (theora_enc_chain), (theora_enc_change_state):
11704 Mark discontinuities of > 3/4 of a frame, reinit encoder.
11706 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11707 (GST_START_TEST), (theoraenc_suite):
11708 Enable discontinuity test, fix it.
11710 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11712 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11713 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11714 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11715 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11716 (gst_text_overlay_change_state):
11717 * ext/pango/gsttextoverlay.h:
11718 Some textoverlay fixes: for one, in the video chain function,
11719 actually wait for a text buffer to come in if there is none at the
11720 moment and there should be one; also, deal more gracefully with
11721 incoming buffers that do not have a timestamp or duration; discard
11722 text buffer when not needed any longer. Fixes #341681.
11724 * tests/check/Makefile.am:
11725 * tests/check/elements/.cvsignore:
11726 * tests/check/elements/textoverlay.c:
11727 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11728 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11729 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11730 (test_video_waits_for_text_send_text_newsegment_thread),
11731 (test_video_waits_for_text_shutdown_element),
11732 (test_render_continuity_push_video_buffers_thread),
11733 (textoverlay_suite):
11734 Add some unit tests for textoverlay.
11736 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11738 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11739 Avoid integer underflow when the found probability for mp3 is
11740 smaller than the 'penalty' we subtract if there's not a clean
11741 mp3 header sync at offset 0.
11743 2006-11-21 Stefan Kost <ensonic@users.sf.net>
11745 * docs/libs/gst-plugins-base-libs-sections.txt:
11746 Add some new symbols to the docs
11748 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11750 * tests/check/Makefile.am:
11751 * tests/check/elements/ffmpegcolorspace.c:
11752 (ffmpegcolorspace_suite):
11753 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11754 (for now not for valgrinding though, since it takes too long).
11756 2006-11-20 Wim Taymans <wim@fluendo.com>
11758 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11759 (gst_ffmpeg_pixfmt_to_caps):
11760 Fix RGBA32 caps. Fixes #357038.
11762 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11764 * gst-libs/gst/interfaces/mixertrack.h:
11765 Add FIXME so we can add some padding here in 0.11
11767 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11769 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11770 Fix GstBaseRTPAudioPayload structure so the whole GObject
11771 inheritance business actually works (parent class instance structure
11772 must always come first in the derived class instance structure).
11774 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11776 * gst/videotestsrc/Makefile.am:
11777 * tests/check/Makefile.am:
11778 Make sure our checks and the videotestsrc plugin link against the
11779 local uninstalled gst libs and not any installed gst libs that
11780 might happen to exist as well.
11782 * tests/check/elements/adder.c: (message_received),
11783 (test_event_message_received), (test_play_twice_message_received):
11784 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11785 Fix compiler warnings when compiling against core with disabled
11788 2006-11-16 Michael Smith <msmith@fluendo.com>
11790 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11791 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11792 Fix audiorate, so that it accurately sets offsets and timestamps.
11793 Doesn't change the fundamental algorithmic decisions; so should be
11796 * tests/check/Makefile.am:
11797 Enable audiorate test now that it passes.
11799 2006-11-09 Stefan Kost <ensonic@users.sf.net>
11801 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11802 clear xv when going to NULL, remove // commented non-existant proto
11804 * tests/examples/seek/seek.c: (main):
11805 add missing tooltip description for scrub and play_scrub
11807 2006-11-14 David Schleef <ds@schleef.org>
11810 Bump liboil requirement to 0.3.8.
11811 * gst-libs/gst/riff/riff-media.c:
11813 * gst/videoscale/vs_image.h:
11814 * gst/videoscale/vs_scanline.h:
11815 Use liboil's stdint.h.
11816 * gst/videotestsrc/videotestsrc.c:
11817 Remove liboil related ifdef's, since they aren't needed now, and
11818 won't work with future versions.
11820 2006-11-14 David Schleef <ds@schleef.org>
11822 * gst/videoscale/Makefile.am:
11823 * gst/videoscale/gstvideoscale.c:
11824 * gst/videoscale/gstvideoscale.h:
11825 * gst/videoscale/vs_4tap.c:
11826 * gst/videoscale/vs_4tap.h:
11827 * gst/videoscale/vs_image.c:
11828 * gst/videoscale/vs_image.h:
11829 * gst/videoscale/vs_scanline.c:
11830 * gst/videoscale/vs_scanline.h:
11831 Add a 4-tap image scaler. Theoretically looks much prettier.
11832 The tap calculation could use some improvement.
11834 2006-11-14 Wim Taymans <wim@fluendo.com>
11836 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11838 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11839 (gst_riff_parse_strf_iavs):
11840 * gst/subparse/gstsubparse.c: (convert_encoding):
11841 * gst/tcp/gstmultifdsink.c:
11842 (gst_multi_fd_sink_handle_client_write):
11843 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11844 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11845 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11846 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11847 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11848 (gst_ximagesink_ximage_new):
11849 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11850 Various gsize and gssize printf fixes. Fixes #372507.
11852 2006-11-13 Wim Taymans <wim@fluendo.com>
11854 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11855 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11856 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11857 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11858 (vorbis_dec_chain_forward), (vorbis_dec_chain):
11859 * ext/vorbis/vorbisdec.h:
11860 First stab at vorbis reverse playback.
11862 2006-11-13 Wim Taymans <wim@fluendo.com>
11864 * gst-libs/gst/audio/gstbaseaudiosink.c:
11865 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11866 * gst-libs/gst/audio/gstbaseaudiosink.h:
11867 Make the clock sync code more accurate wrt resampling and playback
11868 at different rates.
11870 * gst-libs/gst/audio/gstringbuffer.c:
11871 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11872 * gst-libs/gst/audio/gstringbuffer.h:
11873 Use better algorithm to interpolate sample rates.
11875 2006-11-13 Michael Smith <msmith@fluendo.com>
11877 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11878 Improve a debug line slightly.
11880 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11881 Call gst_riff_init() in plugin_init, to avoid getting errors from
11882 the debug system (unrelated changes to another plugin made this turn
11885 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
11887 Patch by: Sergey Scobich <sergery.scobich at gmail com>
11889 * win32/common/libgsttag.def:
11890 Add missing symbol (#366492).
11892 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
11894 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11895 Don't unref a NULL pad.
11897 2006-11-09 Wim Taymans <wim@fluendo.com>
11899 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11900 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11901 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11902 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11903 (gst_ogg_demux_loop):
11904 Implement first stab at reverse playback.
11906 2006-11-07 Stefan Kost <ensonic@users.sf.net>
11908 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11909 (gst_riff_create_video_template_caps):
11910 add h263/h264 variants to the caps, Fixes #363118
11912 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
11914 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11915 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11916 Use g_strerror instead of strerror so we get UTF-8.
11918 2006-11-03 David Schleef <ds@schleef.org>
11920 * ext/ogg/gstoggdemux.c:
11921 * ext/ogg/gstoggmux.c:
11922 Add/remove KW-DIRAC header here, since it is ogg-specific.
11924 2006-11-03 Michael Smith <msmith@fluendo.com>
11926 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11927 Recognise more mpeg4 elementary video streams.
11929 2006-11-02 Edward Hervey <edward@fluendo.com>
11931 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11932 Lower the probability of mp3 typefinding functions if we don't find a
11933 valid mp3 header at the start of the file.
11936 2006-11-02 Wim Taymans <wim@fluendo.com>
11938 * ext/theora/gsttheoradec.h:
11939 * ext/theora/theoradec.c: (gst_theora_dec_init),
11940 (theora_dec_sink_event), (theora_dec_chain_forward),
11941 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11942 (theora_dec_chain):
11943 Document and partially implement an algorithm for doing reverse playback
11946 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
11948 Patch by: Sergey Scobich <sergey.scobich at gmail com>
11950 * win32/common/config.h:
11951 * win32/common/interfaces-enumtypes.c:
11952 * win32/common/libgsttag.def:
11953 * win32/vs8/gst-plugins-base.sln:
11954 * win32/vs8/libgstaudioresample.vcproj:
11955 * win32/vs8/libgstinterfaces.vcproj:
11956 * win32/vs8/libgstogg.vcproj:
11957 * win32/vs8/libgstriff.vcproj:
11958 * win32/vs8/libgsttag.vcproj:
11959 * win32/vs8/libgsttheora.vcproj:
11960 * win32/vs8/libgstvideoscale.vcproj:
11961 * win32/vs8/libgstvorbis.vcproj:
11962 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11963 to libgsttag.def; add missing dependencies for some vs8 projects;
11964 re-arrange placement of .def files in vs8 projects (#366334).
11966 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
11968 * ext/ogg/gstogg.c:
11969 Remove unused variable.
11971 * ext/ogg/gstoggdemux.c:
11972 Fix Wim's surname in plugin description.
11974 2006-10-31 Wim Taymans <wim@fluendo.com>
11976 * gst-plugins-base.spec.in:
11977 spec new .h file. Fixes #368310.
11979 2006-10-31 Michael Smith <msmith@fluendo.com>
11981 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11982 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11983 (gst_multi_fd_sink_get_stats),
11984 (gst_multi_fd_sink_remove_client_link),
11985 (gst_multi_fd_sink_queue_buffer),
11986 (gst_multi_fd_sink_handle_clients):
11987 * gst/tcp/gstmultifdsink.h:
11988 Make using the remove or clear signals threadsafe.
11989 Make calling get-stats with an invalid fd not segfault.
11992 2006-10-31 Wim Taymans <wim@fluendo.com>
11994 * gst-libs/gst/rtp/Makefile.am:
11995 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11996 (gst_base_rtp_audio_payload_init):
11997 Fix and activate base audio payloader.
11999 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12001 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12003 Add typefinder for QuickTime Image Files (see #366156).
12005 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12007 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12008 Another typo fix (#366212).
12010 2006-10-27 Wim Taymans <wim@fluendo.com>
12012 * gst/volume/gstvolume.c: (volume_transform_ip):
12013 Use stream time to synchronize volume property instead of rather random
12014 timestamps. This is needed when gnonlin does its time shifting.
12016 2006-10-27 Wim Taymans <wim@fluendo.com>
12018 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12020 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12021 Remove the pad from the element in release_pad. Fixes #364812.
12023 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12025 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12026 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12027 Explicitly create our custom buffer classes at a thread-safe
12028 location as well, since g_type_class_ref() doesn't seem to be
12029 entirely thread-safe either (#365501; also see #349410).
12031 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12033 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12034 (gst_riff_parse_info):
12035 If strings in INFO chunk are not UTF-8, do something similar to
12036 what we do for ID3v1 tags: check a number of environment variables
12037 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12038 character sets to try, otherwise try the current locale and/or fall
12039 back on ISO-8859-1. Fixes #360552.
12041 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12043 * gst/videotestsrc/gstvideotestsrc.c:
12044 (gst_video_test_src_pattern_get_type),
12045 (gst_video_test_src_set_pattern):
12046 * gst/videotestsrc/gstvideotestsrc.h:
12047 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12048 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12049 (gst_video_test_src_checkers8):
12050 * gst/videotestsrc/videotestsrc.h:
12051 Add a bunch of exciting new checkers patterns.
12053 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12055 * gst/subparse/Makefile.am:
12056 * gst/subparse/gstsubparse.c:
12057 (gst_sub_parse_data_format_autodetect),
12058 (gst_sub_parse_format_autodetect), (handle_buffer),
12059 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12060 * gst/subparse/gstsubparse.h:
12061 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12063 * gst/subparse/tmplayerparse.h:
12064 Add support for TMPlayer-type subtitles (#362845).
12066 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12067 (GST_START_TEST), (subparse_suite):
12068 Add some basic unit tests for the above.
12070 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12072 * tests/check/elements/audiorate.c: (test_injector_base_init),
12073 (test_injector_class_init), (test_injector_chain),
12074 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12075 (GST_START_TEST), (audiorate_suite):
12076 More tests for audiorate: inject buffers to check behaviour when
12079 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12081 * tests/check/Makefile.am:
12082 * tests/check/elements/.cvsignore:
12083 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12084 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12085 Add some basic unit tests for audiorate. Disabled at the moment
12086 since it doesn't pass yet (see bug #363119).
12088 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12090 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12091 (parse_subrip), (handle_buffer):
12092 Add missing closing tags for markup and fix broken markup,
12093 otherwise pango won't render anything (fixes #357531). Also,
12094 make sure the text we send out is always NUL-terminated
12095 (better safe than sorry etc.).
12097 * tests/check/elements/subparse.c: (test_srt_do_test),
12099 Some more tests for .srt incl. tests for the above stuff.
12101 2006-10-20 Julien MOUTTE <julien@moutte.net>
12103 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12105 Patch by: Stefan Kost <ensonic@users.sf.net>
12106 Try to redraw borders only when needed. Apparently this consumes
12107 resources on small devices... :-O (#363607)
12109 2006-10-20 Michael Smith <msmith@fluendo.com>
12111 * gst/tcp/gstmultifdsink.c:
12112 (gst_multi_fd_sink_client_queue_buffer):
12113 If caps change, then update the client's idea of the caps so that we
12114 don't end up re-sending streamheaders for every single buffer after
12117 2006-10-20 Michael Smith <msmith@fluendo.com>
12119 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12120 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12121 Set caps on pushed buffers; fix up refcounting of caps objects.
12123 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12125 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12127 Typefind mmsh header data packet to application/x-mmsh (#362625).
12129 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12131 * tests/check/Makefile.am:
12132 * tests/check/elements/.cvsignore:
12133 * tests/check/elements/subparse.c: (buffer_from_static_string),
12134 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12135 (GST_START_TEST), (subparse_suite):
12136 Add very simple unit test for subparse.
12138 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12140 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12142 Strip trailing newlines from subtitle text output.
12144 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12146 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12147 (gst_sub_parse_change_state):
12148 Fix memleak; clear subparse->textbuf n state change function.
12150 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12152 * gst/subparse/gstsubparse.c:
12153 (gst_sub_parse_data_format_autodetect):
12154 Don't require subrip (.srt) files to start with a chunk number of 1.
12156 2006-10-18 Wim Taymans <wim@fluendo.com>
12158 * gst-libs/gst/audio/gstbaseaudiosink.c:
12159 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12160 * gst-libs/gst/audio/gstbaseaudiosink.h:
12161 Extract rate from the NEWSEGMENT event.
12162 Use commit_full to also take rate adjustment into account when writing
12163 samples to the ringbuffer.
12165 * gst-libs/gst/audio/gstringbuffer.c:
12166 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12167 (gst_ring_buffer_read):
12168 * gst-libs/gst/audio/gstringbuffer.h:
12169 Added _commit_full() to also take rate into account.
12170 Use simple interpolation algorithm to resample audio.
12171 API: gst_ring_buffer_commit_full()
12173 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12174 * tests/examples/seek/seek.c: (segment_done):
12175 Don't try to seek with 0.0 rate, just pause instead.
12176 Remove bogus debug line.
12178 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12180 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12182 Catch async errors when starting up the subtitle bin, so we can
12183 stop waiting and continue with the main film instead of hanging
12184 forever. Fixes #339366.
12186 * tests/check/elements/playbin.c: (playbin_suite):
12187 Enable unit test for the above.
12189 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12191 * tests/check/Makefile.am:
12192 * tests/check/elements/.cvsignore:
12193 * tests/check/elements/playbin.c: (GST_START_TEST),
12194 (gst_red_video_src_uri_get_type),
12195 (gst_red_video_src_uri_get_protocols),
12196 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12197 (gst_red_video_src_uri_handler_init),
12198 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12199 (gst_red_video_src_create), (gst_red_video_src_class_init),
12200 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12201 Some small and basic unit tests for playbin; not very useful yet,
12202 but at least a start.
12204 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12206 * gst/playback/gstplaybin.c: (setup_sinks):
12207 The old pad activation spiel.
12209 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12211 * gst/playback/gstplaybasebin.c: (setup_source):
12212 Don't hang forever if the subbin already fails to start up in
12213 the state change to PAUSED (#339366).
12215 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12217 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12218 (gst_tuner_set_channel), (gst_tuner_get_channel),
12219 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12220 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12221 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12222 (gst_tuner_find_channel_by_name):
12223 Fix some function guards, add some more function guards.
12225 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12227 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12228 (remove_element_chain):
12229 Don't return a pad from get_our_ghost_pad unless it is actually the
12231 Change a cast in remove_element_chain slightly.
12233 2006-10-13 Julien MOUTTE <julien@moutte.net>
12235 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12236 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12237 Segment seeking needs to use the rate and set stop to -1.
12239 2006-10-13 Wim Taymans <wim@fluendo.com>
12241 * gst-libs/gst/audio/gstbaseaudiosink.c:
12242 (gst_base_audio_sink_setcaps):
12243 Don't crash when ringbuffer is not yet created.
12244 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12247 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12248 * gst/playback/gststreamselector.c:
12249 (gst_stream_selector_request_new_pad):
12250 Activate pads befre adding them to running elements.
12252 2006-10-13 Julien MOUTTE <julien@moutte.net>
12254 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12255 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12256 updater when we start grabing the slider. Don't wait for the
12257 pipeline to be PAUSED.
12259 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12261 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12262 (gst_mixer_set_volume), (gst_mixer_get_volume),
12263 (gst_mixer_set_mute), (gst_mixer_set_option),
12264 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12265 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12266 (gst_mixer_option_changed):
12267 Guard mixer interface functions against bogus arguments.
12269 2006-10-12 Julien MOUTTE <julien@moutte.net>
12271 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12272 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12273 (msg_state_changed), (main): Use state-changed messages to trigger
12274 start/stop of scale update timer. Indeed the scale slider was
12275 jumping here and there because the update timer was activated
12276 before seek completed. This fixes instant applying of rate changes
12277 by pressing the spinbutton like a crazy man !
12279 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12281 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12283 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12284 (gst_basertppayload_finalize):
12285 Fix two small memory leaks (#361456).
12287 2006-10-10 Julien MOUTTE <julien@moutte.net>
12289 * tests/examples/seek/seek.c: (do_seek),
12290 (rate_spinbutton_changed_cb): When changing spinbutton we try
12291 to change the rate on the fly.
12293 2006-10-10 Wim Taymans <wim@fluendo.com>
12295 * gst-libs/gst/riff/riff-ids.h:
12296 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12297 (gst_riff_create_audio_template_caps):
12300 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12302 Patch by: Josep Torra Valles <josep@fluendo.com>
12304 * ext/gnomevfs/gstgnomevfssink.c:
12305 * ext/gnomevfs/gstgnomevfssrc.c:
12306 Fix URI interface implementation return type.
12307 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12308 Fix what looks like a copy/paste issue when assigning values.
12309 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12310 (gst_audio_filter_template_get_type):
12311 Cast to prevent Forte warnings.
12312 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12313 Fix URI interface implementation return type.
12314 gst_pad_query_position requires a signed integer pointer as
12315 3rd parameter, GstClockTime is unsigned.
12316 * gst/audioconvert/audioconvert.c:
12317 Fix integer overflow when treated as signed.
12318 * gst/audioresample/resample.c: (resample_add_input_data):
12319 Cast to prevent warnings on Forte.
12320 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12321 Fix integer overflow when treated as signed.
12322 * gst/ffmpegcolorspace/imgconvert_template.h:
12323 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12324 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12325 (cleanup_decodebin):
12326 Who initialises a guint to -1!
12327 Cast function pointers to prevent warnings on Forte.
12328 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12329 (queue_threshold_reached):
12330 Cast function pointers correctly to prevent warnings on Forte.
12331 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12332 Cast function pointers correctly to prevent warnings on Forte.
12333 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12334 Obvious change to unsigned, 0xEF > max signed char.
12335 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12336 GstClockTime is unsigned, initialise correctly.
12337 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12338 Cast so pointer arithemetic doesn't cause warnings on Forte.
12339 * gst/videorate/gstvideorate.c:
12340 Use correct return value.
12341 * tests/examples/seek/scrubby.c:
12342 GstClockTime is unsigned, initialise correctly.
12344 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12346 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12348 * gst/typefind/gsttypefindfunctions.c:
12349 Recognise XML files and XML-like files shorter than 256 bytes as
12350 well (fixes #359237).
12352 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12354 Patch by: Renato Filho <renato.filho@indt.org.br>
12356 * gst/typefind/gsttypefindfunctions.c:
12357 Added typefind functions to video/x-nuv media.
12359 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12361 * gst-libs/gst/interfaces/xoverlay.c:
12362 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12363 Some more guards against invalid input.
12365 2006-10-07 Julien MOUTTE <julien@moutte.net>
12367 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12369 * tests/examples/seek/seek.c: (do_seek),
12370 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12371 seek example to experiment with rates != 1.0 (reverse playback !)
12373 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12375 * gst-libs/gst/interfaces/xoverlay.c:
12376 Unref message in doc-example (spotted by Robert McQueen)
12378 2006-10-06 Wim Taymans <wim@fluendo.com>
12380 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12381 (mpeg1_parse_header), (mpeg1_sys_type_find):
12384 2006-10-06 Wim Taymans <wim@fluendo.com>
12386 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12388 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12389 Activate dynamic pads before adding them to the element.
12391 2006-10-06 Michael Smith <msmith@fluendo.com>
12393 * gst-libs/gst/floatcast/floatcast.h:
12394 Fix obviously-bogus macros; use the correct types.
12396 2006-10-06 Wim Taymans <wim@fluendo.com>
12398 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12399 (gst_base_rtp_depayload_change_state):
12400 Also call parent state change function to activate pads.
12402 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12403 (mpeg1_parse_header), (mpeg1_sys_type_find):
12404 Add some more debug info in mpeg typefinding.
12406 2006-10-06 Michael Smith <msmith@fluendo.com>
12408 * ext/theora/theoradec.c: (theora_dec_chain):
12409 Zero byte theora packets are valid and well-defined; don't warn on
12412 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12414 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12415 (gst_multi_fd_sink_get_stats), (find_limits),
12416 (gst_multi_fd_sink_queue_buffer):
12417 API: add dropped_buffers to the get-stats GValueArray
12419 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12421 * ext/alsa/gstalsadeviceprobe.c:
12422 (gst_alsa_device_property_probe_get_values):
12423 * ext/alsa/gstalsasink.c: (set_hwparams):
12424 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12425 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12426 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12427 (gst_ogg_mux_process_best_pad):
12428 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12429 (gst_ogg_parse_chain):
12430 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12431 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12432 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12433 (gst_vorbis_enc_buffer_check_discontinuous):
12434 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12435 * gst-libs/gst/audio/gstbaseaudiosink.c:
12436 (gst_base_audio_sink_render):
12437 * gst-libs/gst/cdda/gstcddabasesrc.c:
12438 (gst_cdda_base_src_handle_track_seek):
12439 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12440 (gst_base_rtp_depayload_push_full):
12441 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12442 * gst/audioresample/resample.c: (resample_input_pushthrough):
12443 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12444 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12445 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12446 (wavpack_type_find):
12447 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12448 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12449 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12450 * tests/check/elements/volume.c: (GST_START_TEST):
12451 Printf format fixes.
12453 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12455 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12456 Fix a simple mistake (see the docs)
12459 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12461 * docs/plugins/Makefile.am:
12462 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12463 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12464 * docs/plugins/gst-plugins-base-plugins.args:
12465 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12466 * docs/plugins/inspect/plugin-adder.xml:
12467 * docs/plugins/inspect/plugin-alsa.xml:
12468 * docs/plugins/inspect/plugin-audioconvert.xml:
12469 * docs/plugins/inspect/plugin-audiorate.xml:
12470 * docs/plugins/inspect/plugin-audioresample.xml:
12471 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12472 * docs/plugins/inspect/plugin-cdparanoia.xml:
12473 * docs/plugins/inspect/plugin-decodebin.xml:
12474 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12475 * docs/plugins/inspect/plugin-gdp.xml:
12476 * docs/plugins/inspect/plugin-gnomevfs.xml:
12477 * docs/plugins/inspect/plugin-libvisual.xml:
12478 * docs/plugins/inspect/plugin-ogg.xml:
12479 * docs/plugins/inspect/plugin-pango.xml:
12480 * docs/plugins/inspect/plugin-playbin.xml:
12481 * docs/plugins/inspect/plugin-subparse.xml:
12482 * docs/plugins/inspect/plugin-tcp.xml:
12483 * docs/plugins/inspect/plugin-theora.xml:
12484 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12485 * docs/plugins/inspect/plugin-video4linux.xml:
12486 * docs/plugins/inspect/plugin-videorate.xml:
12487 * docs/plugins/inspect/plugin-videoscale.xml:
12488 * docs/plugins/inspect/plugin-videotestsrc.xml:
12489 * docs/plugins/inspect/plugin-volume.xml:
12490 * docs/plugins/inspect/plugin-vorbis.xml:
12491 * docs/plugins/inspect/plugin-ximagesink.xml:
12492 * docs/plugins/inspect/plugin-xvimagesink.xml:
12493 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12495 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12497 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12499 * ext/vorbis/Makefile.am:
12500 * ext/vorbis/vorbis.c: (plugin_init):
12501 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12502 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12503 * ext/vorbis/vorbisparse.h:
12504 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12505 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12506 (gst_vorbis_tag_parse_packet):
12507 * ext/vorbis/vorbistag.h:
12508 Add new vorbistag element which derives from vorbisparse
12509 and is essentially the same as well, only that it implements
12510 the GstTagSetter interface and can modify the stream's
12511 vorbiscomment on the fly (#335635).
12513 * tests/check/Makefile.am:
12514 * tests/check/elements/.cvsignore:
12515 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12516 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12517 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12518 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12519 Add unit test for new vorbistag element.
12521 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12523 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12524 (vorbis_parse_push_headers), (vorbis_parse_chain):
12525 Set BOS flag in packet structure to fix 'jump depends
12526 on unitialized value' errors in valgrind; various minor
12529 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12531 * gst/playback/gstdecodebin.c: (close_pad_link):
12532 Fix typo in a debug statement.
12534 * gst/playback/gstplaybasebin.c: (probe_triggered),
12535 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12536 (gen_source_element), (source_new_pad), (analyse_source),
12538 When handling no_more_pads in new_decoded_pad, make sure to treat
12539 subtitle pads correctly. Fixes playback with subtitle files.
12541 Move a recurring message to LOG level.
12543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12544 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12545 which ends up as -1 when cast to an int. Make the logic handle the
12546 max value as an unsigned mask and only change the colorkey when it's
12547 a value we recognise.
12549 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12551 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12552 Removed empty * between paragraphs
12554 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12556 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12557 * gst-libs/gst/rtp/README:
12558 Moved some documentation into .c file
12560 2006-09-29 Wim Taymans <wim@fluendo.com>
12562 * gst/playback/gstdecodebin.c: (no_more_pads):
12565 2006-09-29 Wim Taymans <wim@fluendo.com>
12567 * gst/playback/gstdecodebin.c: (new_caps):
12570 * gst/playback/gstplaybin.c:
12573 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12575 * tests/check/Makefile.am:
12576 Re-enable cddabasesrc test to see if it works again
12579 2006-09-29 Wim Taymans <wim@fluendo.com>
12581 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12582 (gen_source_element):
12583 Handle invalid URIs a bit more gracefully.
12585 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12587 * tests/check/pipelines/oggmux.c:
12588 Remove obsolete comment.
12590 2006-09-29 Michael Smith <msmith@fluendo.com>
12592 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12593 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12594 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12595 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12596 (gst_ogg_mux_collected):
12597 Commit patch from James "Doc" Livingston, adds proper EOS handling
12598 in oggmux. GStreamer can, for the first time ever, create a valid
12601 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12603 Reenable tests now that they pass.
12605 2006-09-29 Wim Taymans <wim@fluendo.com>
12607 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12608 Stop reading commands when EOF (we read 0) as well.
12610 2006-09-28 Wim Taymans <wim@fluendo.com>
12612 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12613 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12614 (find_dynamic), (unlinked), (close_link):
12615 Implement delayed caps linking needed for element with a lot of
12616 different caps on the src pads that get fixed at runtime.
12617 Improve management of dynamic elements.
12619 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12620 (group_destroy), (group_commit), (check_queue), (queue_overrun),
12621 (gen_preroll_element), (remove_groups), (unknown_type),
12622 (add_element_stream), (no_more_pads_full), (no_more_pads),
12623 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12624 (new_decoded_pad), (setup_subtitle), (array_has_value),
12625 (gen_source_element), (source_new_pad), (has_all_raw_caps),
12626 (analyse_source), (remove_decoders), (make_decoder),
12627 (remove_source), (setup_source), (finish_source), (prepare_output),
12628 (gst_play_base_bin_change_state):
12629 * gst/playback/gstplaybasebin.h:
12630 Use more _CAST instead of full type checking casts.
12631 Small cleanups, plug some leaks.
12632 Handle dynamic sources.
12633 Add some helper functions to create lists of strings used for
12634 blacklisting and other stuff.
12635 Refactor some code dealing with analysing the source.
12636 Re-enable sources without pads (like cd:// or other selfcontained
12639 2006-09-28 Wim Taymans <wim@fluendo.com>
12641 * gst-libs/gst/audio/gstbaseaudiosink.c:
12642 (gst_base_audio_sink_render):
12643 When we have a timestamp, we can still perform clipping.
12644 When we have no clock, we must play the sample ASAP.
12646 2006-09-28 Wim Taymans <wim@fluendo.com>
12648 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12649 Set caps on outgoing buffers.
12651 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12652 (gst_video_rate_event), (gst_video_rate_chain):
12653 * gst/videorate/gstvideorate.h:
12654 Fix videorate some more. Fixes #357977
12656 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12658 * tests/check/elements/adder.c: (adder_suite):
12659 Don't set timeout to 6 seconds when we're running
12660 in valgrind ... (and how is 6 seconds longer than
12661 the default anyway?)
12663 2006-09-28 Wim Taymans <wim@fluendo.com>
12665 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12666 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12667 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12668 Keep sink and src segment to keep track of time and support more
12670 Fix bogus next_offset and run_time calculation, don't understand how
12671 this could have worked before. Fixes #357976.
12672 Remove some unneeded vars.
12674 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12676 * gst/playback/gstplaybin.c: (remove_sinks):
12677 Only remove visualisation from visbin if there is a visbin (or:
12678 don't throw warnings when closing totem without playing a file).
12680 2006-09-27 Wim Taymans <wim@fluendo.com>
12682 * gst-libs/gst/audio/gstbaseaudiosink.c:
12683 (gst_base_audio_sink_render):
12684 Add some more info in a WARNING.
12686 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12687 (gst_base_audio_src_create):
12688 Handle PAUSE in create function, use new -core addition to
12689 wait for playing. Fixes pausing and resuming capture from an
12692 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12693 (gst_ring_buffer_read):
12694 Constify some more.
12695 Caller supports interrupted reads now.
12697 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12699 * tests/check/Makefile.am:
12700 Another attempt to make the gen64 buildbot happy.
12702 2006-09-27 Stefan Kost <ensonic@users.sf.net>
12704 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12706 * ext/libvisual/visual.c: (gst_visual_clear_actors),
12707 (gst_visual_chain), (gst_visual_change_state):
12708 Libvisual plugin was not passing audio data to libvisual 0.4.0
12709 correctly. Fixes #357800
12711 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12713 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12714 Add timeout to _get_state() so we see which pipeline it is
12715 that causes trouble on the gen64 build bot.
12717 2006-09-27 Wim Taymans <wim@fluendo.com>
12719 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12720 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12721 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12722 (gst_base_rtp_depayload_set_gst_timestamp):
12723 the source pad always uses fixed caps.
12725 2006-09-27 Wim Taymans <wim@fluendo.com>
12727 * docs/libs/gst-plugins-base-libs-docs.sgml:
12728 * docs/libs/gst-plugins-base-libs-sections.txt:
12729 * gst-libs/gst/audio/gstaudioclock.c:
12730 * gst-libs/gst/audio/gstaudioclock.h:
12731 * gst-libs/gst/audio/gstaudiosink.c:
12732 * gst-libs/gst/audio/gstaudiosink.h:
12733 * gst-libs/gst/audio/gstaudiosrc.c:
12734 * gst-libs/gst/audio/gstbaseaudiosink.c:
12735 (gst_base_audio_sink_render):
12736 * gst-libs/gst/audio/gstbaseaudiosink.h:
12737 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12738 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12739 * gst-libs/gst/audio/gstringbuffer.h:
12740 Added docs for the audio libs.
12742 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12744 * tests/check/Makefile.am:
12745 Temporarily disable test that fails on the bots for unknown reasons.
12747 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12749 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12750 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12751 Moved AudioCodecType into priv
12752 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12754 2006-09-25 Wim Taymans <wim@fluendo.com>
12756 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12757 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12758 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12760 Cleanups and small leak fixes.
12761 Added Depayloaders to valid list of autopluggable elements.
12763 2006-09-25 Wim Taymans <wim@fluendo.com>
12765 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12766 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12767 (gen_video_element), (gen_text_element), (gen_audio_element),
12768 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12769 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12770 Detect NO_PREROLL state change returns and disable clock distribution to
12771 the sinks so that sync is disabled.
12772 Avoid some type checking and do simple casts instead.
12773 Small cleanups, fix some FIXMEs.
12774 Be more robust when linking user specified elements, catch an report
12775 errors. Fixes #357404.
12776 Fix some leaks in the error paths.
12778 2006-09-25 Stefan Kost <ensonic@users.sf.net>
12781 ChangeLog surgery for missing bug-number
12783 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12785 Patch by: Peter Kjellerstedt <pkj at axis com>
12787 * gst/playback/test.c:
12788 Fix compilation with uClibc and -Werror (#357591).
12790 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12792 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12793 Parse dates that are followed by a time as well (#357532).
12795 * tests/check/libs/tag.c: (test_vorbis_tags):
12796 Add unit test for this.
12798 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12800 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12801 (gst_audio_convert_transform_caps):
12802 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12803 * gst/videotestsrc/videotestsrc.h:
12804 A few array const-ifications.
12806 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12808 * tests/check/Makefile.am:
12809 See if this makes the build bots happy.
12811 * tests/check/libs/cddabasesrc.c:
12814 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12816 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12818 * gst/subparse/samiparse.c: (handle_start_font),
12819 (fix_invalid_entities):
12820 More case-insensitivity for certain tags; recognise entities with
12821 decimal codes as special entities as well (#357330).
12823 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12825 * gst-libs/gst/Makefile.am:
12826 Need to build tag directory before cdda.
12828 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12830 * docs/libs/gst-plugins-base-libs-sections.txt:
12831 * gst-libs/gst/cdda/Makefile.am:
12832 * gst-libs/gst/cdda/gstcddabasesrc.c:
12833 (gst_cdda_base_src_base_init):
12834 * gst-libs/gst/cdda/gstcddabasesrc.h:
12835 * gst-libs/gst/tag/tag.h:
12836 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12837 (gst_tag_register_musicbrainz_tags):
12838 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12839 depend on libgsttag. This is required so we can extract/read tags like
12840 DISCID without depending on libgstcddabasesrc (which used to register
12843 * gst-libs/gst/tag/gstvorbistag.c:
12844 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12845 tags (also see #347848).
12847 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12848 Log vorbis comments we are actually writing. Const-ify array.
12850 2006-09-23 Wim Taymans <wim@fluendo.com>
12852 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12853 Improve buffering a bit by avoiding a deadlock because we cannot assume
12854 the underrun is always called.
12856 2006-09-23 Wim Taymans <wim@fluendo.com>
12858 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12860 * gst-libs/gst/riff/riff-ids.h:
12861 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12862 (gst_riff_create_audio_template_caps):
12863 Added MPEG-4 AAC and id and caps. Fixes #357289
12864 Added WMA9 Lossless id.
12866 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
12868 * ext/gnomevfs/gstgnomevfssrc.c:
12869 Fix misleading docs addition.
12871 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12872 Get rid of compiler warning the right way.
12874 2006-09-22 Wim Taymans <wim@fluendo.com>
12876 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12877 (gst_base_rtp_depayload_finalize),
12878 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12879 (gst_base_rtp_depayload_push_full),
12880 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12881 (gst_base_rtp_depayload_process),
12882 (gst_base_rtp_depayload_set_gst_timestamp),
12883 (gst_base_rtp_depayload_queue_release):
12884 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12887 Refactored the process method and added methods to push from the process
12889 Use _scale functions.
12890 API: gst_base_rtp_depayload_push_ts
12891 API: gst_base_rtp_depayload_push
12893 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12894 timestamps are uint.
12896 2006-09-22 Stefan Kost <ensonic@users.sf.net>
12898 * gst-libs/gst/interfaces/xoverlay.c:
12899 Remove unused statement from doc example.
12901 2006-09-21 Stefan Kost <ensonic@users.sf.net>
12903 * gst-libs/gst/interfaces/videoorientation.c:
12904 (gst_video_orientation_iface_init),
12905 (gst_video_orientation_get_hflip),
12906 (gst_video_orientation_get_vflip),
12907 (gst_video_orientation_get_hcenter),
12908 (gst_video_orientation_get_vcenter),
12909 (gst_video_orientation_set_hflip),
12910 (gst_video_orientation_set_vflip),
12911 (gst_video_orientation_set_hcenter),
12912 (gst_video_orientation_set_vcenter):
12913 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12916 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
12918 * tests/check/Makefile.am:
12919 * tests/check/elements/.cvsignore:
12920 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12921 (create_rgb_conversions), (rgb_conversion_free),
12922 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12923 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12924 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12925 but disable for now since it doesn't pass (something wrong with
12928 2006-09-21 Wim Taymans <wim@fluendo.com>
12930 * gst/playback/gstplaybasebin.c: (group_commit),
12931 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12932 (queue_out_of_data), (gen_preroll_element),
12933 (preroll_remove_overrun), (probe_triggered):
12934 Refactor handling of overrun detection.
12935 Separate handling of group completion and deadlock detection when doing
12936 network buffering. This should fix some deadlocks that were not detected
12937 because the group was completed.
12938 Add more comments, improve debugging.
12940 2006-09-21 Wim Taymans <wim@fluendo.com>
12942 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12943 * tests/check/libs/audio.c:
12944 Some more compilation fixes.
12946 2006-09-21 Wim Taymans <wim@fluendo.com>
12948 * gst-libs/gst/audio/gstringbuffer.c:
12949 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12950 (gst_ring_buffer_read):
12951 Early morning compilation fix.
12953 2006-09-20 Wim Taymans <wim@fluendo.com>
12955 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12956 * tests/check/elements/multifdsink.c: (GST_START_TEST):
12957 * tests/check/elements/videorate.c: (GST_START_TEST):
12958 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12959 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12962 2006-09-20 Stefan Kost <ensonic@users.sf.net>
12964 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12965 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12966 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12967 Handcrafted merge to help CVS understanding what I changed and what
12970 2006-09-20 Stefan Kost <ensonic@users.sf.net>
12972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12973 (gst_xvimagesink_get_times):
12974 change colorkey behaviour back according to #354773 comment 6/7
12976 2006-09-19 Michael Smith <msmith@fluendo.com>
12978 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12979 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12980 (gst_multi_fd_sink_recover_client),
12981 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12982 (gst_multi_fd_sink_get_property):
12983 * gst/tcp/gstmultifdsink.h:
12984 Implement stubbed out properties unit-type, units-soft-max,
12985 units-max, to allow specifying maximum sizes in units other than
12989 2006-09-19 Wim Taymans <wim@fluendo.com>
12991 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12992 (gst_riff_create_audio_template_caps):
12993 Reorder the audio formats a bit for clarity.
12994 Detect and create caps for MSGSM and MSN (WAV49).
12997 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12998 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12999 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13000 Small cleanups, move error handling out of normal flow for clarity.
13002 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13004 * docs/libs/gst-plugins-base-libs-docs.sgml:
13005 * docs/libs/gst-plugins-base-libs.types:
13006 * gst-libs/gst/interfaces/Makefile.am:
13007 * gst-libs/gst/interfaces/videoorientation.c:
13008 (gst_video_orientation_get_type),
13009 (gst_video_orientation_iface_init),
13010 (gst_video_orientation_get_hflip),
13011 (gst_video_orientation_get_vflip),
13012 (gst_video_orientation_get_hcenter),
13013 (gst_video_orientation_get_vcenter),
13014 (gst_video_orientation_set_hflip),
13015 (gst_video_orientation_set_vflip),
13016 (gst_video_orientation_set_hcenter),
13017 (gst_video_orientation_set_vcenter):
13018 * gst-libs/gst/interfaces/videoorientation.h:
13019 API: Add new interface to control video orientation (fixes #354908)
13021 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13023 * gst/videotestsrc/gstvideotestsrc.c:
13024 Use G_UNLIKELY in _create and log one more detail.
13026 (gst_video_test_src_get_times), (gst_video_test_src_create):
13027 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13028 Use gst_util_uint64_scale_int in _get_times().
13030 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13033 Give better warning message (add object and detail).
13035 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13037 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13038 (gst_xvimagesink_get_times):
13039 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13040 #354773), use gst_util_uint64_scale_int in _get_times()
13042 2006-09-18 Michael Smith <msmith@fluendo.com>
13044 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13045 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13046 always true, leading to dropping all timestamps.
13048 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13050 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13051 (gst_visual_chain), (gst_visual_change_state):
13052 update to work also with libvisual 0.4 API, fix double unref (#355914)
13054 * tools/gst-launch-ext.1.in:
13055 * tools/gst-visualise.1.in:
13056 remove references to old man-pages
13058 * tests/examples/seek/seek.c: (main):
13059 add real meadi-buttons, add tool-tips for the seek-options, arrange
13060 seek options in a table
13062 2006-09-18 Michael Smith <msmith@fluendo.com>
13064 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13065 (gst_ogg_mux_push_buffer):
13066 Don't generate out-of-order timestamps from oggmux, instead clamp
13067 output timestamps to be >= the previously output ts.
13070 2006-09-18 Michael Smith <msmith@fluendo.com>
13072 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13073 (gst_multi_fd_sink_class_init):
13074 Updates, fixes, and typo corrections for multifdsink. No functional
13077 2006-09-17 Michael Smith <msmith@fluendo.com>
13079 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13080 Don't crash on truncated files - check that we got an 8 byte buffer
13081 before trying to memcmp it.
13083 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13085 * gst/playback/gstplaybasebin.c: (get_active_source):
13086 Make stream-switching appear instant to the application
13087 (ie. make sure that a g_object_get on 'current-foo' returns
13088 the stream previously set with g_object_set(). Totem needs
13089 this to update stream-related meta-info (like audio-codec)
13090 correctly when switching streams.
13092 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13094 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13095 (gst_alsa_mixer_ensure_track_list):
13096 Try harder to guess which mixer track is the master mixer
13097 track (instead of just taking the first one that has a pvolume).
13100 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13102 reviewed by: <delete if not using a buddy>
13104 * gst-libs/gst/audio/audio.h:
13105 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13107 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13109 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13110 (gst_audio_convert_transform_caps):
13111 Get structure-name just once.
13113 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13115 * tests/check/elements/audioresample.c: (GST_START_TEST):
13116 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13117 * tests/check/elements/volume.c: (GST_START_TEST):
13118 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13119 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13120 (test_pipeline), (GST_START_TEST):
13121 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13122 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13123 Fix big batch of compiler warnings.
13125 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13127 * ext/gnomevfs/gstgnomevfssrc.c:
13128 Add docs about icydemux usage in connection with gnomevfssrc
13130 * ext/libvisual/visual.c:
13131 * ext/ogg/gstoggaviparse.c:
13132 * ext/ogg/gstoggdemux.c:
13133 * ext/ogg/gstoggmux.c:
13134 * ext/ogg/gstoggparse.c:
13135 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13136 * gst-libs/gst/audio/gstaudiosink.c:
13137 * gst-libs/gst/audio/gstaudiosrc.c:
13138 * gst/audiorate/gstaudiorate.c:
13139 More G_OBJECT macro fixing.
13141 * gst/audiotestsrc/gstaudiotestsrc.h:
13142 Fix wrong info in header due to copy & paste
13144 2006-09-15 Wim Taymans <wim@fluendo.com>
13146 * gst-libs/gst/audio/gstbaseaudiosink.c:
13147 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13148 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13149 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13150 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13151 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13152 Do the delay calculation in the source/sink base classes as this is
13153 specific for the capture/playback mode.
13154 Try to fixate a bit better, like round depth up to a multiple of 8
13156 Handle underruns correctly by marking DISCONT on buffers and adjusting
13157 timestamps to handle the gap.
13158 Set offset/offset_end correctly on buffers.
13160 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13161 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13162 (gst_ring_buffer_read):
13163 Remove resync and underrun recovery from the ringbuffer.
13164 Fix ringbuffer read code on under/overrun.
13166 2006-09-15 Wim Taymans <wim@fluendo.com>
13168 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13169 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13170 (queue_threshold_reached), (gst_play_base_bin_set_property),
13171 (gst_play_base_bin_get_property):
13172 * gst/playback/gstplaybasebin.h:
13173 Don't use a 0 low watermark when buffering, it is catching starvation
13174 way too late. Instead, use a 3 second queue with 30 and 95
13175 percent low/high watermarks.
13176 Added queue-min-threshold property to configure low watermark.
13177 Use new _buffering message API.
13178 Make queue_threshold variable big enough to store a uint64 time value.
13179 API: playbin::queue-min-threshold property.
13181 2006-09-15 Wim Taymans <wim@fluendo.com>
13184 We require 0.10.10.1 now because of _wait_preroll().
13186 * gst-libs/gst/audio/gstbaseaudiosink.c:
13187 (gst_base_audio_sink_render):
13188 Use gst_base_sink_wait_preroll().
13190 2006-09-15 Wim Taymans <wim@fluendo.com>
13192 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13193 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13194 Use DEBUG_OBJECT more.
13196 === release 0.10.10 ===
13198 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13200 patch by: Michael Smith <msmith at fluendo dot com>
13202 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13203 (gst_multi_fd_sink_client_queue_buffer),
13204 (gst_multi_fd_sink_new_client):
13205 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13206 (multifdsink_suite):
13207 Fix implementation of sync-method 'next-keyframe'
13210 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13212 patch by: Wim Taymans <wim at fluendo dot com>
13214 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13215 This patch removes the RANDOM flag that was incorrectly introduced with
13216 revision 1.91. Fixes #354590
13218 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13220 * tests/check/Makefile.am:
13221 Random variation in Makefile line to see if it makes the
13222 gen64-base-full bot any happier.
13224 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13226 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13227 Disable test that fails at the moment (killed after timeout).
13229 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13231 Patch by: James Livingston <doclivingston at gmail.com>
13233 * tests/check/Makefile.am:
13234 * tests/check/pipelines/.cvsignore:
13235 * tests/check/pipelines/oggmux.c: (get_page_codec),
13236 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13237 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13238 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13239 (test_theora_vorbis), (oggmux_suite):
13240 Add simple unit test for oggmux from #337026 with checking for the
13241 EOS flags disabled for the time being.
13243 2006-09-04 Wim Taymans <wim@fluendo.com>
13245 patch by: Alessandro Dessina <alessandro nnva org>
13247 * ext/ogg/gstoggmux.c:
13248 Add cmml caps to oggmux. Fixes #353912
13250 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13252 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13253 Returning a return value often helps. In this case, we
13254 don't need the return value anyway, so just get rid of it.
13255 Should make build bots much happier.
13257 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13259 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13260 (paint_get_structure), (gst_video_test_src_get_size),
13261 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13262 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13263 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13264 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13265 * gst/videotestsrc/videotestsrc.h:
13266 Add support for AYUV and the various RGBA formats. Initialise
13267 fields of paintinfo structs allocated on the stack.
13269 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13270 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13271 (check_rgb_buf), (videotestsrc_suite):
13272 Add unit tests for videotestsrc's RGB output.
13274 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13276 * gst/videotestsrc/gstvideotestsrc.c:
13277 (gst_video_test_src_pattern_get_type),
13278 (gst_video_test_src_set_pattern):
13279 * gst/videotestsrc/gstvideotestsrc.h:
13280 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13281 (gst_video_test_src_black), (gst_video_test_src_white),
13282 (gst_video_test_src_red), (gst_video_test_src_green),
13283 (gst_video_test_src_blue):
13284 * gst/videotestsrc/videotestsrc.h:
13285 Add more uni-colour patterns ("white", "red", "green", and "blue").
13287 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13289 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13290 Fix stride for YVYU, should be word-aligned (#353658).
13292 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13294 * gst/adder/gstadder.c: (gst_adder_src_event):
13297 2006-08-31 Edward Hervey <edward@fluendo.com>
13299 * gst/adder/gstadder.c: (forward_event_func),
13300 (gst_adder_src_event), (gst_adder_collected),
13301 (gst_adder_change_state):
13302 * gst/adder/gstadder.h:
13303 Remember the start position asked in the incoming seeks, so we can
13304 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13305 of assuming it will always be 0).
13307 2006-08-31 Edward Hervey <edward@fluendo.com>
13309 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13310 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13311 (gst_ogg_demux_loop):
13312 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13314 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13316 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13317 (gst_ffmpegcsp_get_unit_size):
13318 Return FALSE instead of returning a random false unit
13319 size when the format isn't known/supported (even if
13320 this shouldn't happen under normal circumstances).
13322 2006-08-29 Wim Taymans <wim@fluendo.com>
13324 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13326 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13327 (gst_gnome_vfs_src_start):
13328 Try harder to get the size from a uri by using _info_uri() when
13329 _info_from_handle() does not give us enough info.
13330 Also follow symlinks when getting the size.
13331 Partially Fixes #332864.
13333 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13335 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13337 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13338 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13339 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13340 (gst_alsa_mixer_set_record):
13341 * ext/alsa/gstalsamixertrack.c:
13342 (gst_alsa_mixer_track_update_alsa_capabilities),
13343 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13344 (gst_alsa_mixer_track_update):
13345 * ext/alsa/gstalsamixertrack.h:
13346 Improve and fix mixer track handling, in particular better handling
13347 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13348 separate track objects for tracks that have both capture and playback
13349 volume (and label them differently as well so they're not mistakenly
13350 assumed to be duplicates); classify mixer tracks that only affect
13351 the audible volume of something (rather than the capture volume)
13352 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13353 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13354 (following the meaning documented in the mixer interface header
13355 file); add support for alsa's exclusive cswitch groups; update/sync
13356 state/flags better if mixer settings are changed by another
13357 application. Fixes #336075.
13359 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13361 * gst/playback/gstplaybin.c:
13362 Improve docs: add section about BUFFERING messages sent by playbin.
13364 2006-08-29 Michael Smith <msmith@fluendo.com>
13366 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13367 (gst_vorbis_enc_buffer_check_discontinuous),
13368 (gst_vorbis_enc_chain):
13369 Ignore explicit DISCONT marked on buffers (which is often spurious,
13370 particularly when using multiple segments), in favour of solely
13371 using the timestamps/durations.
13373 2006-08-29 Edward Hervey <edward@fluendo.com>
13375 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13376 Don't rely on incoming buffers offset anymore, since it is completely
13377 broken when using multiple segments.
13378 Instead convert the incoming buffers timestamp to running time, and
13379 then convert that value to the offsets.
13380 Also inform GstSegment of the last outputted stop position, which is
13381 needed if we received several segments with an unknown stop value.
13383 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13385 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13386 fix buffer unreffing on a header push failure
13388 2006-08-28 Wim Taymans <wim@fluendo.com>
13390 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13391 (gst_audio_rate_chain):
13392 Make the metadata of the buffer writable before changing its
13395 2006-08-28 Wim Taymans <wim@fluendo.com>
13397 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13398 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13399 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13400 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13401 Fix audiorate some more.
13402 Reset and resync counters on flush and READY.
13403 Handle the DISCONT flag correctly.
13404 Use GstSegment to track position.
13405 Fail when not negotiated.
13408 2006-08-25 Michael Smith <msmith@fluendo.com>
13410 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13412 Remove accidently included debug line.
13414 2006-08-25 Wim Taymans <wim@fluendo.com>
13416 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13418 If a buffer is received with no caps, make the buffer metadata
13419 writable and set the caps, making sure that we don't screw up the
13422 2006-08-25 Michael Smith <msmith@fluendo.com>
13424 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13425 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13426 Fix memory leaks and misleading debug messages, add a couple of
13429 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13430 (gst_multi_fd_sink_render):
13431 Do not use gst_buffer_make_writable() in a basesink render method,
13432 as it may incorrectly unref the buffer. Instead, use convoluted
13433 dance to avoid copying the buffer except when we need to.
13435 2006-08-25 Michael Smith <msmith@fluendo.com>
13437 * ext/vorbis/vorbisenc.c:
13438 (gst_vorbis_enc_buffer_check_discontinuous):
13439 Allow very small discontinuities in the timestamps. These we can't
13440 do anything useful with anyway (because vorbis's timestamps have
13441 only sample granularity), and are commonly produced by elements with
13442 minor bugs. Allow up to 1/2 a sample out.
13445 2006-08-24 Wim Taymans <wim@fluendo.com>
13447 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13448 (play_scrub_toggle_cb), (main):
13449 Add a checkbox to enable play scrubbing. Makes it possible to disable
13452 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13454 * tests/check/elements/.cvsignore:
13455 make buildbot happy
13457 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13459 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13460 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13461 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13462 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13463 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13464 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13465 (gst_ogm_text_parse_strip_trailing_zeroes),
13466 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13467 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13468 Refactor ogm parse, do better input checking, misc. clean-ups.
13469 Cache incoming events and push them once the source pad has
13470 been created. Don't pass unterminated strings to sscanf().
13471 Strip trailing zeroes from subtitle text output, since they
13472 are not valid UTF-8. Don't push vorbiscomment packets on
13473 the subtitle text pad. Output perfect streams if possible.
13475 2006-08-23 Wim Taymans <wim@fluendo.com>
13477 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13478 Waits for tasks to settle down so that we clean up correctly for
13481 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13483 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13484 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13485 actually return return value in taglists_are_equal.
13487 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13489 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13490 Fix crash due to broken bitstream parsing on x86-64: can't make
13491 any assumptions about sizeof(struct) due to alignment/packing
13492 differences on different architectures. Fixes #351790.
13494 2006-08-22 Wim Taymans <wim@fluendo.com>
13496 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13497 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13498 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13499 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13500 (gst_riff_parse_info):
13501 Protect public functions against bad input.
13505 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13507 * gst-libs/gst/riff/riff-ids.h:
13508 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13509 Add voxware audio IDs (even if we can't play it) (#351795).
13511 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13513 * gst-libs/gst/riff/riff-media.c:
13514 (gst_riff_create_video_template_caps),
13515 (gst_riff_create_audio_template_caps),
13516 (gst_riff_create_iavs_template_caps):
13517 Const-ify some arrays and use G_N_ELEMENTS instead
13518 of wasting oodles of RAM on terminator bits.
13520 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13522 * gst-libs/gst/tag/gstvorbistag.c:
13523 (gst_tag_list_to_vorbiscomment_buffer):
13524 * tests/check/libs/tag.c: (GST_START_TEST):
13525 And the same for _to_vorbiscomment_buffer(): allow
13526 id_data_len == 0 for speex.
13528 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13531 * docs/plugins/Makefile.am:
13532 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13533 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13534 * docs/plugins/inspect/plugin-gdp.xml:
13535 * gst/gdp/Makefile.am:
13536 * tests/check/Makefile.am:
13537 Move GDP plugin to -base from -bad. Closes #347783.
13539 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13541 * gst-libs/gst/tag/gstvorbistag.c:
13542 (gst_tag_list_from_vorbiscomment_buffer):
13543 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13544 Also add some checks to make sure we don't memcmp() beyond the end of
13545 vorbiscomment buffer if the ID to check for is larger than the buffer.
13547 * tests/check/libs/tag.c: (GST_START_TEST):
13548 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13550 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13552 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13553 (gst_vorbis_enc_set_metadata):
13554 Use vorbis comment utility functions from libgsttag
13555 instead of re-inventing the wheel (partially fixes #347091).
13557 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13559 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13560 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13561 as some that won't.
13563 2006-08-21 Wim Taymans <wim@fluendo.com>
13565 * docs/libs/Makefile.am:
13566 * docs/libs/gst-plugins-base-libs-sections.txt:
13567 * docs/libs/gst-plugins-base-libs.types:
13568 Don't try to GObject scan the netbuffer as it's not a GObject.
13571 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13572 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13573 Document GstNetBuffer.
13575 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13577 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13578 (audioconvert_suite):
13579 Add testcase for caps-size-explosion
13581 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13583 * gst/audioconvert/gstaudioconvert.c:
13584 (gst_audio_convert_get_unit_size), (set_structure_widths):
13585 Lower debug, use g_assert in _get_unit_size
13587 * gst/audioresample/gstaudioresample.c:
13588 (audioresample_get_unit_size):
13589 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13590 (gst_ffmpegcsp_get_unit_size):
13591 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13592 use g_assert in _get_unit_size
13594 2006-08-18 Wim Taymans <wim@fluendo.com>
13596 * docs/libs/gst-plugins-base-libs-sections.txt:
13597 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13598 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13599 (gst_rtp_buffer_get_payload_buffer):
13600 * gst-libs/gst/rtp/gstrtpbuffer.h:
13601 Document GstRTPBuffer.
13602 Added function to efficiently strip payload headers.
13603 API: gst_rtp_buffer_get_payload_subbuffer()
13605 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13607 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13608 (gst_tag_to_vorbis_comments):
13609 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13610 tags and deserialise them properly as well (#347091).
13611 Add some more gtk-doc blurbs and also some g_return_if_fail().
13613 * tests/check/libs/tag.c: (GST_START_TEST),
13614 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13617 2006-08-17 Wim Taymans <wim@fluendo.com>
13619 * ext/ogg/Makefile.am:
13620 * ext/ogg/gstogg.c: (plugin_init):
13621 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13622 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13623 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13624 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13625 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13626 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13627 Added ogg-in-avi parser element. Fixes #140139.
13629 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13630 Fixed a bug in oggdemux debug code.
13632 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13633 (gst_riff_create_audio_template_caps):
13634 Recognise Ogg in the AVI extensible wave format.
13636 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13638 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13639 Make buffer durations add up (duration should be next_ts-ts for
13640 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13643 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13644 (test_buffer_timestamps), (cddabasesrc_suite):
13645 Add unit test for the above.
13647 * tests/check/Makefile.am:
13648 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13649 to see what happens.
13651 2006-08-16 Wim Taymans <wim@fluendo.com>
13653 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13654 (gst_alsasink_open):
13655 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13656 (gst_alsasrc_open):
13657 Avoid setting and using a NULL device name.
13658 Print more info when we fail to open a device.
13660 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13662 * docs/libs/gst-plugins-base-libs-sections.txt:
13663 * gst-libs/gst/tag/tag.h:
13664 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13665 API: add gst_tag_parse_extended_comment() (#351426).
13667 * tests/check/Makefile.am:
13668 * tests/check/libs/.cvsignore:
13669 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13670 Add unit test for gst_tag_parse_extended_comment().
13672 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13674 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13676 Fix leak (#351502).
13678 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13680 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13681 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13682 * docs/plugins/gst-plugins-base-plugins.args:
13683 * gst/playback/gstplaybin.c:
13686 * docs/plugins/inspect/plugin-adder.xml:
13687 * docs/plugins/inspect/plugin-alsa.xml:
13688 * docs/plugins/inspect/plugin-audioconvert.xml:
13689 * docs/plugins/inspect/plugin-audiorate.xml:
13690 * docs/plugins/inspect/plugin-audioresample.xml:
13691 * docs/plugins/inspect/plugin-audiotestsrc.xml:
13692 * docs/plugins/inspect/plugin-cdparanoia.xml:
13693 * docs/plugins/inspect/plugin-decodebin.xml:
13694 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13695 * docs/plugins/inspect/plugin-gnomevfs.xml:
13696 * docs/plugins/inspect/plugin-ogg.xml:
13697 * docs/plugins/inspect/plugin-pango.xml:
13698 * docs/plugins/inspect/plugin-playbin.xml:
13699 * docs/plugins/inspect/plugin-subparse.xml:
13700 * docs/plugins/inspect/plugin-tcp.xml:
13701 * docs/plugins/inspect/plugin-theora.xml:
13702 * docs/plugins/inspect/plugin-typefindfunctions.xml:
13703 * docs/plugins/inspect/plugin-video4linux.xml:
13704 * docs/plugins/inspect/plugin-videorate.xml:
13705 * docs/plugins/inspect/plugin-videoscale.xml:
13706 * docs/plugins/inspect/plugin-videotestsrc.xml:
13707 * docs/plugins/inspect/plugin-volume.xml:
13708 * docs/plugins/inspect/plugin-vorbis.xml:
13709 * docs/plugins/inspect/plugin-ximagesink.xml:
13710 * docs/plugins/inspect/plugin-xvimagesink.xml:
13711 Update to CVS version.
13713 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13715 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13716 (gst_play_bin_set_property), (gst_play_bin_get_property),
13717 (value_list_append_structure_list),
13718 (gst_play_bin_handle_redirect_message),
13719 (gst_play_bin_handle_message):
13720 API: GstPlayBin::connection-speed
13721 Add "connection-speed" property; re-order redirect messages with
13722 multiple redirect locations depending on the minimum bitrate if
13723 that information is available and a connection speed is set
13726 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13728 * gst/playback/gstplaybin.c:
13729 Update max volume to the same value that the volume element uses.
13731 2006-08-14 Wim Taymans <wim@fluendo.com>
13733 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13736 2006-08-14 Wim Taymans <wim@fluendo.com>
13738 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13739 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13740 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13741 Add some more debug info.
13742 Don't crash when a seek failed.
13743 Actually return the result of the seek instead of TRUE.
13744 Ignore multiple BOS pages with the same serial so that we don't create
13745 the same stream multiple times.
13746 Post an error when we fail to do the initial seek.
13748 2006-08-13 Wim Taymans <wim@fluendo.com>
13750 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13751 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13752 Small code cleanup.
13754 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13755 (gst_alsa_mixer_new):
13756 Remove hack that always set the device to hw:0*.
13757 Properly find the card name for whatever device was configured.
13758 Do some better debugging.
13761 * ext/alsa/gstalsamixerelement.c:
13762 (gst_alsa_mixer_element_set_property),
13763 (gst_alsa_mixer_element_change_state):
13765 Handle setting of a NULL device name better.
13767 2006-08-11 Wim Taymans <wim@fluendo.com>
13769 * gst/adder/gstadder.c:
13770 Don't clip float values. Fixes #350900.
13772 2006-08-11 Andy Wingo <wingo@pobox.com>
13774 * gst/tcp/gsttcp.c: Really fix the build?
13776 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13779 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13781 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13782 Float caps shouldn't have a "signed" field.
13784 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13786 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13787 Implement SEEKING query in its most basic form, so that we can
13788 at least check if we're seekable or not (#350655).
13790 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
13792 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13793 The checks here are not even close to anything that would
13794 justify MAXIMUM probability, lowering to POSSIBLE until someone
13795 fixes the checks (case at hand: quicktime redirection files
13796 might start with 00 00 01 XX and pass the checks here just
13797 fine, see #350399).
13799 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
13801 Patch by: Sjoerd Simons <sjoerd at luon net>
13803 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13804 Better detection for multipart/x-mixed-replace: accept leading
13805 whitespaces before the boundary marker as well (as our very own
13806 multipartmux used to produce) (#349068).
13808 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
13810 Patch by: Young-Ho Cha <ganadist at chollian net>
13812 * gst-libs/gst/riff/riff-ids.h:
13813 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13814 (gst_riff_create_audio_template_caps):
13815 Detect DTS audio streams (#350157).
13817 2006-08-05 Andy Wingo <wingo@pobox.com>
13819 * ext/theora/gsttheoraparse.h:
13820 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13821 (theora_parse_dispose, theora_parse_set_property)
13822 (theora_parse_get_property, theora_parse_munge_granulepos)
13823 (theora_parse_push_buffer, theora_parse_change_state):
13824 API: GstTheoraParse::synchronization-points
13825 Add a property 'synchronization-points' to fix badly synchronized oggs.
13827 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13829 * tests/check/Makefile.am:
13830 * tests/check/libs/.cvsignore:
13831 * tests/check/libs/audio.c: (structure_contains_channel_positions),
13832 (fixed_caps_have_channel_positions), (GST_START_TEST),
13833 (audio_suite), (main):
13834 Add a few tests for the channel position stuff in libgstaudio.
13836 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13838 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13839 (gst_alsa_detect_channels):
13840 * ext/alsa/gstalsasink.c:
13841 Add support for cards that (only) do more than 8 channels,
13842 like the Delta 44 (#345188).
13844 * gst-libs/gst/audio/multichannel.c:
13845 (gst_audio_check_channel_positions):
13846 * gst-libs/gst/audio/multichannel.h:
13847 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13848 unspecified channel position and cannot be combined with any
13849 of the other audio channel positions; adjust position layout
13850 checks accordingly (#345188).
13852 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13854 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13855 Recognise ancient RealAudio files (see #349779).
13857 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13859 Patch by: Jens Granseuer <jensgr at gmx net>
13861 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13862 Add typefinder for Interplay's MVE format (#348973).
13864 2006-08-02 Wim Taymans <wim@fluendo.com>
13866 Patch by: Marcel Moreaux <marcelm at luon dot net>
13868 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13869 (gst_base_rtp_depayload_add_to_queue):
13870 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13871 Handle RTP sequence number rollover.
13872 Disable jitterbuffer by default.
13874 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
13876 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13877 (audioresample_set_caps):
13878 Don't leak references to the incoming caps. Clean them up when
13881 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13882 (gst_video_scale_finalize):
13883 Don't leak our temporary pixel buffer.
13885 * tests/check/Makefile.am:
13886 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13887 (GST_START_TEST), (simple_launch_lines_suite):
13889 Fix leaks and re-enable the test for valgrind checking.
13891 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
13893 Patch by: Sjoerd Simons <sjoerd at luon net>
13895 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13897 Add typefind function for multipart/x-mixed-replace (#348916).
13899 2006-07-28 Wim Taymans <wim@fluendo.com>
13901 * gst/adder/gstadder.c: (gst_adder_setcaps),
13902 (gst_adder_query_duration):
13903 Fix leak in duration query.
13904 Reflow some docs and notes.
13906 2006-07-28 Michael Smith <msmith@fluendo.com>
13908 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13910 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13913 2006-07-28 Michael Smith <msmith@fluendo.com>
13915 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13916 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13917 (gst_vorbis_enc_push_buffer),
13918 (gst_vorbis_enc_buffer_check_discontinuous),
13919 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13920 * ext/vorbis/vorbisenc.h:
13921 Handle discontinuities in the input vorbis stream correctly,
13922 so that the output is properly timestamped (and has good granulepos
13923 values). Needs some oggmux fixes too.
13925 2006-07-27 Wim Taymans <wim@fluendo.com>
13927 patch by: Kai Vehmanen <kv2004 eca cx>
13929 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13930 (gst_base_rtp_depayload_chain),
13931 (gst_base_rtp_depayload_handle_sink_event),
13932 (gst_base_rtp_depayload_change_state):
13933 Don't send multiple newsegments with different formats.
13936 2006-07-26 Wim Taymans <wim@fluendo.com>
13938 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13939 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13940 Make seeking in ogg more accurate again by doing the more correct
13941 granuletime to stream time conversion.
13943 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
13945 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13946 (gst_multi_fd_sink_new_client):
13947 debug a little more understandably
13948 do not use goto as a substitute for break, especially if
13949 break is also being used
13951 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
13953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13954 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13955 Remove GLib-2.6 compatibility cruft.
13957 2006-07-24 Wim Taymans <wim@fluendo.com>
13959 * gst-libs/gst/audio/gstbaseaudiosink.c:
13960 (gst_base_audio_sink_render):
13961 Don't try to align a sample to an unknown value.
13963 2006-07-24 Wim Taymans <wim@fluendo.com>
13965 * gst-libs/gst/audio/gstbaseaudiosink.c:
13966 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13967 When the audio clock is slaved to another clock, never try to align
13968 samples but trust the rate interpolation algorithm.
13970 2006-07-24 Wim Taymans <wim@fluendo.com>
13972 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13973 Don't try to calculate silence samples, base class does this much
13976 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13977 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13978 (gst_ring_buffer_acquire):
13979 Calculate silence samples correctly.
13981 * gst-libs/gst/audio/gstringbuffer.h:
13984 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
13986 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13987 Limit search for the first markup tag to the first few kB of
13988 the file. If we don't find one there, it's highly unlikely that
13989 this is an XML(-ish) file.
13991 2006-07-21 Andy Wingo <wingo@pobox.com>
13993 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13994 test to the one in vorbisenc. Also commented out.
13996 * tests/check/pipelines/vorbisenc.c:
13997 (test_discontinuity): New test, commented out until Mike lands
13998 some elite vorbisenc patches.
14000 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14001 Bufferstraw was actually factored out of these tests. Now we share
14004 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14005 for bufferstraw addition to gstcheck.
14007 2006-07-21 Wim Taymans <wim@fluendo.com>
14009 * ext/theora/theoradec.c: (clip_buffer):
14012 2006-07-21 Wim Taymans <wim@fluendo.com>
14014 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14015 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14016 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14018 Avoid type casting when we can.
14020 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14023 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14025 * ext/alsa/gstalsamixerelement.c:
14026 (gst_alsa_mixer_element_change_state):
14027 Make state change fail if the specified device can't be opened
14030 2006-07-20 Wim Taymans <wim@fluendo.com>
14032 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14033 (cb_newpad), (main):
14034 Example of a small audio/video player using decodebin.
14036 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14038 * gst-libs/gst/riff/riff-ids.h:
14039 Add 'fact' chunk id
14041 2006-07-19 Wim Taymans <wim@fluendo.com>
14043 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14044 (gst_base_rtp_depayload_chain),
14045 (gst_base_rtp_depayload_change_state):
14046 Don't assert when not negotiated but post a meaningfull
14047 error message. Fixes #347918.
14049 * gst-libs/gst/rtp/gstbasertppayload.c:
14050 Add comment about better default MTU size.
14052 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14053 Small cleanups, start docs.
14055 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14057 Patch by: Martin Szulecki
14059 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14060 If "device-name" is requested and the device is not
14061 open, try to temporarily open it to obtain this
14062 information (#342494).
14064 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14066 * gst-libs/gst/tag/gstid3tag.c:
14067 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14069 * gst-libs/gst/tag/gsttageditingprivate.h:
14070 * gst-libs/gst/tag/gstvorbistag.c:
14071 Some more random const-ifications.
14073 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14075 * gst-libs/gst/riff/riff-ids.h:
14076 * gst-libs/gst/riff/riff-media.c:
14077 (gst_riff_create_video_template_caps):
14078 Add more FOURCCs (sort list to make stuff easier to find),
14079 add comment what those 16 bytes in struct _gst_riff_strh according to
14082 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14084 * gst-libs/gst/audio/multichannel.c:
14085 (gst_audio_check_channel_positions),
14086 (gst_audio_fixate_channel_positions):
14087 Const-ify two arrays.
14089 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14091 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14092 Fix typo, so that alsasink also advertises 8 channels
14093 if that's supported (tags: can, worms, open, alsa, ph34r).
14095 2006-07-17 Wim Taymans <wim@fluendo.com>
14097 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14098 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14099 *sigh*, when is the compiler going to warn when the comments
14100 are out-of-sync with the code.. Refix case of busted theora
14101 headers with 0 granule pos.
14103 2006-07-14 Wim Taymans <wim@fluendo.com>
14105 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14106 (gst_base_rtp_depayload_wait),
14107 (gst_base_rtp_depayload_change_state),
14108 (gst_base_rtp_depayload_set_property),
14109 (gst_base_rtp_depayload_get_property):
14110 Fix 99% cpu load by waiting for absolute times on the
14111 clock. Fixes #347300.
14113 2006-07-14 Andy Wingo <wingo@pobox.com>
14115 * ext/theora/gsttheoraparse.h:
14116 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14117 (theora_parse_push_headers, theora_parse_clear_queue)
14118 (theora_parse_drain_queue_prematurely, )
14119 (theora_parse_sink_event, theora_parse_change_state): Queue events
14120 until we initialized our state, like in vorbisparse.
14122 * ext/vorbis/vorbisparse.h:
14123 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14124 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14125 (vorbis_parse_drain_queue_prematurely, )
14126 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14127 until we have initialized our state. Fixes seeking after an
14130 2006-07-14 Andy Wingo <wingo@pobox.com>
14132 Patch by: Iain Holmes <iaingnome@gmail.com>
14134 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14136 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14139 Bump nano back to CVS
14141 === release 0.10.9 ===
14143 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14146 releasing 0.10.9, "I walk the line"
14148 2006-07-14 Michael Smith <msmith@fluendo.com>
14150 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14151 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14152 (commonly happens when running this test under valgrind) when trying
14153 to remove the buffer probe.
14155 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14157 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14158 Fix missing g_unlock from the previous commit
14160 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14162 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14163 (gst_ximagesink_change_state):
14164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14165 (gst_xvimagesink_change_state):
14166 Implement a locking order to ensure we always take the object lock
14167 before the x_lock and never vice-versa.
14169 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14171 * gst/playback/gstdecodebin.c: (find_compatibles):
14172 Fix a caps leak when linking (#347304)
14174 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14175 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14176 (gst_ximagesink_change_state):
14177 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14178 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14179 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14180 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14181 Don't leak shared memory resources. Use the object lock to protect
14182 against the xcontext disappearing while returning a buffer from the
14183 pipeline. (#347304)
14185 2006-07-12 Edward Hervey <edward@fluendo.com>
14187 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14188 (vorbis_handle_comment_packet):
14189 gst_tag_list_merge() returns a new object. Take that into account when
14190 using it. This avoids memleak.
14191 Revert previous commit which is not needed.
14193 2006-07-12 Edward Hervey <edward@fluendo.com>
14195 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14196 Reset the decoder in finalize so that all fields get cleared.
14198 2006-07-12 Wim Taymans <wim@fluendo.com>
14200 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14201 (gst_base_audio_src_set_clock),
14202 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14203 Don't try to post an error message when setting the clock fails
14204 as this can happen when adding an element to a bin which will then
14205 deadlock. Fixes #347296.
14207 2006-07-12 Edward Hervey <edward@fluendo.com>
14209 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14210 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14211 (vorbis_handle_type_packet):
14212 Post tag messages on the bus even if we're not initialized.
14213 If we're not initialized, we still postpone the event pushing of tags.
14215 2006-07-12 Wim Taymans <wim@fluendo.com>
14217 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14218 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14219 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14220 Revert last two changes that broke the freeze.
14222 2006-07-12 Wim Taymans <wim@fluendo.com>
14224 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14225 basesink calculates silence sample correctly for us.
14227 2006-07-12 Wim Taymans <wim@fluendo.com>
14229 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14230 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14231 Calculate correct silence samples so we don't fill our ringbuffer
14234 2006-07-12 Edward Hervey <edward@fluendo.com>
14236 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14237 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14238 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14239 * ext/vorbis/vorbisdec.h:
14240 Delay sending events (newsegment, tags) until the decoder is properly
14244 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14246 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14247 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14248 Patch from #347221 adding a test for audioconvert
14249 channel remappings.
14251 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14253 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14254 (gst_ssa_parse_parse_line):
14255 Don't include the terminating NUL in the buffer size,
14256 it's only there for extra paranoia (would add random
14257 '*' characters at the end of each subtitle since the
14258 terminator itself is not valid UTF-8 technically).
14259 Also fix indenting after boilerplate macro.
14261 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14263 * gst/playback/gstdecodebin.c: (close_pad_link):
14264 Also emit 'unknown-type' signal (which should really be
14265 called unhandled-type) if we found potential decoders/demuxers
14266 in the registry but none of them worked in the end (as in the
14267 case where the plugins don't exist any longer but are still
14268 listed in the registry). Fixes #329798.
14270 2006-07-08 Andy Wingo <wingo@pobox.com>
14272 * theoraparse.c (theora_parse_push_buffer)
14273 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14274 Add some more debugging. Fix granulepos reconstruction in the face
14275 of discontinuities.
14277 2006-07-06 Wim Taymans <wim@fluendo.com>
14279 * gst-libs/gst/audio/gstbaseaudiosink.c:
14280 (gst_base_audio_sink_class_init),
14281 (gst_base_audio_sink_provide_clock):
14282 Use gobject_class instead of G_OBJECT_CLASS (klass)
14284 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14285 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14286 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14287 (gst_base_audio_src_get_time),
14288 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14289 (gst_base_audio_src_create_ringbuffer):
14290 Fix latency and buffer-time constants and properties ala basesink.
14291 Implement pull based scheduling. Fixes #346527.
14292 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14294 Refuse slaving to another clock instead of silently not working.
14295 Only provide a clock when we are actually able to do so.
14296 Various small cleanups and compiler hints.
14298 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14300 Patch by: Lutz Mueller <lutz at topfrose de>
14302 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14304 Add typefinding for text/html (#346581).
14306 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14308 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14309 (xml_check_first_element), (xml_type_find), (smil_type_find):
14310 Fix SMIL typefinding, make xml_check_first_element() more
14313 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14315 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14316 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14317 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14318 * gst/playback/gstplaybasebin.h:
14319 Protect list of elements with a subtitle-encoding property and
14320 the subtitle encoding member itself with a lock of their own
14321 instead of using the object lock. This prevents a dead-lock in
14322 the element-remove callback in some circumstances when shutting
14325 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14327 * win32/common/libgsttag.def:
14328 Export some new functions.
14329 * win32/vs6/libgstogg.dsp:
14330 Add a link to libgsttag-0.10.lib.
14332 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14334 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14335 Some const-ification.
14337 2006-07-04 Wim Taymans <wim@fluendo.com>
14339 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14340 Improve checking if we are dealing with a stream. Added some
14341 more uris that need buffering.
14343 2006-07-03 Edward Hervey <edward@fluendo.com>
14345 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14346 Remove unused variable.
14348 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14353 add GCOV_LIBS to GST_LIBS
14355 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14357 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14359 * ext/alsa/gstalsasrc.c:
14360 Add 32 bps to template caps and increase channels range
14361 from [1,2] to [1,MAX]. See #346326.
14363 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14365 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14366 Recognise 'WMVA' video codec fourcc (#345879).
14368 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14370 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14371 Fixed nasty memory leak
14373 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14375 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14376 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14379 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14381 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14382 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14383 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14384 Protect remove_fakesink using a mutex, so that we don't try and
14385 remove the fakesink simultaneously from multiple threads.
14387 When going from READY to PAUSED, restore the fakesink, so that
14388 it is there when decodebin gets reused.
14390 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14392 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14393 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14394 * gst-libs/gst/rtp/gstbasertppayload.c:
14395 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14396 * gst/tcp/gstmultifdsink.c:
14397 * gst/tcp/gsttcpclientsink.c:
14398 * gst/tcp/gsttcpclientsrc.c:
14399 * gst/tcp/gsttcpserversink.c:
14400 * gst/tcp/gsttcpserversrc.c:
14401 * gst/videorate/gstvideorate.c:
14402 * gst/videotestsrc/gstvideotestsrc.c:
14403 * sys/v4l/gstv4ljpegsrc.c:
14404 * sys/v4l/gstv4lmjpegsink.c:
14405 * sys/v4l/gstv4lsrc.c:
14406 * tests/examples/seek/scrubby.c:
14407 * tests/examples/seek/seek.c:
14408 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14410 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14412 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14413 Second field in GEnumValue shouldn't be a description,
14414 but a stringified version of the enum value.
14416 2006-06-22 Wim Taymans <wim@fluendo.com>
14418 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14419 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14420 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14421 Avoid type checking in buffer casts.
14422 Avoid caps copy in buffer_alloc when we can.
14423 Use pad_peer_accept.
14425 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14427 * gst-libs/gst/tag/tag.h:
14428 Oops, make that 'Since: 0.10.9'.
14430 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14432 * docs/libs/gst-plugins-base-libs-sections.txt:
14433 * gst-libs/gst/tag/tag.h:
14434 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14435 (gst_tag_image_type_get_type):
14436 API: add GstTagImageType enum to describe images contained
14437 in image tags (#345641).
14439 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14441 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14442 Fix warnings with gst-inspect: "buffers-min" property
14443 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14444 typo in property description.
14446 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14448 Patch by: Cody Russell <bratsche at gnome org>
14450 * gst/audioresample/gstaudioresample.c:
14451 (gst_audioresample_class_init):
14452 * gst/playback/gststreamselector.c:
14453 (gst_stream_selector_class_init):
14454 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14455 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14456 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14457 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14458 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14459 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14460 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14461 * gst/videotestsrc/gstvideotestsrc.c:
14462 (gst_video_test_src_class_init):
14463 * gst/volume/gstvolume.c: (gst_volume_class_init):
14464 Avoid unnecessary class cast check in class_init
14465 functions (#337747).
14467 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14469 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14470 (gst_text_overlay_video_chain):
14471 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14472 and doesn't validate its input either (and neither did
14473 textoverlay it seems). Let's do that then and fix #345206.
14475 2006-06-19 Wim Taymans <wim@fluendo.com>
14477 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14478 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14479 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14480 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14481 (find_syncframe), (find_limits), (assign_value),
14482 (count_burst_unit), (gst_multi_fd_sink_new_client),
14483 (gst_multi_fd_sink_handle_client_write),
14484 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14485 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14486 (gst_multi_fd_sink_change_state):
14487 * gst/tcp/gstmultifdsink.h:
14488 Added shiny new burst-on-connect methods.
14489 Add properties to control the minimal amount of data queued.
14491 API: bytes-min property
14492 API: time-min property
14493 API: buffers-min property
14494 API: burst-unit property
14495 API: burst-value property
14496 API: add-full signal
14498 * gst/tcp/gsttcp-marshal.list:
14499 Added new marshaller code for the new signal.
14501 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14502 (multifdsink_suite):
14503 Added testcases for new burst methods.
14505 2006-06-19 Edward Hervey <edward@fluendo.com>
14507 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14508 Implement clipping for accurate seeking.
14511 2006-06-19 Wim Taymans <wim@fluendo.com>
14513 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14515 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14516 (gst_video_scale_transform):
14517 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14519 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14522 Fix --disable-external (can't set conditionals conditionally,
14525 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14527 * tests/check/elements/audioresample.c: (test_reuse),
14528 (audioresample_suite):
14529 Add test case for bug #342789 fixed below.
14531 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14533 * gst/audioresample/gstaudioresample.c:
14534 (gst_audioresample_class_init), (gst_audioresample_init),
14535 (audioresample_start), (audioresample_stop),
14536 (gst_audioresample_set_property), (gst_audioresample_get_property):
14537 Implement GstBaseTransform::start and ::stop so that audioresample
14538 can clear its internal state properly and be reused instead of
14539 causing non-negotiated errors with playbin under some circumstances
14542 * tests/check/elements/audioresample.c: (setup_audioresample),
14543 (cleanup_audioresample):
14544 Need to set element state here so that ::start and ::stop are
14547 2006-06-16 Wim Taymans <wim@fluendo.com>
14549 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14551 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14552 Parse extra data better, apparently it's right behind
14553 the normal strf header size. Fixes #343500.
14555 2006-06-16 Wim Taymans <wim@fluendo.com>
14557 * ext/alsa/gstalsasink.c: (set_hwparams):
14558 If we fail to set the buffer_time and period_time alsa
14559 parameters, post a warning and leave alsa select a
14560 default instead of failing. Fixes #342085
14562 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14564 * docs/libs/gst-plugins-base-libs-sections.txt:
14565 * gst-libs/gst/cdda/gstcddabasesrc.h:
14566 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14567 out in the header file and shouldn't be listed in the docs.
14569 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14570 Must dereference pointer to fourcc in the debug statement.
14572 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14574 * docs/libs/Makefile.am:
14575 * docs/libs/gst-plugins-base-libs-docs.sgml:
14576 * docs/libs/gst-plugins-base-libs-sections.txt:
14577 * docs/libs/gst-plugins-base-libs.types:
14578 add remaining symbols into correct setions
14580 * gst-libs/gst/audio/gstringbuffer.c:
14581 fix incomplete docs
14583 * gst-libs/gst/audio/gstringbuffer.h:
14584 comment out not yet implemented function
14587 * gst-libs/gst/floatcast/floatcast.h:
14588 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14589 add short descriptions
14592 * gst-libs/gst/interfaces/propertyprobe.c:
14593 fix return value docs
14595 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14596 simplify debug logging
14598 * gst-libs/gst/riff/riff-read.h:
14599 sync function prototype and docs
14601 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14602 remove left over symbol
14604 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14608 * docs/Makefile.am:
14609 Use GST_PLUGIN_DOCS macro in configure.ac, add
14610 --enable-plugin-docs default to autogen.sh and use
14611 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14613 2006-06-15 Wim Taymans <wim@fluendo.com>
14615 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14616 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14617 (gst_ogg_demux_loop):
14618 Combine GstFlowReturn from the source pads to give a
14619 meaningfull result to the upstream peer or to stop the
14620 processing task in case of errors.
14622 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14624 * gst/playback/gststreaminfo.c: (cb_probe):
14625 Try GST_TAG_CODEC as fallback when extracting the
14626 codec name; more debug info.
14628 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14630 * ext/ogg/Makefile.am:
14631 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14632 Extract language tags from ogm subtitle streams, so that
14633 the subtitle menu choices are labelled correctly in
14634 Totem (fixes #344708).
14636 2006-06-14 Wim Taymans <wim@fluendo.com>
14638 Patch by: Alessandro Decina <alessandro at nnva dot org>
14640 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14641 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14642 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14643 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14644 Fix various leaks. Fixes #343699.
14645 Add x-smoke mime type.
14647 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14649 * gst-libs/gst/riff/riff-ids.h:
14650 Add IDs for 'bext' chunks (see #343837).
14652 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
14654 Patch by: Young-Ho Cha <ganadist at chollian net>
14656 * gst/subparse/samiparse.c: (sami_context_pop_state),
14657 (handle_start_font), (end_sami_element):
14658 Honour font face tags in SAMI subtitles (#344503).
14660 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14663 add missing files containing translatable strings
14665 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14667 * docs/libs/tmpl/.cvsignore:
14668 we don't want those *.sgml files in CVS either
14670 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14672 * docs/libs/.cvsignore:
14673 * tests/check/elements/.cvsignore:
14674 * tests/check/libs/.cvsignore:
14677 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14679 * docs/libs/Makefile.am:
14680 also commiting the changed Makefile.am (added more libs to the
14683 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14685 * docs/libs/gst-plugins-base-libs-docs.sgml:
14686 * docs/libs/gst-plugins-base-libs-sections.txt:
14687 * docs/libs/gst-plugins-base-libs.types:
14688 first batch of reordering things, add index & hierarchy
14690 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14693 use GST_PKG_CHECK_MODULES, cleans up output
14695 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14697 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14698 Add support for burn:// URIs (#343385); const-ify things a bit,
14699 use G_N_ELEMENTS instead of hard-coded array size.
14701 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14703 Patch by: Young-Ho Cha <ganadist at chollian net>
14705 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14706 Fix up broken entities before passing them to libxml *sigh*.
14709 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14714 === release 0.10.8 ===
14716 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14719 releasing 0.10.8, "Moar gij ziet mij nie"
14721 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14738 * win32/common/config.h:
14739 0.10.7.2 prerelease
14741 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14743 * docs/libs/tmpl/gstaudio.sgml:
14744 * docs/libs/tmpl/gstcolorbalance.sgml:
14745 * docs/libs/tmpl/gstmixer.sgml:
14746 * docs/libs/tmpl/gstringbuffer.sgml:
14747 * docs/libs/tmpl/gsttuner.sgml:
14748 * docs/libs/tmpl/gstxoverlay.sgml:
14749 * gst-libs/gst/audio/audio.c:
14750 * gst-libs/gst/audio/gstringbuffer.c:
14751 * gst-libs/gst/interfaces/colorbalance.c:
14752 * gst-libs/gst/interfaces/mixer.c:
14753 * gst-libs/gst/interfaces/tuner.c:
14754 * gst-libs/gst/interfaces/xoverlay.c:
14755 move last template doc snippets to source code and delete them
14757 2006-06-06 Michael Smith <msmith@fluendo.com>
14759 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14760 (theora_parse_drain_queue):
14761 Mark DELTA_UNIT on non-keyframes.
14763 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
14765 * gst-libs/gst/audio/gstbaseaudiosink.c:
14766 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14767 * gst-libs/gst/audio/gstbaseaudiosink.h:
14768 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14769 (gst_ring_buffer_samples_done):
14770 * gst-libs/gst/audio/gstringbuffer.h:
14771 Document better the fact that latency_time and buffer_time are values
14772 stored in microseconds, and not the usual GStreamer nanoseconds.
14773 Change the variables (compatibly) that store them from GstClockTime
14774 to guint64 to make it more clear that they're not storing clock times.
14775 Also, remove the bogus property description that says the user can
14776 specify -1 to get the default value, since that's never been the case.
14778 When computing the default segment size for the ring buffer, make it
14779 an integer number of samples.
14781 When the sub-class indicates a delay greater than the number of
14782 samples we've written return 0 from the audio sink get_time method.
14784 2006-06-02 Michael Smith <msmith@fluendo.com>
14786 * tests/check/elements/audioconvert.c: (set_channel_positions),
14787 (get_float_mc_caps), (get_int_mc_caps):
14788 * tests/check/elements/audioresample.c:
14789 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14790 * tests/check/elements/videorate.c:
14791 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14792 * tests/check/elements/volume.c:
14793 * tests/check/elements/vorbisdec.c:
14794 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14795 Don't busy-wait in tests; this was causing test timeouts very
14796 frequently when running under valgrind.
14798 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14801 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14802 (gst_multi_fd_sink_remove_client_link),
14803 (gst_multi_fd_sink_client_queue_caps),
14804 (gst_multi_fd_sink_client_queue_buffer),
14805 (gst_multi_fd_sink_handle_client_write),
14806 (gst_multi_fd_sink_render):
14807 * gst/tcp/gstmultifdsink.h:
14808 make multifdsink properly deal with streamheader:
14809 - streamheader is taken from caps
14810 - buffers marked with IN_CAPS are not sent
14811 - streamheaders are sent, on connection, from the caps of the
14812 buffer where the client gets positioned to
14813 - further streamheader changes are done every time the client
14814 will receive a buffer with different caps
14815 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14816 (gst_multifdsink_create_streamheader):
14819 2006-06-02 Michael Smith <msmith@fluendo.com>
14821 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14822 Reinstate limit on channel count. Vorbis does not define the meaning
14823 of > 6 channels, so they're just independent channels. Gstreamer
14824 currently has no mechanism to represent N independent channels.
14826 2006-06-02 Michael Smith <msmith@fluendo.com>
14828 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14829 Don't arbitrarily restrict channel counts and rate in vorbis.
14830 In terms of effects likely on real-world files, this fixes 96kHz
14831 playback of vorbis.
14833 2006-06-02 Michael Smith <msmith@fluendo.com>
14835 * gst/audioconvert/audioconvert.c: (float):
14836 More correct float->int conversion.
14838 2006-06-02 Michael Smith <msmith@fluendo.com>
14840 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14841 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14842 value. Fixes g-critical on trying to play back ogg containing
14845 2006-06-02 Wim Taymans <wim@fluendo.com>
14847 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14849 * gst/playback/gstplaybasebin.h:
14850 Make the subtitle detection work from any thread so we don't
14851 deadlock. Fixes #343397.
14853 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14855 * gst/volume/Makefile.am:
14856 Seriously, it's not *that* hard to get compilation right. Even
14857 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14859 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14861 * gst/volume/gstvolume.c: (volume_choose_func),
14862 (volume_update_real_volume), (gst_volume_class_init),
14863 (gst_volume_init), (volume_process_float), (volume_process_int16),
14864 (volume_process_int16_clamp), (volume_set_caps),
14865 (volume_transform_ip), (plugin_init):
14866 * gst/volume/gstvolume.h:
14867 rewrite the passthrough check, split _int16 and _int16_clamp, fix
14868 another property desc., remove unused param from process function
14870 * tests/check/elements/volume.c: (volume_suite):
14871 reactivate the passthrough test
14873 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14875 * ext/alsa/gstalsamixerelement.h:
14876 * ext/alsa/gstalsamixeroptions.h:
14877 * ext/alsa/gstalsamixertrack.h:
14878 * ext/gnomevfs/gstgnomevfssink.h:
14879 * ext/gnomevfs/gstgnomevfssrc.h:
14880 * ext/theora/gsttheoradec.h:
14881 * ext/theora/gsttheoraenc.h:
14882 * ext/theora/gsttheoraparse.h:
14883 * ext/vorbis/vorbisparse.h:
14884 * gst-libs/gst/audio/gstaudioclock.h:
14885 * gst-libs/gst/audio/gstaudiofilter.h:
14886 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14887 * gst/audioconvert/gstaudioconvert.h:
14888 * gst/audioresample/gstaudioresample.h:
14889 * gst/audiotestsrc/gstaudiotestsrc.h:
14890 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14891 * gst/playback/gststreamselector.h:
14892 * gst/tcp/gstmultifdsink.h:
14893 * gst/tcp/gsttcpclientsink.h:
14894 * gst/tcp/gsttcpclientsrc.h:
14895 * gst/tcp/gsttcpserversink.h:
14896 * gst/tcp/gsttcpserversrc.h:
14897 * gst/videorate/gstvideorate.h:
14898 * gst/videoscale/gstvideoscale.h:
14899 * gst/videotestsrc/gstvideotestsrc.h:
14900 * gst/volume/gstvolume.h:
14901 * sys/v4l/gstv4ljpegsrc.h:
14902 * sys/v4l/gstv4lmjpegsink.h:
14903 * sys/v4l/gstv4lmjpegsrc.h:
14904 * sys/v4l/gstv4lsrc.h:
14905 * sys/ximage/ximagesink.h:
14906 * sys/xvimage/xvimagesink.h:
14907 * tests/old/testsuite/alsa/sinesrc.h:
14908 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14910 2006-05-31 Wim Taymans <wim@fluendo.com>
14912 * ext/libvisual/visual.c: (gst_visual_reset),
14913 (gst_visual_sink_setcaps), (gst_visual_sink_event),
14914 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14916 Use running time before doing QoS.
14919 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
14921 * docs/libs/Makefile.am:
14922 set a magic variable to indicate we know the docs are incomplete
14924 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
14926 * win32/common/libgstvideo.def:
14927 export gst_video_calculate_display_ratio
14928 * win32/vs6/libgstvideoscale.dsp:
14929 add link to libgstvideo-0.10.lib
14931 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
14933 * gst/playback/gstplaybasebin.c: (gen_source_element):
14934 Throw a more comprehensible error for rtsp:// URIs (rather
14935 than erroring out with a negotiation error later on) until
14936 we fix playbin to handle rtspsrc etc.
14938 2006-05-30 Wim Taymans <wim@fluendo.com>
14940 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14941 (gst_text_overlay_text_event):
14944 2006-05-30 Wim Taymans <wim@fluendo.com>
14946 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14947 (gst_adder_request_new_pad), (gst_adder_release_pad):
14948 * gst/adder/gstadder.h:
14949 Implement release_request_pad.
14950 Make padcounter atomic.
14952 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14953 Added check for release_pad in adder.
14955 2006-05-30 Wim Taymans <wim@fluendo.com>
14957 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14960 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
14962 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14963 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14964 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14965 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14966 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14967 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14968 (gst_ogg_demux_bisect_forward_serialno),
14969 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14970 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14972 clean up printf formats for granulepos and serialno
14974 2006-05-30 Michael Smith <msmith@fluendo.com>
14976 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14977 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14978 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14979 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14980 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14981 * ext/vorbis/vorbisenc.h:
14982 Multi-channel caps negotiation, so we can do proper multichannel
14983 vorbis encoding, negotiated through audioconvert.
14985 2006-05-30 Wim Taymans <wim@fluendo.com>
14987 * tests/check/elements/adder.c: (test_event_message_received),
14988 (test_play_twice_message_received), (GST_START_TEST),
14990 Added check to show that #339935 is fixed with ongoing
14991 adder and collectpads fixes.
14993 2006-05-29 Wim Taymans <wim@fluendo.com>
14995 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14996 Don't leak pad name.
14998 2006-05-29 Wim Taymans <wim@fluendo.com>
15000 * gst/adder/gstadder.c: (gst_adder_query_duration),
15001 (forward_event_func), (forward_event), (gst_adder_src_event):
15003 Make query/seeking code threadsafe.
15005 * tests/check/Makefile.am:
15006 * tests/check/elements/adder.c: (test_event_message_received),
15007 (GST_START_TEST), (test_play_twice_message_received):
15008 Fix adder test case.
15010 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15012 Patch by: Young-Ho Cha <ganadist at chollian net>
15014 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15015 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15016 (set_encoding_element), (decodebin_element_added_cb),
15017 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15018 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15019 * gst/playback/gstplaybasebin.h:
15020 Add 'subtitle-encoding' property to playbin, so applications can
15021 force a subtitle encoding for non-UTF8 subtitles (#342268).
15023 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15024 (gst_sub_parse_set_property):
15025 Rename recently-added 'encoding' property to 'subtitle-encoding'
15026 (so it can be proxied by playbin/decodebin in a generic way
15027 with less danger of false positives).
15029 2006-05-29 Michael Smith <msmith@fluendo.com>
15031 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15032 (append_with_other_format), (set_structure_widths),
15033 (gst_audio_convert_transform_caps):
15034 Patch from #341562: give more specific audio caps in get_caps, so
15035 that basetransform can make better decisions on what caps to
15038 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15040 * tests/check/elements/volume.c:
15041 make it compile again
15043 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15045 * tests/check/elements/volume.c: (volume_suite):
15046 disable test until #343196 gets resolved
15048 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15050 * gst/adder/gstadder.c: (gst_adder_get_type):
15051 Make it easier to copy&paste
15053 * gst/volume/Makefile.am:
15054 * gst/volume/gstvolume.c: (volume_update_real_volume),
15055 (gst_volume_set_volume), (gst_volume_set_mute),
15056 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15057 (volume_transform_ip), (volume_update_mute),
15058 (volume_update_volume):
15059 * gst/volume/gstvolume.h:
15060 Add own debug category, move duplicate code to helper function, fix
15061 property texts, add more comments and prepare ffor liboil-goodness
15063 * tests/check/Makefile.am:
15064 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15065 add test for mute and passtrough case, be a bit more verbose to track
15068 * tests/check/generic/states.c: (GST_START_TEST):
15069 catch elements that fail to instantiate
15071 2006-05-28 Edward Hervey <edward@fluendo.com>
15073 * tests/check/pipelines/simple-launch-lines.c:
15074 * tests/check/pipelines/theoraenc.c:
15075 * tests/check/pipelines/vorbisenc.c:
15076 Comment out tests using parse_launch() if core was built without
15077 parsing capabilities.
15079 2006-05-27 Edward Hervey <edward@fluendo.com>
15081 * tests/check/Makefile.am:
15082 Extra bonus points for whoever explains to ensonic that you are meant
15083 to test unit tests thoroughly before commiting them, especially if
15084 you know it's going to break.
15085 De-activated element/adder tests.
15087 2006-05-27 Edward Hervey <edward@fluendo.com>
15089 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15090 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15091 Marking caps conversion issues as GST_WARNING is way too verbose,
15092 Moving them to GST_LOG.
15094 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15097 Replace current README (containing the release notes from
15098 some 0.9.x version) with a proper README taken from the core.
15100 2006-05-26 Wim Taymans <wim@fluendo.com>
15102 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15103 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15104 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15105 (vorbis_dec_change_state):
15108 Clip output samples to segment boundaries.
15110 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15112 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15113 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15114 Improve the errors produced on bad output, including some human
15115 readable description strings.
15116 Handle the (theoretical for ximagesink) case where the XServer
15117 has a different idea about the size required for a particular
15118 frame and gives us too small a memory allocation.
15120 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15123 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15124 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15125 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15126 Improve the errors produced on bad output, including some human
15127 readable description strings.
15128 Handle RGB Xv formats properly by transforming them into our
15129 big-endian caps description.
15130 Use gst_caps_truncate to ensure that we never try and choose a
15131 non-fixed caps in buffer_alloc.
15132 Handle the case where the XServer has a different idea about the size
15133 required for a particular frame and gives us too small a memory
15135 Use -1 to indicate 'no image format', because 0 is a valid XServer
15136 image format number.
15137 Put RGB Xv formats at the end of the caps, so that we always prefer
15139 Iterate the available Xv Encodings to determine the maximum width and
15140 height, and then return that in our caps.
15141 (Closes #315312, #337544)
15143 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15145 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15146 When there is only one unfinished pad and it receives an event that
15147 doesn't match our requirements, we need to set alldone=FALSE so that
15148 the fakesink is not removed yet.
15150 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15153 Use gst_type_find_helper_for_buffer() to find the type
15154 of stream from the first packet.
15157 Bump requirements to core CVS (needed for vorbis
15158 typefinding to work).
15160 2006-05-24 Edward Hervey <edward@fluendo.com>
15162 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15163 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15164 contain. Else they play perfectly fine with qtdemux.
15166 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15168 * ext/theora/theoradec.c:
15169 * ext/theora/theoraenc.c:
15170 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15171 * gst/audiorate/gstaudiorate.c:
15172 make more debug catagories static
15174 * tests/check/Makefile.am:
15175 * tests/check/elements/adder.c: (message_received),
15176 (test_event_message_received), (GST_START_TEST),
15177 (test_play_twice_message_received), (adder_suite):
15178 added test case for using element twice, extra bonus points for anyone
15179 who can make these test run reliably
15181 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15183 * ext/theora/theoradec.c: (theora_dec_chain):
15184 Make work with time-stamped input buffers that do not
15185 have a granulepos in BUFFER_OFFSET_END (like theora
15186 buffers coming from matroskademux). Fixes #342448.
15188 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15190 Patch by: Peter Kjellerstedt <pkj at axis com>
15192 * gst/tcp/Makefile.am:
15193 fdstresstest doesn't need Gtk+, fix compilation if
15194 gtk is not available (#342566).
15196 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15198 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15200 Removed redundant floor()
15202 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15204 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15205 On second thought, just skip JUNK chunks automatically, so
15206 the caller doesn't have to handle this. Fixes #342345.
15207 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15208 not GST_FLOW_ERROR.
15210 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15212 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15213 Don't bail out on JUNK chunks with a size of 0 (would try to
15214 pull_range 0 bytes before, which sources don't like too much).
15217 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15219 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15220 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15221 Use the gstutil scaling function to preserve 64 bits while calculating
15222 output width and height from the display-aspect-ratio. (A continuation
15225 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15227 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15228 (gst_xvimagesink_buffer_alloc):
15229 * sys/xvimage/xvimagesink.h:
15230 When performing buffer allocations, remember the caps and image format
15231 we return so that if the same caps are asked for next time we can
15232 return them immediately without doing any caps intersections.
15234 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15236 * gst-libs/gst/rtp/README:
15237 Some new documentation
15238 * gst-libs/gst/rtp/gstrtpbuffer.h:
15239 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15240 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15241 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15242 New RTP audio base payloader class. Supports frame or sample based
15243 codecs. Not enabled in Makefile.am until approved.
15245 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15247 * tests/check/elements/alsa.c: (test_device_property_probe):
15248 Fix test case: don't try to free NULL GValueArray when there
15251 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15253 * tests/check/Makefile.am:
15254 * tests/check/elements/alsa.c: (test_device_property_probe),
15255 (alsa_suite), (main):
15256 Add simple test that runs a device property probe on alsasrc,
15257 alsasink and alsamixer. Disable valgrind check for now (too
15258 many leaks in libasound, and valgrind ignored my suppressions
15261 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15263 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15264 (gst_alsa_device_property_probe_probe_property),
15265 (gst_alsa_device_property_probe_needs_probe),
15266 (gst_alsa_device_property_probe_get_values),
15267 (gst_alsa_type_add_device_property_probe_interface):
15268 * ext/alsa/gstalsadeviceprobe.h:
15269 * ext/alsa/gstalsamixerelement.c:
15270 (gst_alsa_mixer_element_init_interfaces):
15271 * ext/alsa/gstalsamixerelement.h:
15272 Clean up and simplify alsa device probing. Make it actually work
15273 for multiple classes. Don't cache results any longer.
15275 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15276 (gst_alsasink_init):
15277 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15278 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15279 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15280 Make alsasink and alsasrc implement the GstPropertyProbe interface
15281 for device probing (#342181).
15282 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15284 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15286 * gst/subparse/samiparse.c: (handle_start_font):
15287 Don't ignore return value of strtol (++compiler_happiness).
15289 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15291 Patch by: Young-Ho Cha <ganadist chollian net>
15293 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15294 (gst_sub_parse_class_init), (gst_sub_parse_init),
15295 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15296 (convert_encoding):
15297 * gst/subparse/gstsubparse.h:
15298 Add 'encoding' property (#341681).
15300 * gst/subparse/samiparse.c: (characters_sami):
15301 Output is pango markup, so we need to escape text
15302 between tags (#342143).
15304 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15306 * gst-libs/gst/audio/multichannel.c:
15307 (gst_audio_check_channel_positions):
15308 It's okay to have caps with channels=1 and a channel position
15309 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15310 (deinterleavers might want to keep the position in the caps,
15311 so that they can be re-interleaved again properly later).
15312 Leave check for unexpected 2-channel layouts intact for now.
15314 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15316 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15317 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15318 basesrc can do its job correctly.
15320 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15322 * ext/alsa/Makefile.am:
15323 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15324 (gst_alsa_detect_formats), (get_channel_free_structure),
15325 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15326 (gst_alsa_probe_supported_formats):
15327 * ext/alsa/gstalsa.h:
15328 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15329 Refactor and improve caps probing code: probe signedness
15330 when we probe the supported formats/widths; set endianness
15331 to the one we actually probed for (ie. cpu endianness).
15333 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15334 (gst_alsasrc_close):
15335 * ext/alsa/gstalsasrc.h:
15336 Implement caps probing for alsasrc.
15338 2006-05-15 Wim Taymans <wim@fluendo.com>
15340 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15341 (theora_dec_src_query), (theora_dec_src_event),
15342 (theora_dec_sink_event), (theora_handle_comment_packet),
15343 (theora_handle_data_packet), (theora_dec_change_state):
15344 Cleanups, add some G_LIKELY.
15345 Use segment helpers instead of our own wrong code.
15346 Clear queued buffers on seek and READY.
15348 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15349 (vorbis_dec_convert), (vorbis_dec_src_query),
15350 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15351 (vorbis_handle_comment_packet), (vorbis_dec_push),
15352 (vorbis_handle_data_packet), (vorbis_dec_chain),
15353 (vorbis_dec_change_state):
15354 * ext/vorbis/vorbisdec.h:
15355 Remove old useless packetno variable.
15356 Do position query properly.
15358 Do cleanup of queued buffers in new helper function
15361 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15363 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15364 Query supported sample rates. Fixes #341732.
15366 2006-05-15 Julien MOUTTE <julien@moutte.net>
15368 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15369 (gst_decode_bin_change_state): Make decodebin reusable
15370 when going from PAUSE_TO_READY and then back to PAUSED.
15373 2006-05-15 Wim Taymans <wim@fluendo.com>
15375 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15376 (vorbis_dec_convert), (vorbis_dec_src_query),
15377 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15378 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15379 (vorbis_dec_clean_queued), (vorbis_dec_push),
15380 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15381 Cleanups. Use refcounting and DEBUG_OBJECT.
15382 Reset segment on flush, use code methods instead of our
15384 Fix potential memleak.
15386 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15388 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15389 (gst_alsasink_init):
15390 * ext/alsa/gstalsasink.h:
15391 Don't leak allocated snd_output_t structure if there's
15392 more than one alsasink instance at a time (#341873).
15393 Also fix GObject macros in header file.
15395 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15397 * gst/subparse/gstsubparse.c:
15398 (gst_sub_parse_data_format_autodetect):
15399 Don't use libxml functions in the typefinding code.
15401 2006-05-15 Wim Taymans <wim@fluendo.com>
15403 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15404 Fix seeking performance in the case where a non-header
15405 packet has a 0 granulepos (busted theora case).
15407 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15408 the first place, you limelight stealer you)
15410 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15412 * gst/subparse/gstsubparse.c:
15413 (gst_sub_parse_data_format_autodetect):
15414 Improve SAMI typefinding: handle case where there are
15415 whitespaces or newlines in front of the first <SAMI>
15418 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15421 Build video4linux plugin even if there's no XVIDEO, just
15422 without implementing the GstXOverlay interface (#334002).
15424 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15427 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15429 Add tentative support for libvisual-0.4 (#336881).
15431 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15433 Patch by: Young-Ho Cha <ganadist at chollian net>
15435 * gst/subparse/samiparse.c: (handle_start_font):
15436 Need to map "silver" colour explicitly (#169936).
15438 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15440 Patch by: Young-Ho Cha <ganadist at chollian net>
15442 * gst/subparse/Makefile.am:
15443 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15444 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15445 (gst_sub_parse_format_autodetect), (feed_textbuf),
15446 (gst_subparse_type_find), (plugin_init):
15447 * gst/subparse/gstsubparse.h:
15448 * gst/subparse/samiparse.c:
15449 * gst/subparse/samiparse.h:
15450 Add support for SAMI subtitles (#169936).
15452 2006-05-14 Michael Smith <msmith@fluendo.com>
15454 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15455 Fix #341696: crash when mixing L+R+C to mono or stereo.
15456 * tests/check/Makefile.am:
15457 * tests/check/elements/audioconvert.c: (set_channel_positions),
15458 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15459 (audioconvert_suite):
15460 Add test for the above, including some generic framework bits for
15461 testing multichannel things.
15463 === release 0.10.7 ===
15465 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15468 releasing 0.10.7, "Leave the gun"
15470 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15472 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15476 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15478 * docs/libs/gst-plugins-base-libs-docs.sgml:
15479 * docs/libs/gst-plugins-base-libs-sections.txt:
15480 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15481 * gst-libs/gst/video/video.h:
15482 * gst/videoscale/Makefile.am:
15483 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15484 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15485 * tests/check/Makefile.am:
15486 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15488 Fix integer overflow problem with pixel-aspect-ratio calculations
15489 in videoscale and xvimagesink (#341542)
15491 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15493 * gst-libs/gst/tag/gstid3tag.c:
15494 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15496 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15499 update win32 files listing
15501 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15503 patch by: Sjoerd Simons (sjoerd@luon.net)
15505 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15506 (group_create), (group_destroy), (add_stream),
15507 (gst_play_base_bin_get_property),
15508 (gst_play_base_bin_get_streaminfo_value_array):
15509 * gst/playback/gstplaybasebin.h:
15510 API: GstPlayBaseBin::stream-info-value-array property
15511 use a more bindings-friendly way of exposing streaminfo
15512 using a GValueArray. Tested in ipython.
15515 2006-05-11 Wim Taymans <wim@fluendo.com>
15517 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15518 (queue_underrun_cb), (queue_filled_cb):
15519 Also catch queue underruns but don't do anything yet.
15520 Refactor and comment queue enlarging code a bit.
15522 * gst/playback/gstplaybasebin.c: (queue_overrun),
15523 (queue_threshold_reached), (queue_out_of_data),
15524 (gen_preroll_element):
15525 If a queue over/underruns check that we don't create nasty
15526 deadlocks when the min-threshold is not reached but the
15527 max-bytes is. In those cases disable max-bytes when we
15528 know that the queue is fed timed data.
15531 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15533 * gst/playback/gstplaybin.c: (gen_audio_element):
15534 Make playbin automatically plug an 'audioresample'
15535 element before the audio sink as well. This solves
15536 problems with sinks that only accept a very specific
15537 sample rate, like esdsink (e.g. #340379).
15539 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15541 * gst/playback/gstplaybasebin.c: (gen_source_element):
15542 Make http sources send special headers so that we receive
15543 icecast metadata if the http stream is an icecast stream
15544 (otherwise the server will just ignore them). This also
15545 means that from now on users will need the 'icydemux'
15546 element from gst-plugins-good installed if they want to
15547 listen to icecast radio streams. (#341432, #333657).
15549 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15551 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15552 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15553 remove stupid example from docs - it should come with a simple
15556 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15557 (fail_if_can_read), (GST_START_TEST),
15558 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15559 add a test for changing streamheader which exposes a bug in
15562 2006-05-11 Michael Smith <msmith@fluendo.com>
15564 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15565 (gst_gnome_vfs_src_received_headers_callback):
15566 * ext/gnomevfs/gstgnomevfssrc.h:
15567 Don't set icy-caps unless we have a sane interval value. Move
15568 interval to a local variable; we never use it outside this function.
15570 2006-05-11 Wim Taymans <wim@fluendo.com>
15572 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15573 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15574 Register special buffer types along with the objects so
15575 that they are not registered at runtime from N different
15576 streaming threads since they are not threadsafe.
15578 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15580 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15581 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15582 add two more tests, one doing streamheader
15584 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15586 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15587 clean up the bufqueue when shutting down
15588 * tests/check/Makefile.am:
15589 * tests/check/elements/multifdsink.c: (setup_multifdsink),
15590 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15592 add a test for the leak that was just fixed
15594 2006-05-10 Wim Taymans <wim@fluendo.com>
15596 * gst/adder/gstadder.c: (gst_adder_setcaps),
15597 (gst_adder_query_duration), (gst_adder_query), (forward_event),
15598 (gst_adder_src_event), (gst_adder_sink_event),
15599 (gst_adder_class_init), (gst_adder_finalize),
15600 (gst_adder_request_new_pad), (gst_adder_collected):
15601 * gst/adder/gstadder.h:
15602 Updated some docs. Added comments and FIXMEs all over the place.
15603 Improve debugging info.
15604 Fix leak on finalize by not calling the parent.
15605 Implement duration query.
15606 Make event forwarding threadsafe.
15607 Correctly send NEWSEGMENT at start and after flush.
15608 Handle EOS correctly.
15609 Post error when not negotiated.
15611 * tests/check/elements/adder.c: (GST_START_TEST):
15612 Added FIXME in the test.
15614 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15616 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15617 (gst_text_overlay_halign_get_type),
15618 (gst_text_overlay_wrap_mode_get_type):
15619 * ext/theora/theoradec.c: (theora_handle_type_packet),
15620 (theora_handle_data_packet):
15621 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15622 (theora_enc_sink_setcaps), (theora_enc_chain):
15623 * gst-libs/gst/cdda/gstcddabasesrc.c:
15624 (gst_cdda_base_src_mode_get_type):
15625 * gst/audiotestsrc/gstaudiotestsrc.c:
15626 (gst_audiostestsrc_wave_get_type):
15627 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15628 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15629 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15630 (gst_sync_method_get_type), (gst_unit_type_get_type),
15631 (gst_client_status_get_type):
15632 * gst/videoscale/gstvideoscale.c:
15633 (gst_video_scale_method_get_type):
15634 * gst/videotestsrc/gstvideotestsrc.c:
15635 (gst_video_test_src_pattern_get_type):
15636 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15637 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15638 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15639 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15640 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15641 (paint_setup_RGB565), (paint_setup_xRGB1555):
15642 Const-ify GEnumValue and GFlagsValue arrays. Use
15643 GST_ROUND_UP_* macros instead of home-made ones.
15645 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15648 Require core CVS for the new newsegment stuff.
15650 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15652 Patch by: Sjoerd Simons <sjoerd at luon net>
15654 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15655 Register nick for enum value (#341160).
15657 2006-05-09 Stefan Kost <ensonic@users.sf.net>
15659 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15661 backout typefind patch #340375
15663 * tests/check/elements/adder.c: (message_received),
15664 (GST_START_TEST), (adder_suite):
15665 redo, signal-handling of test
15667 2006-05-09 Wim Taymans <wim@fluendo.com>
15669 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15670 (gst_adder_collected):
15671 * gst/adder/gstadder.h:
15672 Remove bogus segment merging and forwarding, we don't
15673 care about timestamps anyway and we just produce a
15675 Also create a nice NEWSEGMENT event when we start.
15676 Use _scale_int some more.
15678 2006-05-09 Edward Hervey <edward@fluendo.com>
15680 * tests/icles/stress-xoverlay.c:
15681 Fix if core was built without parsing support.
15683 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15685 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15686 Add SEDG (Samsung MPEG-4) fourcc.
15688 2006-05-09 Edward Hervey <edward@fluendo.com>
15690 * tests/icles/stress-xoverlay.c:
15691 * tests/examples/volume/volume.c:
15692 Fix if core was built without parsing support.
15694 * tests/examples/seek/seek.c:
15695 Disable the parse_launch example if core was built without parsing
15698 2006-05-08 Edward Hervey <edward@fluendo.com>
15700 * autogen.sh: (CONFIGURE_DEF_OPT):
15701 libtoolize on Darwin/MacOSX is called glibtoolize
15703 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15705 * tests/check/Makefile.am:
15706 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15707 Disable the adder test, until the build-slaves posses the kindness to
15708 either like it or to give valid reason for not doing so
15710 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15712 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15714 Shuffle NULL state change around and raise timeout more
15716 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15718 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15719 (mp4_type_find), (plugin_init):
15720 Add typefind to distinguish between "audio/x-m4a" and new type
15721 "video/mp4". Fixes #340375
15723 * tests/check/elements/adder.c: (adder_suite):
15724 Raise timeout to make buildbot happy
15726 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15728 * gst/adder/gstadder.c: (gst_adder_sink_event),
15729 (gst_adder_request_new_pad), (gst_adder_change_state):
15730 * gst/adder/gstadder.h:
15731 * tests/check/Makefile.am:
15732 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15733 (adder_suite), (main):
15734 Add sink-event handling to adder. It tries to merge incomming
15735 newsegment-events. Added test to check if segment_done is comming
15736 through. Fixes #340060
15738 2006-05-05 Andy Wingo <wingo@pobox.com>
15740 * ext/theora/theoraparse.c (gst_theora_parse_init)
15741 (theora_parse_src_convert, theora_parse_src_query):
15742 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15743 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15744 query functions on the source pads of the theora and vorbis parse
15745 elements. Fixes position querying when doing a remux.
15747 2006-05-05 Michael Smith <msmith@fluendo.com>
15749 * ext/theora/theoraparse.c: (parse_granulepos),
15750 (theora_parse_drain_queue_prematurely),
15751 (theora_parse_queue_buffer), (theora_parse_sink_event):
15753 Fix invalid granulepos outputs when starting with a non-keyframe.
15755 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
15757 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15758 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15759 Rearrange MPEG system stream detection, fixing some memleaks in the
15761 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15762 they clean up their data correctly.
15763 Remove unused ogganx caps and move the 'is_annodex' check to inside
15764 the 'is_ogg' if statement.
15766 2006-05-05 Wim Taymans <wim@fluendo.com>
15768 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15769 Properly remove ghostpads. Fixes #340392
15771 2006-05-04 David Schleef <ds@schleef.org>
15773 * gst/typefind/gsttypefindfunctions.c:
15775 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
15777 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15778 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15780 When typefinding an MP3 in push-based mode, don't penalise the
15781 probability down to 74% when we found 5 valid frames just because we
15782 can't peek the end of the file.
15784 Make the probability for detecting MPEG Transport Streams based on the
15785 number of sequential headers we successfully detected.
15787 2006-05-03 Wim Taymans <wim@fluendo.com>
15789 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15790 (vorbis_dec_push), (vorbis_dec_chain):
15791 Still produce an error when we receive an empty packet.
15793 2006-05-03 Wim Taymans <wim@fluendo.com>
15795 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15796 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15797 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15798 Mark buffers with DISCONT after seek and after activating new
15801 * ext/theora/gsttheoradec.h:
15802 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15803 (theora_get_query_types), (theora_dec_sink_event),
15804 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15805 (theora_dec_change_state):
15807 Detect and mark DISCONT buffers.
15809 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15810 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15811 (vorbis_dec_change_state):
15812 * ext/vorbis/vorbisdec.h:
15814 Detect and mark DISCONT buffers.
15815 Don't crash on 0 sized buffers.
15817 2006-05-03 Wim Taymans <wim@fluendo.com>
15819 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15820 (volume_transform_ip):
15821 Increase "volume" property to 10.0. Fixes #340369.
15822 Set the process function to NULL when capsnego fails so that
15823 we properly error out.
15825 2006-05-02 Stefan Kost <ensonic@users.sf.net>
15827 * gst/playback/gstplaybin.c: (add_sink):
15828 * gst/playback/test.c: (main):
15829 * gst/playback/test5.c: (dump_element_stats):
15830 * gst/playback/test6.c: (main):
15831 free caps using gst_caps_unref, don't leak caps-strings
15833 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
15835 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15837 Refine musepack typefinding a bit. Return MAXIMUM
15838 probability when we detect stream version 7 to make
15839 sure the mpeg audio typefinder doesn't trump us.
15841 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
15843 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15844 Protect against unexpected NULL strf_data buffer.
15846 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15848 * tests/check/elements/audioconvert.c: (verify_convert),
15850 interpret the out[] buffer in the order the bytes are actually
15851 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15852 Other tests should use BYTE_ORDER since the array is filled in
15855 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15857 * tests/check/elements/audioconvert.c: (verify_convert),
15859 when a test fails, give an indication of which it is
15861 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15863 * gst-libs/gst/cdda/gstcddabasesrc.c:
15864 compile fix; strtol() needs <stdlib.h>
15866 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15868 * ext/alsa/gstalsamixerelement.c:
15869 * ext/alsa/gstalsasrc.c:
15870 * ext/cdparanoia/gstcdparanoiasrc.c:
15871 * ext/gnomevfs/gstgnomevfssink.c:
15872 * ext/gnomevfs/gstgnomevfssrc.c:
15873 * ext/ogg/gstoggdemux.c:
15874 * ext/ogg/gstoggmux.c:
15875 * ext/ogg/gstoggparse.c:
15876 * ext/ogg/gstogmparse.c:
15877 * ext/pango/gstclockoverlay.c:
15878 * ext/pango/gsttextoverlay.c:
15879 * ext/pango/gsttextrender.c:
15880 * ext/pango/gsttimeoverlay.c:
15881 * ext/theora/theoradec.c:
15882 * ext/theora/theoraenc.c:
15883 * ext/vorbis/vorbisdec.c:
15884 * ext/vorbis/vorbisenc.c:
15885 * gst-libs/gst/audio/gstaudiofilter.c:
15886 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15887 * gst/audioconvert/gstaudioconvert.c:
15888 * gst/audiorate/gstaudiorate.c:
15889 * gst/audioresample/gstaudioresample.c:
15890 * gst/audiotestsrc/gstaudiotestsrc.c:
15891 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15892 * gst/playback/gstdecodebin.c:
15893 * gst/playback/gstplaybin.c:
15894 * gst/playback/gststreamselector.c:
15895 * gst/subparse/gstsubparse.c:
15896 * gst/tcp/gstmultifdsink.c:
15897 * gst/tcp/gsttcpclientsink.c:
15898 * gst/tcp/gsttcpclientsrc.c:
15899 * gst/tcp/gsttcpserversink.c:
15900 * gst/tcp/gsttcpserversrc.c:
15901 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15902 * gst/videorate/gstvideorate.c:
15903 * gst/videoscale/gstvideoscale.c:
15904 * gst/videotestsrc/gstvideotestsrc.c:
15905 * gst/volume/gstvolume.c:
15906 * sys/v4l/gstv4ljpegsrc.c:
15907 * sys/v4l/gstv4lmjpegsink.c:
15908 * sys/v4l/gstv4lmjpegsrc.c:
15909 * sys/v4l/gstv4lsrc.c:
15910 * sys/ximage/ximagesink.c:
15911 * sys/xvimage/xvimagesink.c:
15912 * tests/check/libs/cddabasesrc.c:
15913 make GstElementDetails const
15915 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15917 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15919 send events from src-pad to all sink-pads fixes #338657
15921 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15923 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15924 (alsasink_parse_spec):
15925 query width capabilities from alsa, fixes #338919
15927 2006-04-28 Wim Taymans <wim@fluendo.com>
15929 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15930 (gst_multi_fd_sink_remove_client_link):
15931 * gst/tcp/gstmultifdsink.h:
15932 Fix race condition in multifdsink that can lead to spurious
15933 duplicate clients. this patch adds a new signal that is fired when
15934 multifdsink has removed all references to the fd.
15936 Updated documentation.
15937 API: client-fd-removed signal added
15939 2006-04-28 Michael Smith <msmith@fluendo.com>
15941 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15942 When asking g_value_array_new to prealloc elements, we may as well
15943 ask for the right number of elements.
15945 2006-04-28 Wim Taymans <wim@fluendo.com>
15947 * gst-libs/gst/audio/gstbaseaudiosink.c:
15948 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15949 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15950 patch to make timestamp checking more tollerant to rounding
15951 errors given that real discontinuities are to be marked on
15952 buffers. Fixes some asf files and #338778.
15953 Also avoid some crashers when we receive an event in the
15956 2006-04-28 Michael Smith <msmith@fluendo.com>
15958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15959 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15960 (gst_gnome_vfs_src_get_property),
15961 (gst_gnome_vfs_src_send_additional_headers_callback),
15962 (gst_gnome_vfs_src_received_headers_callback),
15963 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15964 (gst_gnome_vfs_src_stop):
15965 * ext/gnomevfs/gstgnomevfssrc.h:
15966 Remove ICY handling (mostly) from gnomevfssrc, in favour of
15967 proper shared support within icydemux.
15969 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15971 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15972 (gst_video_rate_swap_prev), (gst_video_rate_chain):
15974 fix a leak when no caps negotiated
15975 fix counting of input frames
15976 * tests/check/elements/.cvsignore:
15977 * tests/check/elements/videorate.c: (assert_videorate_stats),
15978 (GST_START_TEST), (videorate_suite):
15979 add tests for these
15981 2006-04-28 Wim Taymans <wim@fluendo.com>
15983 * gst-libs/gst/audio/gstringbuffer.c:
15984 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15985 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15986 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15987 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15988 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15989 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15990 (gst_ring_buffer_commit), (gst_ring_buffer_read),
15991 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15992 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15993 Check arguments passed to public functions instead of
15996 2006-04-28 Wim Taymans <wim@fluendo.com>
15998 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15999 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16000 GstBaseAudioSrc must be live or it does not work.
16002 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16003 Don't set live to TRUE as this is the default in the parentclass.
16005 2006-04-28 Wim Taymans <wim@fluendo.com>
16007 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16008 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16009 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16010 fixation cases better. Fixes #338991
16012 2006-04-28 Wim Taymans <wim@fluendo.com>
16014 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16015 Handle 0/1 framerate correctly Fixes #331901.
16017 2006-04-28 Wim Taymans <wim@fluendo.com>
16019 * tests/check/elements/audioconvert.c: (get_float_caps),
16020 (GST_START_TEST), (audioconvert_suite):
16021 Added check for correct clipping when doing float samples
16024 2006-04-28 Wim Taymans <wim@fluendo.com>
16026 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16027 (gst_video_rate_chain):
16028 Print more debugging info.
16030 2006-04-28 Wim Taymans <wim@fluendo.com>
16032 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16033 (resample_set_state_from_caps):
16034 Add support for other formats audioresample can handle such as
16035 32 bits in and float and 64 bits float. Fixes #301759
16037 2006-04-28 Wim Taymans <wim@fluendo.com>
16039 * gst/audioconvert/audioconvert.c: (float):
16040 correctly clip float samples > 1.0. Fixes #338718
16042 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16044 Patch by: Young-Ho Cha <ganadist at chollian net>
16046 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16047 (gst_text_overlay_render_text):
16048 Don't strip newlines from the text. Also, center lines
16049 within multi-line paragraphs (#339405).
16051 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16053 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16054 Fix wavpack typefinding to work in more cases (don't peek
16055 for chunks of multiple hundred kBs at once, but process
16056 things step-by-step in smaller units). Fixes #339786.
16058 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16063 === release 0.10.6 ===
16065 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16068 releasing 0.10.6, "Chao"
16070 2006-04-26 David Schleef <ds@schleef.org>
16072 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16075 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16078 * win32/common/config.h:
16081 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16083 patch by: Wim Taymans
16085 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16086 (gst_ogg_demux_perform_seek):
16087 make sure correct newsegments are sent, so that the decoder
16088 and the demuxer agree on timestamps. Fixes playback of a lot
16089 of Ogg files that do not start from 0. Fixes #339833.
16091 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16093 Patch by: Edward Hervey <edward@fluendo.com>
16095 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16096 * tests/check/Makefile.am:
16097 * tests/check/elements/videorate.c: (assert_videorate_stats),
16098 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16099 (videorate_suite), (main):
16100 Fix an infinite loop if frames are passed in with wrongly ordered
16101 timestamps. Fixes #339013.
16103 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16105 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16107 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16108 fix typefinding on some ISO files. Fixes #339212.
16110 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16112 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16114 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16115 add another H264 fourcc. Fixes #339047.
16117 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16119 Patch by: Jan Schmidt
16121 * gst/playback/gststreamselector.c:
16122 (gst_stream_selector_bufferalloc):
16123 Restore old StreamSelector behaviour.
16126 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16129 * win32/common/config.h:
16132 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16134 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16136 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16137 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16138 Fix some memory leaks: on finalize, free buffers left in the queue
16139 before destroying the queue; in _push(), unref rtp_buf even if
16140 the process vfunc returned a NULL buffer as output buffer (#337548);
16141 demote some recuring debug messages to LOG level.
16143 2006-04-11 Wim Taymans <wim@fluendo.com>
16145 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16146 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16147 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16148 (gst_ogg_demux_loop):
16150 Respect segment stop when emiting EOS or SEGMENT_DONE.
16153 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16155 * gst/playback/gststreamselector.c:
16156 (gst_stream_selector_get_property):
16157 Don't leak pad name.
16159 2006-04-10 Michael Smith <msmith@fluendo.com>
16161 * tests/check/Makefile.am:
16162 * tests/check/gst-plugins-base.supp:
16163 Suppress an old libtheora bug (fixed in more recent versions), so
16164 that FC4 buildslaves can pass.
16166 2006-04-10 Wim Taymans <wim@fluendo.com>
16168 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16169 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16170 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16171 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16172 (gst_ogg_demux_loop):
16174 Remember what error we got when finding chains, if we
16175 were shutdown, that would not be an error.
16177 2006-04-10 Wim Taymans <wim@fluendo.com>
16179 * gst-libs/gst/audio/gstbaseaudiosink.c:
16180 (gst_base_audio_sink_event):
16181 Starting the ringbuffer when we did not acquire it can cause
16182 a deadlock, is pointless and causes nasty things for
16184 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16186 2006-04-10 Wim Taymans <wim@fluendo.com>
16188 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16189 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16190 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16191 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16192 (gst_ogg_demux_deactivate_current_chain),
16193 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16194 (gst_ogg_demux_bisect_forward_serialno),
16195 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16196 Add some more debugging.
16198 2006-04-10 Wim Taymans <wim@fluendo.com>
16200 * ext/theora/theoradec.c: (theora_dec_src_event),
16201 (theora_handle_data_packet):
16202 Some more debug info.
16204 * tests/examples/seek/seek.c: (start_seek), (main):
16205 Print element messages too.
16207 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16209 * gst/audioresample/debug.h:
16210 replace debug macros with variable number of parameters
16211 by a simple alias to gstreamer standard debug macros
16212 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16213 supported by MSVC 6.0 and 7.1)
16214 * gst/audioresample/resample.h:
16215 define M_PI and rint for WIN32
16216 * win32/common/libgstaudio.def:
16217 * win32/common/libgstriff.def:
16218 * win32/common/libgsttag.def:
16219 * win32/common/libgstvideo.def:
16220 add new exported functions
16222 update project files
16224 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16226 * ext/alsa/gstalsamixeroptions.c:
16227 (gst_alsa_mixer_options_class_init):
16228 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16229 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16230 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16231 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16232 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16233 * gst-libs/gst/audio/gstaudiofilter.c:
16234 (gst_audio_filter_class_init):
16235 * gst-libs/gst/audio/gstaudiosink.c:
16236 (gst_audioringbuffer_class_init):
16237 * gst-libs/gst/audio/gstaudiosrc.c:
16238 (gst_audioringbuffer_class_init):
16239 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16240 * gst-libs/gst/interfaces/colorbalancechannel.c:
16241 (gst_color_balance_channel_class_init):
16242 * gst-libs/gst/interfaces/mixeroptions.c:
16243 (gst_mixer_options_class_init):
16244 * gst-libs/gst/interfaces/mixertrack.c:
16245 (gst_mixer_track_class_init):
16246 * gst-libs/gst/interfaces/tunerchannel.c:
16247 (gst_tuner_channel_class_init):
16248 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16249 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16250 (gst_netbuffer_class_init):
16251 * gst-libs/gst/rtp/gstbasertppayload.c:
16252 (gst_basertppayload_class_init):
16253 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16254 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16255 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16256 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16257 * gst/playback/gststreamselector.c:
16258 (gst_stream_selector_class_init):
16259 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16260 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16261 * sys/v4l/gstv4lcolorbalance.c:
16262 (gst_v4l_color_balance_channel_class_init):
16263 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16264 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16265 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16266 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16267 (gst_v4l_tuner_norm_class_init):
16268 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16269 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16270 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16271 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16273 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16275 * ext/pango/gsttextrender.h:
16276 * gst-libs/gst/audio/gstaudiosink.h:
16277 * gst-libs/gst/audio/gstaudiosrc.h:
16278 * gst-libs/gst/audio/gstbaseaudiosink.h:
16279 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16280 * gst-libs/gst/audio/gstringbuffer.h:
16281 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16282 * gst-libs/gst/rtp/gstbasertppayload.h:
16283 * gst-libs/gst/video/gstvideofilter.h:
16284 * gst-libs/gst/video/gstvideosink.h:
16285 * gst/playback/gstplaybasebin.h:
16286 * gst/tcp/gstmultifdsink.h:
16287 * sys/v4l/gstv4lelement.h:
16288 Fix broken GObject macros
16290 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16292 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16293 More debug to trace why my USB headset is not working with gst
16295 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16297 * gst/playback/gstplaybasebin.c: (group_destroy):
16298 Clean up our group elements properly in the case where it never
16299 got committed - it still got added unconditionally to the bin.
16301 2006-04-07 Wim Taymans <wim@fluendo.com>
16303 * ext/theora/theoradec.c: (theora_dec_sink_event),
16304 (theora_handle_data_packet), (theora_dec_chain):
16305 Unref unhandled events.
16306 Protect against empty buffers.
16307 Perform QoS on running time.
16309 2006-04-07 Michael Smith <msmith@fluendo.com>
16311 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16312 (gst_vorbis_enc_chain):
16313 Remove leaks from vorbisenc.
16314 Mostly minor changes, the only significant one is that now the
16315 buffers we set as 'streamheader' on the caps are copies of the
16316 original buffers, to avoid circular refcounting problems.
16318 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16320 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16321 Don't remove our mute-probe if someone else already did so.
16322 Don't set a 2nd one if there is already one pending on the pad.
16324 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16326 When a seek fails, ensure that playbin is still set back to playing.
16328 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16329 (mpeg_ts_type_find), (plugin_init):
16330 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16332 2006-04-06 Andy Wingo <wingo@pobox.com>
16334 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16335 (gst_video_rate_init): Caps-related parameters should not be reset
16336 by a flush -- move their inits to the instance init function.
16337 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16338 is not OK, just return the result.
16340 * gst/audiotestsrc/gstaudiotestsrc.c
16341 (gst_audio_test_src_class_init)
16342 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16343 broken by Stefan's commit on 24 March.
16345 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16346 buffers being pushed out. Fixes oggmux ! multifdsink.
16348 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16350 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16351 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16352 * ext/vorbis/vorbisdec.h:
16353 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16354 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16355 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16356 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16357 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16358 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16359 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16360 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16361 (gst_vorbis_enc_buffer_from_packet),
16362 (gst_vorbis_enc_buffer_from_header_packet),
16363 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16364 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16365 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16366 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16367 (gst_vorbis_enc_change_state):
16368 * ext/vorbis/vorbisenc.h:
16369 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16370 vorbisenc adhere to the official nomenclature; use boilerplate
16373 2006-04-04 Andy Wingo <wingo@pobox.com>
16375 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16376 Whoops, fix bug introduced. Bad hacker!
16378 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16379 Properly handle the case where you get EOS before any buffers are
16380 received. Use gst_buffer_make_metadata_writable where appropriate.
16382 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16383 is often negative -- make it signed so as not to wrap around.
16384 Fixes segfaults introduced on 9 March.
16386 2006-04-03 Wim Taymans <wim@fluendo.com>
16388 * ext/theora/gsttheoradec.h:
16389 * ext/theora/theoradec.c: (theora_dec_src_event):
16390 Don't try to store a gdouble in a gboolean.
16393 2006-04-03 Michael Smith <msmith@fluendo.com>
16395 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16397 Make it suck slightly less by writing out the final page.
16398 Still can't encode a vorbis-in-ogg file correctly, though.
16400 2006-04-03 Andy Wingo <wingo@pobox.com>
16402 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16405 * ext/theora/theora.c (plugin_init): Register theoraparse.
16407 * ext/theora/gsttheoraparse.h:
16408 * ext/theora/theoraparse.c: New files implementing a theora
16409 parser. Now we can properly remux ogg/theora+vorbis, yay.
16411 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16413 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16415 * gst/audiotestsrc/gstaudiotestsrc.c:
16416 Fixed the sample pipeline (see #323798)
16418 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16421 * win32/common/config.h:
16422 * win32/common/config.h.in:
16423 use AS_VERSION and AS_NANO
16426 2006-03-31 Andy Wingo <wingo@pobox.com>
16428 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16429 uninitialized variable return that would happen.
16431 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16432 uninitialized variable return that would never happen.
16434 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16435 (vorbis_parse_sink_event): Add an event function to flush our
16436 state on a seek, and to drain buffers on a premature EOS.
16437 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16438 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16439 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16440 (vorbis_parse_drain_queue): Queue up buffers until we can set
16441 their timestamps and granulepos values.
16443 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16444 and keep track of data needed for deriving granulepos and
16445 timestamps for buffers.
16447 2006-03-29 Wim Taymans <wim@fluendo.com>
16449 Patch by: j^ <j at bootlab dot org>
16451 * ext/alsa/gstalsamixerelement.c:
16452 (gst_alsa_mixer_element_class_init):
16453 * ext/alsa/gstalsasink.c:
16454 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16455 * ext/ogg/gstoggdemux.c:
16456 * ext/ogg/gstoggmux.c:
16457 * ext/ogg/gstoggparse.c:
16458 * ext/pango/gstclockoverlay.c:
16459 * ext/pango/gsttextoverlay.c:
16460 * ext/pango/gsttextrender.c:
16461 * ext/pango/gsttimeoverlay.c:
16462 * ext/theora/theoradec.c:
16463 * ext/theora/theoraenc.c:
16464 * ext/vorbis/vorbisdec.c:
16465 * ext/vorbis/vorbisenc.c:
16466 * gst/audioconvert/gstaudioconvert.c:
16467 * gst/subparse/gstsubparse.c:
16468 * gst/tcp/gstmultifdsink.c:
16469 * gst/tcp/gsttcpclientsink.c:
16470 * gst/tcp/gsttcpclientsrc.c:
16471 * gst/tcp/gsttcpserversink.c:
16472 * gst/tcp/gsttcpserversrc.c:
16473 better/unified long descriptions
16476 2006-03-29 Wim Taymans <wim@fluendo.com>
16478 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16480 Don't let double and triple clicks mess up our state.
16482 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16484 * gst/playback/gstplaybin.c: (gen_video_element),
16485 (gen_text_element), (gen_audio_element), (gen_vis_element):
16486 Error out gracefully when we can't create any of the usual
16487 conversion elements for some reason. Also, don't try to
16488 create an audioscale (sic) element that's not used anyway.
16490 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16492 * gst/playback/gstplaybasebin.c: (setup_source):
16493 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16494 element for a particular protocol, that's confusing for users.
16495 Instead, post a RESOURCE_FAILED error, so that our own error
16496 message is actually shown in totem etc. (#336303).
16498 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16500 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16502 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16503 (gst_gnome_vfs_src_get_icy_metadata):
16504 Fix some minor memory leaks (#336194).
16506 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16508 * ext/gnomevfs/gstgnomevfs.c:
16509 (gst_gnome_vfs_location_to_uri_string):
16510 * ext/gnomevfs/gstgnomevfs.h:
16511 * ext/gnomevfs/gstgnomevfssink.c:
16512 (gst_gnome_vfs_sink_set_property):
16513 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16514 Make gnomevfssink accept filenames as well as URIs for the
16515 "location" property, just like gnomevfssrc does (and
16516 filesrc/filesink do) (#336190).
16518 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16520 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16521 set to NULL before unreffing, fixes a valgrind leak.
16522 Why was this not triggering the error that an object needs to
16523 be NULL before unreffing ?
16524 * win32/common/config.h:
16527 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16529 * gst/subparse/gstsubparse.c: (convert_encoding),
16530 (gst_sub_parse_change_state):
16531 * gst/subparse/gstsubparse.h:
16532 Text subtitle files may or may not be UTF-8. If it's not, we
16533 don't really want to see '?' characters in place of non-ASCII
16534 characters like accented characters. So let's assume the input
16535 is UTF-8 until we come across text that is clearly not. If it's
16536 not UTF-8, we don't really know what it is, so try the following:
16537 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16538 is set; if not, check (b) if the current locale encoding is
16539 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16540 the current locale encoding is UTF-8 and the environment variable
16541 was not set to any particular encoding. Not perfect, but better
16542 than nothing (and better than before, I think) (fixes #172848).
16544 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16547 update core requirement to 0.10.4.1 because of async_playback
16548 vmethod on GstBaseSink
16550 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16552 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16553 * gst/adder/gstadder.c: (gst_adder_init):
16554 use DEBUG_FUNCPTR for collectpads
16556 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16558 * docs/plugins/Makefile.am:
16559 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16560 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16561 * ext/cdparanoia/gstcdparanoiasrc.c:
16562 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16563 (gst_gnome_vfs_sink_class_init):
16564 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16566 * ext/ogg/gstoggmux.c:
16567 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16568 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16569 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16570 * ext/pango/gsttextoverlay.c:
16571 * ext/pango/gsttextrender.c:
16572 * ext/theora/theoradec.c:
16573 * ext/theora/theoraenc.c:
16574 * ext/vorbis/vorbisdec.c:
16575 * ext/vorbis/vorbisenc.c:
16576 * gst-libs/gst/audio/gstaudiofilter.c:
16577 (gst_audio_filter_base_init):
16578 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16579 (gst_audio_filter_template_base_init):
16580 * gst/adder/gstadder.c: (gst_adder_get_type):
16581 * gst/adder/gstadder.h:
16582 * gst/audioconvert/gstaudioconvert.c:
16583 * gst/audiotestsrc/gstaudiotestsrc.c:
16584 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16585 (gst_audio_test_src_create):
16586 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16587 * gst/playback/gstdecodebin.c:
16588 * gst/playback/gstplaybin.c:
16589 * gst/playback/gststreamselector.c:
16590 (gst_stream_selector_base_init):
16591 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16592 * gst/volume/gstvolume.c:
16593 * sys/v4l/gstv4lmjpegsink.c:
16594 * sys/v4l/gstv4lmjpegsrc.c:
16595 * tests/check/libs/cddabasesrc.c:
16596 * tests/old/examples/gob/gst-identity2.gob:
16597 Add docs for adder, use GST_ELEMENT_DETAILS macro,
16598 define GstElementDetails at the top
16600 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
16602 * win32/common/libgstinterfaces.def:
16603 Add a lot of export functions for gst-python
16604 * win32/vs6/libgstinterfaces.dsp:
16605 Add a missing include folder in the project configuration
16607 2006-03-23 Wim Taymans <wim@fluendo.com>
16609 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16610 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16611 (gst_base_audio_src_change_state):
16612 Fix audio sources, forgot to make the ringbuffer
16615 2006-03-23 Wim Taymans <wim@fluendo.com>
16617 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16618 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16619 (gst_base_audio_src_change_state):
16620 unparent instead of unref the ringbuffer.
16622 2006-03-23 Wim Taymans <wim@fluendo.com>
16624 * gst-libs/gst/audio/gstbaseaudiosink.c:
16625 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16626 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16627 Implement new async_play vmethod to start slaving and allow
16628 playback start in case of async PLAY state changes.
16630 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16631 Enable QoS with new method in base class.
16633 2006-03-23 Wim Taymans <wim@fluendo.com>
16635 Patch by: Julien MOUTTE <julien at moutte dot net>
16637 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16638 (gst_video_test_src_do_seek), (gst_video_test_src_create):
16639 Partially handle 0 framerate, only EOS after the first frame
16642 2006-03-23 Wim Taymans <wim@fluendo.com>
16644 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16646 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16647 (gst_riff_create_video_template_caps):
16648 * gst/ffmpegcolorspace/avcodec.h:
16649 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16650 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16651 (gst_ffmpegcsp_avpicture_fill):
16652 * gst/ffmpegcolorspace/imgconvert.c:
16653 Patch for support of YVU9 AVI files (#334822)
16655 2006-03-22 Edward Hervey <edward@fluendo.com>
16657 * docs/design/design-decodebin.txt:
16658 Added design document for new decodebin
16659 (Target Caps): text/x-pango-markup is also a default target caps.
16661 2006-03-22 Wim Taymans <wim@fluendo.com>
16663 * gst-libs/gst/audio/gstbaseaudiosink.c:
16664 (gst_base_audio_sink_dispose):
16665 Since we _parent the ringbuffer, we also need to
16666 _unparent instead of a plain _unref.
16668 2006-03-22 Wim Taymans <wim@fluendo.com>
16670 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16671 (stop_seek), (scrub_toggle_cb), (main):
16672 Add scrub checkbox.
16674 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
16676 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16677 (gst_ogg_parse_chain):
16678 Fix very inefficient usage of linked lists (#335365).
16680 2006-03-21 Edward Hervey <edward@fluendo.com>
16682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16683 * gst/playback/gstplaybin.c: (handoff):
16684 * gst/playback/gststreamselector.c:
16685 (gst_stream_selector_set_property):
16686 gcc 4.1 unreferenced pointer fixes.
16687 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16688 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16689 gst_buffer_ref() now takes a GstBuffer*.
16691 2006-03-20 Julien MOUTTE <julien@moutte.net>
16693 * sys/xvimage/xvimagesink.c:
16694 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16697 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
16699 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16700 (id3v1_type_find), (apetag_type_find), (plugin_init):
16701 Can't do tag preferences via probability, as tags would then
16702 lose against types that are recognised with MAXIMUM probability
16703 (like .wav); so let all tag typefinders return MAXIMUM themselves
16704 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16705 that we can prefer APE to ID3v1 (fixes #335028).
16707 2006-03-17 Wim Taymans <wim@fluendo.com>
16709 * gst-libs/gst/audio/gstbaseaudiosink.c:
16710 (gst_base_audio_sink_change_state):
16711 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16712 (gst_ring_buffer_may_start):
16713 * gst-libs/gst/audio/gstringbuffer.h:
16714 Only start playback if we are playing.
16715 should fix #330748.
16717 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
16719 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16720 * win32/common/config.h:
16721 Revert accidental commits to these files.
16723 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16725 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16727 * tests/Makefile.am:
16728 Don't try to build tests in tests/icles if we
16729 don't have X (#323852)
16731 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16733 * gst-libs/gst/tag/gstid3tag.c:
16734 Add TXXX frame identifiers for replaygain stuff as used
16735 by some taggers (see #323721).
16737 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
16739 * gst/playback/gststreamselector.c:
16740 (gst_stream_selector_set_property),
16741 (gst_stream_selector_bufferalloc):
16742 Preserve the existing buggy streamselector behaviour by performing
16743 a fallback buffer allocation when downstream isn't linked yet.
16744 This should really be fixed in playbin by blocking pads until it's
16746 Also, use gst_pad_alloc_buffer instead of
16747 gst_pad_alloc_buffer_and_set.
16749 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16751 * gst-libs/gst/tag/gstid3tag.c:
16752 Don't crash on unknown ID3v2 TXXX frames.
16754 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
16756 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16757 Chain up to the parent finalize method.
16758 Add 32-bit sample size to the template caps.
16760 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16761 (gst_riff_create_video_template_caps):
16762 Add the fourcc that the VMWare codec uses.
16764 * gst/playback/gststreamselector.c:
16765 (gst_stream_selector_set_property),
16766 (gst_stream_selector_bufferalloc),
16767 (gst_stream_selector_request_new_pad):
16768 For the active pad, forward buffer-alloc requests, otherwise
16769 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16770 having to memcpy every frame when used by playbin.
16772 * gst/tcp/gstmultifdsink.c:
16773 (gst_multi_fd_sink_handle_client_write):
16774 Get negotiated caps from the sink pad, rather than the sink
16777 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16779 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16781 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16782 Don't forget to set src->callbacks_pushed to FALSE again when
16783 popping them, otherwise re-activation in a different mode won't
16786 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16788 Patch by: Sebastien Moutte <sebastien moutte net>
16790 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16791 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16792 (gst_ffmpeg_smpfmt_to_caps):
16793 Replace __VA_ARGS__ caps creation macros with varargs functions.
16794 Makes things compile on MSVC (#320765), looks nicer, and we can
16795 tell the compiler to check for the NULL terminator.
16797 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16799 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16801 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16802 Make sure the buffer we copy into is really always big
16803 enough, this time for real (#333488).
16805 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16807 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16808 Add support for 24bpp DIB (#305279).
16810 2006-03-14 Wim Taymans <wim@fluendo.com>
16812 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16813 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16814 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16815 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16816 (gst_video_scale_init), (gst_video_scale_src_event):
16817 Re-enable QoS after the release.
16818 Rework videoscale to use the base class src_event handler.
16820 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16825 === release 0.10.5 ===
16827 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
16830 releasing 0.10.5, "Net"
16832 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
16834 * docs/plugins/Makefile.am:
16835 Part of previous cdparanoiasrc docs fixes, forgot to commit.
16837 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16839 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16840 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16841 * docs/plugins/gst-plugins-base-plugins.hierarchy:
16842 Add cdparanoiasrc to docs.
16844 * gst-libs/gst/cdda/gstcddabasesrc.c:
16845 More GstCddaBaseSrc docs.
16847 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16849 * docs/libs/gst-plugins-base-libs-sections.txt:
16850 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16851 * gst-libs/gst/tag/tag.h:
16852 API: libgsttag: new method gst_tag_from_id3_user_tag().
16854 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16856 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16857 NULL-terminate array of mpeg4 video file extensions.
16858 Fixes crash on PPC (#334226).
16860 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16862 * ext/gnomevfs/gstgnomevfssrc.c:
16863 (gst_gnome_vfs_src_check_get_range):
16864 gnome_vfs_uri_is_local() alone is not a good indicator
16865 whether we can operate in pull-mode with a specific URI,
16866 as it returns FALSE for file:// URIs that point to an
16867 NFS-mounted path. Be more conservative here: whitelist
16868 local files, blacklist http URIs and use the old
16869 mechanism for anything else (fixes #334216).
16871 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16876 === release 0.10.4 ===
16878 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16881 releasing 0.10.4, "Power"
16883 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
16885 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16886 Disable max-lateness by setting it to -1 for now, so that
16887 we can bed QoS stuff in thoroughly between now and the next
16890 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
16892 Patch by: Fabrizio Gennari
16894 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16895 Make sure we don't read beyond the palette buffer in case of
16896 broken or manipulated files (#333488)
16898 2006-03-10 Edward Hervey <edward@fluendo.com>
16900 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16901 Fix for variable not initialized.
16903 2006-03-09 Wim Taymans <wim@fluendo.com>
16905 * ext/libvisual/visual.c: (gst_visual_get_type),
16906 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16907 (gst_visual_chain):
16910 * ext/theora/gsttheoradec.h:
16911 * ext/theora/theoradec.c: (gst_theora_dec_init),
16912 (gst_theora_dec_reset), (_theora_granule_time),
16913 (theora_dec_src_convert), (theora_dec_sink_convert),
16914 (theora_dec_src_query), (theora_dec_src_event),
16915 (theora_dec_sink_event), (theora_handle_comment_packet),
16916 (theora_handle_header_packet), (theora_dec_push),
16917 (theora_handle_data_packet), (theora_dec_chain),
16918 (theora_dec_change_state):
16921 2006-03-09 Wim Taymans <wim@fluendo.com>
16923 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16924 (audiocast_register_listener), (gst_gnome_vfs_src_start):
16927 2006-03-09 Wim Taymans <wim@fluendo.com>
16929 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16930 Don't try to activate NULL chains.
16932 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16934 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16935 Fix invalid memory access to region before peek'd data (#332964).
16937 2006-03-09 Wim Taymans <wim@fluendo.com>
16939 Patch by: Christophe Fergeau
16941 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16942 * ext/pango/gsttextrender.c: (gst_text_render_init):
16943 * gst/adder/gstadder.c: (gst_adder_init):
16944 Don't leak padtemplates, closes #333510.
16946 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16948 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16949 Fix invalid memory access: make sure string passed to
16950 regexec() is NUL-termianted.
16952 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16954 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16956 Refactor mpeg/audio typefinding to make it more maintainable
16957 and easier to fine-tune. Make probing into middle of the file
16958 work properly (fixes #333900, also see #152688).
16960 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16962 * gst/typefind/gsttypefindfunctions.c:
16963 (utf8_type_find_have_valid_utf8_at_offset):
16964 Remove part from previous commit that was bogus:
16965 g_utf8_validate() does in fact not accept embedded
16966 zeroes, so we don't need to check for those (thanks
16967 to Mike for the hint).
16969 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
16971 * gst/typefind/gsttypefindfunctions.c:
16972 (utf8_type_find_count_embedded_zeroes),
16973 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16974 Make plain/text typefinder more conservative: firstly, check
16975 for embedded zeroes, which are perfectly valid UTF-8 characters,
16976 but also a fairly good sign that something is not a plain text
16977 file; secondly, probe into the middle of the file if possible.
16978 If we can't probe into the middle, limit the probability value
16979 to be returned to TYPE_FIND_POSSIBLE (see #333900).
16981 2006-03-08 Michael Smith <msmith@fluendo.com>
16983 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16984 Make typefind function name for mpeg4 video unique.
16986 2006-03-08 Wim Taymans <wim@fluendo.com>
16988 * ext/libvisual/visual.c: (gst_visual_init),
16989 (gst_visual_clear_actors), (gst_visual_dispose),
16990 (gst_visual_reset), (gst_visual_src_setcaps),
16991 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16992 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16993 (gst_visual_chain), (gst_visual_change_state):
16994 Cleanups, post nice errors.
16995 Handle sink and src events.
16996 Implement simple QoS.
16998 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16999 Use new basesink methods to configure max-lateness.
17002 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17003 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17004 Debug statement cleanups.
17006 * gst/volume/gstvolume.c: (gst_volume_class_init):
17009 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17011 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17012 (gst_text_overlay_init), (gst_text_overlay_set_property),
17013 (gst_text_overlay_get_property):
17014 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17015 as string type properties, but mark them deprecated. Add
17016 'halignment' and 'valignment' properties that use enums
17017 instead of strings.
17019 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17021 Patch by: Fabrizio Gennari
17023 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17024 Allow palettes with less than 256 colours in AVI files
17027 2006-03-07 Julien MOUTTE <julien@moutte.net>
17029 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17030 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17031 pad. We were releasing the queued text buffer when we should keep
17032 it until video pad gets EOS or discard the text buffer because it's
17033 too old. That was eating the last subtitle buffer. Add some more
17036 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17038 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17039 (gst_text_overlay_video_chain):
17040 Fix invalid memory access (we can't access a buffer after it's been
17041 pushed downstream without taking a reference); fix memory leak (if
17042 there's no text to render, bail out before allocating stuff).
17044 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17046 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17047 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17048 * ext/pango/gsttextoverlay.h:
17049 If input is plain text, escape it before passing it to
17050 pango_layout_set_markup().
17052 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17054 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17055 Don't ignore flow return from gst_pad_push().
17057 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17059 Patch by: Fabrizio Gennari
17061 * ext/libvisual/visual.c: (gst_visual_getcaps),
17062 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17063 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17064 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17065 (gst_vorbisenc_convert_sink):
17066 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17067 (gst_audio_duration_from_pad_buffer):
17068 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17069 (gst_audio_filter_chain):
17070 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17071 (gst_base_rtp_depayload_setcaps):
17072 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17073 (gst_video_get_size):
17074 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17075 Don't leak references returned by gst_pad_get_parent()
17078 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17080 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17081 change location param details
17082 * gst/volume/gstvolume.c: (plugin_init):
17083 correct plugin description
17085 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17087 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17088 (gst_gnome_vfs_src_check_get_range):
17089 Override GstBaseSrc::check_get_range() in order to avoid opening
17090 the resource just to check whether we can operate in pull-mode or
17091 not - we can predict that pretty well from the URI alone. Should
17092 fix problems with last.fm (#331690). (Requires latest core CVS).
17094 2006-03-06 Wim Taymans <wim@fluendo.com>
17096 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17097 (gst_video_sink_class_init):
17098 Throw away frames that are later than 20 ms.
17100 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17102 Patch by: Fabrizio Gennari
17104 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17105 Set depth on WMA caps (#333545)
17107 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17109 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17110 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17111 put Theora BOS pages before others. This hardcodes
17112 the Ogg/Theora I profile, but hey.
17114 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17117 updated with some examples
17118 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17119 (granulepos_add), (theora_buffer_from_packet):
17120 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17121 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17122 (gst_vorbisenc_chain):
17123 implement strategy from ext/ogg/README
17124 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17125 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17126 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17127 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17128 Fix muxer so that oggz-validate is happy with all streams;
17129 except for no eos mark, and the BOS page ordering
17130 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17131 (check_buffer_granulepos):
17132 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17133 update tests to check for OFFSET being set as requested
17134 fixed type of granulepos, it's not a ClockTime
17136 2006-03-05 Julien MOUTTE <julien@moutte.net>
17138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17139 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17140 Check that the xvimage we are creating has a correct size
17141 before returning it. (#314897)
17143 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17145 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17146 Give id3 and ape tag typefinders a rank slightly higher
17147 than PRIMARY to ensure they're always run before any of
17148 the other typefinders (in particular wav and mp3) (#324186).
17150 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17152 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17153 Add support for '3IVD' fourcc (#333403).
17155 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17158 Bump requirements to GStreamer CVS for the new error enum.
17160 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17161 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17162 space left on the device (fixes #333352).
17164 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17167 add a project file for libgstvolume
17168 update the workspace
17170 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17172 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17173 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17175 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17176 Set IN_CAPS on header buffers
17178 2006-03-02 Wim Taymans <wim@fluendo.com>
17180 * docs/plugins/Makefile.am:
17181 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17182 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17183 Add audioresample to docs.
17185 * gst/audioconvert/gstaudioconvert.c:
17188 * gst/audioresample/gstaudioresample.c:
17189 (gst_audioresample_base_init), (gst_audioresample_class_init),
17190 (gst_audioresample_init), (gst_audioresample_dispose),
17191 (audioresample_get_unit_size), (audioresample_transform_caps),
17192 (resample_set_state_from_caps), (audioresample_transform_size),
17193 (audioresample_set_caps), (audioresample_event),
17194 (audioresample_do_output), (audioresample_transform),
17195 (audioresample_pushthrough), (gst_audioresample_set_property),
17196 (gst_audioresample_get_property), (plugin_init):
17197 * gst/audioresample/gstaudioresample.h:
17199 Small code cleanups.
17201 2006-03-02 Wim Taymans <wim@fluendo.com>
17203 * docs/plugins/Makefile.am:
17204 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17205 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17206 Added videoscale to docs.
17208 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17209 (gst_video_rate_swap_prev), (gst_video_rate_event),
17210 (gst_video_rate_chain):
17213 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17214 (gst_video_scale_init), (gst_video_scale_prepare_size),
17215 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17216 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17217 * gst/videoscale/gstvideoscale.h:
17218 Added docs, examples.
17219 Some code cleanups.
17220 Post errors instead of g_warning.
17222 2006-03-02 Wim Taymans <wim@fluendo.com>
17224 * docs/libs/gst-plugins-base-libs-docs.sgml:
17225 * docs/libs/gst-plugins-base-libs-sections.txt:
17226 * docs/libs/gst-plugins-base-libs.types:
17227 * docs/plugins/Makefile.am:
17228 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17229 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17230 Added some more docs to libs and plugins.
17232 * gst-libs/gst/audio/gstringbuffer.c:
17233 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17234 * gst-libs/gst/audio/gstringbuffer.h:
17235 Document ringbuffer some more.
17237 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17238 (gst_video_rate_setcaps), (gst_video_rate_reset),
17239 (gst_video_rate_init), (gst_video_rate_flush_prev),
17240 (gst_video_rate_swap_prev), (gst_video_rate_event),
17241 (gst_video_rate_chain), (gst_video_rate_change_state):
17242 * gst/videorate/gstvideorate.h:
17243 Fix videorate to use segments.
17244 Make it work with 0/1 framerates (closes #331903)
17245 Handle EOS correctly.
17248 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17250 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17251 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17252 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17253 In state change function, first chain up to parent class,
17254 then handle downwards state change stuff. Remove some
17255 commented out cruft from 0.8 code.
17257 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17259 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17260 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17261 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17262 (gst_ogm_parse_chain):
17263 Don't remove/re-add source pad if the new caps are the same as
17264 the old caps anyway (#333042). When removing source pad, don't
17265 unref it afterwards - we didn't ref it when adding. Sprinkle some
17266 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17267 after using gst_pad_get_parent(). Return downstream flow return
17268 value in chain function.
17270 2006-03-02 Wim Taymans <wim@fluendo.com>
17272 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17273 * docs/plugins/gst-plugins-base-plugins.args:
17274 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17275 * docs/plugins/gst-plugins-base-plugins.interfaces:
17276 * docs/plugins/gst-plugins-base-plugins.signals:
17277 Fix hierarchy, added some more elements to the docs.
17279 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17280 (gst_ffmpegcsp_get_type):
17281 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17282 Fix docs for ffmpegcolorspace.
17284 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17286 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17287 (apetag_type_find), (ape_type_find), (plugin_init):
17288 Some typefinding fine-tuning:
17289 - rank ID3/APE tags in order of preference via probabilities, so that
17290 ID3v2 > APEv2 > APEv1 > ID3v1.
17291 - three or four bytes don't really justify MAXIMUM probability,
17292 change those to 'very likely' (musepack and monkeysaudio).
17294 2006-03-01 Wim Taymans <wim@fluendo.com>
17296 * docs/plugins/Makefile.am:
17297 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17298 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17299 * ext/alsa/gstalsamixer.c:
17300 * ext/alsa/gstalsamixer.h:
17301 * ext/alsa/gstalsamixerelement.c:
17302 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17303 * ext/alsa/gstalsamixerelement.h:
17304 * ext/alsa/gstalsasink.c:
17305 * ext/alsa/gstalsasink.h:
17306 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17307 (gst_alsasrc_init):
17308 * ext/alsa/gstalsasrc.h:
17310 Small code cleanups.
17312 2006-03-01 Wim Taymans <wim@fluendo.com>
17314 * ext/theora/Makefile.am:
17315 Dist new header too,
17317 2006-03-01 Wim Taymans <wim@fluendo.com>
17319 * docs/plugins/Makefile.am:
17320 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17321 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17322 * ext/gnomevfs/gstgnomevfssink.h:
17323 * ext/gnomevfs/gstgnomevfssrc.h:
17324 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17325 * ext/vorbis/vorbisdec.h:
17326 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17327 * ext/vorbis/vorbisenc.h:
17328 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17329 (vorbis_parse_chain), (vorbis_parse_change_state):
17330 * ext/vorbis/vorbisparse.h:
17331 * gst/audioconvert/gstaudioconvert.h:
17332 * gst/tcp/gsttcpserversink.h:
17333 * gst/videotestsrc/gstvideotestsrc.c:
17334 * gst/videotestsrc/gstvideotestsrc.h:
17335 * gst/volume/gstvolume.c:
17336 * gst/volume/gstvolume.h:
17337 Fix some more docs.
17338 Added docs for vorbisdec and vorbisparse.
17341 2006-03-01 Wim Taymans <wim@fluendo.com>
17343 * docs/plugins/Makefile.am:
17344 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17345 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17346 * ext/pango/gstclockoverlay.h:
17347 * ext/pango/gsttextoverlay.h:
17348 * ext/pango/gsttextrender.h:
17349 * ext/pango/gsttimeoverlay.h:
17350 * ext/theora/gsttheoradec.h:
17351 * ext/theora/gsttheoraenc.h:
17352 * ext/theora/theoradec.c:
17353 * ext/theora/theoraenc.c:
17354 * gst/audioconvert/gstaudioconvert.h:
17355 * gst/audiotestsrc/gstaudiotestsrc.h:
17356 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17357 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17358 * gst/tcp/gstmultifdsink.h:
17359 Updated/added documentation.
17361 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17362 (gst_text_overlay_halign_get_type),
17363 (gst_text_overlay_wrap_mode_get_type),
17364 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17365 (gst_text_overlay_init), (gst_text_overlay_set_property),
17366 (gst_text_overlay_get_property):
17367 Fix up properties to be enums instead of string to make bindings,
17368 introspection and automatic GUI creation possible.
17369 Add getters for the properties.
17371 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17373 * gst/audiotestsrc/gstaudiotestsrc.c:
17374 added defines of M_PI and M_PI_2
17375 * gst/ffmpegcolorspace/avcodec.h:
17376 removed #include "stdint.h" for win32 as _stdint.h is
17377 autogenerated to win32/common
17378 * win32/common/libgstaudio.def:
17379 * win32/common/libgsttag.def:
17382 some project files bugs corrected
17384 project files are reset to the default vs7 configuration
17385 (they link to msvcr71.dll using default optimizations)
17387 2006-02-28 Wim Taymans <wim@fluendo.com>
17389 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17392 2006-02-28 Edward Hervey <edward@fluendo.com>
17394 * ext/alsa/gstalsasrc.c:
17395 Set proper class on the ElementDetails:
17396 Source/Audio instead of Src/Audio/
17398 2006-02-28 Edward Hervey <edward@fluendo.com>
17400 * gst/videoscale/vs_scanline.c:
17401 (vs_scanline_resample_nearest_RGBA):
17402 Revert optimization in videoscale. It should go in liboil and have
17403 an appropriate liboil function.
17405 2006-02-28 Wim Taymans <wim@fluendo.com>
17407 * gst-libs/gst/audio/gstbaseaudiosink.c:
17408 (gst_base_audio_sink_provide_clock):
17409 Don't try to provide a clock in the NULL state.
17411 2006-02-28 Wim Taymans <wim@fluendo.com>
17413 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17414 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17415 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17416 (gst_ogg_demux_deactivate_current_chain),
17417 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17418 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17419 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17420 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17421 Use GstSegment infrastructure to remove duplicated code
17422 and handle more seek cases correctly.
17424 2006-02-28 Wim Taymans <wim@fluendo.com>
17426 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17427 (gst_ffmpegcsp_transform):
17428 Don't ignore return code from ffmpeg convert function.
17430 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17431 Split out some long statements to ease debugging.
17433 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17435 * ext/libvisual/visual.c: (gst_visual_init),
17436 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17437 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17438 being able to renegotiate the size. Instead, use the negotiation
17439 algorithm from the goom plugin to pick an initial output caps.
17441 Also, allow theoretical libvisual plugins that might support non-GL
17442 output even if they also do GL.
17444 2006-02-26 Julien MOUTTE <julien@moutte.net>
17446 * ext/libvisual/visual.c: (gst_visual_init),
17447 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17448 (plugin_init): Load only non GL plugins. Fix some memleaks and
17449 possible negotiation issues.
17451 2006-02-25 Julien MOUTTE <julien@moutte.net>
17453 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17455 2006-02-24 Michael Smith <msmith@fluendo.com>
17457 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17458 (cmml_type_find), (plugin_init):
17459 Fix CMML type find function to not require a specific minor version
17460 of the CMML header.
17462 Add an MPEG4 video elementary stream typefind function.
17464 2006-02-04 Michael Smith <msmith@fluendo.com>
17466 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17467 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17468 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17469 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17470 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17471 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17472 Annodex support in ogg demuxer. Doesn't do very much without the
17473 other annodex patches (to come).
17475 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17477 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17479 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17480 Pick up palette for MS video v1 (#327028)
17482 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17484 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17485 (gst_ffmpegcsp_caps_remove_format_info),
17486 (gst_ffmpegcsp_get_unit_size):
17487 The 'palette_data' field from incoming RGB caps shouldn't be
17488 proxied on outgoing YUV caps; also, restrict unit size
17489 adjustment in case of paletted data only to the unit that
17490 actually has a palette. Fixes #330711.
17492 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17494 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17495 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17496 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17497 (gst_ffmpegcsp_get_unit_size):
17498 Plug some memory leaks.
17500 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17502 * sys/ximage/Makefile.am:
17503 * sys/xvimage/Makefile.am:
17504 Add some _CFLAGS and _LIBS that seem to be missing
17505 and/or required for Cygwin (see #317048).
17507 2006-02-22 Wim Taymans <wim@fluendo.com>
17509 * ext/alsa/gstalsasrc.c:
17510 Fix description as pointed out by caugier.
17512 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17514 Reviewed by : Edward Hervey <edward@fluendo.com>
17516 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17518 Better 3gp typefinding (#331526).
17520 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17522 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17523 Don't send EOS event here, the base class will send one for us.
17525 * gst/playback/gstplaybasebin.c: (prepare_output):
17526 Subpictures without video stream aren't allowed either.
17528 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17529 Fix debug statement copy'n'paste-o.
17531 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17533 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17534 Fix issues with mixer keeping state when muting/unmuting
17535 and when changing the volume whilst muted (see #331763
17538 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17540 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17541 (parse_subrip), (gst_sub_parse_format_autodetect):
17542 Set right caps given that we send escaped text. Also,
17543 honour <i></i>, <b></b> and <u></u> markers that can be found
17544 in .srt files (fixes #310202).
17546 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17548 * gst-libs/gst/audio/mixerutils.c:
17549 (element_factory_rank_compare_func):
17550 Make order in which elements are tried more determinable.
17552 2006-02-20 Julien MOUTTE <julien@moutte.net>
17554 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17555 (remove_element_chain), (cleanup_decodebin),
17556 (gst_decode_bin_change_state): Make decodebin reusable by
17557 fixing remove_element_chain first and then introduce a
17558 cleaner in state change to ->NULL. (Closes #331678)
17560 2006-02-19 Wim Taymans <wim@fluendo.com>
17562 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17563 use 0666 mask when creating files so umask gets applied
17564 correctly. Fixes #331295.
17566 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17568 * gst/subparse/Makefile.am:
17569 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17570 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17571 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17572 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17573 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17574 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17575 * gst/subparse/gstssaparse.h:
17576 * gst/subparse/gstsubparse.c: (plugin_init):
17577 Add very basic parser for SSA subtitle streams (as often
17578 found in matroska files).
17580 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17582 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17583 That should be text/x-pango-markup, not text/x-pango-layout.
17585 2006-02-19 Julien MOUTTE <julien@moutte.net>
17587 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17590 2006-02-19 Julien MOUTTE <julien@moutte.net>
17592 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17593 (gst_text_overlay_finalize), (gst_text_overlay_init),
17594 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17595 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17596 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17597 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17598 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17599 Fix state change deadlock.
17601 2006-02-19 Julien MOUTTE <julien@moutte.net>
17603 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17604 (gst_text_overlay_finalize), (gst_text_overlay_init),
17605 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17606 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17607 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17608 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17609 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17610 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17611 and subtitles files.
17613 2006-02-19 Julien MOUTTE <julien@moutte.net>
17615 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17616 should be considered as raw.
17618 2006-02-19 Julien MOUTTE <julien@moutte.net>
17620 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17622 * gst/playback/gststreaminfo.h: Introduce language informations.
17624 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17626 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17627 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17628 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17629 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17630 Set shared memory segments to be deleted as soon as we have attached,
17631 that way they get cleaned up automatically if we crash.
17633 2006-02-18 Julien MOUTTE <julien@moutte.net>
17635 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
17636 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17637 functions are called with lock held.
17639 2006-02-18 Julien MOUTTE <julien@moutte.net>
17641 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17642 (gst_text_overlay_finalize), (gst_text_overlay_init),
17643 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17644 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17645 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17646 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17647 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17648 (gst_text_overlay_change_state): Refactoring of textoverlay
17649 without collectpads. This now supports sparse subtitles coming
17650 from a demuxer instead of a sub file. Seeking is still broken
17651 though. Need to discuss with wtay some more on how to handle
17653 * ext/pango/gsttextoverlay.h:
17654 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17655 subtitles coming from the demuxer.
17657 2006-02-17 Wim Taymans <wim@fluendo.com>
17659 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17660 (gst_vorbisenc_convert_sink):
17661 Use some more scaling functions.
17663 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17665 * ext/cdparanoia/gstcdparanoiasrc.c:
17666 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17667 (gst_cd_paranoia_paranoia_callback),
17668 (gst_cd_paranoia_src_signal_is_being_watched),
17669 (gst_cd_paranoia_src_read_sector):
17670 * ext/cdparanoia/gstcdparanoiasrc.h:
17671 Add back 'transport-error' and 'uncorrected-error' signals and
17672 make them actually be fired when bad stuff happens (#319340).
17674 2006-02-17 Wim Taymans <wim@fluendo.com>
17676 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17677 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17678 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17679 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17680 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17681 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17682 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17683 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17684 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17685 (gst_ring_buffer_clear):
17687 Added some G_LIKELY.
17689 2006-02-17 Wim Taymans <wim@fluendo.com>
17691 * gst-libs/gst/audio/TODO:
17694 * gst-libs/gst/audio/gstbaseaudiosink.c:
17695 (gst_base_audio_sink_get_offset):
17696 When trying to play samples ASAP and we don't have a
17697 previous sample, try to play at position 0 instead of
17698 an invalid position.
17700 2006-02-17 Wim Taymans <wim@fluendo.com>
17702 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17703 (gst_alsasink_reset):
17704 Also release lock when we get an error in _reset();
17705 fix an error message.
17707 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17709 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17710 (gst_alsasink_init), (get_channel_free_structure),
17711 (caps_add_channel_configuration), (gst_alsasink_getcaps),
17712 (gst_alsasink_close):
17713 * ext/alsa/gstalsasink.h:
17714 Add support for more than 2 channels (#326720).
17716 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17718 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17719 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17720 with 4 or 6 channels, assume a default channel layout to make things
17721 work (not sure there's anything else we can do in those cases).
17723 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17725 * gst-libs/gst/audio/multichannel.c:
17728 * gst-libs/gst/riff/Makefile.am:
17729 * gst-libs/gst/riff/riff-ids.h:
17730 * gst-libs/gst/riff/riff-media.c:
17731 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17732 Add support for WAVEFORMATEX, eg. PCM audio with more than two
17733 channels and a channel layout map.
17735 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
17737 Reviewed by Edward Hervey <edward@fluendo.com>
17739 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
17740 C-level optimization of the RGBA nearest neighbour function.
17741 Eventually this might end up in liboil with vectorized versions.
17743 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17745 * gst-libs/gst/audio/multichannel.c:
17746 (gst_audio_get_channel_positions):
17747 When we have more than 2 channels, but no channel layout is
17748 specified in the caps, return some default channel layout
17749 to the caller and warn about about a possibly buggy element
17750 (could be buggy filtercaps as well of course) (#317038).
17752 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17754 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17755 Add gst-libs/gst/cdda to list of lib search paths.
17757 2006-02-15 Andy Wingo <wingo@pobox.com>
17759 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17760 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17761 to the Lord Jesus that I do not have to touch the ogg muxer ever
17764 2006-02-15 Edward Hervey <edward@fluendo.com>
17766 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17767 quicktime movie files can also contain 'uuid' atoms.
17769 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
17771 * gst/audioconvert/plugin.c: (plugin_init):
17772 Register the GstAudioChannelPosition enum type with the type
17773 system in the plugin_init function, so that it is known before
17774 any element actually makes use of multi-channel stuff. This is
17775 required for example if one wants to be able to deserialise/use
17776 a caps string with channel positions before any pipeline has
17777 been setup and started, like with gst-launch.
17779 2006-02-14 Wim Taymans <wim@fluendo.com>
17781 * gst-libs/gst/audio/gstringbuffer.c:
17782 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17783 (gst_ring_buffer_samples_done), (wait_segment),
17784 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17785 Add some compiler G_(UN_)LIKELY help.
17786 SIGNAL the ringbuffer waiters when going to PAUSED as well to
17787 make sure they can exit their functions. Should fix #330748
17789 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
17794 * win32/common/_stdint.h:
17795 Windows does not have long long; copy the generated _stdint.h
17796 * win32/common/interfaces-enumtypes.c:
17797 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17798 (gst_mixer_track_flags_get_type),
17799 (gst_tuner_channel_flags_get_type):
17800 * win32/common/multichannel-enumtypes.c:
17801 (gst_audio_channel_position_get_type):
17804 2006-02-13 Wim Taymans <wim@fluendo.com>
17806 * gst-libs/gst/audio/gstbaseaudiosink.c:
17807 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17808 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17809 Always sync on first sample we receive when starting.
17811 2006-02-13 Wim Taymans <wim@fluendo.com>
17813 * gst/playback/gstplaybin.c: (gen_vis_element):
17814 Update vis bin docs.
17815 Move queue after tee so we don't queue video buffers but
17816 audio samples instead. Fixes problems where the video queue
17817 is filled and the audio queue empty.
17819 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
17821 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17822 No need to push an EOS event here, GstBaseSrc will do that for us
17823 when we return FLOW_UNEXPECTED.
17825 2006-02-12 Wim Taymans <wim@fluendo.com>
17827 * gst-libs/gst/audio/gstbaseaudiosink.c:
17828 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17829 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17830 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17831 Use scale functions when possible.
17832 Fix error messages.
17833 Free clockid when after waiting for EOS.
17834 Use G_(UN_)LIKLY when it makes sense.
17835 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17837 2006-02-12 Edward Hervey <edward@fluendo.com>
17839 * gst/playback/gstplaybasebin.c: (prepare_output):
17840 Remove stray semi-colon (fixes #330888).
17842 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
17844 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17845 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17846 Fix up the XShm call testing so that we catch errors, and don't
17847 cause new ones by attempting to detach from a segment we failed
17848 to attach to. Fixes #312439.
17850 2006-02-10 Edward Hervey <edward@fluendo.com>
17852 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17853 Added flv file typefind (video/x-flv).
17855 2006-02-10 Edward Hervey <edward@fluendo.com>
17857 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17858 (gst_riff_create_video_template_caps):
17859 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17860 Also added the caps to the default set of riff video caps.
17862 2006-02-09 Andy Wingo <wingo@pobox.com>
17864 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17865 time and the end time of the last packet in the page.
17866 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17867 on the pages in our queue, set the duration as well. Reflow a
17869 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17870 Fixes bad muxing order.
17872 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
17874 * gst-libs/gst/rtp/gstbasertppayload.c:
17875 (gst_basertppayload_setcaps), (gst_basertppayload_push):
17876 update seqnum before setting it on the packet; this makes sure
17877 that the timestamp and seqnum properties match after pushing
17880 2006-02-09 Andy Wingo <wingo@pobox.com>
17882 * gst-libs/gst/audio/gstringbuffer.c
17883 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17884 overflow after 13.5 hours of recording. Kapow!
17886 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17887 the buffer size -- we don't care about underrun/overrun reporting
17888 right now, just need to return a useful value.
17890 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17895 === release 0.10.3 ===
17897 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17900 releasing 0.10.3, "Under Pressure"
17902 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17905 Drat. Bump libtool version number for new API.
17906 Prelease 0.10.2.3 (of 0.10.3)
17908 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17911 * win32/common/config.h:
17912 0.10.2.2 prerelease (of 0.10.3).
17914 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17916 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17917 Revert Andy's newsegment change pending a more correct
17920 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
17922 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17923 (qt_type_find), (plugin_init):
17924 detect more files as 3gp
17925 group and reorder the iso file formats
17927 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17929 * ext/vorbis/vorbis.c: (plugin_init):
17930 Register musicbrainz tags, so apps don't have to.
17932 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17934 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17935 (gst_tag_to_vorbis_tag):
17936 Make sure we called gst_tag_register_musicbrainz_tags()
17937 before possibly mapping a vorbiscomment string from/to a
17940 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17942 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17943 In case we can't find the required number of consecutive
17944 mpeg audio frames to positively identify an MPEG audio
17945 stream, check if there's at least a valid mpeg audio
17946 frame right at offset 0 and if so suggest mpeg/audio
17947 caps with a very low probability (#153004).
17949 2006-02-07 Andy Wingo <wingo@pobox.com>
17951 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17952 a TIME segment if we get timestamped buffers. Requires recent
17953 fixes in core to work properly.
17955 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17957 * gst/playback/gstplaybasebin.c: (prepare_output):
17958 Don't print the URI as part of the error message, it
17959 makes error dialogs look rather ugly, especially if
17960 the URI is very long or has characters in it that
17963 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17965 * gst/playback/gstplaybasebin.c: (prepare_output):
17966 Error out if we have only text or subtitles, but nothing
17967 else. Also error out if we have subtitles but no video
17970 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17972 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17973 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17974 Post an error message on the bus when we encounter an
17975 error, which will hopefully be more meaningful than the
17976 'Internal Flow Error' message users get to see if we
17977 just return GST_FLOW_ERROR.
17979 2006-02-07 Andy Wingo <wingo@pobox.com>
17981 * configure.ac (GST_MAJORMINOR): Update core version req to
17982 0.10.2.2, for the collectpads API addition (#330244).
17984 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
17986 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17987 Return FALSE from plugin_init() when GnomeVFS can't
17988 be initialised for some reason (#328423).
17990 2006-02-06 Julien MOUTTE <julien@moutte.net>
17992 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
17993 Stick to seeking theory until i find the bug.
17994 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17996 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
17998 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17999 (theora_enc_finalize), (theora_enc_sink_setcaps),
18000 (theora_set_header_on_caps), (theora_enc_chain),
18001 (theora_enc_change_state):
18002 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18003 Make theoraenc and the tests leak free. Like, really.
18005 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18007 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18008 (theora_enc_finalize), (theora_enc_sink_setcaps):
18009 Add a finalize method to ensure we clean up state even if
18010 someone omitted the state change back to NULL.
18012 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18013 (gst_vorbisenc_chain):
18014 Free some more leaked bits.
18016 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18018 Wait for state changes to happen if they're ASYNC.
18020 This ought to teach those fancy pants buildbots a lesson.
18022 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18024 * gst-libs/gst/tag/gstid3tag.c:
18025 Add mapping for ID3 International Standard Recording Code
18028 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18030 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18031 Don't leak tag names.
18033 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18035 * docs/libs/gst-plugins-base-libs-docs.sgml:
18036 * docs/libs/gst-plugins-base-libs-sections.txt:
18037 * gst-libs/gst/tag/gstid3tag.c:
18038 * gst-libs/gst/tag/gstvorbistag.c:
18039 * gst-libs/gst/tag/tags.c:
18040 Split libgsttag docs into multiple sections.
18042 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18044 * docs/libs/Makefile.am:
18045 * docs/libs/gst-plugins-base-libs-docs.sgml:
18046 * docs/libs/gst-plugins-base-libs-sections.txt:
18047 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18048 * gst-libs/gst/tag/gstvorbistag.c:
18049 * gst-libs/gst/tag/tag.h:
18050 * gst-libs/gst/tag/tags.c:
18051 Add libgsttag to the docs.
18053 2006-02-05 Julien MOUTTE <julien@moutte.net>
18055 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18056 (gst_text_overlay_init), (gst_text_overlay_src_event),
18057 (gst_text_overlay_collected): Fix clockoverlay.
18059 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18061 * docs/libs/compiling.sgml:
18062 Fix typo: it's pkg-config, not pkg-gconfig
18064 * docs/libs/gst-plugins-base-libs-docs.sgml:
18065 * docs/libs/gst-plugins-base-libs-sections.txt:
18066 * docs/libs/tmpl/gstgconf.sgml:
18067 There is no libgstgconf in 0.10, remove it
18070 2006-02-05 Julien MOUTTE <julien@moutte.net>
18072 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18073 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18074 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18075 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18076 (gst_sub_parse_class_init), (gst_sub_parse_init),
18077 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18078 (parse_mpsub), (parser_state_init), (handle_buffer),
18079 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18080 * gst/subparse/gstsubparse.h: Introduce seeking code.
18082 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18084 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18085 Add comment about LANGUAGE tag inconsistency (we want
18086 ISO-639-1, but extract three-letter identifiers?)
18089 Add two translatable files.
18091 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18093 * gst-libs/gst/tag/Makefile.am:
18094 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18095 * gst-libs/gst/tag/tag.h:
18096 * gst-libs/gst/tag/tags.c:
18097 (gst_tag_register_musicbrainz_tags_internal),
18098 (gst_tag_register_musicbrainz_tags):
18099 Forward-port some tags stuff from the 0.8 branch. This is
18100 mostly the addition of musicbrainz tags and their mapping
18101 to vorbistags, and a vorbistag mapping of the language tag.
18103 2006-02-05 Julien MOUTTE <julien@moutte.net>
18105 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18108 2006-02-04 David Schleef <ds@schleef.org>
18110 * ext/ogg/gstoggmux.c:
18111 * gst/typefind/gsttypefindfunctions.c:
18112 Add Dirac typefinding and add dirac format to oggmux.
18114 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18116 * gst/playback/gstdecodebin.c: (try_to_link_1):
18117 Don't put essential function call into
18118 g_return_*() macro, otherwise it'll all be
18119 replaced by NOOPs when compiling with
18120 G_DISABLE_CHECKS defined.
18122 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18124 * ext/ogg/gstoggdemux.c:
18125 * ext/ogg/gstoggparse.c:
18126 * gst/tcp/gsttcpserversink.c:
18127 * sys/v4l/v4lsrc_calls.c:
18128 * sys/v4l/v4lsrc_calls.h:
18129 Just make it compile with --disable-gst-debug.
18131 2006-02-03 Wim Taymans <wim@fluendo.com>
18133 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18134 (gst_alsasink_class_init), (gst_alsasink_init),
18135 (gst_alsasink_write), (gst_alsasink_reset):
18136 * ext/alsa/gstalsasink.h:
18137 Add lock to protect alsa calls.
18138 Implement reset to flush samples ASAP, does not work
18141 2006-02-02 Wim Taymans <wim@fluendo.com>
18143 * gst-libs/gst/audio/gstbaseaudiosink.c:
18144 (gst_base_audio_sink_provide_clock):
18145 Ugh.. getting late I guess...
18147 2006-02-02 Wim Taymans <wim@fluendo.com>
18149 * gst-libs/gst/audio/gstbaseaudiosink.c:
18150 (gst_base_audio_sink_provide_clock),
18151 (gst_base_audio_sink_set_property),
18152 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18153 Don't try to provide a clock when we are not negotiated since
18154 we might not be able to make it run.
18156 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18158 * gst/playback/gstdecodebin.c: (try_to_link_1):
18159 Unlinking two source pads is ... hard.
18161 2006-02-02 Wim Taymans <wim@fluendo.com>
18163 * gst-libs/gst/audio/TODO:
18166 * gst-libs/gst/audio/gstbaseaudiosink.c:
18167 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18168 On EOS, wait till the last sample is played before posting EOS.
18170 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18172 Patch by: Kai Vehmanen
18173 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18174 Adds ability to enable newsegment bypass by setting queue_delay to
18175 zero. Also avoid thread being started if queue_delay is zero.
18177 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18179 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18180 Make test work again by connecting fakesinks to each decoded pad,
18181 which makes the pipeline wait until each fakesink has a buffer
18182 queued before going to PAUSED state. At that point we know the
18183 decodebin pads are negotiated.
18185 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18187 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18188 (gst_cdda_base_src_handle_event):
18189 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18190 Pass unhandled queries to the parent class's query function.
18192 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18194 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18195 (gst_ogg_pad_src_query):
18196 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18197 * ext/theora/theoradec.c: (theora_dec_src_query),
18198 (theora_dec_sink_query):
18199 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18200 (vorbis_dec_sink_query):
18201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18202 (gst_vorbisenc_sink_query):
18203 * gst/adder/gstadder.c: (gst_adder_query):
18204 Pass unhandled queries upstream instead of just
18205 dropping them (#326447). Also, fix supported
18206 query types list for some elements.
18208 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18210 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18211 (paris_type_find), (ilbc_type_find), (plugin_init):
18212 Fix typefinding for audio/x-au, audio/x-paris and
18213 audio/iLBC-sh. We cannot use the START_WITH macros
18214 here, because there can only be one typefind factory
18215 with the same name (caps), so the second one would
18216 replace the first one and the first one would never
18217 be called when doing typefinding (see #161712).
18220 2006-01-31 Wim Taymans <wim@fluendo.com>
18222 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18223 (vorbis_handle_header_packet), (vorbis_dec_push),
18224 (vorbis_handle_data_packet):
18225 Use scale_int when we can, add some more scaling.
18226 Check packettype before parsing it.
18228 2006-01-31 Wim Taymans <wim@fluendo.com>
18230 * ext/theora/theoradec.c: (_theora_granule_time),
18231 (theora_dec_src_convert), (theora_dec_sink_convert):
18232 Call right _scale functions.
18233 Use parameter instead of some other random value.
18235 2006-01-31 Wim Taymans <wim@fluendo.com>
18237 * ext/theora/theoradec.c: (_theora_granule_frame),
18238 (_theora_granule_time), (_inc_granulepos),
18239 (theora_dec_src_convert), (theora_dec_sink_convert),
18240 (theora_handle_type_packet), (theora_handle_data_packet),
18241 (theora_dec_chain):
18242 Use higher precision timestamps calculation.
18243 Convert some other conversions to _scale.
18245 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18247 * gst/audiotestsrc/gstaudiotestsrc.c:
18248 (gst_audio_test_src_create_sine_table), (plugin_init):
18249 * gst/volume/gstvolume.c: (plugin_init):
18250 initialize gst_controller before using
18252 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18254 * tests/check/pipelines/theoraenc.c:
18255 * tests/check/pipelines/vorbisenc.c:
18256 Define constant using G_GINT64_CONSTANT to avoid errors when
18257 passing it around - otherwise it gets truncated to 32 bits.
18259 Fixes failing tests.
18261 2006-01-31 Andy Wingo <wingo@pobox.com>
18263 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18264 caps being set doesn't have a framerate value. Basically a stopgap
18267 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18268 technically correct enough to put into core though.
18269 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18270 DURATION. Fixes theoraenc ! oggmux.
18272 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18273 fraction, not double.
18275 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18278 add vs7 project files created by Sergey Scobich
18280 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18283 add vs8 project files created by Sergey Scobich
18285 2006-01-30 Andy Wingo <wingo@pobox.com>
18287 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18288 timestamp + duration, not just timestamp -- ogg pages should be
18289 ordered by stop time. Necessary fix given the change in vorbis
18292 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18293 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18294 (granulepos_add): New function, handles the messiness of adjusting
18296 (theora_buffer_from_packet):
18297 (theora_enc_chain):
18298 (theora_enc_sink_event): Use granulepos_add, not +.
18300 * tests/check/pipelines/theoraenc.c
18301 (check_buffer_granulepos_from_starttime): Just check the frame
18302 count, not the actual granulepos -- we can't dictate to the
18303 encoder when it should be placing keyframes.
18305 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18307 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18308 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18309 play an http:// stream from a server that's not serving
18311 2006-01-30 Andy Wingo <wingo@pobox.com>
18313 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18314 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18315 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18318 * ext/theora/gsttheoraenc.h:
18319 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18320 although theoraenc was timestamping correctly. Added handling of
18321 streams that start with nonzero timestamps.
18323 * tests/check/Makefile.am:
18324 * tests/check/pipelines/theoraenc.c: New file, basically does same
18325 tests as vorbisenc.
18327 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18329 2006-01-30 Wim Taymans <wim@fluendo.com>
18331 * gst-libs/gst/audio/gstaudiosink.c:
18332 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18333 (gst_audioringbuffer_pause):
18334 Implement pause that does not wait for completion.
18336 * gst-libs/gst/audio/gstbaseaudiosink.c:
18337 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18338 Don't drop buffers when going to PAUSED but perform preroll on
18339 remaining samples now that core base class supports this.
18341 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18342 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18343 (gst_ring_buffer_commit):
18344 Pause should not signal waiters.
18345 Implement return value of _commit correctly.
18347 2006-01-30 Andy Wingo <wingo@pobox.com>
18349 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18351 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18352 updated to timestamp from the first sample, not the last.
18353 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18354 special care of granulepos and timestamp for header packets.
18355 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18356 when the first buffer has a nonzero timestamp.
18358 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18359 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18360 case when the first audio buffer we get has a nonzero timestamp.
18361 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18362 properly timestamp vorbis buffers with the time of the first
18363 sample, not the last.
18365 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18366 vorbis_granule_time_copy -- now it takes the granule/subgranule
18367 offset into account.
18369 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18370 timestamps, durations, and granulepos on buffers produced by
18373 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18375 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18376 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18377 Patch from Eric Jonas to support conversions to/from UYVY
18380 2006-01-30 Julien MOUTTE <julien@moutte.net>
18382 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18383 (setup_subtitle), (setup_source), (set_active_source):
18384 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18385 (gen_text_element), (gen_audio_element), (gen_vis_element),
18386 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18388 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18390 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18391 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18392 use gst_guint64_to_gdouble to be compliant with vs6
18393 * gst/playback/gstdecodebin.c: (try_to_link_1)
18394 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18395 use G_GINT64_CONSTANT for int64 constants
18396 * win32/common/libgstinterfaces.def:
18397 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18399 update and add new project files
18401 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18405 * win32/common/interfaces-enumtypes.c:
18406 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18407 (gst_mixer_track_flags_get_type),
18408 (gst_tuner_channel_flags_get_type):
18409 * win32/common/interfaces-enumtypes.h:
18410 * win32/common/multichannel-enumtypes.c:
18411 (gst_audio_channel_position_get_type):
18412 * win32/common/multichannel-enumtypes.h:
18413 add a win32-update rule like in core, and copy over enumtypes files
18415 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18418 * win32/common/config.h:
18419 * win32/common/config.h.in:
18420 add config files just like in core
18422 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18424 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18425 Make gcc-4.1 happy (part of #327357).
18427 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18429 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18430 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18431 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18432 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18433 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18434 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18435 Update all error messages. All of them should either use
18436 the default translated message, or actually provide a
18437 translatable string.
18438 Make the string for channel count problems meaningful.
18440 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18442 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18443 check for and throw RESOURCE_BUSY
18445 2006-01-27 David Schleef <ds@schleef.org>
18447 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18448 checked in this change -- it requires liboil features not
18449 in 0.3.6. Revert parts.
18451 2006-01-27 David Schleef <ds@schleef.org>
18454 * configure.ac: update liboil requirement to 0.3.6
18455 * gst/videoscale/Makefile.am:
18456 * gst/videoscale/vs_scanline.c: liboilify
18458 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18460 * ext/libvisual/visual.c: (get_buffer):
18461 When pad_alloc returns a GstFlowReturn other
18462 than GST_FLOW_OK, make sure it is passed upstream.
18464 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18466 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18467 (gst_alsasink_class_init):
18468 Free the device name string.
18470 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18471 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18472 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18473 Don't remove a pad from the collectpads structure until it
18474 is released - it's a request pad, and may receive data again
18475 if the element gets moved back to PLAYING state.
18477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18478 Ensure we turn on double buffering on the Xv port, and
18479 set the colour key to something dark and mysterious that
18482 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18484 * ext/alsa/gstalsaplugin.c: (plugin_init):
18485 * ext/cdparanoia/gstcdparanoiasrc.c:
18486 (gst_cd_paranoia_src_base_init), (plugin_init):
18487 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18488 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18489 - a library should not call setlocale. see "Libraries" node in
18491 - make sure all plugins that use translation do bindtextdomain
18492 to point to the localedir
18493 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18494 (setup_sinks), (plugin_init):
18495 all this, and check for NULL when creating sinks
18497 2006-01-27 Julien MOUTTE <julien@moutte.net>
18499 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18500 (plugin_init): Make typefinding of subtitles work again.
18502 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18504 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18505 (mp3_type_frame_length_from_header), (mp3_type_find),
18506 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18508 Backport a bunch of typefinding fixes from the 0.8 branch.
18509 Also, improve wavpack typefinding: if we can't peek the
18510 entire wavpack block, try to parse the bits we can get and
18511 see if we find what we're looking for in those.
18513 2006-01-26 Julien MOUTTE <julien@moutte.net>
18515 * sys/ximage/ximagesink.c:
18516 (gst_ximagesink_calculate_pixel_aspect_ratio):
18517 * sys/xvimage/xvimagesink.c:
18518 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18519 more cases of pixel aspect ratio.
18521 2006-01-26 Edward Hervey <edward@fluendo.com>
18523 * gst/playback/gstdecodebin.c: (pad_probe):
18524 Also consider the flush-start and tag events as unblockers
18525 for the pad probes.
18527 2006-01-26 Julien MOUTTE <julien@moutte.net>
18529 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18530 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18531 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18532 On the fly visualisation switch, works disabling, enabling as
18533 well but it won't be able to enable vis in a playbin that was
18534 created with no visualisation.
18536 2006-01-25 Wim Taymans <wim@fluendo.com>
18538 * gst-libs/gst/audio/gstbaseaudiosink.c:
18539 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18540 Undo previous commit that returned WRONG_STATE sooner, it breaks
18541 resume after pause.
18543 2006-01-25 Wim Taymans <wim@fluendo.com>
18545 * gst-libs/gst/audio/gstbaseaudiosink.c:
18546 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18547 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18549 Post error when caps cannot be parsed.
18550 Resync on discontinuity in the stream.
18551 Clip samples to segment boundaries.
18552 return WRONG_STATE sooner when we are flushing.
18554 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18555 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18556 Make audiosrc operate in TIME.
18557 Set TIMESTAMP and DURATION on buffers.
18559 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18561 * tests/examples/seek/seek.c: (main):
18562 Output tag messages as well.
18564 2006-01-23 Edward Hervey <edward@fluendo.com>
18566 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18567 (free_pad_probes), (remove_fakesink), (pad_probe),
18568 (close_pad_link), (gst_decode_bin_change_state):
18569 Replace GstPadBlockCallback with pad probes that detect
18570 first buffer AND eos before removing fakesink.
18571 Fixes hang with demuxers doing EOS while pre-rolling.
18574 2006-01-23 Andy Wingo <wingo@pobox.com>
18576 * ext/alsa/gstalsasink.c:
18577 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18578 (gst_base_rtp_depayload_setcaps),
18579 (gst_base_rtp_depayload_add_to_queue),
18580 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18582 Patch by: Jens Granseuer <jensgr at gmx dot net>
18584 2006-01-22 Julien MOUTTE <julien@moutte.net>
18586 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18587 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18588 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
18589 frames. We might get a frame destroyed after changing state to
18590 NULL, adding a safety check on xcontext.
18592 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
18594 * gst-libs/gst/interfaces/xoverlay.c:
18595 Fix prepare-xwindow-id code example in the docs - we need to
18596 ignore all messages that aren't element messages as well.
18598 2006-01-21 Julien MOUTTE <julien@moutte.net>
18600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18601 I think one day i'll completely undestand how caps negotiation
18602 is supposed to work. This refactoring handles buffer_alloc
18603 called with caps we can't handle. We definitely don't want a
18604 set_caps with those caps, so we define and allocate a buffer
18605 we would like to receive.
18607 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18609 * gst/playback/gstplaybasebin.c: (setup_source):
18610 Free iterator when done.
18612 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
18614 * gst-libs/gst/audio/gstbaseaudiosink.c:
18615 (gst_base_audio_sink_render):
18616 Fix playback of non-synchronised streams by assuming a rate
18617 of 1.0 instead of a random one.
18619 Makes this work again:
18621 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18622 endianness=(int)4321, signed=(boolean)true, width=(int)16,
18623 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18624 audioresample ! alsasink
18626 === release 0.10.2 ===
18628 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18631 releasing 0.10.2, "Then the devil is six"
18633 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
18635 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18636 * gst/playback/gststreamselector.c:
18637 (gst_stream_selector_set_property):
18638 Comment out broken code that connects to the state-changed signal.
18639 At this point, changing current stream selection is broken, but
18640 stuff like gst-launch playbin current-audio=1 works and filters
18641 to the chosen stream.
18643 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18645 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18646 Fix #327216 (null dereference in vorbisdec)
18648 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
18650 * ext/theora/theoradec.c: (theora_handle_comment_packet):
18651 Post taglist actually on bus instead of just freeing it
18652 (fixes #327114 and totem bug #327080).
18654 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18655 Use gst_element_found_tags_for_pad(), so that the tags
18656 are sent downstream as an event as well.
18658 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
18660 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18661 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18662 (gst_ximagesink_buffer_alloc):
18663 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18664 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18665 (gst_xvimagesink_buffer_alloc):
18666 move all regularly occurring messages to GST_LOG level
18667 add some more object logs
18669 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
18671 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18672 fix a silly segfault
18674 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
18676 * docs/libs/gst-plugins-base-libs-docs.sgml:
18677 * docs/libs/gst-plugins-base-libs-sections.txt:
18678 * gst-libs/gst/audio/mixerutils.c:
18679 * gst-libs/gst/audio/mixerutils.h:
18680 Add docs for mixerutils stuff.
18682 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
18684 * gst/playback/gstplaybasebin.c: (setup_source):
18685 Fix playback for sources that emit raw audio or
18686 raw video streams (e.g.: cd audio sources) (#325984).
18688 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18690 * gst-libs/gst/audio/mixerutils.c:
18691 (gst_audio_mixer_filter_do_filter):
18692 actually save the element we create
18694 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
18696 * gst-libs/gst/cdda/gstcddabasesrc.c:
18697 (gst_cdda_base_src_handle_track_seek):
18698 No need to post a tag message on the bus when seeking
18699 within the same track, only post it when the current
18702 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18704 * gst/playback/gstplaybasebin.c: (group_destroy),
18705 (probe_triggered), (new_decoded_pad), (mute_group_type),
18706 (set_active_source):
18707 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18708 * gst/playback/gststreamselector.c:
18709 (gst_stream_selector_base_init),
18710 (gst_stream_selector_set_property),
18711 (gst_stream_selector_request_new_pad):
18712 Reenable stream selection. These mechanisms need a complete overhaul
18713 in the face of 0.8->0.10 changes though.
18715 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18717 * ext/ogg/gstoggdemux.c:
18718 Change the pad template to src_%d to match the pads that
18719 are created from it. decodebin needs this information in order
18720 to decide that oggdemux is capable of producing multiple pads
18721 (and hence needs queues inserted).
18723 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18724 (gst_ogg_mux_collected):
18725 Make debug output more useful by using GST_PTR_FORMAT.
18727 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
18729 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18731 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18732 Set depth and width for alaw/mulaw (fixes #326601).
18734 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
18736 * tests/icles/Makefile.am:
18737 don't build the tests if we don't have the libs
18739 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18741 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18742 (gst_cd_paranoia_paranoia_callback):
18743 Don't try to free NULL pointers.
18745 2006-01-10 Edward Hervey <edward@fluendo.com>
18747 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18748 (gst_audio_rate_change_state), (plugin_init):
18749 Add debugging category.
18751 Add case for incoming buffers without valid offset/offset_end.
18753 2006-01-10 Michael Smith <msmith@fluendo.com>
18755 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18756 Don't leak GCond in audio sources.
18758 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
18760 * gst/playback/gstplaybin.c: (gen_audio_element):
18761 Don't leak an autoaudiosink/alsasink when we generate
18762 a new audio element. (old code, I guess)
18764 2006-01-10 Michael Smith <msmith@fluendo.com>
18766 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18767 Support float audio in audiorate.
18768 Use width rather than depth for selecting sample width.
18770 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18772 * gst/videotestsrc/videotestsrc.h:
18773 Use GLib types here (that way we don't have to include the
18774 generated _stdint.h header, which makes life easier for win32
18775 folks that don't use autotools for the build) (#325990, patch
18776 by: Sergey Scobich).
18778 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18780 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18781 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18782 (gst_ring_buffer_pause), (wait_segment):
18783 * gst-libs/gst/audio/gstringbuffer.h:
18784 Name (private) union, makes Forte compiler happy (this time
18785 for real) (#324900).
18787 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18789 * gst-libs/gst/audio/Makefile.am:
18790 Link against libgstinterfaces, needed for mixer
18791 and property probe stuff.
18793 2006-01-09 Edward Hervey <edward@fluendo.com>
18795 * gst-libs/gst/Makefile.am:
18797 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18799 * gst-libs/gst/audio/Makefile.am:
18800 * gst-libs/gst/audio/mixerutils.c:
18801 (gst_audio_mixer_filter_do_filter),
18802 (gst_audio_mixer_filter_check_element),
18803 (gst_audio_mixer_filter_probe_feature),
18804 (element_factory_rank_compare_func),
18805 (gst_audio_default_registry_mixer_filter):
18806 * gst-libs/gst/audio/mixerutils.h:
18807 Add gst_audio_default_registry_mixer_filter() utility
18810 2006-01-03 Michael Smith <msmith@fluendo.com>
18812 * gst/audioresample/resample.h:
18813 As before, but for o_buf
18815 2006-01-03 Michael Smith <msmith@fluendo.com>
18817 * gst/audioresample/resample.h:
18818 Declare struct _ResampleState.buffer as unsigned char *, not void *,
18819 since we do arithmetic on it.
18821 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
18823 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18824 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18825 (gst_ring_buffer_pause), (wait_segment):
18826 * gst-libs/gst/audio/gstringbuffer.h:
18827 Sun's Forte compiler doesn't seem to like anonymous structs,
18828 so use same setup as in GstBaseSrc (fixes #324900).
18830 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18833 * gst/volume/Makefile.am:
18834 * gst/volume/demo.c:
18835 move old example to tests/examples/volume/volune.c
18836 * tests/examples/Makefile.am:
18837 * tests/examples/seek/seek.c: (main):
18838 change window-close event from "delete-event" to "destroy"
18839 * tests/examples/volume/Makefile.am:
18840 * tests/examples/volume/volume.c: (value_changed_callback),
18841 (setup_gui), (message_received), (eos_message_received), (main):
18842 fix event handling and bus usage
18844 2005-12-29 Stefan Kost <ensonic@users.sf.net>
18846 * gst/audiotestsrc/gstaudiotestsrc.c:
18847 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18848 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18849 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18850 (gst_audio_test_src_create_square),
18851 (gst_audio_test_src_create_saw),
18852 (gst_audio_test_src_create_triangle),
18853 (gst_audio_test_src_create_silence),
18854 (gst_audio_test_src_create_white_noise),
18855 (gst_audio_test_src_create_pink_noise),
18856 (gst_audio_test_src_init_sine_table),
18857 (gst_audio_test_src_create_sine_table),
18858 (gst_audio_test_src_change_wave),
18859 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18860 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18861 * gst/audiotestsrc/gstaudiotestsrc.h:
18862 update to basesrc changes, implement segmented seeking and eos
18863 handling, add a 'sine-tab' waveform for performance critical playback
18865 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18868 ... and this time the other modified file that I missed last time.
18870 2005-12-29 Michael Smith <msmith@fluendo.com>
18872 * gst/playback/gstdecodebin.c: (new_pad):
18873 Fix non-C89 variable declaration not at the start of a block. Should
18874 help some compilers.
18876 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18878 * tests/check/Makefile.am:
18879 And now fix 'make distcheck' (builddir != srcdir)
18881 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18884 * ext/cdparanoia/Makefile.am:
18885 * ext/cdparanoia/gstcdparanoia.c:
18886 * ext/cdparanoia/gstcdparanoia.h:
18887 * ext/cdparanoia/gstcdparanoiasrc.c:
18888 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18889 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18890 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18891 (gst_cd_paranoia_paranoia_callback),
18892 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18893 (gst_cd_paranoia_src_set_property),
18894 (gst_cd_paranoia_src_get_property), (plugin_init):
18895 * ext/cdparanoia/gstcdparanoiasrc.h:
18896 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18897 plugin again (there are still fixes required to playbin to make
18898 cdda:// uris work there).
18900 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18902 * tests/check/Makefile.am:
18903 Fix test case compilation.
18905 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18907 * gst-libs/gst/cdda/gstcddabasesrc.c:
18908 (gst_cdda_base_src_update_duration),
18909 (gst_cdda_base_src_calculate_cddb_id):
18910 An integer is not a string. Fix access to uninitialised variable.
18912 * tests/check/Makefile.am:
18913 Add cddabasesrc unit test; also actually enable the vorbis test.
18915 * tests/check/generic/states.c:
18916 Blacklist new cd audio elements as well.
18918 * tests/check/libs/cddabasesrc.c:
18919 Unit test for GstCddaBaseSrc (discid calculation mostly).
18921 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18923 * docs/libs/Makefile.am:
18924 * docs/libs/gst-plugins-base-libs-docs.sgml:
18925 * docs/libs/gst-plugins-base-libs-sections.txt:
18926 * docs/libs/gst-plugins-base-libs.types:
18927 Add docs for libgstcdda/GstCddaBaseSrc.
18929 * gst-libs/gst/interfaces/mixertrack.h:
18930 Do one struct member per line with a semicolon at the end, that way
18931 even gtk-doc might parse it without complaining.
18933 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18936 * gst-libs/gst/Makefile.am:
18937 * gst-libs/gst/cdda/Makefile.am:
18938 * gst-libs/gst/cdda/base64.c:
18939 * gst-libs/gst/cdda/base64.h:
18940 * gst-libs/gst/cdda/gstcddabasesrc.c:
18941 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18942 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18943 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18944 (gst_cdda_base_src_get_property),
18945 (gst_cdda_base_src_get_track_from_sector),
18946 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18947 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18948 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18949 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18950 (gst_cdda_base_src_uri_get_protocols),
18951 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18952 (gst_cdda_base_src_uri_handler_init),
18953 (gst_cdda_base_src_setup_interfaces),
18954 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18955 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18956 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18957 (gst_cdda_base_src_add_tags),
18958 (gst_cdda_base_src_add_index_associations),
18959 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18960 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18961 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18962 (gst_cdda_base_src_create):
18963 * gst-libs/gst/cdda/gstcddabasesrc.h:
18964 * gst-libs/gst/cdda/sha1.c:
18965 * gst-libs/gst/cdda/sha1.h:
18966 Add new libgstcdda with GstCddaBaseSrc class.
18968 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18970 * ext/gnomevfs/gstgnomevfssink.h:
18971 Use GstBaseSinkClass as parent_class member for class struct, not
18974 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18976 Patch by: Michael Benes
18978 * gst/videotestsrc/gstvideotestsrc.c:
18979 (gst_video_test_src_class_init), (gst_video_test_src_start):
18980 Add start method to reset running time and number of frames sent
18981 when starting up (fixes #324696)
18983 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18985 * docs/plugins/Makefile.am:
18986 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18987 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18988 * docs/plugins/gst-plugins-base-plugins.args:
18989 * docs/plugins/gst-plugins-base-plugins.hierarchy:
18990 * docs/plugins/gst-plugins-base-plugins.signals:
18991 Add docs stuff for gnomevfssrc and gnomevfssink.
18993 * ext/gnomevfs/gstgnomevfssrc.c:
18994 Fix example pipeline in gtk-doc blurb.
18996 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18998 * ext/gnomevfs/Makefile.am:
18999 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19000 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19001 (gst_gnome_vfs_handle_get_type), (plugin_init):
19002 * ext/gnomevfs/gstgnomevfs.h:
19003 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19004 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19005 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19006 (gst_gnome_vfs_sink_set_property),
19007 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19008 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19009 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19010 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19011 (gst_gnome_vfs_sink_uri_get_type),
19012 (gst_gnome_vfs_sink_uri_get_protocols),
19013 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19014 (gst_gnome_vfs_sink_uri_handler_init):
19015 * ext/gnomevfs/gstgnomevfssink.h:
19016 Port gnomevfssink; add gtk-doc blurb.
19018 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19019 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19020 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19021 (gst_gnome_vfs_src_uri_get_type),
19022 (gst_gnome_vfs_src_uri_get_protocols),
19023 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19024 (gst_gnome_vfs_src_uri_handler_init),
19025 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19026 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19027 (gst_gnome_vfs_src_send_additional_headers_callback),
19028 (gst_gnome_vfs_src_received_headers_callback),
19029 (gst_gnome_vfs_src_push_callbacks),
19030 (gst_gnome_vfs_src_pop_callbacks),
19031 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19032 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19033 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19034 * ext/gnomevfs/gstgnomevfssrc.h:
19035 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19036 file; add gtk-doc blurb with example pipelines.
19038 === release 0.10.1 ===
19040 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19043 releasing 0.10.1, "Dobro Dedek"
19045 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19047 * gst/typefind/gsttypefindfunctions.c:
19048 iLBC30 and iLBC20 added to typefind.
19050 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19052 * gst-libs/gst/audio/gstbaseaudiosink.c:
19053 (gst_base_audio_sink_class_init):
19054 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19055 (gst_base_audio_src_class_init):
19056 update strings, values are in microseconds
19057 change the default sink buffer time to something that is smaller
19058 (to help software volume mixing have a slightly lower delay) but
19059 still be acceptable on Wim's laptop
19061 2005-12-20 Edward Hervey <edward@fluendo.com>
19063 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19064 Made a quack, forgot to add DUCK to the riff video template.
19066 2005-12-19 Edward Hervey <edward@fluendo.com>
19068 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19069 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19070 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19071 (gst_ogm_parse_chain):
19072 Make sure pads are initialized correctly.
19073 * gst-libs/gst/riff/riff-ids.h:
19074 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19075 (gst_riff_create_video_template_caps):
19076 Add a whole bunch of FOURCC <=> MimeType.
19077 Extend the riff video pad template to support the newly added fourcc.
19079 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19081 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19082 (gst_ogg_demux_activate_chain):
19083 Extra debug output when activating/deactivating chains.
19085 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19086 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19088 Remove a queue from our list when it becomes unlinked.
19089 Don't add queues to elements in class 'Demux' if they
19090 can only produce one pad
19092 2005-12-18 Julien MOUTTE <julien@moutte.net>
19094 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19095 (gst_video_sink_get_type): Add a debug category.
19097 2005-12-17 Philippe Khalaf <burger@speedy.org>
19099 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19100 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19101 Handle downstream newsegment by sending our own newsegment before the
19102 next buffer to be released. (#323900)
19104 2005-12-17 Philippe Khalaf <burger@speedy.org>
19106 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19107 (gst_base_rtp_depayload_set_gst_timestamp):
19108 add queue delay to new segment as well (as opposed to just the first
19109 buffer). (bug #322347)
19111 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19113 * ext/libvisual/visual.c: (make_valid_name):
19114 change some char* into char[]
19115 * gst/audiotestsrc/gstaudiotestsrc.c:
19116 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19117 (gst_audio_test_src_create):
19118 * gst/audiotestsrc/gstaudiotestsrc.h:
19119 prepare to handle EOS and SEGMENT_DONE
19121 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19123 * tests/check/generic/states.c: (GST_START_TEST):
19124 Blacklist cdparanoia element in state test.
19126 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19128 Patch by: Benjamin Pineau
19130 * gst/tcp/gsttcp.c:
19131 * gst/tcp/gsttcpclientsink.c:
19132 * gst/tcp/gsttcpserversink.c:
19133 * gst/tcp/gsttcpserversrc.c:
19134 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19136 2005-12-15 Michael Smith <msmith@fluendo.com>
19138 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19139 (gst_video_rate_chain):
19140 Fix timestamping for videorate when the first buffer it sees has a
19141 non-zero timestamp. Fix some misleading debug output.
19143 2005-12-15 Michael Smith <msmith@fluendo.com>
19145 * gst/audioresample/gstaudioresample.c:
19146 Don't leak all input buffers to audioresample.
19148 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19150 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19151 Don't operate on empty text buffers. Strip newlines and
19152 tabs only from the end of the text, but leave them intact
19153 in the middle. Fix typo in gtk-doc description.
19155 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19157 * gst/playback/gstplaybasebin.c:
19158 * gst/playback/gstplaybin.c: (handoff):
19159 Make sure the video frame buffer we return to apps via the
19160 "frame" property always has caps set on it. Modify
19161 _gst_gvalue_set_object() macro to handle NULL objects
19164 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19166 * gst/audiotestsrc/gstaudiotestsrc.c:
19167 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19168 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19169 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19170 (gst_audio_test_src_create):
19171 * gst/audiotestsrc/gstaudiotestsrc.h:
19172 Adjust to some recent api changes and add wtays new cool seeking
19175 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19177 * ext/alsa/Makefile.am:
19178 * ext/alsa/gstalsadeviceprobe.c:
19179 * ext/alsa/gstalsadeviceprobe.h:
19180 Helper functions to add device probing via the GstPropertyProbe
19181 interface to a class.
19183 * ext/alsa/gstalsamixer.h:
19184 Comment out GST_ALSA_MIXER, it returns a struct that's not
19187 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19188 Add some debug info.
19190 * ext/alsa/gstalsamixerelement.c:
19191 (gst_alsa_mixer_element_interface_supported),
19192 (gst_implements_interface_init),
19193 (gst_alsa_mixer_element_init_interfaces),
19194 (gst_alsa_mixer_element_class_init),
19195 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19196 (gst_alsa_mixer_element_set_property),
19197 (gst_alsa_mixer_element_get_property),
19198 (gst_alsa_mixer_element_change_state):
19199 * ext/alsa/gstalsamixerelement.h:
19200 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19201 for device handling (gnome-volume-control will need that).
19203 2005-12-12 Christian Schaller <uraeus@gnome.org>
19205 * ext/Makefile.am: fix cdparanoia entry
19206 * gst-plugins-base.spec.in: add cdparanoia
19208 2005-12-12 Michael Smith <msmith@fluendo.com>
19210 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19211 Use the correct function to free list of typefind factories.
19213 2005-12-12 Wim Taymans <wim@fluendo.com>
19215 * gst/videotestsrc/gstvideotestsrc.c:
19216 (gst_video_test_src_class_init), (gst_video_test_src_init),
19217 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19218 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19219 (gst_video_test_src_create):
19220 * gst/videotestsrc/gstvideotestsrc.h:
19221 Implement seeking in videotestsrc.
19224 2005-12-12 Wim Taymans <wim@fluendo.com>
19226 * ext/cdparanoia/Makefile.am:
19227 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19228 (gst_paranoia_endian_get_type), (_do_init),
19229 (cdparanoia_class_init), (cdparanoia_init),
19230 (cdparanoia_set_property), (cdparanoia_get_property),
19231 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19232 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19233 (cdparanoia_convert), (cdparanoia_get_query_types),
19234 (cdparanoia_query), (cdparanoia_set_index),
19235 (cdparanoia_uri_set_uri):
19236 * ext/cdparanoia/gstcdparanoia.h:
19237 Partially ported cdparanoia now that basesrc can support a
19240 2005-12-12 Wim Taymans <wim@fluendo.com>
19242 * tests/examples/seek/scrubby.c: (main):
19243 Set higher priority for bus events so they don't get reordered with
19246 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19247 (flush_toggle_cb), (main):
19248 Added checkbox to disable flushing seeks.
19249 Disable scrubbing when doing non flushing seeks.
19251 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19253 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19254 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19255 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19256 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19257 Implement some sort of event handling that doesn't rely on
19258 g_return_if_fail; make sure we always push the last chunk of an
19259 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19260 state change function; remove some old cruft. Seeking is still
19261 rather unlikely to work though.
19263 * tools/.cvsignore:
19266 2005-12-11 Julien MOUTTE <julien@moutte.net>
19268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19269 Fixed a leak of the current image reference when cleaning up.
19270 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19272 2005-12-09 Michael Smith <msmith@fluendo.com>
19274 * tools/Makefile.am:
19275 * tools/gst-launch-ext-m.m:
19276 Remove gst-launch-ext. It doesn't work, and is no longer
19277 particularly useful.
19279 2005-12-08 Luca Ognibene <luogni@tin.it>
19281 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19282 don't pass random values to ogmparse convert function.
19283 Make seeking possible in the exile1.ogm file.
19285 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19287 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19288 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19289 Work around refcount problem with g_value_set_object() that occur
19290 if the core has been compiled against GLib-2.6 (g_value_set_object()
19291 will only g_object_ref() the element, but the caller will
19292 gst_object_unref() it and bad things will happen due to the way
19293 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19294 totem for people on FC4 using Thomas's 0.10 RPMs.
19296 2005-12-07 Edward Hervey <edward@fluendo.com>
19298 Time to welcome ogm to 0.10 :)
19300 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19301 (gst_ogg_pad_typefind):
19302 Oggdemux can now properly typefind elements with dynamic pads.
19303 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19304 Properly set caps on src pad, and set caps on outgoing buffers.
19306 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19308 * ext/alsa/gstalsamixer.h:
19309 * ext/alsa/gstalsamixerelement.h:
19310 * ext/alsa/gstalsamixeroptions.h:
19311 * ext/alsa/gstalsamixertrack.h:
19312 * ext/alsa/gstalsasink.c:
19313 * ext/alsa/gstalsasink.h:
19314 * ext/alsa/gstalsasrc.c:
19315 * ext/alsa/gstalsasrc.h:
19316 * ext/cdparanoia/gstcdparanoia.h:
19317 * ext/gnomevfs/gstgnomevfsuri.h:
19318 * ext/ogg/gstoggdemux.c:
19319 * ext/ogg/gstoggmux.c:
19320 * ext/pango/gsttextoverlay.h:
19321 * ext/theora/theoradec.c:
19322 * ext/theora/theoraenc.c:
19323 * ext/vorbis/vorbisdec.h:
19324 * ext/vorbis/vorbisenc.c:
19325 * ext/vorbis/vorbisenc.h:
19326 * ext/vorbis/vorbisparse.h:
19327 * gst-libs/gst/audio/gstaudioclock.h:
19328 * gst-libs/gst/audio/gstaudiosink.c:
19329 * gst-libs/gst/audio/gstaudiosink.h:
19330 * gst-libs/gst/audio/gstaudiosrc.c:
19331 * gst-libs/gst/audio/gstaudiosrc.h:
19332 * gst-libs/gst/audio/gstbaseaudiosink.c:
19333 * gst-libs/gst/audio/gstbaseaudiosink.h:
19334 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19335 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19336 * gst-libs/gst/audio/gstringbuffer.h:
19337 * gst-libs/gst/audio/multichannel.h:
19338 * gst-libs/gst/floatcast/floatcast.h:
19339 * gst-libs/gst/interfaces/colorbalance.c:
19340 * gst-libs/gst/interfaces/colorbalance.h:
19341 * gst-libs/gst/interfaces/colorbalancechannel.h:
19342 * gst-libs/gst/interfaces/mixer.h:
19343 * gst-libs/gst/interfaces/mixeroptions.h:
19344 * gst-libs/gst/interfaces/mixertrack.h:
19345 * gst-libs/gst/interfaces/navigation.h:
19346 * gst-libs/gst/interfaces/propertyprobe.h:
19347 * gst-libs/gst/interfaces/tuner.h:
19348 * gst-libs/gst/interfaces/tunerchannel.h:
19349 * gst-libs/gst/interfaces/tunernorm.h:
19350 * gst-libs/gst/interfaces/xoverlay.h:
19351 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19352 * gst-libs/gst/riff/riff-ids.h:
19353 * gst-libs/gst/riff/riff-media.h:
19354 * gst-libs/gst/riff/riff-read.h:
19355 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19356 * gst-libs/gst/rtp/gstbasertppayload.c:
19357 * gst-libs/gst/rtp/gstbasertppayload.h:
19358 * gst-libs/gst/rtp/gstrtpbuffer.c:
19359 * gst-libs/gst/rtp/gstrtpbuffer.h:
19360 * gst-libs/gst/tag/gsttageditingprivate.h:
19361 * gst-libs/gst/tag/gstvorbistag.c:
19362 (gst_tag_list_from_vorbiscomment_buffer):
19363 * gst-libs/gst/tag/tag.h:
19364 * gst-libs/gst/video/video.h:
19365 * gst/adder/gstadder.c:
19366 * gst/adder/gstadder.h:
19367 * gst/audioconvert/audioconvert.c:
19368 * gst/audioconvert/audioconvert.h:
19369 * gst/audioconvert/gstaudioconvert.c:
19370 * gst/audioconvert/gstchannelmix.c:
19371 * gst/audioconvert/gstchannelmix.h:
19372 * gst/audiorate/gstaudiorate.c:
19373 * gst/audioresample/buffer.h:
19374 * gst/audioresample/functable.h:
19375 * gst/audioresample/gstaudioresample.c:
19376 * gst/audioresample/resample.h:
19377 * gst/ffmpegcolorspace/avcodec.h:
19378 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19379 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19380 * gst/ffmpegcolorspace/imgconvert.c:
19381 * gst/ffmpegcolorspace/imgconvert_template.h:
19382 * gst/playback/gstdecodebin.c:
19383 * gst/playback/gstplaybasebin.h:
19384 * gst/playback/gstplaybin.c:
19385 * gst/playback/gststreaminfo.h:
19386 * gst/tcp/gstfdset.c:
19387 * gst/tcp/gstfdset.h:
19388 * gst/tcp/gstmultifdsink.c:
19389 * gst/tcp/gstmultifdsink.h:
19390 * gst/tcp/gsttcp.h:
19391 * gst/tcp/gsttcpclientsrc.c:
19392 * gst/tcp/gsttcpclientsrc.h:
19393 * gst/tcp/gsttcpplugin.h:
19394 * gst/tcp/gsttcpserversink.c:
19395 * gst/tcp/gsttcpserversrc.c:
19396 * gst/typefind/gsttypefindfunctions.c:
19397 * gst/videorate/gstvideorate.c:
19398 * gst/videotestsrc/gstvideotestsrc.h:
19399 * gst/videotestsrc/videotestsrc.h:
19400 * sys/v4l/gstv4lcolorbalance.h:
19401 * sys/v4l/gstv4ltuner.h:
19402 * sys/v4l/gstv4lxoverlay.h:
19403 * sys/v4l/v4l_calls.h:
19404 * sys/v4l/videodev_mjpeg.h:
19405 * tests/check/elements/audioconvert.c:
19406 * tests/check/elements/audioresample.c:
19407 * tests/check/elements/audiotestsrc.c:
19408 * tests/check/elements/videotestsrc.c:
19409 * tests/check/elements/volume.c:
19410 * tests/examples/seek/scrubby.c:
19411 * tests/examples/seek/seek.c:
19414 === release 0.10.0 ===
19416 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19419 releasing 0.10.0, "Mont-d'or"
19421 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19423 * tests/examples/seek/Makefile.am:
19424 Build fix for when gtk is not available.
19426 2005-12-05 Andy Wingo <wingo@pobox.com>
19428 * ext/libvisual/visual.c: (get_buffer):
19429 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19430 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19431 * ext/theora/theoradec.c: (theora_handle_data_packet):
19432 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19433 (theora_enc_chain):
19434 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19435 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19436 Update for alloc_buffer changes.
19438 2005-12-05 Andy Wingo <wingo@pobox.com>
19440 patch by: Kai Vehmanen <kv2004 eca cx>
19442 * gst-libs/gst/rtp/gstbasertpdepayload.c
19443 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19445 2005-12-04 Andy Wingo <wingo@pobox.com>
19447 patch by: Sebastien Cote <sebas642 yahoo ca>
19449 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19452 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19454 * docs/plugins/Makefile.am:
19455 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19456 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19457 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19458 * ext/pango/gstclockoverlay.c:
19459 * ext/pango/gsttextoverlay.c:
19460 * ext/pango/gsttextrender.c:
19461 * ext/pango/gsttimeoverlay.c:
19462 Add gtk-doc blurbs to pango elements.
19464 2005-12-02 Wim Taymans <wim@fluendo.com>
19466 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19467 * gst/audioresample/buffer.h:
19468 * gst/audioresample/gstaudioresample.c:
19469 * gst/audioresample/gstaudioresample.h:
19470 * gst/audioresample/resample.c: (resample_input_flush),
19471 (resample_input_pushthrough), (resample_input_eos),
19472 (resample_get_output_size_for_input),
19473 (resample_get_input_size_for_output), (resample_get_output_size),
19474 (resample_get_output_data):
19475 * gst/audioresample/resample.h:
19476 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19477 Fix audioresample, seek torture, new segments, reverse negotiation
19480 2005-12-02 Wim Taymans <wim@fluendo.com>
19482 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19485 2005-12-02 Wim Taymans <wim@fluendo.com>
19487 * gst/audioconvert/gstaudioconvert.c:
19488 (gst_audio_convert_transform):
19491 === release 0.9.7 ===
19493 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19496 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19498 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19504 add win32 MANIFEST file
19505 do something to the hungarian translation
19507 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19510 Add $(PANGO_DIR) to SUBDIRS
19512 * ext/pango/gstclockoverlay.c:
19513 * ext/pango/gsttimeoverlay.c:
19514 Fix and improve element descriptions.
19516 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19518 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19519 * docs/plugins/inspect/plugin-libvisual.xml:
19520 * docs/plugins/inspect/plugin-pango.xml:
19521 add pango plugin to docs
19523 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19527 moved pango to base
19529 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19532 * tests/Makefile.am:
19533 * tests/icles/.cvsignore:
19534 * tests/icles/Makefile.am:
19535 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19536 (close_display), (resize_window), (move_window), (create_window),
19537 (terminate_playback), (pause_playback), (start_playback), (main):
19538 add stress test for xoverlay from Julien
19540 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19542 * docs/libs/tmpl/gstcolorbalance.sgml:
19543 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19544 * gst-libs/gst/rtp/gstbasertppayload.c:
19545 * gst-libs/gst/rtp/gstrtpbuffer.c:
19546 * gst-libs/gst/rtp/gstrtpbuffer.h:
19547 Do burger's rename for rtp payloaders and depayloaders
19549 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19552 add Visual Studio 6 build files
19554 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19556 * docs/libs/gst-plugins-base-libs-docs.sgml:
19557 * docs/libs/gst-plugins-base-libs-sections.txt:
19558 * docs/libs/tmpl/gstaudio.sgml:
19559 * docs/libs/tmpl/gstringbuffer.sgml:
19560 * gst-libs/gst/interfaces/xoverlay.c:
19561 * gst-libs/gst/video/gstvideofilter.c:
19562 * gst-libs/gst/video/gstvideosink.c:
19563 update documentation
19565 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19567 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19568 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19569 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19570 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19571 (gst_multi_fd_sink_get_stats),
19572 (gst_multi_fd_sink_remove_client_link),
19573 (gst_multi_fd_sink_handle_client_read),
19574 (gst_multi_fd_sink_client_queue_data),
19575 (gst_multi_fd_sink_client_queue_caps),
19576 (gst_multi_fd_sink_client_queue_buffer),
19577 (gst_multi_fd_sink_new_client),
19578 (gst_multi_fd_sink_handle_client_write),
19579 (gst_multi_fd_sink_recover_client),
19580 (gst_multi_fd_sink_queue_buffer),
19581 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19582 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19583 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19584 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19585 * gst/tcp/gstmultifdsink.h:
19586 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19587 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19588 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19589 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19590 (gst_tcp_client_sink_set_property),
19591 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19592 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19593 * gst/tcp/gsttcpclientsink.h:
19594 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19595 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19596 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19597 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19598 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19599 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19600 * gst/tcp/gsttcpclientsrc.h:
19601 * gst/tcp/gsttcpplugin.c: (plugin_init):
19602 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19603 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19604 (gst_tcp_server_sink_finalize),
19605 (gst_tcp_server_sink_handle_server_read),
19606 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19607 (gst_tcp_server_sink_set_property),
19608 (gst_tcp_server_sink_get_property),
19609 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19610 * gst/tcp/gsttcpserversink.h:
19611 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19612 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19613 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19614 (gst_tcp_server_src_set_property),
19615 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19616 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19617 * gst/tcp/gsttcpserversrc.h:
19620 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19622 * docs/plugins/Makefile.am:
19623 * docs/plugins/gst-plugins-base-plugins.args:
19624 * docs/plugins/inspect/plugin-libvisual.xml:
19625 * gst/audioconvert/plugin.h:
19626 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19627 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19628 (gst_audio_rate_setcaps), (gst_audio_rate_init),
19629 (gst_audio_rate_chain), (gst_audio_rate_set_property),
19630 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19632 * gst/audiotestsrc/gstaudiotestsrc.c:
19633 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19634 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19635 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19636 (gst_audio_test_src_get_query_types),
19637 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19638 (gst_audio_test_src_create_square),
19639 (gst_audio_test_src_create_saw),
19640 (gst_audio_test_src_create_triangle),
19641 (gst_audio_test_src_create_silence),
19642 (gst_audio_test_src_create_white_noise),
19643 (gst_audio_test_src_init_pink_noise),
19644 (gst_audio_test_src_generate_pink_noise_value),
19645 (gst_audio_test_src_create_pink_noise),
19646 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19647 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19648 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19650 * gst/audiotestsrc/gstaudiotestsrc.h:
19651 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19652 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19653 (gst_sub_parse_init), (gst_sub_parse_formats),
19654 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19655 (convert_encoding), (get_next_line),
19656 (gst_sub_parse_data_format_autodetect),
19657 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19658 (gst_sub_parse_loop), (gst_sub_parse_chain),
19659 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19661 * gst/subparse/gstsubparse.h:
19662 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19663 (gst_video_rate_base_init), (gst_video_rate_class_init),
19664 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19665 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19666 (gst_video_rate_init), (gst_video_rate_event),
19667 (gst_video_rate_chain), (gst_video_rate_set_property),
19668 (gst_video_rate_get_property), (gst_video_rate_change_state),
19670 * gst/videoscale/gstvideoscale.c:
19671 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19672 (gst_video_scale_src_template_factory),
19673 (gst_video_scale_sink_template_factory),
19674 (gst_video_scale_get_type), (gst_video_scale_base_init),
19675 (gst_video_scale_class_init), (gst_video_scale_init),
19676 (gst_video_scale_set_property), (gst_video_scale_get_property),
19677 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19678 (gst_video_scale_prepare_size), (parse_caps),
19679 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19680 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19681 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19683 * gst/videoscale/gstvideoscale.h:
19684 * gst/videotestsrc/gstvideotestsrc.c:
19685 (gst_video_test_src_pattern_get_type),
19686 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19687 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19688 (gst_video_test_src_set_pattern),
19689 (gst_video_test_src_set_property),
19690 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19691 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19692 (gst_video_test_src_event), (gst_video_test_src_get_times),
19693 (gst_video_test_src_create), (plugin_init):
19694 * gst/videotestsrc/gstvideotestsrc.h:
19695 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19696 (gst_video_test_src_smpte), (gst_video_test_src_snow),
19697 (gst_video_test_src_black):
19698 * gst/videotestsrc/videotestsrc.h:
19700 clean up docs a little
19702 2005-11-30 Wim Taymans <wim@fluendo.com>
19704 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19705 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19706 (gst_basertppayload_event), (gst_basertppayload_push),
19707 (gst_basertppayload_change_state):
19708 * gst-libs/gst/rtp/gstbasertppayload.h:
19711 2005-11-30 Julien MOUTTE <julien@moutte.net>
19713 * docs/libs/gst-plugins-base-libs-docs.sgml:
19714 * docs/libs/gst-plugins-base-libs-sections.txt:
19715 * gst-libs/gst/video/gstvideofilter.c:
19716 * gst-libs/gst/video/gstvideosink.c:
19717 * gst-libs/gst/video/gstvideosink.h: Adding docs.
19719 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19739 * scripts/autoplugins.sh:
19742 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19746 * examples/Makefile.am:
19747 * examples/capsfilter/Makefile.am:
19748 * examples/capsfilter/capsfilter1.c:
19749 * examples/gob/Makefile.am:
19750 * examples/gob/gst-identity2.gob:
19751 * examples/indexing/.cvsignore:
19752 * examples/indexing/Makefile.am:
19753 * examples/indexing/indexmpeg.c:
19754 * examples/seeking/.cvsignore:
19755 * examples/seeking/Makefile.am:
19756 * examples/seeking/cdparanoia.c:
19757 * examples/seeking/cdplayer.c:
19758 * examples/seeking/chained.c:
19759 * examples/seeking/scrubby.c:
19760 * examples/seeking/seek.c:
19761 * examples/stats/Makefile.am:
19762 * examples/stats/mp2ogg.c:
19763 * examples/switch/.cvsignore:
19764 * examples/switch/Makefile.am:
19765 * examples/switch/switcher.c:
19766 * tests/Makefile.am:
19767 * tests/check/generic/.cvsignore:
19768 * tests/check/pipelines/.cvsignore:
19769 * tests/examples/Makefile.am:
19770 * tests/examples/seek/Makefile.am:
19771 reorganize stuff under tests/
19773 2005-11-30 Edward Hervey <edward@fluendo.com>
19775 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19776 Go away you stupid GstStaticPadTemplate memleak.
19778 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19780 * gst-libs/gst/net/Makefile.am:
19781 * gst-libs/gst/net/README:
19782 * gst-libs/gst/net/gstnetbuffer.c:
19783 * gst-libs/gst/net/gstnetbuffer.h:
19784 this was moved to "netbuffer"
19786 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19788 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19789 (gst_video_filter_class_init), (gst_video_filter_init):
19790 * gst-libs/gst/video/gstvideofilter.h:
19791 borgify name to bring in line with other classes
19793 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19795 * gst/audioscale/.cvsignore:
19796 * gst/audioscale/Makefile.am:
19797 * gst/audioscale/README:
19798 * gst/audioscale/audioscale.vcproj:
19799 * gst/audioscale/dtof.c:
19800 * gst/audioscale/dtos.c:
19801 * gst/audioscale/functable.c:
19802 * gst/audioscale/gstaudioscale.c:
19803 * gst/audioscale/gstaudioscale.h:
19804 * gst/audioscale/private.h:
19805 * gst/audioscale/resample.c:
19806 * gst/audioscale/resample.h:
19807 * gst/audioscale/test.c:
19810 2005-11-30 Edward Hervey <edward@fluendo.com>
19812 * gst-libs/gst/netbuffer/Makefile.am:
19813 really, really tired
19815 2005-11-30 Edward Hervey <edward@fluendo.com>
19817 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19818 Update for new GstTypeFindFactory _register()
19820 2005-11-30 Edward Hervey <edward@fluendo.com>
19822 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
19823 Let's not override libgstnet from core for no reason...
19824 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19825 Ok, maybe not so quick next time.
19827 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19830 * gst-libs/gst/Makefile.am:
19831 moved gst-libs/gst/net to netbuffer through CVS surgery
19832 remove old directory
19833 updating build to accomodate
19836 2005-11-29 Andy Wingo <wingo@pobox.com>
19838 * pkgconfig/gstreamer-plugins-base.pc.in:
19839 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19840 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19843 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19845 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19846 3rd time's the charm. Correct ref-counting for discarded buffers.
19848 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19850 * gst/playback/gststreamselector.c:
19851 (gst_stream_selector_class_init),
19852 (gst_stream_selector_set_property),
19853 (gst_stream_selector_get_property),
19854 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19857 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19859 * gst/subparse/gstsubparse.c: (feed_textbuf):
19860 Don't access already unref'ed buffer.
19862 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19864 * gst/playback/gststreamselector.c:
19865 (gst_stream_selector_class_init), (gst_stream_selector_init),
19866 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19867 (gst_stream_selector_get_property),
19868 (gst_stream_selector_get_linked_pad),
19869 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19870 * gst/playback/gststreamselector.h:
19871 Add the active-pad property for playbin to use shortly. Ignore buffers
19872 from any other pad, returning GST_FLOW_NOT_LINKED
19874 2005-11-29 Julien MOUTTE <julien@moutte.net>
19876 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19877 patch from bug #322704 (Alessandro Decina).
19879 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19881 * gst-libs/gst/audio/Makefile.am:
19882 folded audiofilter into the audio library
19884 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19886 * gst/videoscale/gstvideoscale.h:
19887 * gst/videoscale/gstvideoscale.c:
19888 remove unimplemented scale methods
19890 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
19892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19895 2005-11-28 Julien MOUTTE <julien@moutte.net>
19897 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19898 (gst_ximagesink_setcaps):
19899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19900 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19901 happens (only visible on ximagesink but bug is in xv too) set_caps was
19902 destroying the internal x[v]image used to memcpy non locally alloced
19903 buffers so that it got renewed on next _chain. The issue is that
19904 _expose will try to put that image as it reffed it in _put.
19905 Using gst_buffer_unref instead of destroy fixes it !
19907 2005-11-28 Edward Hervey <edward@fluendo.com>
19909 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19910 (try_to_link_1), (queue_filled_cb):
19911 Better use of the queues. Start with a small size queue and only increase
19912 the size of the queues when the other queues are empty.
19914 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
19916 * gst-libs/gst/video/Makefile.am:
19917 compile in copied-over videofilter into the video library
19918 * gst-libs/gst/video/videosink.h:
19919 rename the header to gstvideosink.h since it's a base GstObject class
19920 * sys/ximage/ximagesink.h:
19921 * sys/xvimage/xvimagesink.h:
19924 2005-11-28 Wim Taymans <wim@fluendo.com>
19926 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19927 * gst/playback/gstplaybasebin.h:
19928 Prepare to handle errors betters.
19930 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19931 Set sinks to PAUSED first before adding and linking them so that
19932 we don't interrupt dataflow.
19934 2005-11-28 Wim Taymans <wim@fluendo.com>
19936 * gst-libs/gst/audio/TODO:
19939 * gst-libs/gst/audio/gstaudiosink.c:
19940 (gst_audioringbuffer_open_device),
19941 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19942 (gst_audioringbuffer_release):
19945 * gst-libs/gst/audio/gstbaseaudiosink.c:
19946 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19947 (gst_base_audio_sink_change_state):
19948 Slave to the master clock when going to PLAYING and unslave when
19951 * gst-libs/gst/audio/gstringbuffer.c:
19952 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19953 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19954 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19955 (gst_ring_buffer_clear_all), (wait_segment),
19956 (gst_ring_buffer_commit), (gst_ring_buffer_read),
19957 (gst_ring_buffer_advance):
19958 * gst-libs/gst/audio/gstringbuffer.h:
19959 Add some docs and cleanups.
19961 2005-11-28 Julien MOUTTE <julien@moutte.net>
19963 * sys/xvimage/xvimagesink.c:
19964 (gst_xvimagesink_navigation_send_event): Fix navigation events
19965 coordinates translation with pixel aspect ratios.
19967 2005-11-28 Julien MOUTTE <julien@moutte.net>
19969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19970 Use calculated video geometry from _setcaps instead of buffer
19971 caps to respect pixel aspect ratio. (fixes #322388)
19973 2005-11-28 Julien MOUTTE <julien@moutte.net>
19975 * docs/libs/tmpl/gstcolorbalance.sgml:
19976 * docs/libs/tmpl/gstmixer.sgml:
19977 * docs/libs/tmpl/gstxoverlay.sgml:
19978 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19981 2005-11-28 Julien MOUTTE <julien@moutte.net>
19983 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19984 Refuse to create an XvImage if we can't find the format.
19986 2005-11-28 Edward Hervey <edward@fluendo.com>
19988 * gst-libs/gst/riff/riff-media.c:
19989 (gst_riff_create_audio_template_caps):
19990 Add ATRAC3 to the list of riff-possible audio caps.
19991 I know we still don't have a plugin for atrac3, but it's saner to output
19992 that than a cryptic mimetype.
19994 2005-11-27 Edward Hervey <edward@fluendo.com>
19996 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19997 Don't try to create a zero-sized subbuffer.
19999 2005-11-27 Julien MOUTTE <julien@moutte.net>
20001 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20002 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20003 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20004 (gst_ximagesink_expose): Fixed a tricky race.
20005 * sys/ximage/ximagesink.h:
20006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20007 (gst_xvimagesink_expose): Fixed a tricky race.
20008 * sys/xvimage/xvimagesink.h:
20010 2005-11-27 Edward Hervey <edward@fluendo.com>
20012 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20013 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20014 Remove unused properties, and add queues between demuxers and decoders
20015 so that a lot more files can preroll properly.
20017 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20019 * gst-libs/gst/net/Makefile.am:
20020 * gst-libs/gst/rtp/Makefile.am:
20021 * gst-libs/gst/tag/Makefile.am:
20022 remove silly include
20023 * gst/tags/Makefile.am:
20024 * gst/tags/gsttagediting.c:
20025 * gst/tags/gsttageditingprivate.h:
20026 * gst/tags/tagedit.vcproj:
20027 remove directory, is as good as empty
20029 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20032 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20033 * gst-libs/Makefile.am:
20034 * gst-libs/gst/audio/Makefile.am:
20035 * gst-libs/gst/interfaces/Makefile.am:
20036 * gst-libs/gst/net/Makefile.am:
20037 * gst-libs/gst/riff/Makefile.am:
20038 * gst-libs/gst/rtp/Makefile.am:
20039 * gst-libs/gst/tag/Makefile.am:
20040 * gst-libs/gst/video/Makefile.am:
20043 2005-11-27 Julien MOUTTE <julien@moutte.net>
20045 * docs/libs/tmpl/gstcolorbalance.sgml:
20046 * docs/libs/tmpl/gstmixer.sgml:
20047 * docs/libs/tmpl/gstxoverlay.sgml:
20048 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20049 * sys/ximage/ximagesink.h:
20050 * sys/xvimage/xvimagesink.h: More and more documentation.
20052 2005-11-26 Julien MOUTTE <julien@moutte.net>
20054 * docs/libs/gst-plugins-base-libs-docs.sgml:
20055 * docs/libs/gst-plugins-base-libs-sections.txt:
20056 * docs/libs/tmpl/gstcolorbalance.sgml:
20057 * docs/libs/tmpl/gstmixer.sgml:
20058 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20061 2005-11-26 Julien MOUTTE <julien@moutte.net>
20063 * docs/plugins/Makefile.am:
20064 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20065 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20066 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20068 2005-11-26 Julien MOUTTE <julien@moutte.net>
20070 * docs/plugins/Makefile.am:
20071 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20072 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20073 * docs/plugins/inspect/plugin-adder.xml:
20074 * docs/plugins/inspect/plugin-alsa.xml:
20075 * docs/plugins/inspect/plugin-audioconvert.xml:
20076 * docs/plugins/inspect/plugin-audiorate.xml:
20077 * docs/plugins/inspect/plugin-audioresample.xml:
20078 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20079 * docs/plugins/inspect/plugin-decodebin.xml:
20080 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20081 * docs/plugins/inspect/plugin-gnomevfs.xml:
20082 * docs/plugins/inspect/plugin-ogg.xml:
20083 * docs/plugins/inspect/plugin-playbin.xml:
20084 * docs/plugins/inspect/plugin-subparse.xml:
20085 * docs/plugins/inspect/plugin-tcp.xml:
20086 * docs/plugins/inspect/plugin-theora.xml:
20087 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20088 * docs/plugins/inspect/plugin-video4linux.xml:
20089 * docs/plugins/inspect/plugin-videorate.xml:
20090 * docs/plugins/inspect/plugin-videoscale.xml:
20091 * docs/plugins/inspect/plugin-videotestsrc.xml:
20092 * docs/plugins/inspect/plugin-volume.xml:
20093 * docs/plugins/inspect/plugin-vorbis.xml:
20094 * docs/plugins/inspect/plugin-ximagesink.xml:
20095 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20096 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20098 2005-11-26 Edward Hervey <edward@fluendo.com>
20100 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20101 Properly return GstFlowReturn from gst_pad_push in chain functions.
20103 2005-11-25 Michael Smith <msmith@fluendo.com>
20105 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20106 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20107 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20108 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20109 Handle various conditions better when we don't understand a stream.
20110 Removes a heap of CRITICALs on ogg streams containing unknown data.
20112 2005-11-24 Andy Wingo <wingo@pobox.com>
20114 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20117 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20119 * configure.ac: back to HEAD
20121 === release 0.9.6 ===
20123 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20126 releasing 0.9.6, "White Eight"
20128 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20130 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20131 * docs/plugins/inspect/plugin-sine.xml:
20132 remove sinesrc some more
20134 2005-11-23 Wim Taymans <wim@fluendo.com>
20136 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20137 If we are reading too slowly, jump forward in the ringbuffer
20138 instead of blocking.
20140 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20142 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20143 (gst_visual_chain):
20144 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20145 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20146 (gst_videorate_chain):
20147 * gst/videotestsrc/gstvideotestsrc.c:
20148 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20149 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20150 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20151 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20152 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20153 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20154 Updates for API changes
20156 2005-11-23 Wim Taymans <wim@fluendo.com>
20158 * gst-libs/gst/audio/gstbaseaudiosink.c:
20159 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20160 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20161 Fix for calibration API change.
20163 2005-11-23 Michael Smith <msmith@fluendo.com>
20165 * gst-libs/gst/audio/multichannel.c:
20166 (gst_audio_get_channel_positions),
20167 (gst_audio_set_channel_positions),
20168 (gst_audio_set_structure_channel_positions_list),
20169 (gst_audio_fixate_channel_positions):
20170 Use gst_value_array_*() functions on value arrays, not
20171 gst_value_list_*().
20173 2005-11-23 Edward Hervey <edward@fluendo.com>
20176 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20179 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20181 * check/Makefile.am:
20182 * check/elements/videotestsrc.c: (setup_videotestsrc),
20183 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20185 add a test for videotestsrc
20187 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20189 * gst/sine/.cvsignore:
20190 * gst/sine/Makefile.am:
20191 * gst/sine/gstsinesrc.c:
20192 * gst/sine/gstsinesrc.h:
20193 * gst/sine/sinesrc.vcproj:
20194 and remove sinesrc from the repository. Closes #321446
20196 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20199 * gst-plugins-base.spec.in:
20200 remove sinesrc from the build
20202 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20204 * check/Makefile.am:
20205 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20206 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20208 add a test for audiotestsrc, testing all waves. Even seems
20209 leak-free at first glance, nice job Stefan
20211 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20227 Translation string updates
20229 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20230 (gst_v4lsrc_set_caps):
20231 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20232 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20233 * sys/v4l/v4lsrc_calls.h:
20234 Improve v4lsrc, by making it work again.
20236 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20238 * ext/libvisual/visual.c: (gst_visual_chain):
20239 Fix the fps calculations.
20241 * gst/ffmpegcolorspace/avcodec.h:
20242 Move structure element for clarity
20244 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20245 * gst-libs/gst/interfaces/tunernorm.h:
20246 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20247 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20248 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20249 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20250 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20251 (gst_v4lmjpegsrc_getcaps):
20252 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20253 (gst_v4lsrc_set_caps):
20254 * sys/v4l/gstv4lsrc.h:
20255 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20256 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20257 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20258 * sys/v4l/v4lsrc_calls.h:
20259 Fractional framerates...
20261 2005-11-22 Wim Taymans <wim@fluendo.com>
20263 * gst-libs/gst/audio/gstbaseaudiosink.c:
20264 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20265 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20266 And we provide a clock by default, of course...
20268 2005-11-22 Wim Taymans <wim@fluendo.com>
20270 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20271 This clock can be slaved to a master clock now.
20273 * gst-libs/gst/audio/gstbaseaudiosink.c:
20274 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20275 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20276 (gst_base_audio_sink_set_clock),
20277 (gst_base_audio_sink_set_property),
20278 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20279 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20280 * gst-libs/gst/audio/gstbaseaudiosink.h:
20281 Handle slaving the internal clock to the clock selected in the
20283 Add property to make the basesink not provide a clock.
20285 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20286 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20287 (gst_base_rtp_depayload_wait):
20288 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20289 We can use the clock in GstElement, no need to store it ourselves.
20291 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20293 * docs/libs/tmpl/gstaudio.sgml:
20295 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20296 (gst_paranoia_endian_get_type):
20297 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20298 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20299 * gst/audiotestsrc/gstaudiotestsrc.c:
20300 (gst_audiostestsrc_wave_get_type):
20301 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20302 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20303 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20304 (gst_sync_method_get_type), (gst_unit_type_get_type),
20305 (gst_client_status_get_type), (gst_multifdsink_class_init),
20306 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20307 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20308 (gst_multifdsink_get_property):
20309 * gst/tcp/gstmultifdsink.h:
20310 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20311 * gst/videotestsrc/gstvideotestsrc.c:
20312 (gst_videotestsrc_pattern_get_type):
20313 remove deprecated properties
20314 fix up enums to correctly have short lowercase dashed nicks
20316 2005-11-22 Michael Smith <msmith@fluendo.com>
20318 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20319 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20322 2005-11-22 Michael Smith <msmith@fluendo.com>
20324 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20325 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20326 Use utility method for scaling clocktime for fractional framerates.
20328 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20330 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20331 (gst_visual_chain):
20332 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20333 * ext/theora/theoradec.c: (theora_handle_type_packet):
20334 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20335 (theora_enc_chain):
20336 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20337 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20338 * gst-libs/gst/video/video.h:
20339 * gst/ffmpegcolorspace/avcodec.h:
20340 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20341 (gst_ffmpeg_caps_to_pixfmt):
20342 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20343 (gst_ffmpegcsp_set_caps):
20344 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20345 (gst_videorate_setcaps), (gst_videorate_blank_data),
20346 (gst_videorate_chain):
20347 * gst/videotestsrc/gstvideotestsrc.c:
20348 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20349 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20350 (gst_videotestsrc_event), (gst_videotestsrc_create):
20351 * gst/videotestsrc/gstvideotestsrc.h:
20352 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20353 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20354 (gst_ximagesink_get_times), (gst_ximagesink_init):
20355 * sys/ximage/ximagesink.h:
20356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20357 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20358 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20359 * sys/xvimage/xvimagesink.h:
20360 Convert elements to use fractions for their framerate.
20361 V4L elements to come later tonight.
20363 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20365 * gst-libs/gst/audio/audio.c:
20366 * gst-libs/gst/audio/audio.h:
20367 remove some deprecated functions
20369 2005-11-22 Andy Wingo <wingo@pobox.com>
20371 * Update for gst_tag_setter API changes.
20373 2005-11-22 Andy Wingo <wingo@pobox.com>
20375 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20376 (gst_ogg_demux_perform_seek):
20377 * ext/theora/theoradec.c (theora_dec_sink_event):
20378 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20381 2005-11-22 Wim Taymans <wim@fluendo.com>
20383 * examples/seeking/seek.c: (main):
20384 Give higher priority to bus signals than the gtk events
20385 to fix a race condition in the segment looping.
20387 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20389 * ext/theora/Makefile.am:
20390 * ext/vorbis/Makefile.am:
20391 * gst-libs/gst/tag/Makefile.am:
20392 * gst-plugins-base.spec.in:
20393 Rename libgsttagedit to libgsttag (#322117).
20395 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20397 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20399 Call gst_x_overlay_prepare_xwindow_id() to give applications
20400 a final chance to set their own xwindow id before the video
20401 sink creates its own window.
20403 2005-11-22 Julien MOUTTE <julien@moutte.net>
20405 * sys/xvimage/xvimagesink.c:
20406 (gst_xvimagesink_navigation_send_event): Handle navigation
20407 events correcly with borders if applicable.
20409 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20411 Patch by: Luca Ognibene
20413 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20414 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20415 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20416 (gst_ffmpegcsp_caps_remove_format_info):
20417 * gst/ffmpegcolorspace/imgconvert.c:
20418 * gst/ffmpegcolorspace/imgconvert_template.h:
20419 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20420 #318353); use gst_structure_has_name().
20422 2005-11-22 Julien MOUTTE <julien@moutte.net>
20424 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20425 (gst_ximagesink_class_init): Add debug macros on functions.
20426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20427 (gst_xvimagesink_xwindow_draw_borders),
20428 (gst_xvimagesink_xvimage_put),
20429 (gst_xvimagesink_xwindow_update_geometry),
20430 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20431 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20432 (gst_xvimagesink_xcontext_clear),
20433 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20434 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20435 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20436 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20437 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20438 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20439 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20440 expose while being PAUSED, out of data flow navigation events, etc..
20442 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20444 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20445 * gst-libs/gst/audio/audio.h:
20446 fix prototype - wondering why the test worked regardless
20448 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20450 * check/Makefile.am:
20451 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20452 * gst-libs/gst/audio/audio.h:
20453 add a method that returns a proper GstClockTime
20455 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20457 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20458 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20459 * gst-libs/gst/interfaces/xoverlay.h:
20460 Remove everything having to do with the desired size; add
20461 gst_x_overlay_prepare_xwindow_id() function; remove the
20462 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20463 post a message on the bus instead (#321816).
20465 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20467 (gst_xvimagesink_xoverlay_init):
20468 Remove desired size stuff (#321816).
20470 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20472 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20473 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20474 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20475 Terminate vararg functions with NULL instead of 0 to
20478 2005-11-21 Andy Wingo <wingo@pobox.com>
20480 patch by: Sebastien Cote <sebas642@yahoo.ca>
20482 * gst-libs/gst/rtp/gstrtpbuffer.h:
20483 * gst-libs/gst/rtp/gstrtpbuffer.c
20484 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20486 2005-11-21 Andy Wingo <wingo@pobox.com>
20488 * gst/playback/gstplaybin.c (gen_audio_element)
20489 (gen_video_element): Use the new MISSING_PLUGIN core error
20490 category. Closes #320060.
20492 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20493 * gst/videorate/gstvideorate.c (gst_videorate_event):
20494 * ext/theora/theoradec.c (theora_dec_sink_event):
20495 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20498 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20499 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20500 stream lock changes.
20502 2005-11-21 Wim Taymans <wim@fluendo.com>
20504 * gst-libs/gst/audio/gstbaseaudiosink.c:
20505 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20506 (gst_base_audio_sink_provide_clock),
20507 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20508 (gst_base_audio_sink_change_state):
20509 * gst/audioresample/gstaudioresample.c:
20510 Segment update fix.
20512 2005-11-21 Andy Wingo <wingo@pobox.com>
20515 * *.c: Ran scripts/update-macros. Oh yes.
20517 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20519 * sys/ximage/Makefile.am:
20520 * sys/ximage/ximage.c:
20521 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20522 remove your old libgstximage.* manually if necessary).
20524 2005-11-21 Michael Smith <msmith@fluendo.com>
20526 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20527 Minimal fix for bug #320200: set the min/max bitrate in the correct
20528 units. A better fix would be to upgrade to the RATEMANAGE2
20529 interface, rather than using the deprecated interface used here, but
20530 that would require an update in our libvorbis dependency (to 1.1),
20531 which is probably undesirable.
20533 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20535 * ext/libvisual/visual.c: (get_buffer):
20536 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20537 (gst_base_audio_src_fixate):
20538 * gst/audioconvert/gstaudioconvert.c:
20539 (gst_audio_convert_fixate_caps):
20540 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20541 * gst/audiotestsrc/gstaudiotestsrc.c:
20542 (gst_audiotestsrc_src_fixate):
20543 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20544 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20545 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20546 * gst/videotestsrc/gstvideotestsrc.c:
20547 (gst_videotestsrc_src_fixate):
20548 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20549 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20550 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20554 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20556 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20557 (gst_riff_create_iavs_caps):
20558 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20559 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20560 (gst_riff_parse_info):
20561 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20562 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20563 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20564 Fixes for GST_FOURCC_FORMAT API change.
20566 2005-11-21 Andy Wingo <wingo@pobox.com>
20568 patch by: Alessandro Dessina <alessandro nnva org>
20570 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20571 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20572 (gst_ogg_parse_chain):
20573 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20574 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20575 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20576 gst_value_list calls on arrays. Fixes #321962.
20578 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20580 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20581 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20582 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20583 * gst/adder/gstadder.c: (gst_adder_init),
20584 (gst_adder_request_new_pad), (gst_adder_collected),
20585 (gst_adder_change_state):
20586 Update for gst_collectpads_foo() to gst_collect_pads_foo()
20589 2005-11-21 Michael Smith <msmith@fluendo.com>
20591 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20592 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20593 Properly handle pad_push return values.
20595 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
20597 * gst-libs/gst/tag/Makefile.am:
20598 * gst-libs/gst/tag/gstvorbistag.c:
20599 (gst_tag_list_to_vorbiscomment_buffer):
20600 Remove obsolete vorbistag element and debug category.
20602 * gst/playback/gstplaybasebin.c: (check_queue):
20603 Don't divide by 0 when queue-threshold is 0.
20605 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20606 Don't modify an existing pixel-aspect-ratio if we fail to read
20609 2005-11-20 Wim Taymans <wim@fluendo.com>
20611 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20612 (gst_vorbisenc_push_packet):
20613 GST_PAD_IS_USABLE is gone, use the return value of
20614 the push or pad_alloc_buffer instead.
20616 2005-11-18 Julien MOUTTE <julien@moutte.net>
20618 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20619 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20620 (gst_ximagesink_ximage_destroy),
20621 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20622 (gst_ximagesink_xwindow_new),
20623 (gst_ximagesink_xwindow_update_geometry),
20624 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20625 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20626 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20627 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20628 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20629 (gst_ximagesink_navigation_send_event),
20630 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20631 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20632 (gst_ximagesink_finalize), (gst_ximagesink_init),
20633 (gst_ximagesink_class_init):
20634 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20635 This new version brings correct software scaling, non flickering
20636 window while resizing, pixel aspect ratio handling, usage of
20637 hardware buffer pools, out of data flow event thread for
20638 navigation and handling of expose events even when being PAUSED,
20639 a new property to keep video aspect ratio when resizing, etc...
20641 2005-11-18 Julien MOUTTE <julien@moutte.net>
20643 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20644 (gst_videoscale_fixate_caps): Introduce back caps fixate with
20647 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
20649 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20650 Unsetting IS_SINK flag from the fakesink, so decodebin
20651 never behaves as a sink.
20653 2005-11-17 Wim Taymans <wim@fluendo.com>
20655 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20656 (gst_base_audio_src_change_state):
20657 Fix the audiosrc base class again, we did not unflush.
20659 2005-11-17 Julien MOUTTE <julien@moutte.net>
20661 * examples/seeking/seek.c: (make_dv_pipeline),
20662 (make_vorbis_theora_pipeline), (make_avi_pipeline),
20663 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20664 to ogg/vorbis/theora pipeline.
20666 2005-11-17 Wim Taymans <wim@fluendo.com>
20668 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20669 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20670 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20671 Fix EOS on multiple streams.
20674 2005-11-16 Wim Taymans <wim@fluendo.com>
20676 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20677 (gst_ogg_demux_perform_seek):
20678 Segment done must include stream time.
20680 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20681 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20682 (gst_ogg_mux_change_state):
20683 Fix ogg muxer again.
20685 2005-11-16 Wim Taymans <wim@fluendo.com>
20687 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20690 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20692 * ext/libvisual/visual.c: (gst_visual_init):
20693 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20694 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20695 (gst_ogg_parse_chain):
20696 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20697 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20698 * ext/theora/theoradec.c: (gst_theora_dec_init):
20699 * ext/theora/theoraenc.c: (gst_theora_enc_init):
20700 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20701 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20702 * gst/adder/gstadder.c: (gst_adder_class_init),
20703 (gst_adder_dispose):
20704 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20705 * gst/subparse/gstsubparse.c: (gst_subparse_init):
20706 * gst/videorate/gstvideorate.c: (gst_videorate_init):
20707 Fix a whole set of pad template leaks
20709 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20711 * check/generic/states.c: (GST_START_TEST):
20712 fix the test so that it only checks for elements that are part of
20715 2005-11-16 Michael Smith <msmith@fluendo.com>
20717 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20718 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20719 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20720 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20721 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20722 (gst_ogg_mux_change_state):
20723 Fix leaking collectpads.
20725 2005-11-16 Edward Hervey <edward@fluendo.com>
20727 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20728 (gst_videorate_event), (gst_videorate_chain):
20729 Handle segment seeks
20731 2005-11-16 Wim Taymans <wim@fluendo.com>
20733 * gst-libs/gst/audio/gstbaseaudiosink.c:
20734 (gst_base_audio_sink_provide_clock),
20735 (gst_base_audio_sink_change_state):
20736 Set ringbuffer to non-flushing when going to PAUSED, set to
20737 flushing again when going to READY.
20739 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20740 (gst_ring_buffer_stop):
20741 Start in flushing mode by default.
20742 Don't set flushing in the _stop method, let the app call
20745 2005-11-16 Julien MOUTTE <julien@moutte.net>
20747 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20748 * gst-libs/gst/video/videosink.h: Add helper function needed
20751 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
20753 * gst/videoscale/gstvideoscale.c:
20754 (gst_videoscale_handle_src_event):
20755 Don't leak reference to pad parent.
20757 2005-11-16 Wim Taymans <wim@fluendo.com>
20759 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20760 Set ringbuffer to flushing when stopping so that we don't
20761 block on wait_segment anymore and livelock.
20763 2005-11-16 Wim Taymans <wim@fluendo.com>
20765 * examples/seeking/seek.c: (send_event), (do_seek),
20766 (loop_toggle_cb), (segment_done), (main):
20767 Added looping checkbox.
20769 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20771 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20772 (gst_ogg_demux_init):
20773 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20774 (gst_vorbis_dec_init):
20775 revert unrefs, they don't pass make check
20777 2005-11-15 Johan Dahlin <johan@gnome.org>
20779 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20780 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20781 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20782 (gst_vorbis_dec_init):
20783 Fix pad template leaks.
20785 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20787 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20788 Make state change function thread safe.
20790 2005-11-15 Edward Hervey <edward@fluendo.com>
20792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20793 (gst_ogg_demux_class_init):
20794 Implement GstElement::send_event, so we can send seek events
20797 2005-11-14 Julien MOUTTE <julien@moutte.net>
20799 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20800 Discovered how to take away flickering while resizing the
20801 window. Please don't put that in ximagesink, refactoring in
20804 2005-11-14 Michael Smith <msmith@fluendo.com>
20806 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20807 (gst_multifdsink_render):
20808 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20810 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
20812 * gst/playback/gstplaybin.c: (gen_audio_element):
20813 Use autoaudiosink, it tends to be more widely available than
20816 2005-11-14 Andy Wingo <wingo@pobox.com>
20818 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20819 as well if it is available. Fixes #316442.
20821 2005-11-14 Michael Smith <msmith@fluendo.com>
20823 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20824 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20825 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20826 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20827 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20828 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20829 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20830 (gst_vorbisenc_change_state):
20831 Fix a small memory leak in vorbisenc.
20832 Fix large memory leaks in oggmux, also fix lots of state change
20835 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
20837 * gst/videotestsrc/gstvideotestsrc.c:
20838 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20839 (gst_videotestsrc_src_fixate):
20840 move fixation to a fixate function
20841 remove negotiate function, basesrc's is good enough
20842 fixes a bug for check when using the element alone
20844 2005-11-13 Edward Hervey <edward@fluendo.com>
20846 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20847 (key_toggle_cb), (main):
20848 Added checkboxes for adding/removing the accurate and key_unit seek
20851 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20853 * configure.ac: back to HEAD
20855 === release 0.9.5 ===
20857 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20860 releasing 0.9.5, "No No Kia"
20862 2005-11-11 Edward Hervey <edward@fluendo.com>
20864 * examples/seeking/seek.c: (make_parselaunch_pipeline):
20865 Added parse-launch syntax seeking mode for the seeking example.
20866 This should help stress-test even more cases.
20867 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20869 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20871 * sys/xvimage/xvimagesink.c:
20872 (gst_xvimagesink_navigation_send_event):
20873 Check whether peer pad exists before sending navigation events
20876 2005-11-11 Michael Smith <msmith@fluendo.com>
20878 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20879 (gst_vorbisenc_buffer_from_packet):
20880 * ext/vorbis/vorbisenc.h:
20881 Set duration on encoded buffers. This allows oggmux's
20882 max_page_delay parameter to actually work.
20884 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20886 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20887 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20888 (gst_ffmpegcsp_avpicture_fill):
20889 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20890 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20891 Make palettes work again (see #132341). Use our own macros
20894 2005-11-10 Andy Wingo <wingo@pobox.com>
20896 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20899 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20901 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20902 (gst_ffmpegcsp_transform_caps):
20903 Prefer passthrough in transform_caps
20905 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20907 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20908 check for ALSA errors properly, instead of relying on ALSA's
20909 error strings to serve to the user.
20911 2005-11-10 Wim Taymans <wim@fluendo.com>
20913 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20914 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20915 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20916 Modernise the seek code.
20918 2005-11-10 Michael Smith <msmith@fluendo.com>
20920 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20921 (setup_substreams), (set_active_source):
20922 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20923 trying to go to NULL if we failed to read a file.
20925 2005-11-10 Wim Taymans <wim@fluendo.com>
20927 * gst/audiotestsrc/gstaudiotestsrc.c:
20928 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20929 (gst_audiotestsrc_create):
20930 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20931 (gst_sinesrc_get_times), (gst_sinesrc_create):
20932 * gst/videotestsrc/gstvideotestsrc.c:
20933 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20934 (gst_videotestsrc_create):
20935 The base class can now sync for us.
20937 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20939 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20940 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20941 name=source autoprobe=false autoprobe-fps=false copy-mode=1
20942 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20943 format=(fourcc)I420" ! xvimagesink
20945 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
20947 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20948 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20949 (gst_sinesrc_newsegment):
20950 Send newsegment event in TIME format, set duration if
20951 num-buffers is set, fix duration querying.
20953 2005-11-10 Michael Smith <msmith@fluendo.com>
20955 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20956 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20957 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20958 (gst_ogg_mux_collected):
20959 Fix EOS handling, partially. Now forwarding an EOS event once we have
20960 EOS on all pads works correctly. However, we still don't properly set
20961 EOS on the actual ogg stream pages.
20963 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
20965 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20966 Set elements to NULL state before disposing of them.
20968 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
20970 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20972 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20973 (gst_base_rtp_depayload_init),
20974 (gst_base_rtp_depayload_set_gst_timestamp):
20975 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20976 We need to send a newsegment event for each instance, not
20977 just for the first instance of this class (get rid of
20978 static variable in function). (#321011).
20980 2005-11-08 Michael Smith <msmith@fluendo.com>
20982 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20983 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20984 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20985 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20986 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20987 This makes us mux things correctly according to the ogg muxing
20988 rules. Still not handling EOS correctly right now, though.
20990 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
20992 * gst/audioconvert/gstaudioconvert.c:
20995 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
20997 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20998 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20999 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21000 creating a new chain; should fix live streaming. Also
21001 add more debug output and fix a typo.
21003 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21005 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21007 * gst/volume/gstvolume.c: (volume_set_caps):
21008 Fix compilation on Solaris with Forte. (#320923)
21010 2005-11-08 Wim Taymans <wim@fluendo.com>
21012 * gst-libs/gst/audio/gstbaseaudiosink.c:
21013 (gst_base_audio_sink_render):
21014 No need to do a typecheck.
21016 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21018 * ext/alsa/gstalsa.h:
21019 We register a debug category, so let's use it.
21021 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21023 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21024 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21025 Fixed a small problem.
21027 2005-11-04 Wim Taymans <wim@fluendo.com>
21029 * examples/seeking/Makefile.am:
21030 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21031 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21032 (make_playerbin_pipeline), (format_value), (update_scale),
21033 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21034 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21035 (print_usage), (main):
21036 Added app for playback speed testing.
21038 * examples/seeking/seek.c: (dynamic_link),
21039 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21040 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21041 (message_received), (main):
21042 Updated seek example.
21044 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21046 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21047 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21048 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21049 (gst_base_rtp_depayload_set_clock):
21050 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21051 Don't sleep on the bench (system clock) when you have a nice
21052 comfortable bed (Gstreamer clock) to sleep on.
21054 2005-11-03 Wim Taymans <wim@fluendo.com>
21056 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21057 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21058 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21059 Handle the case where a pad_block failed.
21061 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21063 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21065 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21066 (gst_base_rtp_depayload_add_to_queue),
21067 (gst_base_rtp_depayload_push),
21068 (gst_base_rtp_depayload_set_gst_timestamp),
21069 (gst_base_rtp_depayload_queue_release):
21070 Fixes some bugs in the depayloader's queuing/de-queueing code.
21072 2005-10-31 Michael Smith <msmith@fluendo.com>
21074 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21075 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21076 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21077 Patch from Alessandro Decina <alessandro@nnva.org>.
21078 Make oggdemux only find the final time in a chain, not per-pad,
21079 since the per-pad information can be very expensive to locate, and
21080 it isn't used anywhere. This makes reading a file containing
21081 OggSkeleton reasonably fast.
21082 Also, make chain finding work when there are logical bitstreams that
21083 can't be decoded. Fixes #319110.
21085 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21087 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21088 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21089 (gst_base_rtp_depayload_chain),
21090 (gst_base_rtp_depayload_add_to_queue),
21091 (gst_base_rtp_depayload_push),
21092 (gst_base_rtp_depayload_set_gst_timestamp),
21093 (gst_base_rtp_depayload_queue_release),
21094 (gst_base_rtp_depayload_start_thread),
21095 (gst_base_rtp_depayload_set_property),
21096 (gst_base_rtp_depayload_get_property):
21097 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21098 Some random fixes, to fullfill the desires of thomas.
21100 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21102 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21103 (gst_base_rtp_depayload_add_to_queue),
21104 (gst_base_rtp_depayload_push):
21105 Fixed the queueing algorithm.
21107 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21109 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21110 (gst_base_rtp_depayload_push):
21113 2005-10-31 Wim Taymans <wim@fluendo.com>
21115 * gst-libs/gst/audio/gstringbuffer.h:
21118 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21119 (gst_ffmpeg_caps_to_pixfmt):
21120 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21121 (gst_ffmpegcsp_set_caps):
21122 Some more comments.
21123 Handle missing required caps fields better.
21125 2005-10-31 Wim Taymans <wim@fluendo.com>
21127 * gst-libs/gst/audio/gstbaseaudiosink.c:
21128 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21129 (gst_base_audio_sink_render):
21130 * gst-libs/gst/audio/gstringbuffer.c:
21131 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21132 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21133 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21134 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21135 (gst_ring_buffer_read):
21136 * gst-libs/gst/audio/gstringbuffer.h:
21137 Add flushing mode to the ringbuffer so that it in all cases does
21138 not try to handle more audio. This makes sure it does not try to
21139 block anymore when flushing and fixes a livelock.
21141 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21143 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21144 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21145 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21146 Explicitly check for -1 values before doing a conversion
21147 and always map them to -1. (#315545)
21149 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21151 * gst/playback/gstplaybin.c: (gen_video_element):
21152 first try autovideosink, then xvimagesink, then error out
21154 add translatable file
21169 update translations
21171 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21173 * gst-libs/gst/rtp/gstbasedepayload.c:
21174 * gst-libs/gst/rtp/gstbasedepayload.h:
21177 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21179 * gst/playback/.cvsignore:
21180 * gst/playback/decodetest.c:
21181 * gst/playback/test3.c:
21182 Port these two tests as well.
21184 2005-10-27 Wim Taymans <wim@fluendo.com>
21186 * ext/theora/theoradec.c: (theora_dec_src_query),
21187 (theora_dec_sink_event):
21188 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21189 (theora_enc_change_state):
21190 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21191 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21192 Take proper locks when handling events.
21194 2005-10-27 Wim Taymans <wim@fluendo.com>
21196 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21197 (gst_adder_change_state):
21198 Fix timestamps and fix deadlock when stopping the collectpads.
21200 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21202 * gst-libs/gst/rtp/gstrtpbuffer.h:
21203 Declaring the payload types as strings too so that they can be used
21204 in the padtemplate inialization.
21206 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21208 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21210 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21211 (gst_base_rtp_depayload_class_init):
21212 Fixes a small but nasty bug. The derived elements no longer segfaults
21215 2005-10-26 Michael Smith <msmith@fluendo.com>
21217 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21218 When clearing an audioconvert context, set tmpbufsize to zero, so
21219 we'll allocate it again later if required.
21220 This fixes audioconvert re-negotiating formats, which previously
21221 segfaulted with a NULL destination buffer.
21223 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21225 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21226 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21227 (gst_base_rtp_depayload_set_gst_timestamp),
21228 (gst_base_rtp_depayload_queue_release):
21229 Fixed a smalll memleak.
21231 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21232 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21233 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21234 (gst_base_rtp_depayload_finalize),
21235 (gst_base_rtp_depayload_setcaps),
21236 (gst_base_rtp_depayload_add_to_queue),
21237 (gst_base_rtp_depayload_push),
21238 (gst_base_rtp_depayload_set_gst_timestamp),
21239 (gst_base_rtp_depayload_queue_release),
21240 (gst_base_rtp_depayload_thread),
21241 (gst_base_rtp_depayload_change_state):
21242 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21243 Changed the C++ comments to C comments
21245 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21247 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21248 * gst/tcp/gsttcpclientsrc.h:
21249 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21250 * gst/tcp/gsttcpserversrc.h:
21251 Remove unused 'curoffset' structure member.
21253 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21255 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21256 (gst_base_rtp_depayload_base_init),
21257 (gst_base_rtp_depayload_finalize):
21258 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21259 * gst-libs/gst/rtp/gstbasertppayload.h:
21260 The pad-template on the sinkpad should be set by the derived classes.
21261 Also added some useful macros.
21263 2005-10-24 Wim Taymans <wim@fluendo.com>
21265 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21266 Correctly flush decoder samples even if we could not
21267 copy them to an output buffer. Fixes #319618.
21269 2005-10-24 Julien MOUTTE <julien@moutte.net>
21271 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21272 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21273 the caps against our xcontext caps.
21275 2005-10-24 Wim Taymans <wim@fluendo.com>
21277 * gst-libs/gst/audio/gstbaseaudiosink.c:
21278 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21280 Use sync property from baseclass to disable sync.
21282 2005-10-24 Wim Taymans <wim@fluendo.com>
21284 * gst-libs/gst/audio/gstbaseaudiosink.c:
21285 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21286 Buffers with no timestamps get aligned with previous buffers or
21287 on underrun, played ASAP.
21289 2005-10-24 Julien MOUTTE <julien@moutte.net>
21291 * gst-libs/gst/video/video.h:
21292 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21293 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21294 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21295 here comes my change on caps for framerate and geometry range.
21296 We are now accepting 1 to MAXINT for width and height, and from
21297 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21298 to be blended correctly in videomixer.
21300 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21305 === release 0.9.4 ===
21307 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21312 releasing 0.9.4, "Velociraptor"
21314 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21316 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21320 2005-10-21 Wim Taymans <wim@fluendo.com>
21322 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21323 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21324 (pad_blocked), (close_pad_link), (new_pad):
21325 Don't try to remove elements twice.
21327 2005-10-21 Wim Taymans <wim@fluendo.com>
21329 * ext/theora/theoradec.c: (theora_dec_src_query),
21330 (theora_dec_sink_event):
21331 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21332 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21333 (vorbis_handle_data_packet):
21334 * ext/vorbis/vorbisdec.h:
21337 * gst-libs/gst/audio/gstbaseaudiosink.c:
21338 (gst_base_audio_sink_render):
21339 Don't try to sync on buffers without a timestamp.
21341 2005-10-21 Wim Taymans <wim@fluendo.com>
21343 * ext/theora/theoradec.c: (theora_dec_src_query),
21344 (theora_dec_sink_event):
21345 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21346 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21347 (vorbis_handle_data_packet):
21348 * ext/vorbis/vorbisdec.h:
21351 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21353 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21354 (gst_vorbisenc_src_query):
21355 Implement position and duration queries.
21357 * gst/playback/test3.c: (update_scale), (main):
21358 Fix for async state changes and print nicer output.
21360 2005-10-20 Wim Taymans <wim@fluendo.com>
21362 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21363 (dump_element_stats), (main):
21364 * gst/playback/test6.c: (main):
21367 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21369 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21370 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21371 Don't use functions for position queries when handling
21374 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21376 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21377 (vorbis_handle_data_packet), (vorbis_dec_chain),
21378 (vorbis_dec_change_state):
21379 * ext/vorbis/vorbisdec.h:
21380 Vorbis streams can be embedded in other container formats
21381 than ogg, container formats where the demuxer might set
21382 timestamps on encoded vorbis buffers instead of those silly
21383 granulepos thingies. In short: make vorbisdec handle
21384 timestamps on incoming buffers as well.
21386 2005-10-20 Wim Taymans <wim@fluendo.com>
21388 * gst/playback/gstplaybasebin.c: (group_destroy),
21389 (gst_play_base_bin_change_state):
21391 Handle case where playbasebin is now ASYNC because
21394 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21396 * gst/audioconvert/Makefile.am:
21397 * gst/audioconvert/bufferframesconvert.c:
21398 * gst/audioconvert/plugin.c: (plugin_init):
21399 * gst/audioconvert/plugin.h:
21400 And bye bye buffer-frames-convert
21402 2005-10-19 Wim Taymans <wim@fluendo.com>
21404 * check/elements/audioconvert.c:
21405 * docs/libs/tmpl/gstaudio.sgml:
21406 * docs/libs/tmpl/gstcolorbalance.sgml:
21407 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21408 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21409 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21410 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21411 * gst-libs/gst/audio/audio.h:
21412 * gst/audioconvert/audioconvert.h:
21413 * gst/audioconvert/gstaudioconvert.c:
21414 (gst_audio_convert_parse_caps):
21415 * gst/volume/gstvolume.c:
21416 Bye bye buffer-frames.
21418 2005-10-19 Wim Taymans <wim@fluendo.com>
21420 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21421 (query_positions_elems), (query_positions_pads), (update_scale),
21422 (do_seek), (set_update_scale), (message_received), (main):
21423 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21424 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21425 (gst_ogg_demux_loop):
21426 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21427 * ext/theora/theoradec.c: (theora_dec_src_query),
21428 (theora_dec_sink_event):
21429 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21430 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21431 * gst/adder/gstadder.c: (gst_adder_query):
21432 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21433 * gst/playback/test3.c: (update_scale):
21434 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21435 (dump_element_stats), (main):
21436 * gst/playback/test6.c: (main):
21437 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21440 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21442 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21443 (xml_check_first_element), (xml_type_find), (smil_type_find),
21445 Add typefinding for SMIL and for generic XML. Based on patch by
21446 Akos Maroy (#308663).
21448 2005-10-18 Wim Taymans <wim@fluendo.com>
21450 * gst/playback/Makefile.am:
21451 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21452 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21453 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21454 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21455 (gst_decode_bin_change_state):
21456 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21457 (gst_play_bin_send_event_to_sink):
21458 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21459 (dump_element_stats), (main):
21460 * gst/playback/test6.c: (main):
21461 Make playbin async, it'll commit state to paused when all streams
21464 Added test6.c to show async behaviour.
21466 2005-10-18 Wim Taymans <wim@fluendo.com>
21468 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21469 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21470 Fix for segment-start/stop API change.
21472 2005-10-18 Wim Taymans <wim@fluendo.com>
21474 * check/Makefile.am:
21475 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21477 Add future test for clock selection.
21479 2005-10-18 Wim Taymans <wim@fluendo.com>
21481 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21482 (gst_alsasink_close):
21483 Set handle to NULL.
21485 * gst-libs/gst/audio/gstringbuffer.c:
21486 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21487 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21488 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21489 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21490 (gst_ring_buffer_read):
21493 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21495 * gst/audiotestsrc/Makefile.am:
21496 * gst/sine/Makefile.am:
21497 * gst/volume/Makefile.am:
21498 fix broken build of controllerized plugins
21500 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21502 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21504 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21505 (gst_riff_create_video_template_caps):
21506 Add support for Indeo-3 (IV32).
21508 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21513 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21515 * gst-libs/gst/video/video.c: (gst_video_get_size):
21516 * gst/audiotestsrc/gstaudiotestsrc.c:
21519 2005-10-17 Andy Wingo <wingo@pobox.com>
21521 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21522 with the collectpads change.
21523 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21525 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21527 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21529 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21530 alloc_buffer flow return to callers.
21531 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21532 change. Fix some memleaks in theoraenc.
21534 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21535 in strange circumstance.
21537 2005-10-17 Julien MOUTTE <julien@moutte.net>
21539 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21540 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21541 from caps, let's use the caps...
21543 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21546 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21548 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21550 * gst-libs/gst/interfaces/Makefile.am:
21553 2005-10-16 Andy Wingo <wingo@pobox.com>
21555 * gst/playback/gstdecodebin.c
21556 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21558 (try_to_link_1): Increase kraziness level.
21560 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21563 restructure like the core one
21564 * gst-libs/gst/audio/Makefile.am:
21565 * gst-libs/gst/interfaces/Makefile.am:
21566 * gst-libs/gst/net/Makefile.am:
21567 * gst-libs/gst/riff/Makefile.am:
21568 * gst-libs/gst/rtp/Makefile.am:
21569 * gst-libs/gst/tag/Makefile.am:
21570 * gst-libs/gst/video/Makefile.am:
21571 use correct linker flags, now the libs are properly versioned
21572 * check/elements/audioconvert.c: (verify_convert):
21573 * ext/alsa/gstalsaplugin.c:
21574 * ext/cdparanoia/gstcdparanoia.c:
21575 * ext/gnomevfs/gstgnomevfs.c:
21576 * ext/libvisual/visual.c:
21577 * ext/ogg/gstogg.c:
21578 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21579 * ext/theora/theora.c:
21580 * ext/vorbis/vorbis.c:
21581 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21582 * gst-libs/gst/tag/gsttagediting.c:
21583 * gst-libs/gst/video/video.c:
21584 * gst/adder/gstadder.c:
21585 * gst/audioconvert/plugin.c:
21586 * gst/audiorate/gstaudiorate.c:
21587 * gst/audioresample/gstaudioresample.c:
21588 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21589 * gst/audioscale/gstaudioscale.c:
21590 * gst/audioscale/resample.c:
21591 * gst/audiotestsrc/gstaudiotestsrc.c:
21592 * gst/ffmpegcolorspace/gstffmpeg.c:
21593 * gst/playback/gstdecodebin.c: (close_pad_link):
21594 * gst/playback/gstplaybin.c: (gen_video_element),
21595 (gen_audio_element):
21596 * gst/sine/gstsinesrc.c:
21597 * gst/subparse/gstsubparse.c:
21598 * gst/tags/gsttagediting.c:
21599 * gst/tcp/gsttcpplugin.c:
21600 * gst/typefind/gsttypefindfunctions.c:
21601 * gst/videorate/gstvideorate.c:
21602 * gst/videoscale/gstvideoscale.c:
21603 * gst/videotestsrc/gstvideotestsrc.c:
21604 * gst/volume/gstvolume.c:
21605 * sys/v4l/gstv4l.c:
21606 * sys/ximage/ximage.c:
21607 * sys/xvimage/xvimagesink.c:
21610 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21612 * ext/vorbis/vorbisenc.c:
21613 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21614 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21615 (gst_tag_to_vorbis_comments):
21616 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21618 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21620 * examples/stats/mp2ogg.c:
21621 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21624 2005-10-13 Michael Smith <msmith@fluendo.com>
21626 * ext/ogg/gstoggmux.c:
21627 Use magic glib macros to define constants as 64 bit, to ensure
21628 appropriate vararg passing.
21630 2005-10-13 Michael Smith <msmith@fluendo.com>
21632 * ext/ogg/gstoggmux.c:
21633 * gst/audioconvert/audioconvert.c: (float):
21634 Don't use LL suffix, as it's not portable, and neither of these
21635 uses required it anyway.
21637 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21639 * examples/indexing/indexmpeg.c: (main):
21640 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21641 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21642 (cdparanoia_convert), (cdparanoia_query):
21643 * ext/cdparanoia/gstcdparanoia.h:
21644 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21645 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21646 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21647 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21648 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21649 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21650 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21651 (gst_multifdsink_render), (gst_multifdsink_start),
21652 (gst_multifdsink_stop):
21653 * gst/tcp/gstmultifdsink.h:
21654 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21655 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21656 (gst_tcpclientsink_stop):
21657 * gst/tcp/gsttcpclientsink.h:
21658 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21659 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21660 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21661 * gst/tcp/gsttcpclientsrc.h:
21662 * gst/tcp/gsttcpserversink.h:
21663 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21664 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21665 (gst_tcpserversrc_stop):
21666 * gst/tcp/gsttcpserversrc.h:
21667 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21668 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21669 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21670 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21671 moved bitshift from macro to enum definition
21673 2005-10-12 Wim Taymans <wim@fluendo.com>
21675 * examples/seeking/Makefile.am:
21678 2005-10-12 Wim Taymans <wim@fluendo.com>
21680 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21681 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21682 Don't assert on normal stuff.
21684 * gst/playback/gstplaybin.c: (do_playbin_seek):
21687 2005-10-12 Wim Taymans <wim@fluendo.com>
21689 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21690 * examples/seeking/Makefile.am:
21691 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21692 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21693 (do_seek), (set_update_scale), (message_received), (main):
21694 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21695 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21696 Update for _get_state() API change.
21698 2005-10-11 Wim Taymans <wim@fluendo.com>
21700 * gst-libs/gst/audio/gstbaseaudiosink.c:
21701 (gst_base_audio_sink_render):
21702 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21703 (gst_base_audio_src_create):
21704 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21705 (gst_ring_buffer_read):
21707 Commit and read from ringbuffer in samples rather than bytes.
21709 2005-10-11 Wim Taymans <wim@fluendo.com>
21711 * gst-libs/gst/audio/gstbaseaudiosink.c:
21712 (gst_base_audio_sink_render):
21713 Respect segment rate and accum when scheduling samples.
21715 2005-10-11 Julien MOUTTE <julien@moutte.net>
21717 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21718 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21719 EOS correctly, that needs more work.
21721 2005-10-11 Wim Taymans <wim@fluendo.com>
21723 * check/generic/states.c: (GST_START_TEST):
21724 remove old property.
21726 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21727 (gst_ogg_demux_perform_seek):
21728 * ext/theora/theoradec.c: (theora_dec_sink_event):
21729 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21730 (vorbis_handle_data_packet):
21731 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21732 (gst_base_rtp_depayload_set_gst_timestamp):
21733 * gst/videorate/gstvideorate.c: (gst_videorate_event):
21734 Update for newsegment API change.
21736 2005-10-11 Michael Smith <msmith@fluendo.com>
21738 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21739 (do_playbin_seek), (gst_play_bin_send_event):
21740 Override send_event differently, so that we can takes bits of
21741 functionality from GstPipeline (special handling for seeks,
21742 including pausing/resuming, and resetting stream time) and still get
21743 the appropriate behaviour of only forwarding event to a single sink,
21744 rather than all of them.
21745 Unfortunately requires a lot of code duplication, but the
21746 alternatives are equally ugly in the end.
21748 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
21750 * check/elements/audioconvert.c: (setup_audioconvert),
21751 (cleanup_audioconvert), (get_int_caps), (verify_convert),
21752 (GST_START_TEST), (audioconvert_suite):
21753 clean up tests a little, fix some leaks.
21755 2005-10-10 Wim Taymans <wim@fluendo.com>
21757 * ext/alsa/gstalsasink.c:
21758 Also allow unsigned int.
21760 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21761 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21764 2005-10-10 Wim Taymans <wim@fluendo.com>
21766 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21767 Small update, use API as stated in design docs.
21769 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21770 (update_scale), (do_seek), (seek_cb), (set_update_scale),
21771 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21772 (message_received), (main):
21773 Updated seek example for GOption. Some usability improvements.
21775 2005-10-10 Wim Taymans <wim@fluendo.com>
21777 * gst/audioconvert/audioconvert.h:
21778 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21779 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21780 Alloc temp storage somewhere else where we can do it more
21783 2005-10-10 Wim Taymans <wim@fluendo.com>
21785 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21786 (gst_tcpserversrc_start):
21787 Don't block in accept while doing the state change, move
21788 to poll and make cancellable.
21790 2005-10-09 Philippe Khalaf <burger@speedy.org>
21792 * gst-libs/gst/rtp/rtpbasedepayload.c:
21793 Set timestamp and add queue delay to timestamp
21794 * gst-libs/gst/rtp/rtpbuffer.h:
21795 Set correct payload type for h263
21797 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21799 * gst/audiotestsrc/gstaudiotestsrc.c:
21800 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21801 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21802 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21803 (gst_audiotestsrc_create_triangle),
21804 (gst_audiotestsrc_create_silence),
21805 (gst_audiotestsrc_create_white_noise),
21806 (gst_audiotestsrc_init_pink_noise),
21807 (gst_audiotestsrc_generate_pink_noise_value),
21808 (gst_audiotestsrc_create_pink_noise),
21809 (gst_audiotestsrc_change_wave):
21810 * gst/audiotestsrc/gstaudiotestsrc.h:
21811 fixed typo, added pink noise
21813 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21815 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21817 Add wavpack and spc typefind functions from 0.8 branch.
21819 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21821 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21822 (ar_type_find), (msdos_type_find), (plugin_init):
21823 Add typefind functions for tar archives, ar archives,
21824 RAR archives, and msdos-executables (dlls, exe, etc.).
21825 Some of those would be wrongly identified as mpeg
21826 streams of some sort before (#315550).
21828 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21831 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21832 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21833 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21834 * gst/audiotestsrc/Makefile.am:
21835 * gst/audiotestsrc/gstaudiotestsrc.c:
21836 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21837 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21838 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21839 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21840 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21841 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21842 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21843 (gst_audiotestsrc_create_silence),
21844 (gst_audiotestsrc_create_white_noise),
21845 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21846 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21847 (gst_audiotestsrc_start), (plugin_init):
21848 * gst/audiotestsrc/gstaudiotestsrc.h:
21849 add new plugin and element
21850 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21853 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21855 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21856 (gst_adder_init), (gst_adder_request_new_pad),
21857 (gst_adder_change_state):
21858 Add query function to source pad, so adder reports the correct
21859 time/sample position when queried (#315457); fix state change
21860 function; use GST_DEBUG_FUNCPTR() for pad functions.
21862 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
21864 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21865 Fix leaks in typefind registration
21866 Clean up the gratuitous commenting and whitespacing a little
21868 2005-10-08 Wim Taymans <wim@fluendo.com>
21870 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21871 Only actually wait for the thread to be stopped if it's
21874 2005-10-08 Wim Taymans <wim@fluendo.com>
21876 * gst-libs/gst/audio/gstbaseaudiosink.c:
21877 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21878 If we receive EOS we can start playback of what we had.
21880 2005-10-08 Wim Taymans <wim@fluendo.com>
21882 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21883 (gst_multifdsink_finalize), (multifdsink_hash_remove),
21884 (gst_multifdsink_stop):
21885 Fix crasher when going to NULL multiple times.
21887 2005-10-06 Wim Taymans <wim@fluendo.com>
21889 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21890 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21891 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21892 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21893 patch from Edgard Lima <edgard.lima@indt.org.br>
21894 Fixed gstbaseaudiosrc adding ring buffer sync to it.
21896 2005-10-06 Wim Taymans <wim@fluendo.com>
21898 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21899 Report the FLOW_RETURN as string in the error message.
21901 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21902 Don't assert when clearing an unnegotiated buffer.
21904 2005-10-04 Michael Smith <msmith@fluendo.com>
21906 * gst/playback/gstplaybasebin.c: (group_destroy),
21907 (gen_preroll_element), (remove_groups), (setup_source):
21908 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21909 (setup_sinks), (gst_play_bin_send_event),
21910 (gst_play_bin_change_state):
21911 Set state to NULL before removing from bin. Fix refcounting.
21913 2005-10-04 Michael Smith <msmith@fluendo.com>
21915 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21916 Correct refcounting in send_event() function. Previously was wrong
21917 if the first sink was unable to handle the event.
21919 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21922 back to development
21924 === release 0.9.3 ===
21926 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21929 Releasing 0.9.3, "De Facto"
21931 2005-10-03 Andy Wingo <wingo@pobox.com>
21933 * gst/playback/gstdecodebin.c (try_to_link_1)
21934 (remove_element_chain): set element to NULL before removing it.
21936 2005-10-02 Johan Dahlin <johan@gnome.org>
21938 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
21939 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21942 2005-10-02 Andy Wingo <wingo@pobox.com>
21944 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
21945 (gst_ring_buffer_prepare_read):
21946 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21949 2005-09-29 Wim Taymans <wim@fluendo.com>
21951 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21952 * ext/theora/theoradec.c: (theora_handle_data_packet):
21953 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21954 Propagate error codes from alloc_buffer too.
21956 2005-09-29 Wim Taymans <wim@fluendo.com>
21958 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21961 * gst/playback/Makefile.am:
21962 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21963 (dump_element_stats), (main):
21964 Added example stream introspection code.
21966 2005-09-28 Stefan Kost <ensonic@users.sf.net>
21968 * gst/adder/gstadder.c: (gst_adder_collected):
21969 fix adder for float elements
21971 2005-09-28 Wim Taymans <wim@fluendo.com>
21973 * gst-libs/gst/audio/gstbaseaudiosink.c:
21974 (gst_base_audio_sink_class_init),
21975 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21976 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21977 (gst_base_audio_src_class_init),
21978 (gst_base_audio_src_provide_clock):
21979 get_clock -> provide_clock
21981 2005-09-28 Andy Wingo <wingo@pobox.com>
21983 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21986 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21989 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21990 Actually add the pad template.
21991 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21993 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21996 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21997 from fdsrc. Get caps in create() instead of start() so it can be
21998 interrupted. Interruption somewhat untested.
22000 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22001 Proper EOS handling.
22003 2005-09-27 Andy Wingo <wingo@pobox.com>
22005 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22007 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22009 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22011 * gst/tcp/gsttcp.h:
22012 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22013 out of tcpclientsrc.c. Cancellable.
22014 (gst_tcp_socket_read): Made private, cancellable, with better
22015 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22016 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22017 whole buffer, and better diagnostics.
22018 (gst_tcp_gdp_read_caps): Same.
22020 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22022 2005-09-26 Andy Wingo <wingo@pobox.com>
22024 * gst/sine/gstsinesrc.h:
22025 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22026 change the 'sync' property to 'is-live' and implement it halfway,
22027 update for controller api change.
22029 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22030 controller api change.
22032 2005-09-24 Wim Taymans <wim@fluendo.com>
22034 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22035 * gst-libs/gst/audio/gstaudiosink.c:
22036 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22037 (gst_audioringbuffer_stop):
22038 * gst-libs/gst/audio/gstbaseaudiosink.c:
22039 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22040 (gst_base_audio_sink_change_state):
22041 * gst-libs/gst/audio/gstbaseaudiosink.h:
22042 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22043 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22044 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22045 * gst-libs/gst/audio/gstringbuffer.h:
22046 Fix sync again. Moved sample alignment to basesink.
22048 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22050 * docs/plugins/Makefile.am:
22051 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22052 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22053 * gst/volume/gstvolume.c:
22055 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22056 * gst-libs/gst/audio/audio.h:
22057 add conversion macros for frames <-> clocktime
22059 2005-09-23 David Schleef <ds@schleef.org>
22061 * gst/audioresample/Makefile.am:
22062 * gst/audioresample/debug.h:
22063 * gst/audioresample/gstaudioresample.c:
22064 * gst/audioresample/resample.c: Convert to using gst debugging
22066 2005-09-22 Wim Taymans <wim@fluendo.com>
22068 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22069 (gst_play_bin_send_event):
22070 Only seek on one sink, the first one that succeeds.
22072 2005-09-22 Michael Smith <msmith@fluendo.com>
22074 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22075 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22076 Don't flush encoder state unless we have an initialised encoder.
22077 Clear out encoder state on PAUSED_TO_READY.
22079 2005-09-22 Wim Taymans <wim@fluendo.com>
22081 * gst-libs/gst/rtp/gstbasertppayload.c:
22082 (gst_basertppayload_class_init), (gst_basertppayload_init),
22083 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22084 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22085 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22086 (gst_basertppayload_set_property),
22087 (gst_basertppayload_get_property),
22088 (gst_basertppayload_change_state):
22089 * gst-libs/gst/rtp/gstbasertppayload.h:
22090 Added max-ptime to control amount of data in the rtp packets.
22092 2005-09-21 Andy Wingo <wingo@pobox.com>
22094 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22097 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22098 can be called multiple times, dogs.
22100 2005-09-21 Wim Taymans <wim@fluendo.com>
22102 * gst-libs/gst/rtp/gstbasertppayload.c:
22103 (gst_basertppayload_class_init), (gst_basertppayload_init),
22104 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22105 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22106 (gst_basertppayload_push), (gst_basertppayload_get_property),
22107 (gst_basertppayload_change_state):
22110 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22112 * docs/libs/compiling.sgml:
22115 2005-09-20 Wim Taymans <wim@fluendo.com>
22117 * gst-libs/gst/rtp/gstbasertppayload.c:
22118 (gst_basertppayload_class_init), (gst_basertppayload_init),
22119 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22120 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22121 (gst_basertppayload_push), (gst_basertppayload_set_property),
22122 (gst_basertppayload_get_property),
22123 (gst_basertppayload_change_state):
22124 * gst-libs/gst/rtp/gstbasertppayload.h:
22125 Added property to configure sequence number offsets.
22127 2005-09-20 Wim Taymans <wim@fluendo.com>
22129 * gst-libs/gst/rtp/gstbasertppayload.c:
22130 (gst_basertppayload_class_init), (gst_basertppayload_init),
22131 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22132 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22133 (gst_basertppayload_push), (gst_basertppayload_set_property),
22134 (gst_basertppayload_get_property),
22135 (gst_basertppayload_change_state):
22136 * gst-libs/gst/rtp/gstbasertppayload.h:
22137 Make timestamp offset configurable.
22139 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22141 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22142 fix wrong pop/unref
22144 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22146 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22148 * gst-libs/gst/interfaces/propertyprobe.c:
22149 (gst_property_probe_probe_property_name),
22150 (gst_property_probe_needs_probe_name),
22151 (gst_property_probe_get_values_name),
22152 (gst_property_probe_probe_and_get_values_name):
22153 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22154 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22156 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22158 * check/Makefile.am:
22159 have some tests be disabled for valgrinding
22160 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22162 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22163 Fix A Leak. Chain To Parent Finalize.
22165 2005-09-19 Wim Taymans <wim@fluendo.com>
22167 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22168 Fixed wav pipeline.
22170 2005-09-19 Wim Taymans <wim@fluendo.com>
22172 * gst-libs/gst/rtp/gstbasertppayload.c:
22173 (gst_basertppayload_class_init), (gst_basertppayload_init),
22174 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22175 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22176 (gst_basertppayload_push), (gst_basertppayload_get_property),
22177 (gst_basertppayload_change_state):
22178 Posting ERROR and WARNING messages is good.
22180 2005-09-19 Wim Taymans <wim@fluendo.com>
22182 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22183 (gst_base_rtp_depayload_add_to_queue),
22184 (gst_base_rtp_depayload_push),
22185 (gst_base_rtp_depayload_set_gst_timestamp),
22186 (gst_base_rtp_depayload_queue_release):
22187 This one was not supposed to go in.
22189 2005-09-19 Wim Taymans <wim@fluendo.com>
22191 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22194 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22195 (gst_base_rtp_depayload_chain),
22196 (gst_base_rtp_depayload_add_to_queue),
22197 (gst_base_rtp_depayload_push),
22198 (gst_base_rtp_depayload_set_gst_timestamp),
22199 (gst_base_rtp_depayload_queue_release):
22202 * gst-libs/gst/rtp/gstbasertppayload.c:
22203 (gst_basertppayload_class_init), (gst_basertppayload_init),
22204 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22205 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22206 (gst_basertppayload_get_property),
22207 (gst_basertppayload_change_state):
22208 Added debugging category.
22210 2005-09-18 David Schleef <ds@schleef.org>
22212 * gst/playback/gstdecodebin.c: free plugin list correctly
22213 * gst/playback/gstplaybin.c: emit warning if autovideosink
22214 and autoaudiosink can't be found (instead of segfaulting)
22216 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22218 * check/elements/audioconvert.c: (GST_START_TEST):
22219 try out 24 bit conversion
22221 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22223 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22224 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22225 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22226 * ext/vorbis/vorbisenc.h:
22227 Fix EOS handling. Still needs a fix in the ogg muxer to
22228 mark the last page as eos.
22230 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22232 * common/gtk-doc-plugins.mak:
22233 * docs/plugins/Makefile.am:
22234 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22235 * gst/ffmpegcolorspace/Makefile.am:
22236 * gst/ffmpegcolorspace/avcodec.h:
22237 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22238 * gst/tcp/gstmultifdsink.c:
22239 fix up ffmpegcolorspace docs; extract header
22241 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22243 * common/gtk-doc-plugins.mak:
22244 * docs/plugins/Makefile.am:
22245 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22246 * ext/theora/Makefile.am:
22247 * ext/theora/gsttheoraenc.h:
22248 * ext/theora/theoraenc.c:
22249 * ext/vorbis/vorbisenc.c:
22250 pick up signals and args for vorbis; add some docs for vorbis
22252 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22254 * common/gstdoc-scangobj:
22255 * common/gtk-doc-plugins.mak:
22256 * docs/libs/Makefile.am:
22257 * docs/plugins/gst-plugins-base-plugins.args:
22258 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22259 * docs/plugins/gst-plugins-base-plugins.interfaces:
22260 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22261 * docs/plugins/gst-plugins-base-plugins.signals:
22262 only scanobj stuff from our source module. Not sure yet
22263 if that's correct, given the hierarchy stuff :)
22265 2005-09-15 Wim Taymans <wim@fluendo.com>
22267 * gst/audioconvert/gstaudioconvert.c:
22268 And enable 24 bits mode as well..
22270 2005-09-15 Wim Taymans <wim@fluendo.com>
22272 * gst-libs/gst/rtp/Makefile.am:
22273 * gst-libs/gst/rtp/gstbasertppayload.c:
22274 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22275 (gst_basertppayload_class_init), (gst_basertppayload_init),
22276 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22277 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22278 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22279 (gst_basertppayload_set_property),
22280 (gst_basertppayload_get_property),
22281 (gst_basertppayload_change_state):
22282 * gst-libs/gst/rtp/gstbasertppayload.h:
22283 Added rtp payloader base class.
22285 2005-09-15 Andy Wingo <wingo@pobox.com>
22287 * configure.ac (plugindir): Remove the EOL matcher from the
22288 regexp, as it causes me problems. Libtool? Make? Who knows?
22290 2005-09-14 David Schleef <ds@schleef.org>
22292 * check/generic/states.c:
22293 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22294 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22295 Fixes for changes in registry API.
22297 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22298 to GST_PLUGIN_LDFLAGS.
22299 * ext/libvisual/visual.c: Make the library shut up.
22300 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22301 * gst-libs/gst/audio/gstaudiofilter.c: same
22303 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22305 * docs/plugins/Makefile.am:
22306 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22307 * docs/plugins/inspect/plugin-libvisual.xml:
22308 * docs/plugins/tmpl/element-tcpserversink.sgml:
22309 * ext/theora/theoraenc.c:
22310 add libvisual plugin and theoraenc element to docs
22312 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22314 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22315 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22316 * ext/theora/theoraenc.c:
22319 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22321 * gst/audioconvert/Makefile.am:
22322 Audioconvert derives from GstBaseTransform and should
22323 link to the library with our base elements to avoid
22324 unresolved symbols. Makes things work with MinGW (#316160)
22326 * gst/playback/test4.c: (main):
22327 Fix MinGW build problem and use g_usleep() instead of
22330 2005-09-12 Wim Taymans <wim@fluendo.com>
22332 * gst/audioconvert/audioconvert.c: (float),
22333 (audio_convert_prepare_context), (audio_convert_convert):
22334 * gst/audioconvert/audioconvert.h:
22335 Cleanups, speedups, simplifications, added back support
22338 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22340 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22341 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22342 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22343 * docs/plugins/tmpl/element-tcpserversink.sgml:
22344 * gst/ffmpegcolorspace/gstffmpeg.c:
22345 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22346 * gst/videotestsrc/gstvideotestsrc.c:
22347 * gst/volume/gstvolume.c:
22348 add more elements to the docs
22350 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22352 * check/Makefile.am:
22353 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22354 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22355 Add extra tests for basetransform based components.
22356 Comment out the test_element_negotiation test until we decide
22357 if it's testing correct behaviour.
22358 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22359 (gst_visual_chain), (gst_visual_change_state):
22360 Slightly more correct but still bogus timestamping.
22361 Fix state change function.
22362 * gst/audioconvert/gstaudioconvert.c:
22363 (gst_audio_convert_class_init):
22364 * gst/audioresample/gstaudioresample.c:
22365 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22366 (gst_ffmpegcsp_class_init):
22367 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22368 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22369 (gst_videoscale_prepare_image):
22370 * gst/volume/gstvolume.c: (gst_volume_class_init),
22371 (volume_transform_ip):
22372 Basetransform updates. Enable passthrough modes.
22373 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22374 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22375 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22376 Negotiation fix that allows the window to return to the original
22377 size and renegotiate passthrough upstream. Extra debug output.
22379 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22381 * gst/sine/gstsinesrc.c:
22382 * gst/volume/gstvolume.c:
22383 fix up header include
22385 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22387 * gst-libs/gst/audio/gstbaseaudiosink.c:
22388 (gst_base_audio_sink_render):
22389 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22390 * gst/volume/gstvolume.c: (gst_volume_class_init),
22391 (volume_transform):
22392 fixing lost sync, some more debugging
22394 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22396 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22397 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22398 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22399 (gst_xvimagesink_check_xshm_calls):
22400 Fix compilation when XShm is not available.
22402 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22404 * ext/libvisual/visual.c: (gst_visual_dispose),
22405 (gst_visual_getcaps), (gst_visual_src_setcaps),
22406 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22407 (gst_visual_change_state):
22408 Finish fixing up libvisual plugin so that it runs.
22410 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22412 * ext/vorbis/vorbisenc.c:
22413 * gst-libs/gst/tag/gstvorbistag.c:
22414 gsttaginterface.h -> gsttagsetter.h
22416 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22418 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22419 added another test that failes for me (test is not active by default)
22421 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22424 v4l2 is no longer in gst-plugins-base
22426 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22429 In the output at the end, don't show the first plugin on the same
22430 line as "Core plug-ins, always built:".
22431 Indent the output as for other plugin categories
22432 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22433 #define that can be used to not use peer buffer_alloc functions for
22435 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22436 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22437 (gst_ximagesink_show_frame):
22438 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22439 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22440 (gst_xvimagesink_show_frame):
22441 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22442 fails gracefully instead of XError aborting or deadlocking.
22444 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22446 * ext/libvisual/Makefile.am:
22447 link against gst-base-libs
22449 2005-09-06 David Schleef <ds@schleef.org>
22451 * configure.ac: Enable libvisual plugin.
22452 * ext/libvisual/Makefile.am:
22453 * ext/libvisual/visual.c: Fixes to make it compile.
22455 === release 0.9.2 ===
22457 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22462 * docs/random/ChangeLog-0.8:
22463 releasing 0.9.2, "Spoon"
22465 2005-09-05 Michael Smith <msmith@fluendo.com>
22467 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22468 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22469 that in the vorbisenc element.
22471 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22473 * common/gtk-doc-plugins.mak:
22474 * docs/plugins/Makefile.am:
22476 * gst/audioresample/resample.c:
22477 fix wrong docstring
22479 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22481 * common/gst-xmlinspect.py:
22482 * common/gtk-doc-plugins.mak:
22483 only inspect plugins for this given package
22484 require gst-python 0.9
22486 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22490 * common/gst-xmlinspect.py:
22492 * docs/Makefile.am:
22493 * docs/plugins/inspect/plugin-alsa.xml:
22494 * docs/plugins/inspect/plugin-audioresample.xml:
22495 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22496 * docs/plugins/inspect/plugin-ogg.xml:
22497 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22498 * docs/plugins/tmpl/element-multifdsink.sgml:
22499 * docs/plugins/tmpl/element-tcpserversink.sgml:
22500 * docs/plugins/tmpl/element-vorbisenc.sgml:
22501 * gst-plugins-base.spec.in:
22502 various doc-related updates
22504 2005-08-31 Wim Taymans <wim@fluendo.com>
22506 * gst-libs/gst/audio/gstbaseaudiosink.c:
22507 (gst_base_audio_sink_render):
22508 Resync if the buffer timestamps drift more than a 10th
22511 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22513 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22514 (gst_v4lsrc_get_property):
22515 The 'timestamp-offset' property is registered as an int64, so
22516 let's use g_value_{set|get}_int64() in our setter and getter
22517 functions (makes it work and fixes warnings with gst-inspect).
22519 2005-08-30 Wim Taymans <wim@fluendo.com>
22521 * check/elements/audioconvert.c: (setup_audioconvert):
22522 * check/elements/audioresample.c: (setup_audioresample):
22523 * check/elements/volume.c: (setup_volume):
22526 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22528 * common/gtk-doc-plugins.mak:
22529 * common/plugins.xsl:
22530 * docs/plugins/Makefile.am:
22531 make module a param
22533 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22535 * examples/seeking/seek.c: (make_mp3_pipeline),
22536 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22537 (play_cb), (pause_cb), (stop_cb):
22540 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22542 * gst/volume/gstvolume.c: (gst_volume_class_init),
22543 (volume_transform):
22544 do not update controlled params, if buffer has no timestamp
22546 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22549 * gst/sine/Makefile.am:
22550 * gst/volume/Makefile.am:
22551 controllerized elements also need to link against controller-libs ;)
22553 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22555 * docs/libs/tmpl/gstcolorbalance.sgml:
22556 * docs/libs/tmpl/gstgconf.sgml:
22557 * docs/libs/tmpl/gstmixer.sgml:
22558 * docs/libs/tmpl/gstringbuffer.sgml:
22559 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22560 (gst_sinesrc_create):
22561 * gst/volume/gstvolume.c: (gst_volume_class_init),
22562 (volume_transform):
22563 controllerized two audio plugins
22565 2005-08-29 Andy Wingo <wingo@pobox.com>
22567 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22568 (vorbis_handle_data_packet): Fix some int overflow errors.
22570 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22572 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22574 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22575 if it's valid. Fixed streaming-mode playback.
22577 * check/elements/volume.c (cleanup_volume): Fix for running
22580 * check/elements/audioconvert.c: Convert from native endian, not
22583 2005-08-29 Michael Smith <msmith@fluendo.com>
22585 * ext/ogg/Makefile.am:
22586 * ext/ogg/gstogg.c: (plugin_init):
22587 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22588 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22589 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22590 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22591 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22592 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22593 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22594 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22595 Add an ogg parser element.
22597 2005-08-28 Andy Wingo <wingo@pobox.com>
22599 * Updates for two-arg init from GST_BOILERPLATE_FULL.
22601 2005-08-26 Wim Taymans <wim@fluendo.com>
22603 * gst/audioconvert/audioconvert.c: (if), (float),
22604 (audio_convert_get_func_index), (check_default),
22605 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22606 (audio_convert_clean_context), (audio_convert_get_sizes),
22607 (audio_convert_convert):
22610 2005-08-26 Wim Taymans <wim@fluendo.com>
22612 * gst/audioconvert/audioconvert.c: (if), (float),
22613 (audio_convert_get_func_index), (check_default),
22614 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22615 (audio_convert_clean_context), (audio_convert_get_sizes),
22616 (audio_convert_convert):
22617 More elegant and working temp buffer selection algo.
22619 2005-08-26 Wim Taymans <wim@fluendo.com>
22621 * gst/audioconvert/audioconvert.c: (if), (float),
22622 (audio_convert_get_func_index), (check_default),
22623 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22624 (audio_convert_clean_context), (audio_convert_get_sizes),
22625 (get_temp_buffer), (audio_convert_convert):
22626 Use realloc else we lose our original data.
22628 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22630 * gst/audioresample/gstaudioresample.c:
22631 use base class' newsegment to properly timestamp
22633 2005-08-26 Wim Taymans <wim@fluendo.com>
22635 * gst/audioconvert/audioconvert.c: (if), (float),
22636 (audio_convert_get_func_index), (check_default),
22637 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22638 (audio_convert_clean_context), (audio_convert_get_sizes),
22639 (get_temp_buffer), (audio_convert_convert):
22640 * gst/audioconvert/gstaudioconvert.c:
22641 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22642 (gst_audio_convert_transform_caps),
22643 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22644 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22645 Oops, allocate enough space to perform the channel mix.
22647 2005-08-26 Wim Taymans <wim@fluendo.com>
22649 * gst/audioconvert/Makefile.am:
22650 * gst/audioconvert/audioconvert.c: (if), (float),
22651 (audio_convert_get_func_index), (check_default),
22652 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22653 (audio_convert_clean_context), (audio_convert_get_sizes),
22654 (get_temp_buffer), (audio_convert_convert):
22655 * gst/audioconvert/audioconvert.h:
22656 * gst/audioconvert/gstaudioconvert.c:
22657 (gst_audio_convert_class_init), (gst_audio_convert_init),
22658 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22659 (gst_audio_convert_get_unit_size),
22660 (gst_audio_convert_transform_caps),
22661 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22662 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22663 * gst/audioconvert/gstaudioconvert.h:
22664 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22665 (gst_channel_mix_fill_identical),
22666 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22667 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22668 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22669 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22670 (gst_channel_mix_mix):
22671 * gst/audioconvert/gstchannelmix.h:
22672 Cleanups, librarify a bit, optimize, better negotiation and more.
22674 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22676 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22677 Another from MikeS:
22678 During typefinding, don't support negative offsets
22679 (offsets from the end of the stream) in our typefind->peek() function
22680 - nothing embedded in ogg ever needs them. However, we need to recognise
22681 those requests and reject them, otherwise we return invalid pointers.
22683 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22685 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22686 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22687 (vorbisdec_finalize), (vorbis_handle_type_packet):
22688 Big shout-out to MikeS for fixing this giant memory leak.
22691 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22693 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22694 (audio_convert_get_unit_size):
22697 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22699 * check/Makefile.am:
22700 * check/elements/audioconvert.c: (setup_audioconvert),
22701 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22702 (GST_START_TEST), (audioconvert_suite), (main):
22703 add a test for audioconvert
22704 * gst/audioresample/gstaudioresample.c:
22705 * gst/audioresample/gstaudioresample.h:
22706 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22707 note that for buffers of 1/3 sec this means DURATION(c) is
22708 one nanosecond more than for a and b
22710 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22712 * check/Makefile.am:
22713 * check/elements/audioresample.c: (setup_audioresample),
22714 (cleanup_audioresample), (fail_unless_perfect_stream),
22715 (test_perfect_stream_instance), (GST_START_TEST),
22716 add a check for audioresample
22717 (audioresample_suite), (main):
22718 * check/elements/volume.c: (GST_START_TEST):
22719 remove unused method
22720 * gst/audioresample/gstaudioresample.c:
22721 set correct buffer parameters since we're changing them
22722 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22725 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22727 * gst/audioresample/debug.c:
22728 * gst/audioresample/gstaudioresample.c:
22729 add room for extra overlap samples when asked to transform size
22730 protect against possible mem corruption and check for discrepancies
22731 between written size and outbuffer's size so we can warn for
22733 * gst/audioresample/resample.c: (resample_init),
22734 (resample_get_output_size_for_input), (resample_get_output_size),
22735 (resample_set_n_channels), (resample_set_format):
22736 set debug level based on RESAMPLE_DEBUG env var
22737 make sure that get_output_size* returns a whole number of
22739 set sample_size each time either channel or format is set
22740 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22741 * gst/audioresample/resample_functable.c:
22742 (resample_scale_functable):
22743 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22744 remove r->sample_size, it's done in resample.c now
22745 add some debugging to the ref implementation
22746 make sure we only give back bytes that are wholes of the sample
22749 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
22750 * gst/playback/gstplaybasebin.c: (fill_buffer):
22751 Revert unpopular change for GST_MESSAGE_SRC to GObject.
22753 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22755 * gst/volume/gstvolume.c:
22756 made set_caps function static
22758 2005-08-24 Wim Taymans <wim@fluendo.com>
22760 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22761 (gst_vorbisenc_change_state):
22762 Stop leaking taglists.
22764 2005-08-24 Wim Taymans <wim@fluendo.com>
22766 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22767 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22768 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22769 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22770 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22771 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22772 Parse seeking events better.
22774 Generate correct newsegment events, fixes seeking in live oggs.
22776 * ext/theora/theoradec.c: (theora_dec_src_query),
22777 (theora_dec_src_event), (theora_dec_src_getcaps),
22778 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22779 Use newsegment values to report correct play time.
22781 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22782 (vorbis_dec_src_event), (vorbis_dec_sink_event):
22783 * ext/vorbis/vorbisdec.h:
22784 Parse and use newsegment values to report correct play time.
22786 * gst-libs/gst/audio/gstbaseaudiosink.c:
22787 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22788 Clear ringbuffer on flush.
22789 Use newsegment values to calculate playback time.
22791 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22793 Basesink does newsegment calculations for us now.
22795 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22797 * check/Makefile.am:
22799 add core's plugins to the mix so that playbin works
22800 * check/generic/states.c: (GST_START_TEST):
22801 set a 0 timeout on pipelines, so they don't force the next
22803 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22804 (gst_play_base_bin_change_state):
22805 remove the crappy error handling and do GST error handling
22807 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22809 * check/Makefile.am:
22810 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22811 add same test as to core, it bitches out on playbin atm.
22813 2005-08-24 Wim Taymans <wim@fluendo.com>
22818 2005-08-24 Wim Taymans <wim@fluendo.com>
22820 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22821 (gst_videoscale_prepare_size), (parse_caps),
22822 (gst_videoscale_set_caps), (gst_videoscale_get_size),
22823 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22824 (gst_videoscale_transform):
22825 * gst/videoscale/gstvideoscale.h:
22826 Refactor, make use of BaseTranform really well.
22828 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22831 compile audioresample
22832 * gst/audioresample/Makefile.am:
22833 * gst/audioresample/buffer.c:
22834 * gst/audioresample/functable.c:
22835 * gst/audioresample/gstaudioresample.c:
22836 * gst/audioresample/gstaudioresample.h:
22837 * gst/audioresample/resample.c:
22838 (resample_get_output_size_for_input):
22839 * gst/audioresample/resample.h:
22840 * gst/audioresample/resample_chunk.c:
22841 * gst/audioresample/resample_functable.c:
22842 * gst/audioresample/resample_ref.c:
22843 port to use basetransform; doesn't work in all cases yet
22845 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22847 * gst/audioconvert/gstaudioconvert.c:
22848 (gst_audio_convert_class_init), (gst_audio_convert_init),
22849 (audio_convert_get_unit_size), (audio_convert_transform_caps),
22850 (audio_convert_fixate_caps), (audio_convert_set_caps),
22851 (audio_convert_transform),
22852 (gst_audio_convert_buffer_to_default_format),
22853 (gst_audio_convert_buffer_from_default_format),
22854 (gst_audio_convert_channels):
22855 * gst/audioconvert/gstchannelmix.c:
22856 * gst/audioconvert/gstchannelmix.h:
22857 port to basetransform
22858 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22859 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22860 (gst_ffmpegcsp_get_unit_size):
22861 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22862 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22863 fix for basetransform changes
22865 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
22867 * check/Makefile.am:
22868 Add CHECK_CFLAGS and LDFLAGS
22870 * gst/playback/gstplaybasebin.c: (fill_buffer):
22871 GST_MESSAGE_SRC became a GObject
22873 2005-08-24 Wim Taymans <wim@fluendo.com>
22875 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22876 (gst_ring_buffer_clear_all):
22877 * gst-libs/gst/audio/gstringbuffer.h:
22878 Added function to clear the ringbuffer.
22880 2005-08-24 Andy Wingo <wingo@pobox.com>
22882 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
22883 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22884 of _open and _close.
22886 * sys/v4l/gstv4lxoverlay.h:
22887 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22888 an Xv connection here, instead of all the time. Make Xv only be
22889 loaded if you axe for it. Kindof a workaround for buggy behaviour
22890 of Xv when using remote xservers (XvQueryExtension would block).
22891 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22892 replace the _open and _close public API. Only start the xv
22893 connection if necessary.
22894 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22896 2005-08-23 David Schleef <ds@schleef.org>
22898 * gst/audioresample/Makefile.am: Leet audioresampling code
22899 * gst/audioresample/buffer.c:
22900 * gst/audioresample/buffer.h:
22901 * gst/audioresample/debug.c:
22902 * gst/audioresample/debug.h:
22903 * gst/audioresample/functable.c:
22904 * gst/audioresample/functable.h:
22905 * gst/audioresample/gstaudioresample.c:
22906 * gst/audioresample/gstaudioresample.h:
22907 * gst/audioresample/resample.c:
22908 * gst/audioresample/resample.h:
22909 * gst/audioresample/resample_chunk.c:
22910 * gst/audioresample/resample_functable.c:
22911 * gst/audioresample/resample_ref.c:
22913 2005-08-23 Wim Taymans <wim@fluendo.com>
22915 * examples/seeking/seek.c: (make_vorbis_pipeline),
22916 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22917 Small seek updates.
22919 2005-08-23 Andy Wingo <wingo@pobox.com>
22921 * gst-libs/gst/audio/gstbaseaudiosrc.c
22922 (gst_base_audio_src_fixate): Only fixate endianness if it is
22923 present in the caps.
22925 2005-08-22 Andy Wingo <wingo@pobox.com>
22927 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
22928 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22929 device-name property.
22931 * gst-libs/gst/audio/gstaudiosrc.h:
22932 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22933 close_device in the ring buffer, like gstaudiosink.
22935 * ext/alsa/gstalsamixer.h:
22936 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22937 macro to implement the interface without much code. Cleanups.
22939 * ext/alsa/gstalsasrc.h:
22940 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22943 * ext/alsa/Makefile.am: Add new files.
22944 * ext/alsa/gstalsamixerelement.c:
22945 * ext/alsa/gstalsamixerelement.c: Split element code out from
22946 mixer code so that alsasrc can be a mixer too.
22948 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
22950 * check/elements/volume.c: (setup_volume), (cleanup_volume),
22952 * check/elements/vorbisdec.c: (setup_vorbisdec),
22953 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22954 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22955 (vorbis_handle_identification_packet),
22956 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22957 (vorbis_handle_header_packet), (vorbis_dec_push),
22958 (vorbis_dec_chain):
22959 use the setup/teardown methods to save code. save code is good.
22961 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22963 * check/Makefile.am:
22964 add ext dir for plugins
22965 add vorbisdec test conditionally
22966 * check/elements/volume.c: (setup_volume), (cleanup_volume),
22967 (GST_START_TEST), (volume_suite):
22968 add a test with wrong caps
22969 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22970 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22971 add a vorbisdec test
22972 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22973 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22974 clean up debug output
22975 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22976 yay, fix a segfault/security issue in vorbisdec
22977 gst-launch fakesrc ! vorbisdec wasn't happy
22978 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22979 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22980 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22981 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22982 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22983 (gst_vorbisenc_set_metadata), (get_constraints_string),
22984 (update_start_message), (gst_vorbisenc_setup),
22985 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22986 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22987 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22988 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22989 * ext/vorbis/vorbisenc.h:
22991 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22992 (gst_ffmpegcsp_transform):
22993 have the kow come home
22994 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22996 * gst/volume/gstvolume.c: (volume_set_caps):
22999 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23002 * check/.cvsignore:
23003 * check/Makefile.am:
23004 * check/elements/.cvsignore:
23005 * check/elements/volume.c: (chain_func), (event_func),
23006 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23009 add unit test structure for gst-plugins-base
23010 add a test for volume
23011 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23012 (gst_volume_set_volume), (gst_volume_get_volume),
23013 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23014 (volume_funcfind), (volume_process_float), (volume_process_int16),
23015 (volume_set_caps), (volume_transform), (volume_update_mute),
23016 (volume_update_volume), (volume_set_property),
23017 (volume_get_property):
23018 document a little; use basetransform vmethod _set_caps
23020 2005-08-19 Andy Wingo <wingo@pobox.com>
23022 * ext/alsa/gstalsamixertrack.h:
23023 * ext/alsa/gstalsamixertrack.c:
23024 * ext/alsa/gstalsamixeroptions.h:
23025 * ext/alsa/gstalsamixeroptions.c:
23026 * ext/alsa/gstalsamixer.h:
23027 * ext/alsa/gstalsamixer.c: Port to 0.9.
23029 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23030 Remove gstalsa.c and alsaclock. No more cruft here.
23032 2005-08-18 Wim Taymans <wim@fluendo.com>
23034 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23035 (gst_base_rtp_depayload_chain),
23036 (gst_base_rtp_depayload_add_to_queue),
23037 (gst_base_rtp_depayload_push),
23038 (gst_base_rtp_depayload_queue_release):
23039 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23040 Fix for RTPBuffer changes.
23042 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23043 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23044 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23045 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23046 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23047 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23048 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23049 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23050 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23051 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23052 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23053 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23054 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23055 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23056 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23057 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23058 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23059 (gst_rtpbuffer_get_payload):
23060 * gst-libs/gst/rtp/gstrtpbuffer.h:
23061 Don't subclass GstBuffer but add methods and helper functions
23062 to construct and manipulate RTP packets in regular GstBuffers.
23064 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23066 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23067 moved statement below switch
23068 * gst/volume/gstvolume.c: (gst_volume_class_init):
23071 2005-08-16 Wim Taymans <wim@fluendo.com>
23073 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23074 (gst_base_audio_src_change_state):
23075 Open and close device in READY<->NULL state change.
23077 2005-08-16 Andy Wingo <wingo@pobox.com>
23079 * examples/seeking/Makefile.am: Don't compile non-compiling
23080 compiled objects with the compiler.
23082 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23085 2005-08-12 Philippe Khalaf <burger@speedy.org>
23086 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23087 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23088 Made a thread to release the queue.
23089 Removed timestamp conversion for now.
23091 2005-08-10 Philippe Khalaf <burger@speedy.org>
23092 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23093 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23094 Added rtp timestamp -> gst timestamp conversion.
23095 Fixed several problems with queue.
23097 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23099 * gst-libs/gst/audio/gstaudioclock.h:
23100 * gst-libs/gst/audio/gstaudiofilter.h:
23101 * gst-libs/gst/audio/gstaudiosink.h:
23102 * gst-libs/gst/audio/gstaudiosrc.h:
23103 * gst-libs/gst/audio/gstbaseaudiosink.h:
23104 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23105 * gst-libs/gst/audio/gstringbuffer.h:
23106 * gst-libs/gst/net/gstnetbuffer.h:
23107 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23108 * gst-libs/gst/rtp/gstrtpbuffer.h:
23109 Add padding (you will need to rebuild gst-plugins-base,
23110 gst-plugins and all applications afterwards!)
23112 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23114 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23115 (gst_riff_parse_chunk):
23116 Fix bug in debug message and add some more debug messages.
23118 2005-08-08 Edward Hervey <edward@fluendo.com>
23120 * gst-libs/gst/riff/riff-media.c:
23121 backported updates since branch
23123 2005-08-08 Andy Wingo <wingo@pobox.com>
23125 * gst-libs/gst/audio/gstbaseaudiosink.c
23126 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23127 like good elements should. Close on READY->NULL too.
23129 * gst-libs/gst/audio/gstaudiosink.c
23130 (gst_audioringbuffer_open_device,
23131 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23132 (gst_audioringbuffer_release): Updates for new ring buffer API,
23133 hook into the new audio sink api.
23135 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23136 (GstAudioSinkClass.close): Just open and close the device -- no
23137 resource allocation or configuration.
23138 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23139 vmethods, handle device setup and resource allocation.
23141 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23142 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23145 * gst-libs/gst/audio/gstringbuffer.h
23146 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23149 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23150 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23151 New API functions. The device should be opened before acquiring
23152 and closed after releasing.
23154 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23156 * gst-libs/gst/interfaces/mixer.h:
23157 Reset padding to GST_PADDING.
23159 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23161 * gst/playback/gstplaybin.c: (remove_sinks):
23162 Remove visualization from parent explicitely; works around some
23163 apparent refcount issue that I haven't tracked down yet.
23165 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23167 * ext/alsa/gstalsasink.c: (set_hwparams):
23168 Assign debug category, add negotiation debug msgs.
23170 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23172 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23173 Fix error code for file-not-found to NOT_FOUND.
23175 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23177 * common/gtk-doc-plugins.mak:
23178 * docs/plugins/Makefile.am:
23179 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23180 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23181 renamed to actual element names, so much nicer to look at
23182 * docs/plugins/tmpl/gstmultifdsink.sgml:
23184 * docs/plugins/tmpl/multifdsink.sgml:
23185 * docs/plugins/tmpl/tcpserversink.sgml:
23187 * ext/alsa/gstalsa.c:
23188 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23189 * ext/ogg/gstoggmux.c:
23190 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23191 * gst/playback/gstdecodebin.c:
23192 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23193 * gst/tcp/gsttcpserversink.c:
23194 various fixes and documentation additions
23196 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23198 * common/Makefile.am:
23199 * common/gstdoc-scangobj:
23200 * common/gtk-doc-plugins.mak:
23201 * common/gtk-doc.mak:
23202 add a custom scangobj that uses the registry
23203 add a custom gtk-doc-plugins.mak that uses it
23204 some doc build fixes
23206 * docs/Makefile.am:
23207 * docs/plugins/Makefile.am:
23208 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23209 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23210 * docs/plugins/gst-plugins-base-plugins.types:
23211 * docs/plugins/tmpl/gstmultifdsink.sgml:
23212 add docs for one element, multifdsink
23213 * gst/adder/gstadder.h:
23214 * gst/volume/gstvolume.h:
23215 don't privatize enum
23216 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23217 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23218 (gst_sync_method_get_type), (gst_client_status_get_type),
23219 (gst_multifdsink_class_init),
23220 (gst_multifdsink_client_queue_buffer),
23221 (gst_multifdsink_handle_client_write):
23222 * gst/tcp/gstmultifdsink.h:
23223 * gst/tcp/gsttcp.h:
23224 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23225 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23226 (gst_tcpclientsink_render):
23227 * gst/tcp/gsttcpclientsink.h:
23228 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23229 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23230 (gst_tcpclientsrc_start):
23231 * gst/tcp/gsttcpclientsrc.h:
23232 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23233 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23234 * gst/tcp/gsttcpserversrc.h:
23235 * gst/typefind/gsttypefindfunctions.c:
23236 remove superfluous Type stuff
23238 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23240 * gst/playback/gstplaybin.c: (gen_video_element):
23243 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23245 * gst-libs/gst/gconf/gconf.c:
23246 * gst-libs/gst/gconf/gconf.h:
23247 Fix some Andy Problem [tm].
23249 2005-08-04 Andy Wingo <wingo@pobox.com>
23251 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23252 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23253 (gst_ffmpegcsp_get_size): Adapt to API changes.
23255 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23256 Implement an in-place do-nothing transform.
23258 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23260 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23261 (gst_ximagesink_renegotiate_size):
23262 Do not set new window sizes yet if we prepare a new buffer size
23263 for upstream renegotiation (software scaling) at some point in the
23264 future, because this new size waqs not actually accepted yet. Once
23265 accepted, renegotiation later on will set the new sizes just fine.
23266 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23267 embedding testcase.
23269 2005-08-03 Andy Wingo <wingo@pobox.com>
23271 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23272 (gst_ximagesink_buffer_alloc):
23273 Protect the height, width, and desired_caps with the pool_lock.
23274 Fixes videotestsrc ! queue ! ximagesink.
23276 2005-08-02 Edward Hervey <edward@fluendo.com>
23278 * gst/volume/gstvolume.c:
23279 include left from controller cleanup
23281 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23282 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23283 Stop collectpads before calling the parent state
23284 change function on PAUSED->READY.
23286 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23288 When testing for X libs, use the X CFlags
23289 * gst/adder/gstadder.c: (gst_adder_change_state):
23290 Stop the collectpads before calling parent state change function
23291 on PAUSED->READY, otherwise we deadlock deactivating pads.
23293 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23296 * docs/libs/tmpl/gstcolorbalance.sgml:
23297 * docs/libs/tmpl/gstmixer.sgml:
23298 * examples/Makefile.am:
23299 * gst/sine/Makefile.am:
23300 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23301 (gst_sinesrc_set_property), (plugin_init):
23302 * gst/sine/gstsinesrc.h:
23303 * gst/volume/Makefile.am:
23304 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23305 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23306 (volume_process_float), (volume_process_int16),
23307 (volume_set_property), (plugin_init):
23308 * gst/volume/gstvolume.h:
23309 deactivate and remove dparams (libgstcontrol)
23311 2005-07-29 Wim Taymans <wim@fluendo.com>
23313 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23314 Convert me to BaseTransform!! help..
23316 2005-07-29 Andy Wingo <wingo@pobox.com>
23318 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23321 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23322 support of both endiannesses.
23324 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23326 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23327 Fix confusing debug message (s/event/query/)
23329 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23331 * gst/videotestsrc/videotestsrc.h:
23332 Use "_stdint.h" instead of <stdint.h>
23334 2005-07-27 Wim Taymans <wim@fluendo.com>
23336 * ext/vorbis/Makefile.am:
23337 Revert wrong commit.
23339 2005-07-27 Wim Taymans <wim@fluendo.com>
23341 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23342 More compilation fixen.
23344 2005-07-27 Wim Taymans <wim@fluendo.com>
23346 * gst-libs/gst/audio/gstbaseaudiosink.c:
23347 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23348 (gst_base_audio_sink_create_ringbuffer),
23349 (gst_base_audio_sink_change_state):
23352 2005-07-27 Wim Taymans <wim@fluendo.com>
23354 * examples/seeking/seek.c: (setup_dynamic_link),
23355 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23356 (query_positions_elems), (query_positions_pads), (do_seek):
23357 Update seek example.
23359 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23360 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23361 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23362 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23363 (gst_ogg_demux_handle_event),
23364 (gst_ogg_demux_deactivate_current_chain),
23365 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23366 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23367 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23368 (gst_ogg_demux_loop):
23369 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23370 * ext/theora/theoradec.c: (theora_dec_src_event),
23371 (theora_dec_src_getcaps), (theora_dec_sink_event),
23372 (theora_dec_push), (theora_dec_chain):
23373 * ext/vorbis/Makefile.am:
23374 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23375 (vorbis_dec_sink_event), (vorbis_dec_push),
23376 (vorbis_handle_data_packet):
23377 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23378 (gst_vorbisenc_chain):
23379 * gst/playback/gststreaminfo.c: (cb_probe):
23380 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23381 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23382 * gst/videoscale/gstvideoscale.c:
23383 (gst_videoscale_handle_src_event):
23384 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23385 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23386 (gst_ximagesink_navigation_send_event):
23387 * sys/xvimage/xvimagesink.c:
23388 (gst_xvimagesink_navigation_send_event):
23389 Various event updates and cleanups
23391 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23393 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23394 Fix segfault for I420/YV12.
23396 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23398 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23401 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23403 * gst/playback/gstplaybin.c: (gen_video_element),
23404 (gen_audio_element):
23405 Switch to auto*sink elements as default sinks; add volume element
23406 so that volume control in totem works.
23408 2005-07-21 Wim Taymans <wim@fluendo.com>
23410 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23411 * gst/playback/gstplaybin.c: (setup_sinks),
23412 (gst_play_bin_change_state):
23413 Refcount fix and more comments.
23415 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23417 * sys/ximage/Makefile.am:
23418 * sys/ximage/ximage.c: (plugin_init):
23419 * sys/ximage/ximagesink.c:
23420 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23423 2005-07-21 Wim Taymans <wim@fluendo.com>
23425 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23426 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23427 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23428 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23429 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23430 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23431 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23432 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23433 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23434 Generate correct disconts for live chained oggs.
23436 * gst-libs/gst/audio/gstbaseaudiosink.c:
23437 (gst_base_audio_sink_render),
23438 (gst_base_audio_sink_create_ringbuffer),
23439 (gst_base_audio_sink_change_state):
23440 Handle discont math correctly.
23442 * gst/playback/gstplaybin.c: (add_sink):
23443 Some small debug cleanup.
23445 2005-07-21 Wim Taymans <wim@fluendo.com>
23447 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23448 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23449 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23450 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23451 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23452 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23453 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23454 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23455 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23456 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23457 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23458 (gst_ogg_demux_change_state), (gst_ogg_print):
23459 Reorganize code to send the right disconts when in streaming
23462 2005-07-20 Andy Wingo <wingo@pobox.com>
23464 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23465 fix (?), fixes a seggie mcfalterson (#310894).
23467 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23469 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23470 (gst_ogg_mux_set_header_on_caps):
23471 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23472 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23473 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23474 * gst-libs/gst/audio/multichannel.c:
23475 (gst_audio_set_channel_positions),
23476 (gst_audio_set_structure_channel_positions_list):
23477 * gst/playback/gstdecodebin.c: (dynamic_create):
23478 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23479 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23480 Fixes for API changes in core.
23482 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23484 * gst/playback/gstplaybasebin.c: (fill_buffer):
23485 Use _new_custom() so we can set custom message types for buffering
23488 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23491 * gst-libs/gst/Makefile.am:
23492 * gst-libs/gst/gconf/.cvsignore:
23493 * gst-libs/gst/gconf/Makefile.am:
23494 * gst-libs/gst/gconf/test-gconf.c:
23495 * pkgconfig/Makefile.am:
23496 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23497 * pkgconfig/gstreamer-gconf.pc.in:
23498 Remove gconf stuff, use gconf elements instead from now on.
23500 2005-07-20 Wim Taymans <wim@fluendo.com>
23502 * gst-libs/gst/audio/TODO:
23503 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23504 (gst_audio_clock_get_internal_time):
23505 * gst-libs/gst/audio/gstaudioclock.h:
23506 * gst-libs/gst/audio/gstbaseaudiosink.c:
23507 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23508 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23509 (gst_base_audio_sink_render),
23510 (gst_base_audio_sink_create_ringbuffer),
23511 (gst_base_audio_sink_change_state):
23512 Make sure the audio clock always returns an increasing value.
23514 2005-07-19 Andy Wingo <wingo@pobox.com>
23516 * gst/videotestsrc/: Cleanups.
23518 2005-07-19 Wim Taymans <wim@fluendo.com>
23520 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23523 2005-07-19 Wim Taymans <wim@fluendo.com>
23525 * examples/seeking/seek.c: (make_dv_pipeline),
23526 (make_vorbis_theora_pipeline), (query_rates),
23527 (query_positions_elems), (query_positions_pads), (do_seek):
23528 Make correct DV pipeline.
23530 2005-07-18 Andy Wingo <wingo@pobox.com>
23532 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23533 default. Also because it's the only thing that really works. (This
23534 is used in the GConf elements).
23535 Use AS_LIBTOOL_TAGS.
23537 2005-07-18 Wim Taymans <wim@fluendo.com>
23539 * gst/playback/gstdecodebin.c: (remove_element_chain):
23540 * gst/playback/gstplaybin.c: (add_sink):
23541 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23542 (gst_stream_info_set_mute):
23543 * gst/playback/gststreamselector.c:
23544 (gst_stream_selector_get_linked_pad),
23545 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23546 More leak and compile fixes.
23548 2005-07-18 Wim Taymans <wim@fluendo.com>
23550 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23551 (query_rates), (query_positions_elems), (query_positions_pads),
23552 (do_seek), (seek_cb), (stop_seek):
23553 Updated seek example.
23555 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23556 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23557 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23558 * gst/playback/gstplaybin.c: (add_sink):
23559 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23560 (gst_stream_info_set_mute):
23561 Some refcount leak fixes.
23563 2005-07-16 Wim Taymans <wim@fluendo.com>
23565 * gst-libs/gst/audio/gstbaseaudiosink.c:
23566 (gst_base_audio_sink_render):
23567 Align samples even if we have roundoff errors in the
23568 timestamp conversion.
23570 2005-07-16 Wim Taymans <wim@fluendo.com>
23572 * docs/libs/tmpl/gstringbuffer.sgml:
23573 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23574 (query_rates), (query_positions_elems), (query_positions_pads),
23575 (update_scale), (do_seek):
23576 Updated seek example.
23578 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23579 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23580 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23581 (gst_ogg_demux_loop):
23582 Push out correct discont values.
23584 * ext/theora/theoradec.c: (theora_dec_src_convert),
23585 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23586 (theora_dec_sink_event), (theora_handle_type_packet),
23587 (theora_handle_header_packet), (theora_dec_push),
23588 (theora_handle_data_packet), (theora_dec_chain),
23589 (theora_dec_change_state):
23590 Better timestamping.
23592 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23593 (vorbis_dec_sink_event), (vorbis_dec_push),
23594 (vorbis_handle_data_packet), (vorbis_dec_chain):
23595 * ext/vorbis/vorbisdec.h:
23596 Better timestamping.
23598 * gst-libs/gst/audio/gstbaseaudiosink.c:
23599 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23600 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23601 Handle syncing on timestamps instead of sample offsets. Make
23602 use of DISCONT values as described in design docs.
23604 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23605 (gst_base_audio_src_get_time):
23606 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23607 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23608 (gst_ring_buffer_read):
23609 * gst-libs/gst/audio/gstringbuffer.h:
23610 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23611 (gst_ximagesink_show_frame):
23612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23613 Correcly convert buffer timestamp to stream time.
23615 2005-07-16 Wim Taymans <wim@fluendo.com>
23617 * gst/audioconvert/gstaudioconvert.c:
23618 (gst_audio_convert_get_buffer):
23619 Timestamp buffers correctly.
23621 * gst/playback/gstplaybin.c: (gen_video_element):
23622 Make internal fakesink silent.
23624 2005-07-15 Wim Taymans <wim@fluendo.com>
23626 * gst/ffmpegcolorspace/Makefile.am:
23627 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23628 (gst_ffmpegcsp_caps_remove_format_info),
23629 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23630 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23631 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23632 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23633 Ported ffmpegcolorspace to basetransform.
23635 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23636 * gst/volume/gstvolume.c: (volume_transform):
23639 2005-07-14 Wim Taymans <wim@fluendo.com>
23641 * gst/videotestsrc/Makefile.am:
23642 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23643 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23644 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23645 (gst_videotestsrc_init), (gst_videotestsrc_event),
23646 (gst_videotestsrc_create), (gst_videotestsrc_start),
23647 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23648 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23649 (gst_videotestsrc_get_property):
23650 * gst/videotestsrc/gstvideotestsrc.h:
23651 Make videotestsrc a pushsrc.
23653 2005-07-14 Wim Taymans <wim@fluendo.com>
23655 * gst/tcp/gstfdset.c: (gst_fdset_free):
23656 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23657 (gst_multifdsink_add), (gst_multifdsink_remove),
23658 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23659 (gst_multifdsink_remove_client_link),
23660 (gst_multifdsink_client_queue_data),
23661 (gst_multifdsink_client_queue_caps),
23662 (gst_multifdsink_client_queue_buffer),
23663 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23664 (gst_multifdsink_stop):
23665 * gst/tcp/gstmultifdsink.h:
23668 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23669 Also draw image when not from a pool.
23671 2005-07-14 Wim Taymans <wim@fluendo.com>
23673 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23674 (mute_stream), (silence_stream):
23675 Small debug additions.
23677 2005-07-14 Wim Taymans <wim@fluendo.com>
23679 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23680 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23681 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23682 Better error recovery, ignore unconnected pads and
23685 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23687 * docs/libs/tmpl/gstaudio.sgml:
23688 * docs/libs/tmpl/gstcolorbalance.sgml:
23689 * docs/libs/tmpl/gstgconf.sgml:
23690 * docs/libs/tmpl/gstmixer.sgml:
23691 * docs/libs/tmpl/gstringbuffer.sgml:
23692 * docs/libs/tmpl/gsttuner.sgml:
23693 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23694 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23695 (gst_tcpclientsrc_class_init):
23696 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23697 (gst_tcpserversrc_class_init):
23698 * sys/v4l/gstv4lelement.c:
23699 more autistic cleanliness in functions/names/defines
23701 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
23704 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23705 added manually to each Makefile.am so we are sure it goes
23706 *last* and doesn't add -L flags before linking in libs of our
23707 own, like, say, internal .la libs, that then accidentally pick
23708 up the installed copy.
23709 * docs/libs/Makefile.am:
23710 * ext/alsa/Makefile.am:
23711 * ext/cdparanoia/Makefile.am:
23712 * ext/gnomevfs/Makefile.am:
23713 * ext/libvisual/Makefile.am:
23714 * ext/ogg/Makefile.am:
23715 * ext/theora/Makefile.am:
23716 * ext/vorbis/Makefile.am:
23717 * gst-libs/gst/video/Makefile.am:
23718 * gst/adder/Makefile.am:
23719 * gst/audioconvert/Makefile.am:
23720 * gst/audiorate/Makefile.am:
23721 * gst/audioscale/Makefile.am:
23722 * gst/ffmpegcolorspace/Makefile.am:
23723 * gst/playback/Makefile.am:
23724 * gst/sine/Makefile.am:
23725 * gst/subparse/Makefile.am:
23726 * gst/tags/Makefile.am:
23727 * gst/tcp/Makefile.am:
23728 * gst/typefind/Makefile.am:
23729 * gst/videorate/Makefile.am:
23730 * gst/videoscale/Makefile.am:
23731 * gst/videotestsrc/Makefile.am:
23732 * gst/volume/Makefile.am:
23733 * sys/v4l/Makefile.am:
23734 * sys/ximage/Makefile.am:
23735 * sys/xvimage/Makefile.am:
23736 adapt properly to this change. This should make sure that
23737 plugins and libs properly link to the as-yet-uninstalled
23738 copies of stuff like libgstinterfaces and libgstvideo
23740 2005-07-13 Andy Wingo <wingo@pobox.com>
23742 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23743 (gst_v4lsrc_fixate): Fixate on format as well.
23745 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
23746 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23747 buffer points to it.
23748 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23749 rather just doing X calls ourselves. Also fixes a memleak.
23751 2005-07-12 Andy Wingo <wingo@pobox.com>
23753 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
23754 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
23755 (gst_v4lsrc_create): Re-add the copy-mode property, default to
23756 TRUE to avoid deadlocks if an element holds on to our buffers.
23758 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
23760 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23761 (gst_sinesrc_init), (gst_sinesrc_create),
23762 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23763 (gst_sinesrc_start):
23764 * gst/sine/gstsinesrc.h:
23765 removing num-buffers property before moving it
23767 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
23770 use overridable ERROR_CFLAGS
23771 * docs/libs/gst-plugins-base-libs.types:
23772 * docs/libs/tmpl/gstringbuffer.sgml:
23773 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23774 (gst_alsasink_class_init):
23775 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23776 (gst_alsasrc_class_init):
23777 * gst-libs/gst/audio/audio.h:
23778 * gst-libs/gst/audio/gstaudioclock.h:
23779 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23780 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23781 (gst_audio_filter_link), (gst_audio_filter_init),
23782 (gst_audio_filter_chain), (gst_audio_filter_set_property),
23783 (gst_audio_filter_get_property),
23784 (gst_audio_filter_class_add_pad_templates):
23785 * gst-libs/gst/audio/gstaudiofilter.h:
23786 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23787 (gst_audio_filter_template_get_type),
23788 (gst_audio_filter_template_base_init),
23789 (gst_audio_filter_template_class_init),
23790 (gst_audio_filter_template_init),
23791 (gst_audio_filter_template_set_property),
23792 (gst_audio_filter_template_get_property), (plugin_init),
23793 (gst_audio_filter_template_setup),
23794 (gst_audio_filter_template_filter),
23795 (gst_audio_filter_template_filter_inplace):
23796 * gst-libs/gst/audio/gstaudiosink.c:
23797 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23798 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23799 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23800 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23801 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23802 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23803 * gst-libs/gst/audio/gstaudiosink.h:
23804 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23805 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23806 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23807 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23808 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23809 (gst_audio_src_class_init), (gst_audio_src_init),
23810 (gst_audio_src_create_ringbuffer):
23811 * gst-libs/gst/audio/gstaudiosrc.h:
23812 * gst-libs/gst/audio/gstbaseaudiosink.c:
23813 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23814 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23815 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23816 (gst_base_audio_sink_set_property),
23817 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23818 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23819 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23820 (gst_base_audio_sink_create_ringbuffer),
23821 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23822 * gst-libs/gst/audio/gstbaseaudiosink.h:
23823 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23824 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23825 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23826 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23827 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23828 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23829 (gst_base_audio_src_event), (gst_base_audio_src_create),
23830 (gst_base_audio_src_create_ringbuffer),
23831 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23832 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23833 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23834 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23835 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23836 (gst_ring_buffer_debug_spec_caps),
23837 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23838 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23839 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23840 (gst_ring_buffer_start), (gst_ring_buffer_pause),
23841 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23842 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23843 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23844 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23845 (gst_ring_buffer_clear):
23846 * gst-libs/gst/audio/gstringbuffer.h:
23847 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23848 (gst_video_sink_class_init), (gst_video_sink_get_type):
23849 * gst-libs/gst/video/videosink.h:
23850 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23851 (gst_multifdsink_class_init),
23852 (gst_multifdsink_handle_client_write),
23853 (gst_multifdsink_change_state):
23854 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23855 (gst_tcpclientsink_setcaps):
23856 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23857 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23858 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23859 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23860 (gst_ximagesink_send_pending_navigation),
23861 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23862 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23863 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23864 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23865 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23866 (gst_xvimagesink_send_pending_navigation),
23867 (gst_xvimagesink_navigation_send_event),
23868 (gst_xvimagesink_set_xwindow_id),
23869 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23870 (gst_xvimagesink_get_type):
23871 more macro splitting
23873 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23875 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23876 plug a memleak, allows me to import 1479 albums in one go
23878 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23879 (vorbis_handle_type_packet), (vorbis_dec_chain),
23880 (vorbis_dec_change_state):
23881 fix some format strings
23883 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23885 * docs/libs/tmpl/gstcolorbalance.sgml:
23886 * docs/libs/tmpl/gstmixer.sgml:
23887 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23888 (gst_alsasink_set_property), (gst_alsasink_get_property):
23889 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23890 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23891 add device property
23893 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23895 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23896 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23897 (audiocast_register_listener), (audiocast_thread_run),
23898 (gst_gnomevfssrc_send_additional_headers_callback),
23899 (gst_gnomevfssrc_received_headers_callback),
23900 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23901 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23902 (gst_gnomevfssrc_get_size):
23903 add/clean up debugging
23904 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23907 2005-07-07 Andy Wingo <wingo@pobox.com>
23909 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23910 framerate. Need to get a handle on when exactly this function is
23913 * sys/v4l/v4lsrc_calls.h:
23914 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23915 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23916 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23918 * sys/v4l/v4l_calls.h: Cast to V4lElement.
23919 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23920 v4lelements are sources.
23922 * sys/v4l/gstv4lxoverlay.h:
23923 * sys/v4l/gstv4lxoverlay.c:
23924 * sys/v4l/gstv4ltuner.h:
23925 * sys/v4l/gstv4ltuner.c: Header loc fixen.
23927 * sys/v4l/gstv4lsrc.h:
23928 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23929 PushSrc/BaseSrc. Removed most sync-related properties, videorate
23930 or something should handle that. Made a live source.
23932 * sys/v4l/gstv4lelement.h:
23933 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23934 signals. Some cleanups.
23936 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23938 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23941 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23944 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23946 2005-07-07 Wim Taymans <wim@fluendo.com>
23948 * ext/theora/theoradec.c: (theora_get_query_types),
23949 (theora_dec_src_getcaps), (theora_dec_push):
23950 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23951 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23952 Remove deprecated/unused query types.
23954 2005-07-06 Wim Taymans <wim@fluendo.com>
23956 * ext/alsa/Makefile.am:
23957 * ext/alsa/gstalsaplugin.c: (plugin_init):
23958 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23959 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23960 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23961 (gst_alsasrc_class_init), (gst_alsasrc_init),
23962 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23963 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23964 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23965 (gst_alsasrc_reset):
23966 * ext/alsa/gstalsasrc.h:
23967 * gst-libs/gst/audio/Makefile.am:
23968 * gst-libs/gst/audio/gstaudiosink.c:
23969 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23970 (gst_audioringbuffer_start):
23971 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23972 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23973 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23974 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23975 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23976 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23977 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23978 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23979 * gst-libs/gst/audio/gstaudiosrc.h:
23980 * gst-libs/gst/audio/gstbaseaudiosink.c:
23981 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23982 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23983 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23984 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23985 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23986 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23987 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23988 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23989 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23990 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23991 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23992 (gst_baseaudiosrc_change_state):
23993 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23994 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23995 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23996 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23997 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23998 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23999 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24000 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24001 * gst-libs/gst/audio/gstringbuffer.h:
24002 Added audiosource base classes.
24003 Ported alsasrc, still very basic.
24005 2005-07-06 Wim Taymans <wim@fluendo.com>
24007 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24008 (theora_dec_push), (theora_handle_data_packet):
24009 Prepare for better timestamp fix later.
24011 * gst/audioconvert/gstaudioconvert.c:
24012 List most accurate caps first
24014 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24015 Use proper pad task function.
24017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24018 (gst_xvimagesink_show_frame):
24019 Fix deadlock when alloc failed.
24021 2005-07-05 Andy Wingo <wingo@pobox.com>
24023 * ext/gnomevfs/gstgnomevfssrc.c:
24024 * gst/sine/gstsinesrc.c:
24025 * gst/tcp/gsttcpserversrc.c:
24026 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24028 * sys/v4l/: Port from 0.8.
24030 * Many files: Null if we got it....
24032 2005-07-05 Andy Wingo <wingo@pobox.com>
24034 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24035 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24038 2005-07-05 Wim Taymans <wim@fluendo.com>
24041 * gst/tcp/Makefile.am:
24043 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24044 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24045 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24046 (is_sync_frame), (gst_multifdsink_handle_client_write),
24047 (gst_multifdsink_render), (gst_multifdsink_start),
24048 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24049 * gst/tcp/gstmultifdsink.h:
24050 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24051 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24052 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24053 * gst/tcp/gsttcp.h:
24054 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24055 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24056 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24057 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24058 * gst/tcp/gsttcpclientsink.h:
24059 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24060 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24061 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24062 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24063 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24064 * gst/tcp/gsttcpclientsrc.h:
24065 * gst/tcp/gsttcpplugin.c: (plugin_init):
24066 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24067 * gst/tcp/gsttcpserversink.h:
24068 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24069 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24070 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24071 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24072 (gst_tcpserversrc_stop):
24073 * gst/tcp/gsttcpserversrc.h:
24074 * gst/tcp/gsttcpsink.c:
24075 * gst/tcp/gsttcpsink.h:
24076 * gst/tcp/gsttcpsrc.c:
24077 * gst/tcp/gsttcpsrc.h:
24078 Ported tcp plugins to 0.9.
24081 2005-07-05 Andy Wingo <wingo@pobox.com>
24083 * gst/playback/gstplaybasebin.c (fill_buffer):
24084 message_new_application fixen.
24086 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24089 2005-07-04 Wim Taymans <wim@fluendo.com>
24091 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24092 Set caps on output buffer.
24094 2005-07-04 Andy Wingo <wingo@pobox.com>
24096 * ext/gnomevfs/gstgnomevfssrc.c
24097 (gst_gnomevfssrc_received_headers_callback)
24098 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24101 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24102 No refcount leakage.
24104 * configure.ac: Enable -Werror.
24106 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24107 * gst/audioconvert/bufferframesconvert.c
24108 (buffer_frames_convert_fixate):
24109 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24110 (gst_audio_convert_fixate):
24111 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24112 (gst_sinesrc_create): Fixate func changes.
24114 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24115 (gst_ximagesink_buffer_alloc): Unused var.
24117 2005-07-01 Andy Wingo <wingo@pobox.com>
24119 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24120 getcaps to do explicit caps. Needs to be done in all decoders,
24121 possibly via a base class.
24123 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24125 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24126 caps on the sink pad, just rely on the pad template. Also, setting
24127 ANY caps on a pad is not valid because the caps are not fixed.
24129 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24130 caps on the buffer, and get the width from the desired_caps if
24132 (gst_ximagesink_renegotiate_size): Implement via setting the
24133 desired_caps on the ximagesink.
24134 (gst_ximagesink_setcaps): Only reset the width of the player if it
24135 wasn't already set. Not sure if this is right.
24136 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24138 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24139 that the user wants. NULL unless the window has been resized.
24141 * gst/volume/gstvolume.c (volume_transform): Adapt to
24142 basetransform refcount changes.
24144 2005-07-01 Andy Wingo <wingo@pobox.com>
24146 * gst/videoscale/gstvideoscale.c:
24147 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24148 from BaseTransform, implements a transform_caps. Removed dead code
24149 including some PAR stuff that was never reached -- should probably
24150 be added back somehow.
24152 2005-07-01 Andy Wingo <wingo@pobox.com>
24154 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24157 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24160 * docs/libs/Makefile.am:
24161 * docs/libs/gst-plugins-libs.types:
24162 * ext/alsa/Makefile.am:
24163 * ext/alsa/gstalsamixer.h:
24164 * ext/alsa/gstalsamixeroptions.h:
24165 * ext/alsa/gstalsamixertrack.h:
24166 * gst-libs/gst/Makefile.am:
24167 * gst-libs/gst/colorbalance/.cvsignore:
24168 * gst-libs/gst/colorbalance/Makefile.am:
24169 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24170 * gst-libs/gst/colorbalance/colorbalance.c:
24171 * gst-libs/gst/colorbalance/colorbalance.h:
24172 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24173 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24174 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24175 * gst-libs/gst/interfaces/Makefile.am:
24176 * gst-libs/gst/interfaces/colorbalance.c:
24177 (gst_color_balance_class_init):
24178 * gst-libs/gst/interfaces/colorbalance.h:
24179 * gst-libs/gst/interfaces/interfaces-marshal.list:
24180 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24181 * gst-libs/gst/interfaces/mixer.h:
24182 * gst-libs/gst/interfaces/mixeroptions.h:
24183 * gst-libs/gst/interfaces/navigation.c:
24184 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24185 * gst-libs/gst/interfaces/tuner.h:
24186 * gst/volume/Makefile.am:
24187 * gst/volume/gstvolume.c:
24188 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24189 * sys/ximage/Makefile.am:
24190 * sys/ximage/ximagesink.c:
24191 * sys/xvimage/Makefile.am:
24192 * sys/xvimage/xvimagesink.c:
24193 fold in all interfaces into an interfaces dir, preserving CVS
24196 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24198 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24199 Fix build after riff changes.
24201 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24203 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24204 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24205 (gst_riff_create_video_template_caps),
24206 (gst_riff_create_audio_template_caps),
24207 (gst_riff_create_iavs_template_caps):
24208 * gst-libs/gst/riff/riff-media.h:
24209 * gst-libs/gst/riff/riff-read.h:
24210 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24211 Add gst_riff_init() to initialize the debug category, instead
24212 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24214 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24216 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24217 Oops, I shouldn't apply hacks.
24219 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24221 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24222 Remove pad_loop function which doesn't work.
24224 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24226 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24227 Send EOS when deactivating.
24228 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24229 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24230 (gen_preroll_element), (probe_triggered), (mute_stream),
24231 (silence_stream), (new_decoded_pad), (setup_substreams),
24232 (set_active_source):
24233 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24234 (remove_sinks), (add_sink):
24235 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24236 Change for new probe API.
24238 2005-06-29 Wim Taymans <wim@fluendo.com>
24240 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24241 * gst-libs/gst/audio/gstbaseaudiosink.c:
24242 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24243 (gst_baseaudiosink_change_state):
24244 * gst-libs/gst/audio/gstbaseaudiosink.h:
24245 * gst-libs/gst/audio/gstringbuffer.c:
24246 (gst_ringbuffer_set_callback):
24247 Fix compilation error.
24248 Ringbuffer starts out as not running.
24249 Free our clock in dispose.
24250 When releasing the ringbuffer we need to renegotiate so
24251 clear the pad caps.
24253 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24257 * docs/Makefile.am:
24258 * docs/libs/Makefile.am:
24259 * docs/libs/gst-plugins-libs-docs.sgml:
24260 * docs/libs/gst-plugins-libs-sections.txt:
24261 * docs/libs/gst-plugins-libs.types:
24262 * docs/libs/tmpl/gstaudio.sgml:
24263 * docs/libs/tmpl/gstcolorbalance.sgml:
24264 * docs/libs/tmpl/gstringbuffer.sgml:
24265 * gst-libs/gst/audio/gstringbuffer.c:
24266 (gst_ringbuffer_set_callback):
24267 reinstate gtk-doc docs for plugin libs
24269 2005-06-28 Wim Taymans <wim@fluendo.com>
24271 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24272 (gst_ogg_demux_init):
24273 Removed pad loop function.
24275 2005-06-28 Wim Taymans <wim@fluendo.com>
24277 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24278 If we're building a chain we are not in an error case
24279 when we queue a buffer.
24281 2005-06-28 Andy Wingo <wingo@pobox.com>
24283 * *.c: Don't cast to GstObject before reffing/unreffing.
24285 2005-06-27 Andy Wingo <wingo@pobox.com>
24287 * gst/videotestsrc/gstvideotestsrc.c
24288 (gst_videotestsrc_activate_push): Activation API changes.
24290 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24291 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24292 they have refs on the decodebin.
24294 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24296 (gst_ogg_pad_typefind): Don't leak a pad ref.
24297 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24298 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24299 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24301 2005-06-27 Edward Hervey <edward@fluendo.com>
24303 * ext/theora/theoradec.c: (theora_dec_change_state):
24304 re-arranged call to parent's state change in order to avoid locks (or
24307 2005-06-26 Edward Hervey <edward@fluendo.com>
24309 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24310 2nd argument of 'unknow-type' signal is a GstCaps and not a
24313 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24314 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24315 Set the worker thread's running flag to TRUE before starting the
24317 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24318 Catch a failure to add typefind to the bin.
24320 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24322 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24323 (gst_sinesrc_init), (gst_sinesrc_create),
24324 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24325 (gst_sinesrc_start):
24326 * gst/sine/gstsinesrc.h:
24327 add num-buffers and timestamp-offset properties
24328 * gst/videotestsrc/gstvideotestsrc.c:
24329 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24330 (gst_videotestsrc_get_property):
24331 add timestamp-offset property
24333 2005-06-23 Christian Schaller <uraeus@gnome.org>
24335 * configure.ac: add videorate
24336 * gst-plugins-base.spec.in: add videorate
24338 2005-06-23 Wim Taymans <wim@fluendo.com>
24340 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24341 (gst_videorate_getcaps), (gst_videorate_setcaps),
24342 (gst_videorate_event), (gst_videorate_chain):
24343 Fixed videorate, fixating an already fixated caps is not
24346 2005-06-23 Wim Taymans <wim@fluendo.com>
24349 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24350 Buffer on caps is not boxed anymore.
24352 2005-06-22 Wim Taymans <wim@fluendo.com>
24354 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24355 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24356 Set buffers on caps as miniobjects and not as boxed.
24358 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24363 === release 0.9.1 ===
24365 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24386 updates for release
24388 2005-06-09 Andy Wingo <wingo@pobox.com>
24390 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24392 2005-06-09 Andy Wingo <wingo@pobox.com>
24395 * gst-libs/gst/Makefile.am:
24396 * gst-libs/gst/net/Makefile.am:
24397 Add gstnet to build.
24399 2005-06-09 Andy Wingo <wingo@pobox.com>
24401 * gst-libs/gst/gconf/gconf.c:
24402 * gst/playback/test.c:
24403 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24406 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24408 * ext/theora/theoraenc.c (theora_enc_chain):
24409 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24411 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24414 2005-06-02 Wim Taymans <wim@fluendo.com>
24416 * gst-libs/gst/net/Makefile.am:
24417 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24418 * pkgconfig/gstreamer-libs.pc.in:
24419 Added net stuff, version net lib.
24421 2005-06-02 Wim Taymans <wim@fluendo.com>
24423 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24424 (query_rates), (query_positions_elems), (query_positions_pads),
24426 Updated seek example.
24428 2005-06-02 Andy Wingo <wingo@pobox.com>
24430 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24431 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24434 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24435 remove the typefind, the bin dispose will do it for us. When it's
24436 removed and unreffed, the signal handler will be disconnected,
24438 (unlinked): It's too difficult to disconnect from unlinked
24439 handlers, as they are on pads not elements. Just punt if the pads
24440 aren't grandkids of the bin.
24442 2005-06-02 Wim Taymans <wim@fluendo.com>
24445 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24446 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24447 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24448 * ext/theora/theoradec.c: (theora_dec_src_query),
24449 (theora_handle_data_packet):
24450 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24451 (theora_enc_chain):
24452 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24453 (vorbis_handle_data_packet):
24454 * gst/audioconvert/bufferframesconvert.c:
24455 (buffer_frames_convert_chain):
24456 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24457 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24458 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24459 (gst_ffmpegcsp_chain):
24460 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24461 (gst_videorate_getcaps), (gst_videorate_setcaps),
24462 (gst_videorate_event), (gst_videorate_chain):
24463 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24464 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24465 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24466 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24467 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24468 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24469 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24470 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24471 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24472 Cleanups and buffer alloc.
24474 2005-05-31 Wim Taymans <wim@fluendo.com>
24476 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24477 Don't try to call the delay method when the device is not
24480 2005-05-31 Wim Taymans <wim@fluendo.com>
24482 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24483 Get actual segment size and buffer size after opening
24486 2005-05-30 Wim Taymans <wim@fluendo.com>
24488 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24489 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24490 Also FLUSH upstream, makes the loop function exit faster.
24492 * ext/theora/theoradec.c: (theora_dec_src_query):
24493 Some more debug info in the query.
24495 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24496 (gst_ximagesink_setcaps):
24497 Release lock on par error, better error reporting.
24499 2005-05-26 Wim Taymans <wim@fluendo.com>
24501 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24502 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24503 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24504 Clear chains in READY
24505 Queue packets until the chain is activated.
24507 2005-05-25 Wim Taymans <wim@fluendo.com>
24509 * gst-libs/gst/audio/gstaudiosink.c:
24510 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24511 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24512 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24513 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24514 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24515 (gst_audiosink_create_ringbuffer):
24516 * gst-libs/gst/audio/gstbaseaudiosink.c:
24517 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24518 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24519 (gst_baseaudiosink_set_property), (build_linear_format),
24520 (debug_spec_caps), (debug_spec_buffer),
24521 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24522 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24523 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24524 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24525 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24526 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24527 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24528 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24529 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24530 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24531 (wait_segment), (gst_ringbuffer_commit),
24532 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24533 (gst_ringbuffer_clear):
24534 Various small cleanups.
24536 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24537 (gst_audio_convert_change_state):
24538 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24539 No need to take the locks anymore.
24541 2005-05-25 Wim Taymans <wim@fluendo.com>
24543 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24544 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24545 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24547 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24548 (group_destroy), (group_commit), (queue_overrun),
24549 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24550 (mute_stream), (new_decoded_pad), (setup_substreams),
24551 (setup_source), (mute_group_type), (set_active_source),
24552 (gst_play_base_bin_change_state):
24553 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24554 (gen_video_element), (gen_text_element), (gen_audio_element),
24555 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24556 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24557 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24558 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24559 Some playbin cleanups mostly refcounting sloppyness.
24561 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24563 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24564 Work with streaming input.
24566 2005-05-25 Wim Taymans <wim@fluendo.com>
24568 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24569 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24570 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24571 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24572 No need to take the STREAM lock anymore.
24574 2005-05-25 Wim Taymans <wim@fluendo.com>
24576 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24577 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24578 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24579 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24580 (gst_ogg_demux_sink_activate):
24581 * ext/theora/theoradec.c: (theora_dec_src_event),
24582 (theora_handle_comment_packet), (theora_dec_chain),
24583 (theora_dec_change_state):
24584 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24585 (vorbis_handle_data_packet), (vorbis_dec_chain),
24586 (vorbis_dec_change_state):
24587 Remove STREAM locks as they are taken in core now.
24588 Never set bogus granulepos on vorbis/theora.
24589 Fix leaks in theoradec tag parsing.
24591 2005-05-25 Wim Taymans <wim@fluendo.com>
24593 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24594 Fix memleaks, GST_BUFFER_DATA() is not freed.
24596 2005-05-25 Wim Taymans <wim@fluendo.com>
24598 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24599 Open non-blocking, set to blocking mode afterwards to avoid
24600 lockups when audio device is busy.
24602 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24604 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24605 This can't be good.
24607 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24609 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24610 (gst_audio_convert_chain), (gst_audio_convert_link_src),
24611 (gst_audio_convert_setcaps):
24612 Implement instant setup switching.
24614 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24616 * gst/playback/gstplaybasebin.c: (probe_triggered):
24617 Fix missing unlock.
24618 * gst/playback/gstplaybin.c: (add_sink):
24619 First add, then link (otherwise pad link fails).
24621 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24623 * examples/Makefile.am:
24624 fix buildbot (make distcheck)
24626 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24628 * gst/playback/gstplaybin.c: (gen_vis_element):
24629 Remove some wrong code. Doesn't work yet.
24631 2005-05-19 Wim Taymans <wim@fluendo.com>
24633 * gst-libs/gst/net/Makefile.am:
24634 * gst-libs/gst/net/README:
24635 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24636 (gst_netbuffer_class_init), (gst_netbuffer_init),
24637 (gst_netbuffer_finalize), (gst_netbuffer_copy),
24638 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24639 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24640 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24641 * gst-libs/gst/net/gstnetbuffer.h:
24642 Added buffer subclass to store extra to/from addresses for
24643 network sources/sinks.
24645 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24647 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24648 Don't lock an unassigned variable.
24650 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24652 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24653 Increase buffer for video, decrease buffer for other media types.
24654 * gst/playback/gstplaybin.c: (gen_video_element),
24655 (gen_audio_element):
24656 Change names for debugging purposes.
24658 2005-05-18 Wim Taymans <wim@fluendo.com>
24660 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24661 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24662 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24663 (gst_ffmpegcsp_chain):
24664 Enable buffer alloc passthrough if the source and dest
24665 formats are the same.
24667 2005-05-17 Wim Taymans <wim@fluendo.com>
24669 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24670 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24671 (gst_ogg_demux_chain_unlocked):
24672 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24673 (gst_audio_convert_caps_remove_format_info),
24674 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24675 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24676 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24677 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24678 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24679 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24680 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24681 (gst_ffmpegcsp_get_property):
24682 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24683 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24684 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24685 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24686 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24687 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24688 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24689 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24690 Leak fixes in oggdemux.
24691 Some cleanups in audioconvert.
24692 Make passthrough work along with buffer_alloc etc.
24693 Make buffer_alloc and buffer recycling actually work in
24696 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
24698 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24699 make the compiler happy
24701 2005-05-17 Wim Taymans <wim@fluendo.com>
24703 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24704 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24705 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24706 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24707 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24708 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24709 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24710 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24711 (gst_xvimagesink_set_xwindow_id):
24712 * sys/xvimage/xvimagesink.h:
24713 Port xvimagesink to new MiniObject.
24715 2005-05-17 Wim Taymans <wim@fluendo.com>
24717 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24718 (gst_audiofilter_chain):
24719 * gst-libs/gst/audio/gstaudiosink.c:
24720 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24721 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24722 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24723 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24724 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24725 (gst_audiosink_create_ringbuffer):
24726 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24727 (gst_audio_convert_caps_remove_format_info),
24728 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24729 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24730 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24731 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24732 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24733 Fix passthrough in ffmpegcolorspace.
24734 Fix memset in audiosink on wrong memory.
24736 2005-05-16 David Schleef <ds@schleef.org>
24738 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24741 2005-05-16 David Schleef <ds@schleef.org>
24743 Port from GstData to GstMiniObject.
24744 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24746 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24747 (gst_ogg_mux_collected):
24748 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24749 * ext/theora/theoradec.c: (theora_handle_comment_packet),
24750 (theora_handle_data_packet):
24751 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24752 (theora_set_header_on_caps), (theora_enc_chain):
24753 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24754 (vorbis_handle_comment_packet):
24755 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24756 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24757 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24758 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24759 * gst/audioconvert/gstaudioconvert.c:
24760 (gst_audio_convert_get_buffer):
24761 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24762 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24763 (mute_stream), (silence_stream):
24764 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24765 * gst/volume/gstvolume.c: (volume_transform):
24766 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24767 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24768 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24769 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24770 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24771 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24772 (gst_ximagesink_buffer_alloc):
24773 * sys/ximage/ximagesink.h:
24775 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24777 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24778 (fill_buffer), (check_queue), (queue_threshold_reached),
24779 (queue_out_of_data):
24780 * gst/playback/gstplaybasebin.h:
24781 Post buffer-fullness on the bus.
24783 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24785 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24787 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24788 (group_commit), (probe_triggered), (setup_source),
24789 (gst_play_base_bin_change_state):
24790 * gst/playback/gstplaybasebin.h:
24791 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24792 (gst_play_bin_init), (remove_sinks), (setup_sinks),
24793 (gst_play_bin_change_state):
24794 Move setup_output_pads into a virtual function, remove
24795 group-switch (no longer needed) and redirect (handled by bus
24798 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24800 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24801 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24802 (get_active_group), (get_building_group), (group_destroy),
24803 (group_commit), (check_queue), (queue_overrun),
24804 (queue_threshold_reached), (queue_out_of_data),
24805 (gen_preroll_element), (remove_groups), (unknown_type),
24806 (add_element_stream), (no_more_pads), (probe_triggered),
24807 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24808 (setup_substreams), (setup_source), (finish_source),
24809 (prepare_output), (muted_group_change_state),
24810 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24811 (gst_play_base_bin_change_state):
24812 * gst/playback/gstplaybasebin.h:
24813 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24814 (gst_play_bin_init), (gst_play_bin_set_property),
24815 (gen_video_element), (gen_text_element), (gen_audio_element),
24816 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24817 (gst_play_bin_change_state):
24818 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24819 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24820 (stream_info_change_state), (gst_stream_info_set_mute),
24821 (gst_stream_info_get_property):
24822 * gst/playback/gststreaminfo.h:
24823 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24824 (gst_stream_selector_get_linked_pad),
24825 (gst_stream_selector_getcaps),
24826 (gst_stream_selector_get_linked_pads),
24827 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24828 * gst/playback/gststreamselector.h:
24829 Rough port of playbin. Needs some more work, but is mostly done,
24830 and uses a few locks in important places, which should make stuff
24831 like chain-switches clean. Still uses GST_STATE() in a few places,
24832 which isn't all that good an idea, subtitles/elements disabled
24833 because no elements to test with and thus probably broken, query
24834 and event handling moved to GstBin, internal thread removed
24835 alltogether because the pipeline does that for us now. Can play
24836 Ogg/Vorbis files. Haven't tested anything else yet.
24838 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24840 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24841 Do no-more-pads (needed for autoplugging).
24843 2005-05-10 Andy Wingo <wingo@pobox.com>
24845 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24846 message to the bus with the tags. Still not sent downstream tho.
24848 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24850 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24851 avoid refcounting hassles.
24853 2005-05-09 Andy Wingo <wingo@pobox.com>
24855 * gst/volume/Makefile.am:
24856 * gst/volume/demo.c
24857 * gst/volume/gstvolume.h
24858 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24859 basetransform. Probably need an audio filter base class.
24861 2005-05-09 Wim Taymans <wim@fluendo.com>
24863 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24864 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24865 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24866 (gst_vorbisenc_chain):
24867 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24868 (gst_audio_convert_caps_remove_format_info),
24869 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24870 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24871 Make caps writable before writing to it.
24872 Fix negotiation in audioconvert some more.
24874 2005-05-09 Wim Taymans <wim@fluendo.com>
24876 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24877 (gst_videorate_getcaps), (gst_videorate_setcaps),
24878 (gst_videorate_event), (gst_videorate_chain):
24879 Better negotiation.
24881 2005-05-09 Wim Taymans <wim@fluendo.com>
24883 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24884 (gst_videorate_getcaps), (gst_videorate_setcaps),
24885 (gst_videorate_blank_data), (gst_videorate_init),
24886 (gst_videorate_event), (gst_videorate_chain),
24887 (gst_videorate_change_state):
24888 Port videorate, do a better job at negotiation while we're at
24891 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
24896 * examples/Makefile.am:
24897 * gst-libs/gst/audio/Makefile.am:
24898 * gst-libs/gst/riff/Makefile.am:
24899 * gst-libs/gst/tag/Makefile.am:
24900 * gst-libs/gst/video/Makefile.am:
24901 Fixups for missing variables.
24903 2005-05-09 Wim Taymans <wim@fluendo.com>
24905 * examples/seeking/seek.c: (make_theora_pipeline),
24906 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24907 (query_rates), (query_positions_elems), (query_positions_pads),
24908 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24909 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24910 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24911 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24912 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24913 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24914 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24915 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24916 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24917 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24918 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24919 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24920 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24921 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24922 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24923 (theora_dec_src_convert), (theora_dec_sink_convert),
24924 (theora_dec_src_query), (theora_dec_sink_query),
24925 (theora_dec_src_event), (theora_dec_sink_event),
24926 (theora_handle_comment_packet), (theora_handle_type_packet),
24927 (theora_handle_header_packet), (theora_handle_data_packet),
24928 (theora_dec_chain):
24929 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24930 (vorbis_dec_convert), (vorbis_dec_src_query),
24931 (vorbis_dec_sink_query), (vorbis_dec_src_event),
24932 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24933 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24934 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24935 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24936 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24937 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24938 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24939 (gst_play_bin_query):
24940 * gst/playback/test3.c: (update_scale):
24941 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24942 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24943 * gst/subparse/gstsubparse.c: (gst_subparse_init):
24944 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24945 (gst_videotestsrc_src_query):
24946 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24947 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24948 (paint_hline_YUV9):
24949 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24950 Port to new query API.
24952 Cleanups in x[v]imagesink
24954 2005-05-09 Andy Wingo <wingo@pobox.com>
24956 * ext/alsa/gstalsasink.h:
24957 * ext/gnomevfs/gstgnomevfssrc.c:
24958 (gst_gnomevfssrc_get_icy_metadata):
24959 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24960 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24961 * ext/theora/theoradec.c (theora_dec_src_query)
24962 (theora_dec_src_event, theora_dec_sink_event)
24963 (theora_handle_comment_packet, theora_handle_data_packet):
24964 * ext/theora/theoraenc.c (theora_enc_chain):
24965 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24966 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24967 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24968 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24970 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24971 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24972 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24973 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24974 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24975 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24976 (paint_setup_xBGR8888, paint_setup_RGBx8888)
24977 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24978 (paint_setup_RGB565, paint_setup_xRGB1555):
24979 * gst/videotestsrc/videotestsrc.h:
24980 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24981 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24982 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24985 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24986 gst_pad_query_position. Fixes oggdemux.
24988 2005-05-08 David Schleef <ds@schleef.org>
24990 * configure.ac: Require liboil.
24991 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24993 * gst/videotestsrc/videotestsrc.c:
24994 * gst/videotestsrc/videotestsrc.h:
24996 2005-05-06 Wim Taymans <wim@fluendo.com>
24998 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24999 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25000 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25001 Well, unreffing a buffer right before pushing it is asking
25004 2005-05-06 Christian Schaller <uraeus@gnome.org>
25006 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25008 2005-05-06 Wim Taymans <wim@fluendo.com>
25010 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25011 (gst_audio_convert_caps_remove_format_info),
25012 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25013 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25014 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25015 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25016 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25017 * gst/sine/Makefile.am:
25018 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25019 (gst_sinesrc_class_init), (gst_sinesrc_init),
25020 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25021 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25022 (gst_sinesrc_update_freq):
25023 * gst/sine/gstsinesrc.h:
25024 * gst/tcp/gstmultifdsink.c:
25025 * sys/xvimage/xvimagesink.c:
25026 Fixed negotiation wrt _peer_get_caps()
25030 2005-05-06 Wim Taymans <wim@fluendo.com>
25032 * gst-libs/gst/audio/gstaudiosink.c:
25033 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25034 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25035 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25036 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25037 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25038 (gst_audiosink_create_ringbuffer):
25039 * gst-libs/gst/audio/gstbaseaudiosink.c:
25040 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25041 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25042 (gst_baseaudiosink_set_property), (build_linear_format),
25043 (debug_spec_caps), (debug_spec_buffer),
25044 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25045 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25046 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25047 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25048 * gst-libs/gst/audio/gstbaseaudiosink.h:
25049 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25050 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25051 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25052 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25053 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25054 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25055 (wait_segment), (gst_ringbuffer_commit),
25056 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25057 (gst_ringbuffer_clear):
25058 * gst-libs/gst/audio/gstringbuffer.h:
25059 Make the base audiosink return an error when there is no
25060 audiobuffer negotiated.
25062 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25065 Disable cdparanoia until someone ports it!
25067 2005-05-06 Wim Taymans <wim@fluendo.com>
25069 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25070 (gst_ogg_demux_sink_activate):
25071 And revert after wingo's revert.. sigh..
25073 2005-05-05 Andy Wingo <wingo@pobox.com>
25075 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25077 * configure.ac: Return audiorate and subparse from the ghetto.
25078 Re-enable -Wall -Werror.
25079 * gst/subparse/gstsubparse.c:
25080 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25081 or chain-based. Cleaned up a bit. Not tested.
25083 2005-05-05 Christian Schaller <christian@fluendo.com>
25085 * Makefile.am: remove stuff that is not building
25086 * configure.ac: remove stuff that is not building
25087 * examples/Makefile.am: remove stuff that is not building
25088 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25089 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25090 * sys/Makefile.am: remove stuff that is not building
25091 * testsuite/Makefile.am: remove stuff that is not building
25093 2005-05-05 Andy Wingo <wingo@pobox.com>
25095 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25096 * gst-libs/gst/tag/gstvorbistag.c:
25097 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25098 * gst/adder/gstadder.h:
25099 * gst/audioconvert/gstchannelmix.c:
25100 (gst_audio_convert_fill_one_other):
25101 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25102 (gst_audiorate_init), (gst_audiorate_chain):
25103 * gst/playback/gstplaybasebin.c: (setup_source):
25104 * gst/playback/test3.c: (update_scale):
25122 2005-05-05 Wim Taymans <wim@fluendo.com>
25124 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25125 (gst_audio_convert_caps_remove_format_info),
25126 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25127 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25128 * gst/videotestsrc/gstvideotestsrc.c:
25129 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25130 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25131 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25132 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25133 Don't ignore _push() return values.
25134 Make sure no processing is done when shutting down.
25135 Videotestsrc pad activation fix.
25137 2005-05-05 Wim Taymans <wim@fluendo.com>
25139 * gst/adder/Makefile.am:
25140 * gst/adder/gstadder.c: (gst_adder_setcaps),
25141 (gst_adder_class_init), (gst_adder_init),
25142 (gst_adder_request_new_pad), (gst_adder_collected),
25143 (gst_adder_change_state):
25144 * gst/adder/gstadder.h:
25145 Ported adder as an example of a mixer element using
25146 collect pads. Needs more negotiation work.
25148 2005-05-05 Wim Taymans <wim@fluendo.com>
25150 * ext/theora/theoradec.c: (_inc_granulepos),
25151 (theora_dec_src_event), (theora_dec_sink_event),
25152 (theora_handle_comment_packet), (theora_handle_type_packet),
25153 (theora_handle_header_packet), (theora_handle_data_packet),
25154 (theora_dec_chain):
25155 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25156 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25157 (theora_push_buffer), (theora_push_packet),
25158 (theora_enc_sink_event), (theora_enc_chain),
25159 (theora_enc_change_state), (theora_enc_set_property),
25160 (theora_enc_get_property):
25161 Added stream lock to decoder so that we can serialize
25163 More theoraenc porting, recover from errors, do clean
25166 2005-05-05 Wim Taymans <wim@fluendo.com>
25168 * ext/ogg/Makefile.am:
25170 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25171 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25173 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25174 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25175 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25176 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25177 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25178 (gst_ogg_mux_change_state):
25181 2005-05-05 Wim Taymans <wim@fluendo.com>
25183 * docs/design-audiosinks.txt:
25184 * gst-libs/gst/audio/TODO:
25185 * gst-libs/gst/audio/gstaudiosink.c:
25186 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25187 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25188 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25189 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25190 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25191 (gst_audiosink_create_ringbuffer):
25192 * gst-libs/gst/audio/gstbaseaudiosink.c:
25193 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25194 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25195 (gst_baseaudiosink_set_property), (build_linear_format),
25196 (debug_spec_caps), (debug_spec_buffer),
25197 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25198 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25199 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25200 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25201 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25202 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25203 (gst_ringbuffer_release), (gst_ringbuffer_play),
25204 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25205 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25206 (gst_ringbuffer_set_sample), (wait_segment),
25207 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25208 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25209 More work on the audiosink, mostly debugging and a race in
25212 2005-04-28 Wim Taymans <wim@fluendo.com>
25214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25215 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25216 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25217 (vorbis_dec_src_query), (vorbis_dec_src_event),
25218 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25219 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25220 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25221 Don't crap out when seeking back to position 0.
25223 2005-04-28 Wim Taymans <wim@fluendo.com>
25225 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25226 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25227 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25228 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25229 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25230 Make audio sink configurable, use alsasink as default.
25232 2005-04-28 Wim Taymans <wim@fluendo.com>
25234 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25235 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25236 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25237 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25238 (vorbis_dec_change_state):
25239 * ext/vorbis/vorbisdec.h:
25240 Refactor, use STREAM_LOCK.
25242 2005-04-28 Wim Taymans <wim@fluendo.com>
25244 * ext/theora/theoradec.c: (_inc_granulepos),
25245 (theora_dec_sink_event), (theora_handle_comment_packet),
25246 (theora_handle_type_packet), (theora_handle_header_packet),
25247 (theora_handle_data_packet), (theora_dec_chain),
25248 (theora_dec_change_state):
25249 Refactor a bit, use STREAM_LOCK.
25251 2005-04-28 Wim Taymans <wim@fluendo.com>
25253 * ext/alsa/Makefile.am:
25254 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25255 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25256 (gst_alsa_link), (gst_alsa_close_audio):
25257 * ext/alsa/gstalsaplugin.c: (plugin_init):
25258 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25259 (gst_alsasink_dispose), (gst_alsasink_base_init),
25260 (gst_alsasink_class_init), (gst_alsasink_init),
25261 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25262 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25263 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25264 (gst_alsasink_reset):
25265 * ext/alsa/gstalsasink.h:
25266 Implement alsasink with simple open/write/close API.
25267 Make alsa dir build by disabling compilation of code.
25269 2005-04-28 Wim Taymans <wim@fluendo.com>
25271 * gst-libs/gst/audio/Makefile.am:
25272 * gst-libs/gst/audio/audio.h:
25273 * gst-libs/gst/audio/audioclock.c:
25274 * gst-libs/gst/audio/audioclock.h:
25275 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25276 (gst_audio_clock_class_init), (gst_audio_clock_init),
25277 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25278 * gst-libs/gst/audio/gstaudioclock.h:
25279 * gst-libs/gst/audio/gstaudiosink.c:
25280 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25281 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25282 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25283 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25284 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25285 (gst_audiosink_create_ringbuffer):
25286 * gst-libs/gst/audio/gstbaseaudiosink.c:
25287 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25288 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25289 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25290 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25291 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25292 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25293 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25294 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25295 * gst-libs/gst/audio/gstbaseaudiosink.h:
25296 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25297 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25298 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25299 (gst_ringbuffer_release), (gst_ringbuffer_play),
25300 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25301 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25302 (gst_ringbuffer_set_sample), (wait_segment),
25303 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25304 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25305 * gst-libs/gst/audio/gstringbuffer.h:
25306 Make ringbuffer faster and more simple by removing the locks
25307 in the playback thread.
25308 Add sample accurate playback based on buffer sample offsets.
25309 Make the baseaudiosink provide a clock.
25310 Parse caps in the base class.
25311 Correctly handle seeking, flushing and state changes.
25313 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25316 * gst/audioconvert/Makefile.am:
25317 * gst/audioscale/Makefile.am:
25318 Fix part of the build. Come on guys, autogen didn't even work :)
25320 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25323 * gst-libs/gst/Makefile.am:
25324 * gst-libs/gst/media-info/.cvsignore:
25325 * gst-libs/gst/media-info/Makefile.am:
25326 * gst-libs/gst/media-info/README:
25327 * gst-libs/gst/media-info/media-info-priv.c:
25328 * gst-libs/gst/media-info/media-info-priv.h:
25329 * gst-libs/gst/media-info/media-info-test.c:
25330 * gst-libs/gst/media-info/media-info.c:
25331 * gst-libs/gst/media-info/media-info.h:
25332 * gst-libs/gst/media-info/media-info.vcproj:
25333 * pkgconfig/Makefile.am:
25334 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25335 * pkgconfig/gstreamer-media-info.pc.in:
25336 Remove media-info, which is also successed by playbin (see Totem
25339 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25342 * examples/Makefile.am:
25343 * examples/gstplay/.cvsignore:
25344 * examples/gstplay/Makefile.am:
25345 * examples/gstplay/player.c:
25346 * gst-libs/gst/Makefile.am:
25347 * gst-libs/gst/play/.cvsignore:
25348 * gst-libs/gst/play/Makefile.am:
25349 * gst-libs/gst/play/play.c:
25350 * gst-libs/gst/play/play.h:
25351 * gst-libs/gst/play/play.vcproj:
25352 * pkgconfig/Makefile.am:
25353 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25354 * pkgconfig/gstreamer-play.pc.in:
25355 Remove libgstplay, playbin is now the official successor.
25357 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25360 * gst-libs/gst/Makefile.am:
25361 * gst-libs/gst/xwindowlistener/Makefile.am:
25362 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25363 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25364 Remove deprecated xwindowlistener (I've moved xwindowlistening
25365 in the v4l/v4l2 plugins over to serverside).
25367 2005-04-25 David Schleef <ds@schleef.org>
25369 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25370 to examples/dynparams. Examples do not belong interspersed with
25372 * examples/dynparams/demo-dparams.c:
25373 * gst/sine/Makefile.am:
25374 * gst/sine/demo-dparams.c:
25376 2005-04-25 David Schleef <ds@schleef.org>
25378 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25379 * gst-libs/gst/audio/Makefile.am:
25380 * gst-libs/gst/riff/Makefile.am:
25381 * gst-libs/gst/tag/Makefile.am:
25382 * gst-libs/gst/video/Makefile.am:
25383 * gst-libs/gst/xwindowlistener/Makefile.am:
25385 Convert to 0.9 API, seems to work:
25386 * sys/ximage/Makefile.am:
25387 * sys/ximage/ximagesink.c:
25389 2005-04-24 David Schleef <ds@schleef.org>
25391 Link plugins against libraries:
25392 * ext/alsa/Makefile.am:
25393 * gst/tcp/Makefile.am:
25395 Remove asm code that should be in liboil
25396 * gst/videoscale/Makefile.am:
25397 * gst/videoscale/videoscale_x86_asm.s:
25399 gettext wants these checked in:
25415 2005-04-24 David Schleef <ds@schleef.org>
25417 Convert gst_main() to g_main_loop_run()
25418 * gst/playback/decodetest.c: (main):
25419 * gst/playback/test2.c: (main):
25420 * gst/playback/test3.c: (main):
25421 * gst/playback/test4.c: (main):
25423 Link plugins against libraries:
25424 * ext/libvisual/Makefile.am:
25425 * sys/xvimage/Makefile.am:
25427 2005-04-24 David Schleef <ds@schleef.org>
25429 * configure.ac: Remove idct and resample libs
25430 * gst-libs/gst/Makefile.am: same
25432 Remove usage of gst_library_load():
25433 * ext/alsa/gstalsaplugin.c: (plugin_init):
25434 * ext/libvisual/visual.c: (plugin_init):
25435 * ext/ogg/gstogg.c: (plugin_init):
25436 * ext/theora/theora.c: (plugin_init):
25437 * ext/vorbis/vorbis.c: (plugin_init):
25438 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25439 * gst/audioscale/gstaudioscale.c:
25440 * gst/adder/gstadder.c: (plugin_init):
25441 * gst/audioconvert/plugin.c: (plugin_init):
25442 * sys/ximage/ximagesink.c: (plugin_init):
25443 * sys/xvimage/xvimagesink.c: (plugin_init):
25444 * gst/tcp/gsttcpplugin.c: (plugin_init):
25446 Link plugins against libraries:
25447 * ext/ogg/Makefile.am:
25448 * ext/theora/Makefile.am:
25449 * ext/vorbis/Makefile.am:
25450 * gst/audioconvert/Makefile.am:
25452 Create proper libraries:
25453 * gst-libs/gst/riff/Makefile.am:
25454 * gst-libs/gst/audio/Makefile.am:
25455 * gst-libs/gst/video/Makefile.am:
25457 Move resample library to audioscale plugin directory:
25458 * gst-libs/gst/resample/Makefile.am:
25459 * gst-libs/gst/resample/README:
25460 * gst-libs/gst/resample/dtof.c:
25461 * gst-libs/gst/resample/dtos.c:
25462 * gst-libs/gst/resample/functable.c:
25463 * gst-libs/gst/resample/private.h:
25464 * gst-libs/gst/resample/resample.c:
25465 * gst-libs/gst/resample/resample.h:
25466 * gst-libs/gst/resample/resample.vcproj:
25467 * gst-libs/gst/resample/test.c:
25468 * gst/audioscale/Makefile.am:
25469 * gst/audioscale/README:
25470 * gst/audioscale/dtof.c:
25471 * gst/audioscale/dtos.c:
25472 * gst/audioscale/functable.c:
25473 * gst/audioscale/private.h:
25474 * gst/audioscale/resample.c:
25475 * gst/audioscale/resample.h:
25476 * gst/audioscale/test.c:
25478 Move tagedit library to gst-libs:
25479 * gst-libs/gst/tag/Makefile.am:
25480 * gst-libs/gst/tag/gstid3tag.c:
25481 * gst-libs/gst/tag/gsttagediting.c:
25482 * gst-libs/gst/tag/gsttageditingprivate.h:
25483 * gst-libs/gst/tag/gstvorbistag.c:
25484 * gst/tags/Makefile.am:
25485 * gst/tags/gstid3tag.c:
25486 * gst/tags/gstvorbistag.c:
25488 Fix for core changes:
25489 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25490 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25491 (gst_sinesrc_getrange):
25493 2005-04-23 David Schleef <ds@schleef.org>
25495 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25496 in gst-plugins in a long time, and properly belongs in liboil.
25497 * gst-libs/gst/idct/Makefile.am:
25498 * gst-libs/gst/idct/README:
25499 * gst-libs/gst/idct/dct.h:
25500 * gst-libs/gst/idct/doieee:
25501 * gst-libs/gst/idct/fastintidct.c:
25502 * gst-libs/gst/idct/floatidct.c:
25503 * gst-libs/gst/idct/idct.c:
25504 * gst-libs/gst/idct/idct.h:
25505 * gst-libs/gst/idct/idtc.vcproj:
25506 * gst-libs/gst/idct/ieeetest.c:
25507 * gst-libs/gst/idct/intidct.c:
25509 2005-04-20 Wim Taymans <wim@fluendo.com>
25511 * docs/design-audiosinks.txt:
25512 * gst-libs/gst/audio/Makefile.am:
25513 * gst-libs/gst/audio/TODO:
25514 * gst-libs/gst/audio/gstaudiosink.c:
25515 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25516 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25517 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25518 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25519 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25520 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25521 (gst_audiosink_class_init), (gst_audiosink_init),
25522 (gst_audiosink_create_ringbuffer):
25523 * gst-libs/gst/audio/gstaudiosink.h:
25524 * gst-libs/gst/audio/gstbaseaudiosink.c:
25525 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25526 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25527 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25528 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25529 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25530 (gst_baseaudiosink_create_ringbuffer),
25531 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25532 * gst-libs/gst/audio/gstbaseaudiosink.h:
25533 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25534 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25535 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25536 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25537 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25538 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25539 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25540 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25541 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25542 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25543 * gst-libs/gst/audio/gstringbuffer.h:
25544 An attempt at a set of audio base classes together with some
25547 2005-04-20 Wim Taymans <wim@fluendo.com>
25549 * gst/audioconvert/Makefile.am:
25550 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25551 (gst_audio_convert_caps_remove_format_info),
25552 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25553 (gst_audio_convert_channels):
25554 Link against audio libs.
25555 Fix audio convert plugin.
25557 2005-04-20 Wim Taymans <wim@fluendo.com>
25559 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25560 (gst_ogg_demux_sink_activate):
25561 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25562 (theora_set_header_on_caps), (theora_enc_sink_event),
25563 (theora_enc_chain):
25564 Fix theora encoder.
25566 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25568 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25569 * gst/playback/gstdecodebin.c: (find_compatibles):
25570 Work with staticpadtemplates in elementfactories.
25572 2005-04-12 Wim Taymans <wim@fluendo.com>
25574 * gst/playback/README:
25575 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25576 (compare_ranks), (print_feature), (gst_decode_bin_init),
25577 (dynamic_create), (dynamic_free), (find_compatibles),
25578 (mimetype_is_raw), (close_pad_link), (got_redirect),
25579 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25580 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25581 (gst_decode_bin_change_state):
25582 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25583 (gst_play_base_bin_init), (group_destroy), (group_commit),
25584 (check_queue), (queue_overrun), (queue_threshold_reached),
25585 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25586 (new_decoded_pad), (setup_subtitle), (gen_source_element),
25587 (got_redirect), (setup_source), (play_base_eos),
25588 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25589 (gst_play_base_bin_remove_element):
25590 * gst/playback/gstplaybasebin.h:
25591 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25592 (gst_play_bin_init), (gst_play_bin_dispose),
25593 (gst_play_bin_set_property), (gen_video_element),
25594 (gen_text_element), (gen_audio_element), (remove_sinks),
25595 (gst_play_bin_send_event):
25596 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25597 (stream_info_change_state), (gst_stream_info_set_mute):
25598 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25599 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25600 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25601 (gst_stream_selector_chain):
25602 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25604 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25605 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25606 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25607 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25608 Raw and crude port of decodebin.
25609 Make playbin compile.
25611 2005-04-06 Wim Taymans <wim@fluendo.com>
25613 * ext/gnomevfs/Makefile.am:
25614 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25615 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25616 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25617 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25618 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25619 (gst_gnomevfssrc_stop):
25620 * ext/ogg/Makefile.am:
25621 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25622 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25623 * ext/theora/Makefile.am:
25624 * ext/theora/theoradec.c: (_inc_granulepos),
25625 (theora_dec_sink_event), (theora_dec_chain):
25626 * ext/vorbis/Makefile.am:
25627 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25628 (vorbis_dec_sink_event), (vorbis_dec_chain):
25629 * gst-libs/gst/audio/Makefile.am:
25630 * sys/xvimage/Makefile.am:
25631 Make gnomevfssrc extend the source base class.
25632 Fix linking against libs in various plugins.
25634 2005-04-06 Andy Wingo <wingo@pobox.com>
25636 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25639 * configure.ac: Add check and AC_SUBST for libgstbase.
25641 2005-03-31 Wim Taymans <wim@fluendo.com>
25643 * examples/seeking/Makefile.am:
25644 * examples/seeking/cdparanoia.c: (main):
25645 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25646 (play_cb), (pause_cb), (stop_cb), (main):
25647 * examples/seeking/playbin.c:
25648 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25649 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25650 (make_sid_pipeline), (make_vorbis_pipeline),
25651 (make_theora_pipeline), (make_vorbis_theora_pipeline),
25652 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25653 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25654 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25655 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25657 * examples/seeking/spider_seek.c:
25658 * examples/seeking/vorbisfile.c:
25659 * ext/gnomevfs/Makefile.am:
25660 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25661 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25662 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25663 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25664 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25665 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25666 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25667 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25669 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25670 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25671 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25672 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25673 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25674 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25675 (gst_ogg_pad_event), (gst_ogg_pad_reset),
25676 (gst_ogg_demux_factory_filter), (compare_ranks),
25677 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25678 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25679 (gst_ogg_chain_new), (gst_ogg_chain_free),
25680 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25681 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25682 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25683 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25684 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25685 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25686 (gst_ogg_demux_get_prev_page),
25687 (gst_ogg_demux_deactivate_current_chain),
25688 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25689 (gst_ogg_demux_bisect_forward_serialno),
25690 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25691 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25692 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25693 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25694 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25695 (gst_ogg_demux_change_state), (gst_ogg_print):
25696 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25697 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25698 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25699 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25700 (gst_ogg_mux_loop):
25701 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25702 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25703 (theora_dec_src_convert), (theora_dec_sink_convert),
25704 (theora_dec_src_query), (theora_dec_src_event),
25705 (theora_dec_sink_event), (theora_dec_chain),
25706 (theora_dec_change_state):
25707 * ext/theora/theoraenc.c: (gst_theora_enc_init),
25708 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25709 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25710 (theora_enc_change_state):
25711 * ext/vorbis/Makefile.am:
25712 * ext/vorbis/oggvorbisenc.c:
25713 * ext/vorbis/oggvorbisenc.h:
25714 * ext/vorbis/vorbis.c: (plugin_init):
25715 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25716 (vorbis_dec_src_query), (vorbis_dec_src_event),
25717 (vorbis_dec_sink_event), (vorbis_dec_chain),
25718 (vorbis_dec_change_state):
25719 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25720 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25721 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25722 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25723 (gst_vorbisenc_change_state):
25724 * ext/vorbis/vorbisenc.h:
25725 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25726 * gst-libs/gst/audio/audioclock.c:
25727 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25728 (gst_audiofilter_init), (gst_audiofilter_chain):
25729 * gst-libs/gst/audio/testchannels.c: (main):
25730 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25731 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25732 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25733 (gmip_find_track_streaminfo), (gmip_find_track_format):
25734 * gst-libs/gst/media-info/media-info.c:
25735 (gst_media_info_read_idler):
25736 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25737 (gst_play_get_all_by_interface):
25738 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25739 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25740 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25741 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25742 (gst_riff_parse_info):
25743 * gst-libs/gst/riff/riff-read.h:
25744 * gst-libs/gst/riff/riff.c: (plugin_init):
25745 * gst-libs/gst/video/Makefile.am:
25746 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25747 (gst_videosink_class_init), (gst_videosink_get_type):
25748 * gst-libs/gst/video/videosink.h:
25749 * gst/audioconvert/bufferframesconvert.c:
25750 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25751 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25752 * gst/audioconvert/channelmixtest.c: (main):
25753 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25754 (gst_audio_convert_chain),
25755 (gst_audio_convert_caps_remove_format_info),
25756 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25757 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25758 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25759 (gst_audio_convert_buffer_to_default_format),
25760 (gst_audio_convert_buffer_from_default_format),
25761 (gst_audio_convert_channels):
25762 * gst/audioconvert/gstchannelmix.h:
25763 * gst/ffmpegcolorspace/avcodec.h:
25764 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25765 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25766 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25767 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25768 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25769 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25770 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25771 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25772 (mpeg_video_type_find), (mpeg_video_stream_type_find),
25774 * gst/videotestsrc/gstvideotestsrc.c:
25775 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25776 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25777 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25778 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25779 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25780 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25781 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25783 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25784 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25785 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25786 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25787 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25788 (gst_xvimagesink_navigation_send_event),
25789 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25790 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25791 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25792 * sys/xvimage/xvimagesink.h:
25793 Plugin port to 0.9, ogg/theora playback should work in the seek
25795 Removed old examples.
25796 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25797 explained in 0.9 TODO doc.
25800 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
25822 * testsuite/Makefile.am:
25823 remove a whole bunch of plugins. This module now contains a set
25824 of free reference plugins/elements as agreed.
25826 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
25829 hunting season on 0.9 is now OPEN
25831 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25833 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25834 Kick the hell out of gcc for not warning me about a symbol conflict.
25836 2005-02-22 Luca Ognibene <luogni@tin.it>
25838 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25840 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25841 Don't leak caps string (fixes #168134)
25843 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25844 (gst_jpegenc_init), (gst_jpegenc_finalize),
25845 (gst_jpegenc_change_state):
25846 Don't leak line buffers and context struct (fixes #168133).
25848 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
25851 * ext/dirac/gstdiracdec.cc:
25852 (gst_diracdec_chain):
25853 Since dirac 0.5.0 the framerate in dirac is expressed as a
25854 rational number. Fix build and up requirement to 0.5.0, and
25855 also pass parameters to gst_diracdec_link in the right order
25858 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
25860 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25861 * ext/faad/gstfaad.h:
25862 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
25863 certain invalid muxed streams, where some packets will contain
25864 junk after decoder data. Partially fixes #149158.
25866 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
25867 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25868 Make sure we only write to writable buffers
25870 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
25872 * gst-libs/gst/riff/riff-media.c:
25873 (gst_riff_create_audio_caps_with_data):
25874 Do actually fix invalid RIFF fmt header values for alaw
25875 and mulaw audio instead of just saying so.
25877 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25878 Give gst_riff_create_audio_caps_with_data() a chance to
25879 fix up broken format header fields before extracting any
25880 parameters from the header. (fixes #167633)
25882 2005-02-19 Martin Holters <martin.holters@gmx.de>
25884 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25886 * gst/audioconvert/bufferframesconvert.c:
25887 (buffer_frames_convert_link):
25888 Don't leak othercaps. (fixes #167878)
25890 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
25893 * ext/libvisual/visual.c: (gst_visual_srclink),
25894 (gst_visual_change_state):
25895 Support libvisual 0.2.0.
25897 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
25899 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25900 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25901 Use same rowstrides for I420 as used everywhere else.
25903 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
25905 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25906 Declare variables at beginning of block and make gcc-2.95 happy
25907 (fixes # 167482, patch by Gergely Nagy).
25909 * gst/tcp/gsttcpclientsrc.c:
25910 * gst/tcp/gsttcpclientsrc.h:
25911 Move some includes into the header, so that struct sockaddr_in is
25912 defined when it should be defined on FreeBSD as well (fixes
25915 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25916 Don't pass uninitialised values to setsockopt() here either.
25918 2005-02-17 Luca Ognibene <luogni at tin dot it>
25920 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25922 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25923 Don't pass uninitialised values to setsockopt(). (fixes #167704)
25925 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25927 * gst/playback/gstplaybin.c: (add_sink):
25928 Invert bin_add/link order to workaround deadlock in opt.
25930 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25932 * gst/modplug/gstmodplug.cc:
25933 Add missing break causing position queries to fail.
25935 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25937 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25938 Granpos can apparently be -1, which screws up calculations...
25940 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
25942 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25943 (gst_ximagesink_send_pending_navigation),
25944 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25945 (gst_ximagesink_init):
25946 * sys/ximage/ximagesink.h:
25947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25948 (gst_xvimagesink_send_pending_navigation),
25949 (gst_xvimagesink_navigation_send_event),
25950 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25951 * sys/xvimage/xvimagesink.h:
25952 Use a mutex protected list to marshal navigation
25953 events into the stream thread from whichever thread
25956 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
25958 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25959 Display current position and track length; misc. clean-ups.
25961 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25962 (speed_init), (speed_chain):
25963 Add query function, so that the stream length and current position
25964 get adjusted when queried (note that current position queries may
25965 still be wrong if the audio sink returns values based on buffer
25966 timestamps instead of passing on the query).
25968 2005-02-13 Benjamin Otte <otte@gnome.org>
25970 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25971 (gst_audio_convert_channels):
25972 create channel conversion matrix when linking
25973 * gst/audioconvert/.cvsignore:
25974 * gst/audioconvert/Makefile.am:
25975 * gst/audioconvert/channelmixtest.c: (main):
25976 add (ugly) test that ensures stereo <=> mono conversion works
25979 2005-02-13 Benjamin Otte <otte@gnome.org>
25981 * gst/audioconvert/gstchannelmix.h:
25982 include missing header file
25983 * gst/audioconvert/gstchannelmix.c:
25984 (gst_audio_convert_fill_compatible):
25985 use same sign for both channels when converting to/from compatible
25986 channel. Previously used different signs made the signals cancel
25987 each other out and appear like silence. (fixes #167269)
25989 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
25991 * gst/ffmpegcolorspace/avcodec.h:
25992 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25993 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25994 (gst_ffmpegcsp_avpicture_fill):
25995 * gst/ffmpegcolorspace/imgconvert.c:
25996 Convert to and from YV12 (fixes #156379).
25998 2005-02-12 Julien MOUTTE <julien@moutte.net>
26000 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26001 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26002 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26003 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26004 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26005 methods from chain and negotiation and vice versa (Fixes #166142).
26006 * sys/ximage/ximagesink.h: Add stream_lock.
26007 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26008 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26009 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26010 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26012 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26014 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26015 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26016 error message when we can't open the DVD device (when dvdnav_open()
26017 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26018 the above). Send something more useful instead (fixes #167117).
26020 2005-02-11 Julien MOUTTE <julien@moutte.net>
26022 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26023 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26024 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26025 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26026 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26027 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26028 methods from chain and negotiation and vice versa (Fixes #166142).
26029 Fix a possible bug of images in the buffer pool being discarded because
26030 we are looking at the wrong geometry.
26031 * sys/xvimage/xvimagesink.h: Add stream_lock.
26033 2005-02-11 David Schleef <ds@schleef.org>
26035 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26036 unsigned int. (fixes #167128)
26038 2005-02-11 David Schleef <ds@schleef.org>
26040 * gst/librfb/Makefile.am: Testing stuff before committing is
26041 for wimps... and people with fast machines. Fix stupid
26044 2005-02-11 David Schleef <ds@schleef.org>
26046 * configure.ac: Pull in librfb from my CVS tree, because it is
26047 too small and annoying to be separate. Move rfbsrc plugin
26050 * ext/librfb/Makefile.am:
26051 * ext/librfb/gstrfbsrc.c:
26052 * gst/librfb/Makefile.am:
26053 * gst/librfb/gstrfbsrc.c:
26054 * gst/librfb/rfb.c:
26055 * gst/librfb/rfb.h:
26056 * gst/librfb/rfbbuffer.c:
26057 * gst/librfb/rfbbuffer.h:
26058 * gst/librfb/rfbbytestream.c:
26059 * gst/librfb/rfbbytestream.h:
26060 * gst/librfb/rfbcontext.h:
26061 * gst/librfb/rfbdecoder.c:
26062 * gst/librfb/rfbdecoder.h:
26063 * gst/librfb/rfbutil.h:
26065 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26067 * gst/speed/Makefile.am:
26068 * gst/speed/demo-mp3.c: (main):
26069 * gst/speed/filter.func:
26070 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26071 (speed_class_init), (speed_init), (speed_chain_int16),
26072 (speed_chain_float32), (speed_chain), (speed_set_property),
26073 (speed_get_property), (speed_change_state):
26074 * gst/speed/gstspeed.h:
26075 Fix speed element and make it chain-based (fixes #156467),
26076 and make it handle more than one channel.
26078 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26080 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26081 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26082 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26083 * ext/dts/gstdtsdec.h:
26084 Don't clobber the stack constructing the channels array.
26085 Make the element chain-based. DTS tracks can now be played.
26087 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26089 * gst-libs/gst/audio/multichannel.h:
26090 * gst-libs/gst/gconf/gconf.h:
26091 * gst-libs/gst/idct/idct.h:
26092 * gst-libs/gst/media-info/media-info-priv.h:
26093 * gst-libs/gst/play/play.h:
26094 * gst-libs/gst/resample/private.h:
26095 * gst-libs/gst/resample/resample.h:
26096 * gst-libs/gst/riff/riff-ids.h:
26097 * gst-libs/gst/video/video.h:
26098 * gst-libs/gst/video/videosink.h:
26099 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26100 missing, so that they work when included from C++ code.
26102 2005-02-09 David Schleef <ds@schleef.org>
26104 * testsuite/gst-lint: Check for non-statically scoped
26105 parent_class variables. This won't be a problem once
26106 plugins are loaded with RTLD_LOCAL.
26108 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26110 * ext/mplex/gstmplexibitstream.cc:
26113 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26115 * ext/ogg/gstogmparse.c:
26116 * gst/debug/gstnavigationtest.c:
26117 Die, thou faulty symbol pollutors (non-static parent_class).
26119 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26121 * ext/mplex/gstmplexibitstream.cc:
26122 Fix event handling (#165525).
26124 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26126 * ext/mikmod/gstmikmod.c:
26127 * gst/modplug/gstmodplug.cc:
26128 Add missing endianness to template (fixes #165509).
26130 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26132 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26133 Fix wrong order of reading of optional bytes (#165290).
26135 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26137 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26138 Implement FILLER event awareness.
26140 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26142 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26143 Fix track calculations (#166208).
26145 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26147 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26149 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26150 * ext/libpng/gstpngenc.c:
26151 Fix byte-order, use proper fixed caps. Fixes #164197.
26153 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26158 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26159 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26160 Don't push buffers if the src pad isn't negotiated yet.
26162 * gst/audioconvert/gstaudioconvert.c:
26163 (gst_audio_convert_buffer_to_default_format),
26164 (gst_audio_convert_buffer_from_default_format):
26165 Add support for 24-bit width.
26167 * gst/dvdlpcmdec/.cvsignore:
26168 * gst/dvdlpcmdec/Makefile.am:
26169 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26170 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26171 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26172 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26174 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26175 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26176 format. Needs support for the channels maps if someone can find
26177 a DVD LPCM track with > 2 channels.
26179 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26180 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26181 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26182 * gst/mpegstream/gstdvddemux.h:
26183 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26184 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26185 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26186 * gst/mpegstream/gstmpegdemux.h:
26187 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26188 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26189 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26190 (gst_mpeg_parse_handle_src_query),
26191 (gst_mpeg_parse_handle_src_event):
26192 Use audio/x-dvd-lpcm for LPCM output.
26195 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26197 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26199 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26200 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26201 Add BGRA handling (#165736).
26203 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26205 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26207 * gst/law/alaw-decode.c: (alawdec_link):
26208 * gst/law/alaw-encode.c: (alawenc_link):
26209 * gst/law/mulaw-decode.c: (mulawdec_link):
26210 * gst/law/mulaw-encode.c: (mulawenc_link):
26211 Fix caps memleaks (#166600).
26213 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26215 * ext/tarkin/mem.h:
26216 * ext/tarkin/wavelet.h:
26217 * ext/tarkin/yuv.h:
26218 * gst/ffmpegcolorspace/avcodec.h:
26219 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26220 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26222 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26224 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26225 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26226 (gst_xvimagesink_change_state):
26227 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26228 Xv video (and thereby regenerate Xv colourkey) in clear() so
26229 that PLAY -> READY -> PLAY works (fixes #162504).
26231 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26233 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26234 Switch to list instead of range, since MJPEG-devices really just
26235 support decimations, not any size.
26237 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26238 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26239 (gst_mpeg2dec_reset), (free_all_buffers),
26240 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26241 * ext/mpeg2dec/gstmpeg2dec.h:
26242 The libmpeg2 user-allocated buffer management is awkward,
26243 to say the least. Hopefully this fixes things.
26245 2005-02-04 Andy Wingo <wingo@pobox.com>
26247 * gst/audioconvert/bufferframesconvert.c
26248 (buffer_frames_convert_fixate): New function, fixates to 256
26249 frames per buffer by default. (Much better than 1.)
26250 (buffer_frames_convert_init): Set the fixate function for both src
26252 (buffer_frames_convert_link): After success setting nonfixed caps,
26253 get the negotiated caps so we can know how many buffer-frames it
26254 will be. No idea how this worked at all before.
26256 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26258 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26259 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26260 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26261 (handle_sequence), (handle_picture):
26262 * ext/mpeg2dec/gstmpeg2dec.h:
26263 Rearrange buffer tracking and refcounting and refactor
26264 a little for readability.
26266 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26267 * sys/v4l/gstv4l.c: (plugin_init):
26268 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26269 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26270 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26271 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26272 * sys/v4l/gstv4ljpegsrc.h:
26273 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26274 * sys/v4l/v4l_calls.h:
26275 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26276 (gst_v4lsrc_get_fps):
26277 * sys/v4l/v4lsrc_calls.h:
26278 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26279 you jpeg inside rgb frames" driver.
26280 Don't error in the v4lsrc link function, just return
26283 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26285 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26286 (gst_qcamsrc_open):
26287 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26289 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26291 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26292 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26294 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26296 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26297 Reset negotiated state on PAUSED->READY.
26299 2005-02-02 David Schleef <ds@schleef.org>
26301 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26302 whereever possible. (Fixes #165997)
26303 * examples/capsfilter/capsfilter1.c: (main):
26304 * examples/dynparams/filter.c: (create_ui):
26305 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26306 * examples/seeking/chained.c: (main):
26307 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26308 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26309 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26310 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26311 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26312 * examples/switch/switcher.c: (main):
26313 * ext/dv/demo-play.c: (main):
26314 * ext/faad/gstfaad.c: (gst_faad_change_state):
26315 * ext/mad/gstmad.c: (gst_mad_chain):
26316 * ext/smoothwave/demo-osssrc.c: (main):
26317 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26318 (gst_gconf_render_bin_from_description),
26319 (gst_gconf_get_default_audio_sink),
26320 (gst_gconf_get_default_video_sink),
26321 (gst_gconf_get_default_audio_src),
26322 (gst_gconf_get_default_video_src),
26323 (gst_gconf_get_default_visualization_element):
26324 * gst/level/demo.c: (main):
26325 * gst/level/plot.c: (main):
26326 * gst/playback/gstplaybin.c: (gen_video_element),
26327 (gen_audio_element):
26328 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26329 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26330 * gst/sine/demo-dparams.c: (main):
26331 * gst/spectrum/demo-osssrc.c: (main):
26332 * gst/speed/demo-mp3.c: (main):
26333 * gst/volume/demo.c: (main):
26334 * testsuite/embed/embed.c: (main):
26336 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26338 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26339 (gst_tcpclientsink_finalize):
26340 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26341 (gst_tcpclientsrc_finalize):
26342 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26343 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26344 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26345 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26346 Don't leak the hostname when shutting down.
26347 In tcpserversrc, take a copy of the default hostname.
26349 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26351 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26352 Set caps to systemstream=TRUE.
26354 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26356 * testsuite/Makefile.am:
26357 Fix more OSX buildbots.
26359 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26361 * ext/mpeg2dec/gstmpeg2dec.c:
26362 Don't send things to NULL PAD_PEERs
26364 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26365 Copy-on-write the incoming buffer.
26367 * gst/mpegstream/gstdvddemux.h:
26368 * gst/mpegstream/gstmpegclock.h:
26369 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26370 (normal_seek), (gst_mpeg_demux_handle_src_event):
26371 * gst/mpegstream/gstmpegdemux.h:
26372 * gst/mpegstream/gstmpegpacketize.h:
26373 * gst/mpegstream/gstmpegparse.c:
26374 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26375 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26376 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26377 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26378 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26379 * gst/mpegstream/gstmpegparse.h:
26380 * gst/mpegstream/gstrfc2250enc.h:
26381 Various changes to the way time is computed that make seeking and
26382 total time estimation much better here.
26383 Use G_BEGIN/END_DECLS instead of __cplusplus
26385 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26386 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26388 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26390 * gst/subparse/gstsubparse.c:
26393 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26395 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26396 (theora_enc_chain), (theora_enc_change_state):
26397 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26398 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26399 (gst_vorbisenc_change_state):
26400 * ext/vorbis/vorbisenc.h:
26401 Set granulepos and timestamp correctly for streams not
26402 starting at 0, taking into account the initial delay.
26404 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26406 * gst/mpegstream/gstdvddemux.c:
26407 Add audio/x-dts to audio pad template caps
26409 2005-01-30 David Schleef <ds@schleef.org>
26411 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26412 (create_context), (gst_polypsink_link): Fix silly endianness
26413 bug. Add some debugging. Remove float from caps; it doesn't
26414 work. Attempt to get remote audio working.
26416 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26418 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26421 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26423 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26424 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26425 (gst_avi_demux_stream_data):
26426 * gst/avi/gstavidemux.h:
26427 Invert DIB images. Fixes #132341.
26429 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26432 (gst_ffmpegcsp_chain):
26433 D'oh, reference the palette data, not the palette structure.
26434 Fixes color distortion in #132341.
26436 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26438 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26439 PAR can be non-fixed when not provided as argument (#162626).
26441 2005-01-29 David Moore <dcm@acm.org>
26443 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26445 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26446 (gst_qtdemux_loop_header):
26447 Re-apply patch from #142272 that allows non-seekable sources,
26448 re-proposed by Daniel Drake <dsd@gentoo.org>.
26450 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26452 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26453 Use the src template for creating the src pad (#162330).
26455 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26458 * ext/musepack/Makefile.am:
26459 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26460 (gst_musepackdec_init), (gst_musepackdec_dispose),
26461 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26462 (gst_musepack_stream_init), (gst_musepackdec_loop),
26463 (gst_musepackdec_change_state):
26464 * ext/musepack/gstmusepackdec.cpp:
26465 * ext/musepack/gstmusepackdec.h:
26466 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26467 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26468 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26469 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26470 * ext/musepack/gstmusepackreader.cpp:
26471 * ext/musepack/gstmusepackreader.h:
26472 Update to 1.1 API (#165446).
26474 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26479 2005-01-28 Andy Wingo <wingo@pobox.com>
26481 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26482 to reflect a different dubious internet source. Add a reference
26483 and some commentary.
26485 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26487 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26488 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26489 * gst/playback/gststreamselector.h:
26490 Be more selective when we're redoing caps negotiation from
26491 within the chain function on a stream change.
26493 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26497 * ext/amrnb/Makefile.am:
26498 * ext/amrnb/amrnb.c: (plugin_init):
26499 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26500 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26501 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26502 (gst_amrnbdec_state_change):
26503 * ext/amrnb/amrnbdec.h:
26504 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26505 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26506 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26507 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26508 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26509 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26510 * ext/amrnb/amrnbparse.h:
26511 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26512 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26513 Add AMR-NB/-WB raw formats.
26514 * ext/alsa/gstalsa.c: (gst_alsa_link):
26515 Keep valid time when changing format.
26516 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26517 (qtdemux_parse_trak):
26518 Add some more format-specific options (#140141, #143555, #155163).
26520 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26522 * gst/matroska/matroska-demux.c:
26523 (gst_matroska_demux_parse_blockgroup):
26524 Fix logic error in timing of subtitle stream synchronization.
26525 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26526 Add skip-chunk, which is found in kodak-camera streams.
26528 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26532 Adding Vietnamese translation (submitted by Clytie Siddall)
26534 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26536 * gst/playback/gstdecodebin.c: (try_to_link_1):
26537 Use realpad for signal.
26539 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26541 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26542 Fix category so decodebin picks it up.
26544 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26546 * ext/mad/Makefile.am:
26547 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26548 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26549 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26550 (found_type), (gst_id3demux_bin_change_state):
26551 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26552 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26553 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26554 (gst_id3_tag_change_state), (plugin_init):
26555 * ext/mad/gstmad.h:
26556 Add id3demuxbin (which is a simple bin consisting of id3demux
26557 and typefind), take over rank from id3demux, remove typefind
26558 code from id3demux. Makes all broken mp3s that I know of work,
26559 and thereby fixes #152688.
26561 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26563 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26565 * ext/mad/gstmad.c: (gst_mad_src_event):
26566 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26567 Allow seeks on audio pad, make mad forward those (#164826).
26568 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26569 Set duration (#165335).
26571 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26573 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26574 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26575 (gst_asf_demux_process_ext_content_desc),
26576 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26577 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26578 * gst/asfdemux/gstasfdemux.h:
26579 Improve metadata display, e.g. if the metadata comes before the
26580 streams are loaded (which is perfectly valid).
26582 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26584 * tools/gst-launch-ext-m.m:
26585 Fix AVI/ASF pipelines (#165340).
26587 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
26588 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
26589 build failure on amd64
26591 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
26593 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26594 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26595 Check environment variables GST_ID3V2_TAG_ENCODING,
26596 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26597 list of character encodings to force interpretation of non-unicode
26598 strings stored in an ID3v2 tag to a particular encoding. If none
26599 is specified, try to use current locale's encoding, then fall back
26600 to ISO-8859-1 (which will always succeed). (Resolves #149274)
26601 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26602 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26603 Check environment variables GST_ID3V1_TAG_ENCODING,
26604 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26605 list of character encodings to use in case a string encountered
26606 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26607 specified, try to use the current locale's encoding, then fall
26608 back to ISO-8859-1 (which will always succeed).
26610 2005-01-25 Benjamin Otte <otte@gnome.org>
26612 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26613 - on half framerate, compute the rate in advance so the comparisons
26614 don't compare wrong values
26615 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26617 - don't use mad_header_decode anymore, mad_frame_decode does that
26619 - when getting rid of consumed bytes, reset the stream's skiplen
26622 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26624 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26625 Use 1/2 a second for default max_discont, as PES streams from DVB
26626 seem to have larger spacings in the SCR.
26629 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26631 * gst/playback/gstplaybasebin.c: (group_commit):
26632 Notify delayed stream-info availability.
26634 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26635 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26636 (gst_a52dec_handle_event), (gst_a52dec_chain):
26637 Add some debug output. Check that a discont has a valid
26639 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26640 (gst_alsa_sink_loop):
26641 Ignore TAG events. A little extra debug for broken timestamps.
26642 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26643 (dvdnavsrc_change_state):
26644 Ensure we send a discont to engage the link before we send any
26646 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26647 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26648 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26649 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26650 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26651 dvd://title works in totem because typefinding sends a seek that ends
26652 up going back to chapter 1 regardless.
26653 * ext/mpeg2dec/gstmpeg2dec.c:
26654 * ext/mpeg2dec/gstmpeg2dec.h:
26655 Output correct timestamps and handle disconts.
26656 * ext/ogg/gstoggdemux.c: (get_relative):
26657 Small guard against a null dereference.
26658 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26659 (gst_textoverlay_set_property):
26660 Free memory when done. Don't call gst_event_filler_get_duration on
26661 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26663 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26664 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26665 (gst_sw_srclink), (gst_smoothwave_chain):
26666 Draw solid lines, prettier colours.
26667 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26668 Add a default palette that'll work for some movies.
26669 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26670 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26671 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26672 * gst/mpegstream/gstdvddemux.h:
26673 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26674 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26675 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26676 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26677 * gst/mpegstream/gstmpegparse.h:
26678 Use PTM/NAV events when for timestamp adjustment when connected to
26679 dvdnavsrc. Don't use many discont events where one suffices.
26680 * gst/playback/gstplaybasebin.c: (group_destroy),
26681 (gen_preroll_element), (gst_play_base_bin_add_element):
26682 * gst/playback/gstplaybasebin.h:
26683 Make sure we remove subtitles from the same bin we put them in.
26684 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26685 (gst_subparse_buffer_format_autodetect),
26686 (gst_subparse_change_state):
26687 Fix some memleaks and invalid accesses.
26688 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26689 (oggskel_type_find), (cmml_type_find), (plugin_init):
26690 Some typefind functions for Annodex v3.0 files
26691 * gst/wavparse/gstwavparse.h:
26692 GstRiffReadClass is the correct parent class.
26694 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26696 * gst-libs/gst/riff/riff-media.c:
26697 (gst_riff_create_video_caps_with_data):
26698 Add extradata to huffyuv (fixes #165013).
26699 * gst-libs/gst/riff/riff-read.c:
26700 (gst_riff_read_strf_vids_with_data):
26701 Fix extradata extraction if it is in the chunk size.
26703 2005-01-25 Edward Hervey <bilboed@bilboed.com>
26705 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26707 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26708 (gst_quarktv_change_state), (gst_quarktv_dispose):
26709 Memory free'ing location fix (#164708).
26711 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26713 * gst/playback/gstplaybasebin.c: (group_commit),
26714 (gen_preroll_element), (probe_triggered), (gen_source_element),
26715 (setup_source), (gst_play_base_bin_change_state),
26716 (gst_play_base_bin_add_element):
26717 Don't block for streams.
26718 * gst/playback/gststreaminfo.c: (stream_info_change_state),
26719 (gst_stream_info_set_mute):
26720 Use gst_pad_set_active_recursive.
26722 2005-01-25 Andy Wingo <wingo@pobox.com>
26724 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26725 for #ifndef HAVE_XVIDEO.
26727 2005-01-24 Jeffrey C. Ollie
26729 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
26731 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26732 * ext/gsm/gstgsmdec.h:
26733 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26734 * ext/gsm/gstgsmenc.h:
26735 Fix rate to 8kHz as per spec, removes obscure errors when no rate
26736 was given by property. Add proper buffer timestamps and offsets.
26738 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26740 * gst-libs/gst/riff/riff-media.c:
26741 (gst_riff_create_audio_caps_with_data):
26742 Audio can be <8000Hz.
26744 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26746 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26747 Explicit state change to workaround refcount bugs.
26749 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26751 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26752 (gst_avimux_riff_get_avi_header):
26755 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26757 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26758 (gst_riff_read_element_data):
26759 * gst-libs/gst/riff/riff-read.h:
26760 Add _peek version (req'ed in CDXA).
26761 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26762 (gst_cdxaparse_loop):
26763 Fix parsing in playbin.
26764 * gst/playback/gstdecodebin.c: (close_pad_link):
26765 Ignore current_ pads, they cause major annoyance.
26767 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26769 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26772 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26774 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26777 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26779 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26780 Allow for 0-sized buffers. Fixes length query problems in
26781 starwars.mkv from the testsuite.
26783 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
26785 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26786 (gst_video_box_i420), (gst_video_box_chain):
26787 Fix row strides for I420 (fixes #163159)
26789 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26791 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26792 MPEG2 has a useful rate property, so we can actually use that.
26793 For MPEG-1, continue using the bytes/time properties.
26795 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26797 * gst-libs/gst/riff/riff-media.c:
26798 (gst_riff_create_video_caps_with_data),
26799 (gst_riff_create_video_template_caps):
26802 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26804 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26805 Fail if caps negotiation fails. Should fix #162184, and should
26806 definately be in there regardless of it fixing the actual bug.
26807 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26808 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26809 (gst_avimux_riff_get_avix_header),
26810 (gst_avimux_riff_get_video_header),
26811 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26812 (gst_avimux_start_file), (gst_avimux_handle_event),
26813 (gst_avimux_change_state):
26814 * gst/avi/gstavimux.h:
26815 Refactor structure writing to use GST_WRITE_UINT macros, add
26816 metadata writing support.
26818 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26820 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26821 Elements may already be destroyed when this function is called.
26823 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26825 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26826 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26827 More memory leak fixes (#149162).
26829 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26831 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26832 (gst_qtdemux_add_stream):
26835 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26837 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26840 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26842 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26843 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26844 when fixating to six channels in Totem.
26846 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26848 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26849 Fix compile warnings on Solaris 10 buildbot
26851 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26853 * ext/dvdread/dvdreadsrc.c: (_read):
26854 Don't read beyond the last cell in a chapter (fixes
26855 invalid memory access)
26857 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26859 * ext/dvdread/stream_labels.c:
26860 (dvdreadsrc_get_audio_stream_labels):
26861 Use NULL for an empty GList instead of g_list_alloc(); fix
26862 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
26863 of GString (easier to bulk free later)
26865 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26867 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26869 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26870 (gst_ffmpeg_pixfmt_to_caps):
26871 Fix BGRA32 caps (#164209).
26873 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26875 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26877 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26878 (gst_ffmpeg_caps_to_pixfmt):
26879 alpha_mask can be RGBA/ABGR. Fixes #164265.
26881 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
26883 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26885 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26886 (gst_mpeg2dec_alloc_buffer):
26887 * ext/mpeg2dec/gstmpeg2dec.h:
26888 Crop if decoding size is not the actual image size (#163676).
26890 2005-01-17 Steve Baker <steve@stevebaker.org>
26892 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26894 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26895 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26896 Add libsndfile typefind functions (#163309).
26898 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26900 * tools/gst-launch-ext-m.m:
26901 Add .aac, fix .m1v/.m2v (#163891).
26903 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26905 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26906 Sanity check, don't wait endlessly since the clock might not
26907 actually run at this point (which is a deadlock). Fixes #164069.
26909 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26911 * gst/playback/gstplaybasebin.c: (probe_triggered):
26912 Of course, only pause if group is done...
26914 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26916 * gst/playback/gstplaybasebin.c: (probe_triggered):
26919 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
26921 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26922 Don't return state change success when the parent
26925 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26927 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26928 Free events (fix memleak in #162905).
26930 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
26932 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26934 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26935 (gst_ffmpeg_caps_to_pixfmt):
26936 Fix for depth = 15. Fixes #161675.
26938 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26940 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26941 Set FPS correctly, even for webcams and the like.
26942 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26943 Don error on setting while capturing.
26945 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26947 * ext/dv/gstdvdec.c:
26948 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26949 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26950 I'm a bad boy. using /1001. to force C to do float division
26951 and not integer division (as it did in my last commit)
26952 Thanks to David I. Lehn for pointing this mistake.
26954 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26956 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26957 Revert Johan's 1.35->1.36 since it breaks compat.
26959 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26961 * ext/dv/gstdvdec.c:
26962 * ext/libfame/gstlibfame.c:
26963 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26964 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26965 replace framerate aproximations by their real value
26966 (24000/1001, 30000/1001, 60000/1001)
26967 Finish fixing bug #164049
26969 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
26971 * ext/ogg/gstoggmux.c:
26973 * gst/tcp/gstmultifdsink.c:
26974 * gst/tcp/gstmultifdsink.h:
26975 * gst/tcp/gsttcp.c:
26976 * gst/tcp/gsttcp.h:
26977 * gst/tcp/gsttcpclientsink.c:
26978 * gst/tcp/gsttcpclientsrc.c:
26979 * gst/tcp/gsttcpserversink.c:
26980 * gst/tcp/gsttcpserversrc.c:
26981 improve reusability of elements after state changes and errors
26982 make multifdsink throw away streamheaders when receiving new ones
26984 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26986 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26987 Fix for if items are already in list...
26989 2005-01-12 Benjamin Otte <otte@gnome.org>
26991 * gst/adder/gstadder.c: (gst_adder_loop):
26992 fix adder a bit so it doesn't screw up with events as much anymore
26994 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
26996 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26997 (pixbufscale_scale), (gst_pixbufscale_chain):
26998 * ext/gdk_pixbuf/pixbufscale.h:
26999 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27000 to ensure rowstrides are calculated the same way as
27002 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27003 that we pick up duration and offset also.
27005 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27007 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27008 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27011 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27013 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27014 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27015 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27016 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27017 Update flags when requested.
27019 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27021 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27024 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27026 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27027 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27028 (probe_triggered), (new_decoded_pad), (gen_source_element),
27029 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27030 * gst/playback/gstplaybasebin.h:
27031 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27032 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27033 (gst_play_bin_change_state):
27034 Implement group-switch signal for use in apps to clear metadata
27035 cache, clean up subtitle, add suburi property instead of # hack,
27036 some error-out fixes.
27038 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27040 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27042 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27043 If we got a state change in the _get handler, don't return success.
27045 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27047 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27048 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27049 Make jpegdec quiet on MJPEG decoding
27050 * gst/asfdemux/README:
27051 Fix mimetypes for MJPEG and H263
27053 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27055 * ext/theora/theoradec.c: (theora_dec_chain):
27056 Fix broken code generation by gcc by swapping arguments.
27057 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27060 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27063 delete this file, it is by far outdated
27064 * ext/alsa/gstalsa.1: remove
27065 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27066 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27067 (gst_alsa_get_caps):
27068 Add HW probing for supported sample rates. Fixes #161704
27070 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27072 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27073 Don't crash, biatch! :).
27075 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27077 * ext/musepack/gstmusepackreader.cpp:
27078 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27079 Some work on tags - still doesn't work in playbin...
27080 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27083 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27085 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27086 Also shove tags on kid pads.
27088 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27090 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27091 Don't bail on unknown events.
27092 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27093 Don't crash on events before negotiation.
27094 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27095 Send tags on pads, too.
27096 * gst/playback/gststreamselector.c:
27097 (gst_stream_selector_request_new_pad):
27098 Forward events on first pad if no input was selected yet.
27100 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27102 * gst/playback/gstplaybasebin.c: (setup_substreams):
27103 Don't disable streamtype if the stream doesn't exist, since
27104 then playing a video after audio will disable both and nothing
27105 will happen. Fixes the testsuite.
27107 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27109 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27110 (gst_v4l_xoverlay_set_xwindow_id):
27111 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27112 (gst_v4l2_xoverlay_set_xwindow_id):
27113 Add debug categories, fix overlay disabling.
27115 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27117 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27118 * ext/alsa/gstalsa.h:
27119 Add HW probing for period_count/size and buffer_size MIX/MAX
27120 Adjust default/user defined value if out of bounds
27121 Should fix bug #162024
27123 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27125 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27126 Fix warning (#161191).
27128 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27130 * ext/dvdread/stream_labels.c:
27131 (dvdreadsrc_get_audio_stream_labels):
27132 Fix warning (init the good variable in switch default)
27134 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27136 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27138 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27139 Fix gcc-2.95 compile (#163485).
27141 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27144 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27145 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27146 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27147 (gst_flacenc_change_state):
27148 * ext/flac/gstflacenc.h:
27149 Update for API change in flac-1.1.1. Update requirement in
27150 configure.ac. Fixes #162974.
27152 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27154 * gst/playback/gstplaybasebin.c: (group_destroy):
27155 Remove hack to get rid of assert and get rid of unlinked
27158 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27160 * gst/playback/gstplaybasebin.c: (setup_source):
27161 Set source to NULL so that resources are free'ed. Fixes issues
27162 with playback of CDDA and similar device-accessing things.
27164 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27166 * testsuite/embed/Makefile.am:
27167 test->noinst, fix make test in buildbot.
27169 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27171 * ext/dvdread/stream_labels.c: new file
27172 * ext/dvdread/stream_labels.h: new file
27173 * ext/dvdread/Makefile.am:
27174 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27175 Extract audio stream label from DVD IFO files.
27176 It only dump them on the console for now, still have to
27177 make playbin aware of them.
27179 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27181 * gst/playback/gstplaybasebin.c: (setup_source):
27184 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27186 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27187 (gen_preroll_element), (remove_groups), (setup_subtitle),
27188 (gen_source_element), (setup_source):
27189 * gst/playback/gstplaybasebin.h:
27190 Multiple .sub files is just a stupid idea... Fix some threading
27191 mistakes. Interestingly, external .sub files cause playbin to
27192 hang, I don't know why... Parsing fixes contributed by Fran??ois
27193 Kooman <fkooman@tuxed.net>.
27195 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27197 * testsuite/embed/Makefile.am:
27200 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27202 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27204 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27205 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27206 (gst_pngenc_set_property):
27207 * ext/libpng/gstpngenc.h:
27208 Add compression level property (#163323).
27210 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27213 * examples/capsfilter/capsfilter1.c: (main):
27214 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27215 * ext/dvdread/Makefile.am:
27216 * ext/dvdread/demo-play:
27217 * ext/dvdread/demo-play.c:
27218 * gconf/gstreamer.schemas.in:
27219 * gst-libs/gst/gconf/gconf.c:
27221 * testsuite/Makefile.am:
27222 * testsuite/embed/Makefile.am:
27223 * testsuite/embed/embed.c: (cb_expose), (main):
27224 Remove all references to xvideosink, fix examples (#140845).
27225 * gst/playback/gstplaybasebin.c: (group_destroy):
27226 Apparently, disposal does not unlink - so do explicitely.
27227 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27230 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27232 * README: fix PKG_CONFIG_PATH instructions, what was there
27233 previously was breaking default search path, not nice.
27236 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27238 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27239 (gst_audioscale_chain):
27240 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27241 when resampling - how the ^@$^!@^! is this possible?!?
27243 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27245 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27246 Reset variables on READY.
27247 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27248 (gst_matroska_mux_loop):
27249 Require data before writing header.
27251 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27253 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27255 * ext/mad/gstmad.c: (gst_mad_chain):
27256 Don't call mad_stream_sync() directly after recovering sync.
27259 2005-01-09 Martin Eikermann <meiker@upb.de>
27261 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27263 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27264 (snapshot_handler), (gst_snapshot_sinkconnect),
27265 (gst_snapshot_chain):
27266 Allocate resources when required, fix recursive signal emission
27267 and fix caps. Fixes #161667.
27269 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27271 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27273 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27274 (gst_pngdec_chain):
27275 Handle only 8-bppc (bits-per-pixel-component) images, better
27276 error handling and correct strides. Fixes #163177.
27277 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27278 (gst_pngenc_chain):
27279 Better error handling. Fixes #163348.
27281 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27283 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27284 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27285 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27286 (dvdnavsrc_uri_handler_init):
27287 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27288 * gst/playback/gstplaybasebin.c: (gen_source_element):
27289 Add MMS to streaming URIs.
27291 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27293 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27294 * sys/xvimage/xvimagesink.c:
27295 (gst_xvimagesink_navigation_send_event):
27296 Check for pad availability before sending event.
27298 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27300 * gst-plugins.spec.in:
27303 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27306 Since we use functions from CVS, up requirement.
27308 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27310 * gst/playback/Makefile.am:
27311 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27312 (group_destroy), (group_commit), (group_is_muted),
27313 (gen_preroll_element), (add_stream), (unknown_type),
27314 (probe_triggered), (preroll_unlinked), (mute_stream),
27315 (silence_stream), (new_decoded_pad), (setup_substreams),
27316 (setup_source), (get_active_source), (mute_group_type),
27317 (muted_group_change_state), (set_active_source),
27318 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27319 (play_base_eos), (gst_play_base_bin_change_state):
27320 * gst/playback/gstplaybasebin.h:
27321 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27322 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27323 (gst_stream_info_dispose), (stream_info_mute_pad),
27324 (stream_info_change_state), (gst_stream_info_set_mute):
27325 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27326 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27327 (gst_stream_selector_init), (gst_stream_selector_dispose),
27328 (gst_stream_selector_get_linked_pad),
27329 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27330 (gst_stream_selector_get_linked_pads),
27331 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27332 * gst/playback/gststreamselector.h:
27333 Adding stream selection support plus required properties for
27334 applications to use this. Fully fixes #100931.
27336 2005-01-08 Benjamin Otte <otte@gnome.org>
27338 * gst/games/gstpuzzle.c: (nav_event_handler):
27339 - handle nav events differently: forward every event no matter if it
27340 was handled or not.
27342 You can now cheat by using navigationtest ! puzzle and moving the
27343 mouse close to the edge of a tile. ;)
27345 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27348 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27349 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27350 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27351 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27352 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27353 (gst_ogm_parse_plugin_init):
27354 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27355 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27356 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27357 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27358 * ext/pango/gsttextoverlay.h:
27359 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27360 (gst_matroska_demux_handle_seek_event),
27361 (gst_matroska_demux_sync_streams),
27362 (gst_matroska_demux_parse_blockgroup),
27363 (gst_matroska_demux_subtitle_caps),
27364 (gst_matroska_demux_plugin_init):
27365 * gst/matroska/matroska-ids.h:
27366 * gst/playback/gstdecodebin.c: (close_pad_link):
27367 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27368 (gen_preroll_element), (remove_groups), (add_stream),
27369 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27371 * gst/playback/gstplaybasebin.h:
27372 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27373 * gst/subparse/Makefile.am:
27374 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27375 (gst_subparse_base_init), (gst_subparse_class_init),
27376 (gst_subparse_init), (gst_subparse_formats),
27377 (gst_subparse_eventmask), (gst_subparse_event),
27378 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27379 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27380 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27381 (parse_mpsub_deinit), (parse_mpsub_init),
27382 (gst_subparse_buffer_format_autodetect),
27383 (gst_subparse_format_autodetect), (gst_subparse_loop),
27384 (gst_subparse_change_state), (gst_subparse_type_find),
27386 * gst/subparse/gstsubparse.h:
27387 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27389 Add subtitle support, .sub parser (supports SRT and MPsub),
27390 OGM text support, Matroska UTF-8 text support, deadlock fixes
27391 all over the place, subtitle awareness in decodebin/playbin
27392 and some fixes to textoverlay to handle subtitles in a stream
27393 correctly. Fixes #100931.
27395 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27397 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27398 Check for pad availability before doing a query on it.
27400 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27402 * ext/dv/gstdvdec.c:
27403 really fix bpp24/32 dvdec caps (classic rgba indeed)
27404 * gst/asfdemux/gstasfdemux.c:
27405 (gst_asf_demux_process_ext_content_desc):
27406 don't send text tags if they are empty (bis repetita)
27408 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27410 * ext/dv/gstdvdec.c:
27411 remove unneeded comment from dvdec
27412 (related to DV 4CC codes in AVI files)
27413 moved them in gstreamer/docs/random/mimetypes
27414 * gst/asfdemux/gstasfdemux.c:
27415 (gst_asf_demux_process_ext_content_desc):
27416 don't send text tags if they are empty
27417 fix mem leak on error path
27418 * gst/ffmpegcolorspace/avcodec.h:
27419 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27420 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27421 (gst_ffmpegcsp_avpicture_fill):
27422 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27423 * gst/ffmpegcolorspace/imgconvert_template.h:
27424 adds BGR32 and BGRA32 to ffmpegcolorspace
27425 (still bad colors, fixing it on next commit)
27426 helps with dvdec outputing BGR32
27428 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27430 * ext/dv/gstdvdec.c:
27431 Fix audio caps i just broke (missing ',')
27432 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27433 (gst_matroska_mux_reset):
27434 Fix typo + add FIXME about old "x-gst-metadata" crap
27436 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27438 * ext/dv/demo-play.c: (main):
27439 xvideosink -> xvimagesink
27440 * ext/dv/gstdvdec.c:
27441 change rgb 32/32 caps to 24/32 (no alpha)
27442 change nb of channels to be a list (2 or 4, not 2)
27443 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27444 * gst/asfdemux/gstasfdemux.c:
27445 (gst_asf_demux_process_ext_content_desc):
27446 Add 'date/year' to extracted metadata list
27448 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27450 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27451 The return value of fixate_to does not imply that the requested
27452 value was set, so don't assume.
27454 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27456 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27458 * ext/libpng/gstpngdec.c:
27459 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27460 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27461 * ext/libpng/gstpngenc.h:
27462 Alpha support (encoder; #163161), mime fixage.
27464 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27466 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27468 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27469 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27470 (gst_faac_set_property), (gst_faac_get_property):
27471 * ext/faac/gstfaac.h:
27472 Allow for ADTS output (#153434).
27474 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27476 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27477 Fix against template (#150576).
27479 2005-01-06 Benjamin Otte <otte@gnome.org>
27481 * gst/games/gstpuzzle.c: (draw_puzzle):
27482 don't draw a puzzle if either width or height of tiles would be 0.
27484 2005-01-06 Benjamin Otte <otte@gnome.org>
27486 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27487 (gst_puzzle_class_init), (gst_puzzle_finalize):
27488 no memleaks, please
27489 (gst_puzzle_create), (gst_puzzle_init),
27490 (gst_puzzle_set_property), (gst_puzzle_setup):
27491 change initialization code around so we don't reshuffle on resize
27493 fix another stupid typo
27495 2005-01-06 Benjamin Otte <otte@gnome.org>
27497 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27498 fix stupid typo that borked copying on YUY2
27500 2005-01-06 Benjamin Otte <otte@gnome.org>
27502 * gst/games/gstpuzzle.c: (draw_puzzle):
27503 fix edges when image sizes aren't multiples of tile sizes
27505 2005-01-06 Benjamin Otte <otte@gnome.org>
27507 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27508 make RGB endianness work correctly
27509 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27510 refactor and fix race with initial shuffling
27511 (nav_event_handler):
27512 allow using the mouse to puzzle
27514 insist on tiles having width and height as multiples of 4 to get
27515 clean YUV image handling
27516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27517 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27518 s/DEBUG/LOG/ for common messages
27519 (gst_xvimagesink_navigation_send_event):
27520 fix mouse event translation to not include screen PAR
27521 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27522 fix mouse event translation to actually work
27524 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27526 * gst/asfdemux/gstasfdemux.c:
27527 (gst_asf_demux_process_ext_content_desc):
27528 Extract TrackNumber metadata + clean up code
27529 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27530 Hope this is the good fix (var used unitialised)
27532 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27534 * ext/faad/gstfaad.c: (gst_faad_chain):
27535 Only increment timestamp if it's valid. Fixes raw AAC streams.
27537 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27540 * gst/games/Makefile.am:
27541 * gst/games/gstpuzzle.c:
27542 add a puzzle game with...
27543 * gst/games/gstvideoimage.c:
27544 * gst/games/gstvideoimage.h:
27545 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27546 from videotestsrc and made into something that would be a nice
27547 library for a lot of other plugins.
27549 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27552 don't compile faad plugin if a RC of 2.0 is found
27553 Fixes #155346 (and FC1 buildbot)
27554 * gst/asfdemux/gstasfdemux.c:
27555 (gst_asf_demux_process_ext_content_desc):
27556 try to make Solaris compiler happier
27558 2005-01-06 Paul Jack <pjack@sfaf.org>
27560 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27562 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27563 Fix segfault (#161667).
27565 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27567 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27568 Fix framerate reporting.
27570 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27572 * gst-libs/gst/riff/riff-ids.h:
27573 * gst/wavenc/riff.h:
27574 Add AMR (VBR and CBR) ids to riff.h audio codec list
27575 * gst/asfdemux/gstasfdemux.c:
27576 (gst_asf_demux_process_ext_content_desc),
27577 (gst_asf_demux_process_object):
27578 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27580 2005-01-05 Martin Eikermann <meiker@upb.de>
27582 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27584 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27585 (gst_dvd_demux_handle_discont):
27586 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27587 (gst_mpeg_demux_handle_discont):
27588 Recreate pads on new-media (#160730).
27589 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27590 Send discont even if manager changes timestamps (#161929).
27592 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
27594 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27596 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27597 Fix invalid memory access (#159211).
27599 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27601 * examples/gstplay/player.c: (main):
27603 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27604 Add visualizations.
27605 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27606 (gst_a52dec_handle_frame):
27608 * ext/dvdnav/gst-dvd:
27609 Add audioconvert. Fixes #161325.
27610 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27611 Explicitely case to gint64. Possible valgrind error.
27612 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27613 (gst_play_tick_callback), (gst_play_change_state),
27614 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27615 (gst_play_set_location), (gst_play_get_location),
27616 (gst_play_seek_to_time), (gst_play_set_data_src),
27617 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27618 (gst_play_set_visualization), (gst_play_connect_visualization),
27619 (gst_play_get_framerate), (gst_play_get_all_by_interface),
27621 Use playbin. Fixes #139749 and #147744.
27622 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27624 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27625 (audioscale_get_type), (gst_audioscale_base_init),
27626 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27627 (gst_audioscale_getcaps), (gst_audioscale_fixate),
27628 (gst_audioscale_link), (gst_audioscale_get_buffer),
27629 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27630 (gst_audioscale_init), (gst_audioscale_dispose),
27631 (gst_audioscale_chain), (gst_audioscale_set_property),
27632 (gst_audioscale_get_property), (plugin_init):
27634 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27636 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27637 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27638 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27639 Add more metadata (fixes #162656).
27641 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27646 === release 0.8.7 ===
27648 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27653 releasing 0.8.7, "Hyperspace"
27655 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27657 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27659 * gst/playback/gstplaybasebin.c:
27660 Fix for #162924 - free caps after use, not before
27662 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
27664 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27666 * gst/playback/gstplaybasebin.c:
27667 * gst/wavparse/gstwavparse.c:
27668 Fix for #154773 - fixes playback of small .wav files
27670 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
27672 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27674 * gst/audioscale/gstaudioscale.c:
27675 Fix for #162819 - make audioscale reusable
27676 Fixes playback of more than one file with playbin/totem
27678 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27680 * gst/ffmpegcolorspace/avcodec.h:
27681 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27682 * gst/ffmpegcolorspace/imgconvert.c:
27683 clean up the mess that made me cry and avoid needless duplication
27685 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27687 * gst/ffmpegcolorspace/imgconvert.c:
27688 give some indication of why we're segfaulting
27690 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27693 Fix indentation, fix v4l2 plugin detection.
27695 Fix libmms location (Maciej, use diff -u!).
27696 * ext/alsa/gstalsa.c: (gst_alsa_init):
27697 Initialize caps cache to NULL.
27698 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27699 Only change state on audiosink if it exists.
27701 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
27703 * gst/matroska/matroska-demux.c:
27704 * gst/matroska/matroska-ids.h:
27705 * gst/matroska/matroska-demux.h:
27706 Fix Vorbis streams failing to decode in some files, where cluster_time
27707 isn't 0, because then it doesn't send codec_priv before actual data.
27708 Remove time-based test and replace it with marker set on beginning of
27711 2004-12-28 David Schleef <ds@schleef.org>
27713 Merge patch from Ronald fixing problems with streaming
27715 * ext/cairo/gstcairo.c: (plugin_init):
27716 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27717 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27718 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27719 (gst_textoverlay_font_init), (gst_textoverlay_init),
27720 (gst_textoverlay_set_property):
27721 * ext/cairo/gsttextoverlay.h:
27723 2004-12-27 David Schleef <ds@schleef.org>
27725 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27726 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27727 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27728 (gst_textoverlay_font_init), (gst_textoverlay_init),
27729 (gst_textoverlay_set_property): Improvements to actually
27730 render text as white on black outline on video, including
27731 font selection and horizontal/vertical alignment. (Ronald's
27733 * ext/cairo/gsttextoverlay.h:
27735 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27737 * ext/ogg/gstogg.c:
27738 * ext/ogg/gstogmparse.c:
27739 fix ogm[audio/video]parse plugin registration
27740 (riff won't load if bytestream is already loaded)
27742 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27744 * gst/audioconvert/gstchannelmix.c:
27747 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27751 disable docs again until it actually passes make distcheck.
27753 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27755 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27756 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27758 Add 3GP (variables name Q3GP because they can't start with a
27759 number). Add samr audio fourcc (used in .3gp files), decoder
27760 is work in progress. Also do a GST_WARNING instead of ERROR
27761 in case of unknown nodes, to decrease output.
27763 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27768 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27771 * ext/speex/gstspeexdec.h:
27772 * ext/speex/gstspeexenc.h:
27773 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
27774 Fix detection code in configure.ac
27776 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27778 * gst/matroska/matroska-demux.c:
27779 (gst_matroska_demux_parse_blockgroup):
27780 Save position, so that queries give proper return values. Don't
27781 know how this could ever have worked before...
27783 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27786 Put additional LAME check inside the conditional. Fixes #152339
27788 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27790 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27791 (gst_avi_demux_stream_scan):
27792 Add some more debug. Fix logic error when setting movi offset
27793 while reading index.
27795 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27797 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27798 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27799 (gst_avi_demux_process_next_entry):
27800 Add some debugging. Better detection of broken indexes and the
27801 accompanying index recovery. No infinite loops on state changes
27802 when we're still in our loopfunction.
27804 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27809 2004-12-22 Archana Shah <archana.shah@wipro.com>
27811 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27813 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27814 Normalizing the value before setting
27815 (gst_sunaudiomixer_get_volume):
27816 Normalizing the value after getting. Fixes bug# 161980
27818 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27820 * Makefile.am: Make sure docs gets disted
27821 * docs/Makefile.am: Make sure all needed files get disted
27822 * gst-plugins.spec.in: latest updates
27824 2004-12-22 Wim Taymans <wim@fluendo.com>
27826 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27827 Revert patch 1.38 as clock distribution over schedulers does
27828 not work correcly in the core yet.
27830 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27832 * sys/oss/README: remove this file, which predates my birth
27833 (and which content is by far outdated)
27835 2004-12-20 Stefan Kost <ensonic@users.sf.net>
27839 * docs/Makefile.am:
27840 * docs/libs/Makefile.am:
27841 * docs/libs/gst-plugins-libs-docs.sgml:
27842 * docs/libs/gst-plugins-libs-sections.txt:
27843 * docs/libs/tmpl/gstgconf.sgml:
27845 * docs/version.entities.in:
27846 Added boilerplate gtk-doc files for plugin-libs documentation.
27848 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27850 * gst/auparse/gstauparse.c: fix int and float audio caps
27852 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27854 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27855 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27856 g_assert() can be a macro, don't use #ifdef inside it.
27858 2004-12-19 Edward Hervey <bilboed@bilboed.com>
27860 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27862 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27863 (gst_videorate_init), (gst_videorate_chain),
27864 (gst_videorate_change_state):
27865 Event handling (fixes #159986).
27867 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27869 * gst-libs/gst/riff/riff-media.c:
27870 (gst_riff_create_video_caps_with_data):
27871 Add BLZ0 (Blizzard's version of DivX) fourcc.
27873 2004-12-18 David Schleef <ds@schleef.org>
27875 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27878 2004-12-18 David Schleef <ds@schleef.org>
27880 * gst/tta/ttadec.h: Disable some header code that isn't used
27881 and clearly isn't portable.
27883 2004-12-18 David Schleef <ds@schleef.org>
27885 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27886 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27887 (avcodec_get_pix_fmt), (avpicture_layout),
27888 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27889 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27890 Fix code to not use GCC extensions (and c99 extensions that
27891 Forte does not like.)
27893 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
27895 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27897 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27898 (gst_deinterlace_chain):
27899 Rowstride fixes. Fixes #161039.
27900 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27901 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27902 (gst_video_crop_getcaps), (gst_video_crop_link),
27903 (gst_video_crop_i420), (gst_video_crop_chain),
27904 (gst_video_crop_change_state):
27905 Rework of negotiation. Actually works now. Fixes #158650.
27907 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27909 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27910 That was very stupid.
27912 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27914 * gst/matroska/matroska-demux.c:
27915 (gst_matroska_demux_parse_blockgroup):
27916 Fix possible crasher.
27918 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27920 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27921 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27922 Lace sizes can be zero.
27924 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27926 * ext/musepack/gstmusepackdec.cpp:
27927 Fetch error return values. Fixes #161624.
27928 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27931 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27933 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27934 Work for truncated (unfinished download etc.) files. Fixes #160514.
27936 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27938 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27939 Fix for integer overflow. Makes #156001 not crash. Probably masks
27942 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27944 * gst/ac3parse/gstac3parse.c: (plugin_init):
27945 Parsers never have ranks. Fixes #159651.
27947 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
27949 * gst/playback/gstdecodebin.c: (compare_ranks):
27950 make sure the facotries are ordered the same every time even if they
27951 have the same rank by using the name
27952 * gst/playback/gstdecodebin.c: (find_compatibles):
27953 make sure we don't add factories to the list twice
27955 2004-12-16 David Schleef <ds@schleef.org>
27957 * configure.ac: look for musepack headers as musepack/*.h
27959 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27960 * ext/musepack/gstmusepackreader.h: same
27962 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27964 * gst-libs/gst/riff/riff-read.c:
27965 (gst_riff_read_strf_auds_with_data):
27966 Read extradata correctly (fixes #155879).
27968 2004-12-16 David Schleef <ds@schleef.org>
27970 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27971 audio. does _not_ attempt or allow conversion unless channels
27974 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27976 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27978 2004-12-16 David Schleef <ds@schleef.org>
27980 * gst/audioscale/gstaudioscale.c: the resample library only
27981 handles 1 or 2 channels. Change caps to compensate.
27983 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27985 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27986 (gst_matroska_demux_audio_caps):
27987 Some MPEG-AAC hacks, because else it doesn't work...
27989 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27991 * gst-libs/gst/riff/riff-media.c:
27992 (gst_riff_create_video_caps_with_data),
27993 (gst_riff_create_video_template_caps):
27996 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27998 * gst-libs/gst/audio/Makefile.am:
27999 Try to fix buildbot.
28001 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28003 * gst/tcp/gstmultifdsink.c:
28004 Clean up and uniformize debugging.
28006 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28008 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28010 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28011 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28012 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28013 (gst_mpeg_demux_change_state):
28014 Reset on ready. Fixes 160276.
28016 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28018 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28020 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28021 (gst_ffmpegcsp_pad_link):
28022 Fix memleak (#154815).
28024 2004-12-16 James Bowes <bowes@cs.dal.ca>
28026 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28028 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28029 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28030 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28031 * ext/musicbrainz/gsttrm.h:
28032 Add support for using a proxy server when getting a trm id from
28033 the MusicBrainz database (#149613).
28035 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28037 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28039 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28040 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28041 Fix memleaks (#157233).
28043 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28045 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28047 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28048 * gst-libs/gst/resample/resample.h:
28049 * gst/audioscale/gstaudioscale.c:
28050 Fix memleak (#159215).
28052 2004-12-16 Toni Willberg <toniw@iki.fi>
28054 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28056 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28057 * sys/oss/oss_probe.c: (main):
28058 Check for mono/stereo support (similar to samplerate probing),
28059 fixes #159433. Also add missing copyright header to oss_probe.c.
28061 2004-12-15 David Schleef <ds@schleef.org>
28063 * configure.ac: add audioresample and cairo plugins. Remove
28064 HAVE_MMX stuff, because it's not used.
28065 * ext/Makefile.am: same
28066 * ext/audioresample/Makefile.am: You are not ready for an
28067 audio resampling element based on audioresample.
28068 * ext/audioresample/gstaudioresample.c:
28069 * ext/audioresample/gstaudioresample.h:
28070 * ext/cairo/Makefile.am: You are not ready for overlay elements
28071 based on cairo. Don't look too closely, these elements kinda
28073 * ext/cairo/gstcairo.c: new
28074 * ext/cairo/gsttextoverlay.c: new
28075 * ext/cairo/gsttextoverlay.h: new
28076 * ext/cairo/gsttimeoverlay.c: new
28077 * ext/cairo/gsttimeoverlay.h: new
28078 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28079 problem with compilers that don't support variadic macros.
28081 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28083 Reviewed by: David Schleef <ds@schleef.org>
28085 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28086 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28087 bit. Also ran indent-gst.
28088 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28089 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28090 (gst_sunaudiosrc_setparams):
28092 2004-12-14 David Schleef <ds@schleef.org>
28094 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28095 output rate to 16000. Should fix #160235.
28097 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28099 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28100 Add typefinding for mpeg2 pes streams
28102 2004-12-13 David Schleef <ds@schleef.org>
28104 * configure.ac: Applied patch from bug #143659, making default
28105 sources and sinks OS-dependent (for Solaris), and added code
28107 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28109 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28111 * gst-libs/gst/riff/riff-media.c:
28112 forgot to add h2.64 to avidemux template caps
28114 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28116 * gst/wavenc/riff.h:
28117 * gst-libs/gst/riff/riff-media.c:
28118 * gst-libs/gst/riff/riff-ids.h:
28119 * gst/avi/gstavimux.c
28120 add 4CC code for VideoSoft h264 in AVI (VSSH)
28122 remove s323 from riff, it's quicktime specific :(
28124 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28126 * gst/asfdemux/README
28127 * gst/wavenc/riff.h
28128 * gst-libs/gst/riff/riff-ids.h
28129 * gst-libs/gst/riff/riff-media.c
28130 * gst/qtdemux/qtdemux.c:
28131 add new 4CC codes for h263 related codecs
28132 fixes partially bug #155163
28134 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28136 * configure.ac: Update polyaudio requirement to 0.7
28137 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28139 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28141 * gst/interleave/deinterleave.c:
28142 fix my name's spelling! :)
28144 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28146 * AUTHORS ChangeLog
28147 * gst/auparse/gstauparse.c
28148 * gst/interleave/deinterleave.c
28150 alaw-decode.c alaw-encode.c
28151 mulaw-decode.c mulaw-encode.c
28152 * gst/oneton/gstoneton.c
28154 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28156 cocoawindow.h cocoawindow.m
28157 osxvideosink.h osxvideosink.m
28159 put the same mail address for Zaheer Abbas Merali everywhere
28161 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28163 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28164 Align by packetsize, and assert that we a packet available before
28165 playing. The first makes webstreams work (they often include
28166 trailing padding data in a packet), the second allows pausing a
28167 ASF stream in totem without getting demux errors afterwards.
28169 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28171 * ext/ogg/gstoggdemux.c: (get_relative):
28172 Check for non-NULL before accessing member (end-of-chain).
28174 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28176 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28177 (cdparanoia_set_property), (cdparanoia_get_property):
28178 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28179 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28180 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28181 (dvdreadsrc_init), (dvdreadsrc_set_property),
28182 (dvdreadsrc_get_property):
28183 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28184 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28185 Synchronize property names where not yet the case. Devices are
28186 now device=X, other versions are deprecated (but still exist).
28187 Also use g_free() unconditionally.
28188 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28189 (setup_source), (gst_play_base_bin_get_property):
28192 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28194 * configure.ac: move GCONF macro outside conditional for the am
28195 conditional. Fixes #160439
28197 2004-12-08 David Schleef <ds@schleef.org>
28199 * tools/gst-visualise-m.m: Switch to elements that currently
28202 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28204 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28205 We love wrong commas.
28207 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28209 * gst/matroska/matroska-demux.c:
28210 (gst_matroska_demux_handle_src_query):
28211 Don't set DEFAULT, unsupported - makes length display incorrectly
28214 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28216 * gst/monoscope/README: remove blurb about files being GPL
28217 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28218 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28219 monoscope is now effectively LGPL licensed
28221 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28223 * gst/monoscope/README: Update information to be more correct
28224 * gst/monoscope/convolve.c: Relicense to LGPL
28225 * gst/monoscope/convolve.h: Relicense to LGPL
28227 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28229 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28230 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28231 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28232 set default_duration for mpeg1 audio
28234 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28236 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28237 * ext/alsa/gstalsa.h:
28238 refactor big chunks of the core caps negotiation code to make it
28239 a lot faster, because people claim it's really slow
28240 (actually, just cache the getcaps when the device is opened)
28242 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28244 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28245 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28246 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28247 (gst_a52dec_change_state), (plugin_init):
28248 * ext/a52dec/gsta52dec.h:
28249 Do something useful with timestamps. Make chain-based (since
28250 there's really no reason to be loopbased).
28251 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28252 Update current_byte/frame correctly.
28254 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28256 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28257 (gst_ape_demux_stream_init):
28260 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28262 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28263 Let's make sure we're done typefinding when detecting tags.
28265 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28267 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28268 (gst_ebml_read_init), (gst_ebml_read_use_event),
28269 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28270 (gst_ebml_read_seek), (gst_ebml_read_skip),
28271 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28272 (gst_ebml_read_master):
28273 * gst/matroska/ebml-read.h:
28274 * gst/matroska/matroska-demux.c:
28275 (gst_matroska_demux_parse_contents),
28276 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28277 Disgustingly evil hack for working around INTERRUPT events and
28278 their extremely annoying habit of being a pain in the ass. We
28279 simply peek a cluster before reading any of it.
28281 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28283 * ext/musepack/gstmusepackdec.cpp:
28284 There's also floating point libmusepacks.
28286 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28288 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28289 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28290 Set DURATION even if source buffer didn't. Also use increasing
28292 * gst-libs/gst/riff/riff-media.c:
28293 (gst_riff_create_audio_caps_with_data):
28294 Block_align can have larger values than 8192.
28296 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28298 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28299 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28300 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28301 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28304 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28306 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28309 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28311 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28314 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28316 * ext/esd/esdsink.c: (gst_esdsink_chain):
28317 Make error actually say something useful (fixes #156798).
28318 * gst-libs/gst/riff/riff-media.c:
28319 (gst_riff_create_video_caps_with_data),
28320 (gst_riff_create_video_template_caps):
28321 Add Intel Video 5.0 fourcc (IV50).
28323 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28325 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28326 detection on mono and stereo mp3 files.
28328 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28330 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28331 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28332 the contained stream).
28334 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28336 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28337 Oops, remove debug.
28339 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28341 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28343 * gst/law/alaw-decode.c: (alawdec_getcaps):
28344 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28345 Prevent warnings when negotiating caps (fixes #159338).
28347 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28349 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28350 (gst_ffmpegcsp_chain):
28351 Remove old leftover that shouldn't be there...
28353 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28355 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28357 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28358 Don't forward DISCONT events (fixes #159684).
28360 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28362 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28363 Unlink manually since sometimes bin disposal (and therefore
28364 pad unlinking) is delayed, which will cause a new media file
28365 to not be able to start playing instantly.
28367 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28369 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28370 On mute of an unlinked stream, check for pad availability so
28371 we don't crash on unlinked pad.
28373 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28375 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28376 (gst_avi_demux_massage_index):
28377 Fix quite humiliating bug in omitting 0-sized index chunks but
28378 forgetting to count them for timestamps.
28380 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28382 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28383 Actually leave the loop if we failed to sync. Don't crash.
28385 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28387 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28388 (gst_dvd_demux_process_private):
28389 * gst/mpegstream/gstdvddemux.h:
28390 Fix crash (#159759). Doesn't work, though. :-(.
28392 2004-11-28 Benjamin Otte <otte@gnome.org>
28394 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28395 more overwriting protection due to modifying channels one by one
28396 instead of all at once
28398 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28400 * gst/audioconvert/gstchannelmix.c:
28401 (gst_audio_convert_fill_normalize):
28402 Normalize using absolute values.
28404 2004-11-28 Julien MOUTTE <julien@moutte.net>
28408 * ext/directfb/Makefile.am:
28409 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28410 (gst_directfbvideosink_get_pixel_format),
28411 (gst_directfbvideosink_get_format_from_fourcc),
28412 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28413 (gst_directfbvideosink_sink_link),
28414 (gst_directfbvideosink_change_state),
28415 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28416 (gst_directfbvideosink_buffer_alloc),
28417 (gst_directfbvideosink_interface_supported),
28418 (gst_directfbvideosink_interface_init),
28419 (gst_directfbvideosink_navigation_send_event),
28420 (gst_directfbvideosink_navigation_init),
28421 (gst_directfbvideosink_set_property),
28422 (gst_directfbvideosink_get_property),
28423 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28424 (gst_directfbvideosink_base_init),
28425 (gst_directfbvideosink_class_init),
28426 (gst_directfbvideosink_get_type), (plugin_init):
28427 * ext/directfb/directfbvideosink.h: Adding a first version of
28429 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28432 2004-11-28 Benjamin Otte <otte@gnome.org>
28434 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28435 walk the samples backwards if out_channels > in_channels so we don't
28438 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28440 * gst/audioconvert/Makefile.am:
28441 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28442 (gst_audio_convert_link), (gst_audio_convert_change_state),
28443 (gst_audio_convert_channels):
28444 * gst/audioconvert/gstchannelmix.c:
28445 (gst_audio_convert_unset_matrix),
28446 (gst_audio_convert_fill_identical),
28447 (gst_audio_convert_fill_compatible),
28448 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28449 (gst_audio_convert_fill_others),
28450 (gst_audio_convert_fill_normalize),
28451 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28452 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28453 * gst/audioconvert/gstchannelmix.h:
28454 Implement a channel mixer.
28456 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28458 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28459 * ext/alsa/gstalsa.h:
28460 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28461 Make alsasink actually honor gst_element_set_clock and use that
28462 clock instead of its internal one.
28464 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28466 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28467 (gst_play_base_bin_change_state): nullify source and decoder when
28468 going from READY to NULL so that we don't try to do weird stuff with
28469 them when going from NULL to READY
28470 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28471 instead of g_object_unref
28472 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28473 it should be correct
28474 (gst_play_bin_change_state): don't call remove_sinks if we are
28475 currently disposing the object
28477 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28479 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28480 Don't forget bass if it's there. Else left channel is silent...
28482 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28484 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28485 (gst_a52dec_change_state):
28486 Don't do sample adjusting anymore, we use float audio now.
28487 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28488 Don't fixate to non-existing properties.
28490 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28492 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28493 (gst_a52dec_change_state):
28494 Advertise that we can do surround sound.
28496 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28498 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28499 Add buffer-frames=0.
28500 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28501 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28502 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28503 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28504 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28505 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28506 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28507 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28508 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28509 * ext/dvdread/dvdreadsrc.h:
28510 Add seeking, querying for bytes, sectors, title, angle and
28511 chapter. Handle multiple chapters. Relicense to LGPL because
28512 Billy agreed on that (thanks Billy!).
28514 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28516 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28517 call parent dispose method
28519 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28521 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28522 (gst_audio_clock_get_internal_time):
28523 Fix active <-> inactive transitions: ensure time value always
28524 grows and avoid abrupt value changes.
28526 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28529 * gst/tta/Makefile.am:
28531 * gst/tta/filters.h:
28532 * gst/tta/gsttta.c:
28533 * gst/tta/gstttadec.c:
28534 * gst/tta/gstttadec.h:
28535 * gst/tta/gstttaparse.c:
28536 * gst/tta/gstttaparse.h:
28537 * gst/tta/ttadec.h:
28538 added TTA parser and decoder
28540 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28542 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28543 (probe_triggered), (check_queue), (buffer_underrun),
28544 (buffer_running), (buffer_overrun), (gen_source_element),
28546 * gst/playback/gstplaybasebin.h:
28547 Implement buffering. Needs some more work.
28549 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28551 * ext/theora/theoradec.c: (theora_dec_chain):
28552 Fix ilog mask range overflow.
28554 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28556 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28557 Don't omit the last (which in case of dmix is the only :) )
28558 channel count. Don't set channels if <= 2.
28560 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28562 * gst/playback/gstplaybin.c: (gen_video_element),
28563 (gen_audio_element): Removed 2 obsolete comments
28565 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28567 * ext/vorbis/oggvorbisenc.c
28568 * ext/vorbis/vorbisenc.c :
28569 change description fields of those plugins to differentiate them
28570 (pitivi show Encoders by description, they had the same one)
28572 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28574 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28576 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28577 (gst_play_bin_set_property), (gen_video_element),
28578 (gen_audio_element):
28579 Refcounting fixes for provided audio-/videosinks.
28581 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28583 * gst/playback/gstplaybin.c: (gen_video_element),
28584 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28585 Don't reference all sinks, but only the video- and audiosinks.
28586 The vis. element should be disposed when we're done with it.
28587 We don't have any reason to keep it around. This fixes warnings
28588 when reusing playbin for playing multiple audio files with
28589 vis. enabled. Also release audio device on pause - idea stolen
28592 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28594 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28595 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28596 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28597 * ext/alsa/gstalsaplugin.c: (plugin_init):
28598 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28599 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28600 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28601 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28602 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28603 (gst_faad_change_state), (plugin_init):
28604 * ext/faad/gstfaad.h:
28605 * ext/vorbis/vorbis.c: (plugin_init):
28606 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28607 * gst-libs/gst/audio/Makefile.am:
28608 * gst-libs/gst/audio/audio.c: (plugin_init):
28609 * gst-libs/gst/audio/multichannel.c:
28610 (gst_audio_check_channel_positions),
28611 (gst_audio_get_channel_positions),
28612 (gst_audio_set_channel_positions),
28613 (gst_audio_set_structure_channel_positions_list),
28614 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28615 (gst_audio_fixate_channel_positions):
28616 * gst-libs/gst/audio/multichannel.h:
28617 * gst-libs/gst/audio/testchannels.c: (main):
28618 * gst/audioconvert/gstaudioconvert.c:
28619 (gst_audio_convert_class_init), (gst_audio_convert_init),
28620 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28621 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28622 (gst_audio_convert_fixate), (gst_audio_convert_channels):
28623 * gst/audioconvert/plugin.c: (plugin_init):
28624 Surround sound support.
28626 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28628 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28629 Fix position for discont if we're close as well. Nitpicking, but
28630 saves a few milliseconds of extra waiting or skipping.
28632 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28634 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28635 We sometimes need parsers for playback, so add those too.
28637 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28640 * gst/apetag/Makefile.am:
28641 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28642 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28643 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28644 (gst_ape_demux_get_src_query_types),
28645 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28646 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28647 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28648 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28649 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28650 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28651 (gst_ape_demux_change_state):
28652 * gst/apetag/apedemux.h:
28653 * gst/apetag/apetag.c: (plugin_init):
28654 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28656 APE v1/2 tag reader plus typefind function.
28658 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28661 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28662 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28663 Remove hacks for older core. Require newer core version
28666 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28668 * gst/cdxaparse/Makefile.am:
28669 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28670 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28671 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28672 * gst/cdxaparse/gstcdxaparse.h:
28673 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28674 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28675 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28676 (gst_cdxastrip_get_src_query_types),
28677 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28678 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28679 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28680 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28681 * gst/cdxaparse/gstcdxastrip.h:
28682 SVCD/VCD header stripping separated from CDXA image parsing.
28683 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28685 Add VCD/SVCD header typefinding for VCD/SVCD.
28686 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28687 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28688 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28689 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28690 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28691 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28692 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28693 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28694 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28695 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28696 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28697 * sys/vcd/vcdsrc.h:
28698 Fix up, add seeking, querying, URI interface. Works in totem now.
28700 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28705 === release 0.8.6 ===
28707 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28725 releasing 0.8.6, "IOU Love"
28727 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28729 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28731 * gst/playback/gstplaybasebin.c:
28732 Fix unplayable files error handling. Fixes #158365
28734 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28736 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28738 * gst/typefind/gsttypefindfunctions.c:
28739 Fix broken mp3 typefinding. Fixes #158375
28741 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28743 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28745 * ext/ogg/gstoggdemux.c:
28746 Fix sync on broken files. Fixes #158976
28748 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28750 patch by: Edward Hervey <bilboed@bilboed.com>
28752 * ext/libpng/gstpngenc.c:
28753 Copy over buffer properties. Fixes #158832
28755 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28757 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28759 * ext/dvdread/dvdreadsrc.c:
28760 Fixes invalid reads (#158462)
28762 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28764 * sys/v4l/gstv4lsrc.c:
28765 * sys/v4l/gstv4lsrc.h:
28766 * sys/v4l/v4lsrc_calls.c:
28767 Probe less and cache it. Fixes #159187.
28769 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28771 * gst/videorate/gstvideorate.c:
28772 Handle all video formats. Fixes #159186.
28774 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
28775 * gst/synaesthesia/gstsynaesthesia.c:
28776 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28777 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28778 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28779 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28780 (gst_synaesthesia_change_state), (plugin_init):
28781 Fix up synaesthesia to work under different samplerates/ buffer sizes.
28782 Force 320x200 output, as that's the only thing the underlying
28783 synaesthesia implementation supports. Still needs to be made
28786 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28789 Fix mpeg2enc configure check (similar to mplex check below).
28791 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
28793 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28795 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28796 Fix for gcc-2.95 (fixes #158221).
28798 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28800 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28801 Re-add clock distribution hack (until new core is released).
28804 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
28806 fix mplex configure check segfaulting on some systems (bug #140994)
28808 2004-11-13 Benjamin Otte <otte@gnome.org>
28810 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28812 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28813 do a wait when we enter the loop func with no data available to
28814 write instead of getting into an 100% CPU loop by just returning and
28815 being called again by the scheduler
28817 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
28820 * ext/libvisual/visual.c: (gst_visual_get_type),
28821 (libvisual_log_handler), (gst_visual_getcaps),
28822 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28824 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28825 * ext/smoothwave/Makefile.am:
28826 * ext/smoothwave/demo-osssrc.c: (main):
28827 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28828 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28829 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28831 * ext/smoothwave/gstsmoothwave.h:
28832 Make gstsmoothwave a working element in the 20th century.
28834 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28835 Fix incorrect link function
28837 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28839 * gst/volume/gstvolume.c:
28840 Allow buffer-frames=0.
28842 2004-11-12 Iain <iaingnome@gmail.com>
28844 * configure.ac: Check for polypaudio
28846 * ext/Makefile.am: Build the polyp dir
28848 * ext/polyp: The polypsink sources.
28850 2004-10-30 Iain <iaingnome@gmail.com>
28852 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28853 caps to reflect the new number of channels.
28855 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28857 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28858 Fix for negotiation order problem. This would show when the
28859 ALSA loopfuction was called before any other function. ALSA
28860 wouldn't do anything because we're not negotiated yet, leading
28861 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28863 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
28865 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28867 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28868 No warnings (#157986).
28870 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28872 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28873 Prefer apev1/2 and id3v1 (at end of file) over musepack.
28875 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28877 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28878 Signal no-more-pads (so it works in playbin).
28880 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28882 * ext/musepack/gstmusepackreader.cpp:
28883 Workaround for older core.
28885 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28887 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28888 Actually test for odd width/height rather than testing whether
28889 a temporary variable that was 0 before we subtracted 1 is now
28890 not equal to zero (which it always is).
28892 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28894 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28895 Fix compilation if HAVE_XVIDEO is not defined
28897 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28899 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28900 Fix compilation if HAVE_XVIDEO is not defined
28902 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
28904 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28905 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28906 (gst_goom_change_state), (plugin_init):
28907 Use the bytestream adapter so goom doesn't depend on the input
28909 Add a debug category
28911 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28913 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28914 Only set hardware parameters *after* negotiation. Before
28915 negotiation, it will set ANY and that seems to cause crashes
28916 (see e.g. #151288, #153227).
28918 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28920 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28921 This seems to be antique leftover. It needs to pass error
28923 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28924 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28925 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28926 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28927 Fix GstXOverlay implementation (#151059).
28929 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28931 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28932 Don't assert (#157853).
28934 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28936 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28937 Fix bytes/samples confustion.
28938 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28939 Fix for underrun (#144389).
28941 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28943 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28944 Disable halfway-seek for pending release (since it needs a new
28947 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
28949 * sys/v4l/gstv4lsrc.c:
28950 * sys/v4l/gstv4lsrc.h:
28951 * sys/v4l/v4lsrc_calls.c:
28952 add autoprobe-fps property so we can separate autoprobing parts
28954 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
28956 * sys/v4l/gstv4lsrc.c:
28957 * sys/v4l/v4lsrc_calls.c:
28958 initialise fourcc to catch unset fourcc's, and debug
28960 2004-11-09 Wim Taymans <wim@fluendo.com>
28962 * gst/playback/README:
28963 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28964 * gst/playback/gstplaybin.c: (gst_play_bin_init),
28965 (gst_play_bin_dispose), (gst_play_bin_set_property),
28966 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28967 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28968 (gst_play_bin_get_formats), (gst_play_bin_convert),
28969 (gst_play_bin_get_query_types), (gst_play_bin_query):
28970 Cleanups and some more documentation.
28972 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
28974 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28975 (gst_cacasink_init), (gst_cacasink_chain):
28976 * ext/libcaca/gstcacasink.h:
28977 Cacasink inherits from VideoSink, so let that store the clock.
28979 2004-11-09 Wim Taymans <wim@fluendo.com>
28981 * gst/playback/README:
28982 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28983 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28984 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28985 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28986 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28988 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28989 (gst_stream_info_is_mute), (gst_stream_info_set_property):
28990 * gst/playback/gststreaminfo.h:
28992 Only switch groups if all streams have muted (EOSed).
28993 Send Tags in sync with the stream playback instead of in
28994 the playback/preroll phase.
28995 Some cleanups, free the fakesrc elements.
28997 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
28999 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29000 buffer-frames property was missing
29001 * ext/arts/gst_arts.c:
29002 rate missing from sinkcaps
29003 * ext/audiofile/gstafparse.c:
29004 * ext/audiofile/gstafsink.c:
29005 * ext/audiofile/gstafsrc.c:
29006 * ext/swfdec/gstswfdec.c:
29007 int audio doesn't know buffer-frames
29008 * ext/cdparanoia/gstcdparanoia.c:
29009 int audio doesn't know chunksize either
29010 * ext/nas/nassink.c:
29011 it's endianness, not endianess
29012 * gst-libs/gst/audio/audio.h:
29013 make float standard pad template caps really describe float
29014 * gst/law/mulaw.c: (linear_factory):
29015 signed only, please
29016 * gst/mpegstream/gstdvddemux.c:
29017 widths of 20 are not valid
29019 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29021 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29027 2004-11-08 Wim Taymans <wim@fluendo.com>
29029 * gst/playback/README:
29030 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29031 * gst/playback/gstplaybasebin.c: (probe_triggered),
29032 (gst_play_base_bin_change_state):
29033 Updated README, added more comments for fixmes etc..
29035 2004-11-08 Wim Taymans <wim@fluendo.com>
29037 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29038 We can remove this hack now.
29040 2004-11-08 Wim Taymans <wim@fluendo.com>
29042 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29043 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29044 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29045 Only mix AYUV for maximum quality.
29047 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29049 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29050 (gst_ogg_demux_push), (gst_ogg_pad_push):
29051 Let's act as if we're synchronized now! :).
29052 * ext/theora/theoradec.c: (theora_dec_chain):
29055 2004-11-08 Wim Taymans <wim@fluendo.com>
29057 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29058 (gst_alpha_set_property), (gst_alpha_sink_link),
29059 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29060 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29061 (gst_alpha_init_params), (gst_alpha_chain):
29062 Implement alpha functions for AYUV too, this increases
29063 accuracy quite a bit.
29065 2004-11-08 Wim Taymans <wim@fluendo.com>
29067 * gst/ffmpegcolorspace/avcodec.h:
29068 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29069 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29070 (gst_ffmpegcsp_avpicture_fill):
29071 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29072 (gst_ffmpegcsp_caps_remove_format_info):
29073 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29074 (shrink12), (img_get_alpha_info), (deinterlace_line),
29075 (deinterlace_line_inplace):
29076 * gst/ffmpegcolorspace/imgconvert_template.h:
29077 Added AYUV colorspace and handle RGBA a bit more respectful.
29079 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29081 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29082 Actually always send a discont (cornercase when resending the
29083 same serial-tagged chain twice).
29085 2004-11-08 Julien MOUTTE <julien@moutte.net>
29087 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29088 (gst_ximagesink_finalize):
29089 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29090 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29092 2004-11-08 Wim Taymans <wim@fluendo.com>
29094 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29095 Don't segfault on NULL data.
29097 2004-11-08 Wim Taymans <wim@fluendo.com>
29099 * gst/playback/gstdecodebin.c: (unlinked):
29100 * gst/playback/gstplay-marshal.list:
29101 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29102 (gst_play_base_bin_init), (group_create), (get_active_group),
29103 (get_building_group), (group_destroy), (group_commit),
29104 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29105 (add_element_stream), (no_more_pads), (probe_triggered),
29106 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29107 (state_change), (setup_source), (gst_play_base_bin_get_property),
29108 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29109 (gst_play_base_bin_link_stream),
29110 (gst_play_base_bin_get_streaminfo):
29111 * gst/playback/gstplaybasebin.h:
29112 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29113 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29114 Add support for chained ogg files. Prepare for playlist
29115 support. This patch introduces the concept of pad groups, which
29116 together compose one playable media file.
29118 2004-11-07 David Schleef <ds@schleef.org>
29120 * testsuite/gst-lint: Check for pad templates that aren't statically
29123 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29127 * ext/musepack/Makefile.am:
29128 * ext/musepack/gstmusepackdec.cpp:
29129 * ext/musepack/gstmusepackdec.h:
29130 * ext/musepack/gstmusepackreader.cpp:
29131 * ext/musepack/gstmusepackreader.h:
29132 Add musepack decoder.
29133 * ext/faad/gstfaad.c: (gst_faad_base_init):
29134 Make pad templates static.
29135 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29137 Add musepack typefinder, make mp3 typefinding work halfway stream,
29138 which doesn't actually work yet because id3demux doesn't implement
29141 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29143 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29144 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29145 Fix interrupt event handling (#144436).
29147 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29149 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29152 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29154 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29156 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29157 Fix weird caps (#157548).
29159 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29161 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29163 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29164 Add missing NULL terminator (#157543).
29166 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29168 * gst/tcp/gsttcp.h:
29169 * gst/tcp/gsttcpclientsink.c:
29170 * gst/tcp/gsttcpclientsrc.c:
29171 * gst/tcp/gsttcpserversink.c:
29172 * gst/tcp/gsttcpserversrc.c:
29173 ports can go up to 65535. Move common defines to gsttcp.h
29175 2004-11-05 Wim Taymans <wim@fluendo.com>
29177 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29178 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29179 Added two more colorspaces.
29181 2004-11-05 Wim Taymans <wim@fluendo.com>
29183 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29184 (gst_ffmpegcsp_avpicture_fill):
29185 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29186 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29187 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29190 2004-11-05 Wim Taymans <wim@fluendo.com>
29192 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29193 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29194 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29195 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29196 (gst_videomixer_loop):
29199 2004-11-05 Benjamin Otte <otte@gnome.org>
29201 * ext/mad/gstmad.c: (gst_mad_chain):
29202 don't overflow data buffer. Flush not needed sync data when syncing
29205 2004-11-04 Wim Taymans <wim@fluendo.com>
29207 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29208 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29209 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29210 (gst_alpha_init_params), (gst_alpha_chain),
29211 (gst_alpha_change_state):
29212 Updated the chroma keying algorithm with something more
29215 2004-11-03 Wim Taymans <wim@fluendo.com>
29217 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29218 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29219 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29220 Fix stride issues. Does not completely work for odd
29223 2004-11-03 Wim Taymans <wim@fluendo.com>
29225 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29226 (gst_alpha_chroma_key), (gst_alpha_chain):
29227 Fix stride issues. Does not completely work for odd
29230 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29232 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29233 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29236 2004-11-03 Wim Taymans <wim@fluendo.com>
29238 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29239 (gst_ffmpegcsp_avpicture_fill):
29240 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29242 * gst/ffmpegcolorspace/imgconvert_template.h:
29243 Use correct _fill function to get correct strides.
29245 2004-11-02 David Schleef <ds@schleef.org>
29247 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29248 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29249 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29250 Change all g_print()s to debugging. Add a bunch of consistency
29253 2004-11-02 Wim Taymans <wim@fluendo.com>
29255 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29256 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29257 (unlinked), (no_more_pads), (close_link):
29258 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29259 (unknown_type), (add_element_stream), (new_decoded_pad),
29260 (removed_decoded_pad), (setup_source):
29261 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29262 (gst_stream_info_class_init), (gst_stream_info_init),
29263 (gst_stream_info_new), (gst_stream_info_dispose),
29264 (stream_info_mute_pad), (gst_stream_info_set_property),
29265 (gst_stream_info_get_property):
29266 * gst/playback/gststreaminfo.h:
29267 Fix playback of multiple files.
29268 a slightly different approach to handling dynamic pad removals.
29269 This one only looks at pads that we have linked.
29271 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29273 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29274 free" warning from libc.
29276 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29278 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29279 (get_unconnected_element), (remove_starting_from), (pad_removed),
29281 Implement support for dynamic pad changing. We listen to "live"
29282 pad removals (i.e. while playing) and re-setup autoplugging
29283 after that. Playbasebin/playbin need some more work for this
29284 to finally work, but decodebin supports (and replugs) chained
29287 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29289 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29290 (gst_alsa_finalize):
29291 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29292 (gst_cdaudio_finalize):
29293 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29294 (cdparanoia_finalize):
29295 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29296 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29297 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29298 (dvdreadsrc_finalize):
29299 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29300 (gst_flacdec_finalize):
29301 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29302 (gst_flacenc_finalize):
29303 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29304 (gst_gnomevfssink_finalize):
29305 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29306 (gst_gnomevfssrc_finalize):
29307 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29308 (gst_fameenc_finalize):
29309 * ext/nas/nassink.c: (gst_nassink_class_init),
29310 (gst_nassink_finalize):
29311 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29312 (gst_sdlvideosink_class_init):
29313 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29314 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29315 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29316 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29317 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29318 (gst_x_window_listener_dispose):
29319 * gst/audioscale/gstaudioscale.c:
29320 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29321 (play_on_demand_finalize):
29322 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29323 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29324 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29325 (cdplayer_finalize):
29326 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29327 (gst_glimagesink_class_init):
29328 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29329 (gst_osselement_finalize):
29330 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29331 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29332 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29333 Fixes a bunch of problems with finalize and dispose functions,
29334 either assumptions that dispose is only called once, or not calling
29335 the parent class dispose/finalize function
29337 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29339 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29340 added two api precondition guards
29341 use g_strdup with getenv to fix crash when using ENVVAR
29343 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29344 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29345 (gst_esdsink_finalize):
29346 Use a finalize function, not dispose, and more importantly,
29347 call the parent class finalize function too
29349 2004-11-01 Johan Dahlin <johan@gnome.org>
29351 * ext/ogg/gstoggdemux.c:
29352 * gst/tags/gstvorbistag.c:
29355 2004-10-31 Benjamin Otte <otte@gnome.org>
29357 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29358 lotsa memleaks today. But they're all small...
29360 2004-10-31 Benjamin Otte <otte@gnome.org>
29362 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29363 another memleak crushed
29365 2004-10-31 Benjamin Otte <otte@gnome.org>
29367 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29370 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29372 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29373 Hack to prevent crash when going to READY inside signal handler
29374 while this function is active.
29376 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29378 * gst/ffmpegcolorspace/Makefile.am:
29379 * gst/ffmpegcolorspace/avcodec.h:
29380 * gst/ffmpegcolorspace/common.h:
29381 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29382 * gst/ffmpegcolorspace/dsputil.h:
29383 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29384 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29385 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29386 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29387 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29388 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29389 (gst_ffmpegcsp_avpicture_fill):
29390 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29391 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29392 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29393 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29394 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29395 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29396 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29397 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29398 * gst/ffmpegcolorspace/imgconvert.c:
29399 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29400 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29401 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29402 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29403 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29404 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29405 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29406 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29407 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29408 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29409 (grow21), (grow22), (grow41), (grow44), (conv411),
29410 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29411 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29412 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29413 (avpicture_free), (is_yuv_planar), (img_convert),
29414 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29415 (deinterlace_line_inplace), (deinterlace_bottom_field),
29416 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29417 * gst/ffmpegcolorspace/imgconvert_template.h:
29418 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29419 * gst/ffmpegcolorspace/mmx.h:
29420 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29421 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29422 (av_freep), (avcodec_get_context_defaults),
29423 (avcodec_alloc_context), (avcodec_init):
29424 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29425 handling plus update from ffmpeg CVS. Large clean-up.
29427 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29429 * gst/playback/Makefile.am:
29430 We need the marshallers for decodebin, too.
29432 2004-10-30 David Schleef <ds@schleef.org>
29434 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29435 quicktime typefinding work with 64-bit offsets.
29437 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29439 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29440 Set EOS on the element when processing an EOS event.
29441 * ext/speex/gstspeexdec.h:
29442 * ext/speex/gstspeexenc.h:
29443 Only keep a const ptr to the mode
29444 * gst-libs/gst/riff/riff-media.c:
29445 (gst_riff_create_audio_caps_with_data),
29446 (gst_riff_create_audio_template_caps):
29447 Allow WMAV3, with up to 6 channels.
29448 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29449 Don't call gst_pad_set_event_function on a sink pad.
29450 * gst/mpegstream/gstdvddemux.c:
29451 (gst_dvd_demux_get_subpicture_stream),
29452 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29453 Copy the explicit caps that were set across to the cur_* pads,
29454 instead of trying to use a possibly non-existent negotiated caps.
29455 Reset the type of subpicture pads to UNKNOWN after calling
29456 init_stream, so that the caps get set.
29458 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29460 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29462 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29463 Don't touch buffer if it is of size 0 (fixes #151064).
29465 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29467 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29468 Synchronized discont handling.
29470 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29472 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29473 (gst_ogg_demux_push):
29474 Make seeking sort-of exact again (fixes #156387).
29476 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29478 * gst/playback/gstplaybasebin.c: (unknown_type),
29479 (add_element_stream), (new_decoded_pad),
29480 (gst_play_base_bin_change_state):
29481 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29482 (gst_stream_info_init), (gst_stream_info_new),
29483 (gst_stream_info_dispose), (gst_stream_info_get_property):
29484 * gst/playback/gststreaminfo.h:
29485 Make caps explicitely available. Makes testing for unsupported
29486 types possible. Improves error reporting.
29488 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29490 * gst/audioconvert/gstaudioconvert.c:
29491 (gst_audio_convert_buffer_to_default_format):
29492 Really don't touch read-only buffers (#156563).
29494 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29496 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29498 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29499 Fix memleak (#155223).
29501 2004-10-29 Wim Taymans <wim@fluendo.com>
29503 * gst/tcp/.cvsignore:
29504 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29505 (gst_multifdsink_class_init), (gst_multifdsink_init),
29506 (gst_multifdsink_add), (gst_multifdsink_remove),
29507 (gst_multifdsink_remove_client_link), (is_sync_frame),
29508 (gst_multifdsink_new_client),
29509 (gst_multifdsink_handle_client_write),
29510 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29511 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29512 (gst_multifdsink_get_property):
29513 * gst/tcp/gstmultifdsink.h:
29514 Added burst on connect sync_method, deprecated sync_clients,
29515 streamlined the sync code some more.
29517 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29519 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29520 (gst_play_base_bin_change_state):
29521 Improve error reporting.
29523 2004-10-28 Wim Taymans <wim@fluendo.com>
29525 * gst/tcp/Makefile.am:
29526 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29527 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29528 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29529 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29530 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29531 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29533 Added more locks around fdset structures. Fixed/reworked
29534 the poll array resizing code.
29535 Added stress test for fdset.
29537 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29539 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29542 2004-10-28 Benjamin Otte <otte@gnome.org>
29544 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29545 fix link function to always query channels and query width for
29549 * gst/equalizer/Makefile.am:
29550 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29551 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29552 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29553 (arg_to_scale), (setup_filter),
29554 (gst_iir_equalizer_compute_frequencies),
29555 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29556 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29560 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29562 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29566 Added Norwegian Bokmaal translation
29568 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29570 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29571 Don't break on options (fixes #156488).
29573 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29576 * ext/cdaudio/Makefile.am:
29578 fix build on older automake
29580 2004-10-26 Wim Taymans <wim@fluendo.com>
29582 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29583 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29584 Allow a little margin when negotiating the framerate.
29586 2004-10-26 Stefan Kost <ensonic@users.sf.net>
29588 * gst/level/gstlevel.c:
29589 synchonised naming of pads and pad-templates
29591 2004-10-26 Wim Taymans <wim@fluendo.com>
29593 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29594 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29595 (_find_streams_check), (gst_ogg_demux_push):
29596 Fix EOS again. Needs to be done in a better way. We should not
29597 remove the pad if there is no new chained stream.
29599 2004-10-26 Iain <iaingnome@gmail.com>
29601 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29602 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29604 * gst/interleave/interleave.c (interleave_class_init): Hook up release
29606 (interleave_release_pad): Remove the pad.
29607 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29608 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29610 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29612 (gst_xvimagesink_xcontext_clear): Free the xcontext.
29613 (gst_xvimagesink_finalize): Free the par.
29615 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29617 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29618 (gst_avimux_stop_file):
29619 First calculate the rate, and only then use it. Hdr.rate is a
29620 multiple and not a derivative of hdr.scale. Scale is not the
29621 same as blockalign but is solely related to rate.
29623 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29625 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29626 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29629 2004-10-25 James Henstridge <james@jamesh.id.au>
29631 Reviewed by: David Schleef <ds@schleef.org>
29633 * examples/gstplay/player.c: (got_stream_length), (main):
29634 * examples/seeking/cdplayer.c: (update_scale):
29635 * examples/seeking/seek.c: (format_value), (update_scale):
29636 * examples/seeking/spider_seek.c: (format_value), (update_scale),
29638 Build fixes on AMD64.
29640 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29642 reviewed by: Ronald Bultje <rbultje at gnome dot org>
29644 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29645 Fix for some v4l cards which hang in v4lsrc
29647 2004-10-25 Wim Taymans <wim@fluendo.com>
29649 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29650 (gst_ogg_demux_push), (gst_ogg_chains_clear):
29651 Make sure to remove the pad when a new chain is
29652 encountered. Set some vars to NULL so we don't try
29653 to reference freed memory.
29655 2004-10-25 Wim Taymans <wim@fluendo.com>
29657 * examples/seeking/Makefile.am:
29658 * examples/seeking/cdplayer.c: (update_scale):
29659 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29660 * examples/seeking/playbin.c: (make_playerbin_pipeline),
29661 (format_value), (update_scale), (iterate), (start_seek),
29662 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29663 (print_usage), (main):
29664 Added some more examples, update others.
29666 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29668 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29669 * ext/speex/gstspeexdec.c: (speex_dec_chain):
29670 * ext/theora/theoradec.c: (theora_dec_chain):
29671 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29672 Add codec-name metadata.
29674 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
29676 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29678 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29679 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29680 * ext/alsa/gstalsamixertrack.h:
29682 ALSA mixer track label internationalization (#154054).
29684 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29686 * ext/theora/theoradec.c: (theora_dec_chain):
29687 Export bitrate as metadata.
29689 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29691 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29692 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29693 * ext/alsa/gstalsamixertrack.h:
29694 Fix names, fix loop.
29696 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29698 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29699 (speex_dec_convert):
29700 sinkconvert function so oggdemux can get the file length (totem).
29702 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
29704 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29706 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29707 Don't push incomplete packets.
29708 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29709 Fix MPEG-4 audio typefinding.
29711 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29713 * sys/v4l/Makefile.am:
29714 * sys/v4l/gstv4l.c: (plugin_init):
29715 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29716 (gst_v4lelement_init), (gst_v4lelement_dispose),
29717 (gst_v4lelement_change_state):
29718 * sys/v4l/gstv4lelement.h:
29719 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29720 (gst_v4l_xoverlay_close), (idle_refresh),
29721 (gst_v4l_xoverlay_set_xwindow_id):
29722 * sys/v4l/gstv4lxoverlay.h:
29723 * sys/v4l/v4l-overlay_calls.c:
29724 * sys/v4l/v4l_calls.h:
29725 * sys/v4l2/Makefile.am:
29726 * sys/v4l2/gstv4l2.c: (plugin_init):
29727 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29728 (gst_v4l2element_init), (gst_v4l2element_dispose),
29729 (gst_v4l2element_change_state):
29730 * sys/v4l2/gstv4l2element.h:
29731 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29732 (gst_v4l2_xoverlay_close), (idle_refresh),
29733 (gst_v4l2_xoverlay_set_xwindow_id):
29734 * sys/v4l2/gstv4l2xoverlay.h:
29735 * sys/v4l2/v4l2-overlay_calls.c:
29736 * sys/v4l2/v4l2_calls.h:
29737 Remove client-side overlay handling, use the X-server v4l plugin
29738 for that. Nicer overlay, less code. Also make the plugin
29739 compileable without X (but then without overlay, obviously).
29740 Makes xwindowlistener obsolete, should we remove that?
29742 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29744 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29745 (gst_osssrc_src_query):
29746 * sys/oss/gstosssrc.h:
29747 OK, so people want offset in DEFAULT. This time, actually fix all
29749 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29752 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29754 * gst/asfdemux/gstasfmux.c:
29755 * gst/avi/gstavimux.c:
29758 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29760 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29761 Fix properties (channel, norm, frequency).
29763 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29765 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29767 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29770 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29772 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29775 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29777 * sys/v4l2/gstv4l2element.h:
29778 Yet Another Hack (tm) for kernel header borkedness.
29779 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29780 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29781 (gst_v4l2src_link), (gst_v4l2src_getcaps),
29782 (gst_v4l2src_change_state):
29783 * sys/v4l2/gstv4l2src.h:
29784 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29785 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29786 Fix caps, keep track of state, work.
29788 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29790 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29793 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29795 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29796 Don't mix bytes and samples.
29798 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29800 * ext/ogg/gstoggmux.c:
29801 Basic pad template which accepts OGM tracks, speex, flac, vorbis
29802 and theora. Any is incorrect.
29803 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29805 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29806 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29807 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29808 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29809 * sys/v4l/gstv4lmjpegsrc.h:
29810 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29811 (gst_v4lsrc_change_state):
29812 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29813 (gst_v4lmjpegsrc_capture_stop):
29814 Fix caps. Keep track of internal state. Work.
29816 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29819 Fix the build fixes.
29821 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29823 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29824 (gst_ogg_demux_src_event), (_find_chain_seek),
29825 (gst_ogg_pad_push):
29826 Check for pad availability before using it.
29827 * ext/ogg/gstoggdemux.c: (_find_chain_process):
29828 Fix parsing of chained ogg. Needs more work on the decoder side.
29830 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
29832 * gst/spectrum/Makefile.am:
29833 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29835 Fix demo and reenable it. Yes, I'm currently playing with audio
29838 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29840 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29841 We love it if files that start at zero work too...
29843 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29845 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29846 Handle files with missing EOS headers.
29848 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29850 * gst/tcp/gsttcpserversink.c:
29851 (gst_tcpserversink_handle_server_read),
29852 (gst_tcpserversink_init_send):
29853 Zero some variables first (need for accept not to return EINVAL)
29855 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29857 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29858 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29859 * ext/theora/theoradec.c: (theora_dec_sink_convert),
29860 (theora_dec_chain):
29861 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29862 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29863 Seeking and querying finetune.
29865 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
29869 * ext/raw1394/Makefile.am:
29872 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29874 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29876 * gst/playback/Makefile.am:
29877 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29878 * gst/playback/gstplay-marshal.list:
29879 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29882 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29884 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29887 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29889 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29890 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29891 (gst_ogg_pad_push):
29892 Yay for non-lineair granulepos in theora.
29894 2004-10-18 Wim Taymans <wim@fluendo.com>
29896 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29897 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29898 * ext/dv/gstdvdec.h:
29899 Make sure we renegotiate aspect ratio when the camera switches.
29901 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29903 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29904 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29906 * ext/theora/theoradec.c: (theora_dec_chain):
29907 Skip headers. Bad idea for chained ogg, but fixes seeking.
29909 2004-10-18 Wim Taymans <wim@fluendo.com>
29912 I swear, this is the last time I touch this.
29914 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29916 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29917 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29918 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29920 * ext/theora/theoradec.c: (theora_dec_sink_convert):
29921 Time-to-default conversion.
29922 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29923 Don't error on unknown packets, just skip. We should probably
29924 read them if we want to support chained ogg.
29926 2004-10-18 Wim Taymans <wim@fluendo.com>
29929 Added cdaudio to wrong list.
29931 2004-10-18 Wim Taymans <wim@fluendo.com>
29936 2004-10-18 Wim Taymans <wim@fluendo.com>
29938 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29939 (gst_dvdec_video_link), (gst_dvdec_push):
29940 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29941 (gst_smokeenc_resync), (gst_smokeenc_chain):
29942 Fix mimetype on smoke encoder.
29943 Add aspect ratio to dvdec. Not sure if these
29944 values are correct though....
29946 2004-10-18 Wim Taymans <wim@fluendo.com>
29948 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29949 Fix vorbis property descriptions and ranges.
29951 2004-10-18 Wim Taymans <wim@fluendo.com>
29953 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29954 Really do nothing when no data is available.
29955 Go to the playing state when the stream is not seekable
29956 instead of failing.
29958 2004-10-18 Wim Taymans <wim@fluendo.com>
29960 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29961 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29962 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29963 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29964 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29965 Added uri handler for cd://
29968 2004-10-18 Wim Taymans <wim@fluendo.com>
29970 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29971 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29972 (try_to_link_1), (no_more_pads), (close_link), (type_found):
29973 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29974 (remove_prerolls), (unknown_type), (add_element_stream),
29975 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29976 (gst_play_base_bin_remove_element),
29977 (gst_play_base_bin_link_stream):
29978 * gst/playback/gstplaybin.c: (gen_video_element),
29979 (gen_vis_element), (remove_sinks), (setup_sinks):
29980 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29981 (gst_stream_info_get_type), (gst_stream_info_class_init),
29982 (gst_stream_info_init), (gst_stream_info_new),
29983 (gst_stream_info_dispose), (stream_info_mute_pad),
29984 (gst_stream_info_set_property), (gst_stream_info_get_property):
29985 * gst/playback/gststreaminfo.h:
29986 Add sink padtemplate to decodebin.
29987 Added some more comments.
29988 Make queue size configurable in playbasebin.
29989 Added possibility to use elements as sinks (ex cdaudio).
29991 2004-10-15 Wim Taymans <wim@fluendo.com>
29993 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29994 (gst_speexenc_chain):
29995 Fix speex timestamps so that it gets muxed properly.
29997 2004-10-15 Wim Taymans <wim@fluendo.com>
29999 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30000 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30001 (gst_dv1394src_init), (gst_dv1394src_dispose),
30002 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30003 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30004 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30005 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30006 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30007 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30008 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30009 * ext/raw1394/gstdv1394src.h:
30010 Added conversion/query functions.
30011 Update buffer timestamps,
30013 Added uri dv:// so it might play from the firewire in playbin.
30014 Fix a possible leak.
30017 2004-10-15 Wim Taymans <wim@fluendo.com>
30019 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30020 (gst_dv1394src_init), (gst_dv1394src_set_property),
30021 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30022 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30023 * ext/raw1394/gstdv1394src.h:
30024 Added AV/C VTR control support needed for some cameras.
30025 Added automatic port detection.
30026 Added properties for selecting the channel.
30027 The configure.ac script is not yet updated to reflect the
30028 new libavc1394 and librom1394 dependencies.
30030 2004-10-15 Wim Taymans <wim@fluendo.com>
30032 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30033 (qtdemux_parse), (gst_qtdemux_handle_esds):
30034 An esds box is not a container.
30035 Fix parsing of mp4v boxes.
30036 Do not try to renegotiate fps for each frame. Need to
30037 find a better method. This should fix mp4 playback.
30039 2004-10-14 David Schleef <ds@schleef.org>
30041 * configure.ac: update for swfdec-0.3 and liboil-0.2
30042 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30043 * ext/swfdec/gstswfdec.h: same
30044 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30045 * gst/videotestsrc/videotestsrc.c: same
30047 2004-10-14 Wim Taymans <wim@fluendo.com>
30049 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30050 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30051 (is_sync_frame), (gst_multifdsink_new_client),
30052 (gst_multifdsink_handle_client_write),
30053 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30054 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30055 Turn warnings into info.
30056 Don't allow a state change in the streaming thread.
30058 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30060 * ext/vorbis/oggvorbisenc.c:
30061 * ext/vorbis/vorbisdec.c:
30062 fix template sample rate
30064 2004-10-13 Wim Taymans <wim@fluendo.com>
30066 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30067 Decoding the header first fixes some problems in resyncing
30070 2004-10-12 Wim Taymans <wim@fluendo.com>
30072 * gst/playback/gstplaybin.c: (gen_video_element),
30073 (gen_vis_element), (remove_sinks), (setup_sinks):
30074 Added vis plugin support, need to configure the vis
30075 element to activate it.
30077 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30079 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30080 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30082 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30083 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30084 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30085 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30086 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30087 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30088 * gst/avi/gstavidemux.h:
30089 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30090 recovery (where, if part of the index is broken, we will still read
30091 the rest of the index and recover the broken part by stream
30092 scanning). More broken media support. EOS workarounds. General AVI
30093 braindamage headache recovery. Aspirin included.
30095 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30097 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30098 (cdparanoia_event), (cdparanoia_query):
30099 Get rid of hideous lead-in.
30101 2004-10-11 Wim Taymans <wim@fluendo.com>
30103 * gst/playback/gstplaybasebin.c: (setup_source):
30104 Wrong var used to get g_list_next.
30106 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30108 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30109 (cdparanoia_get), (cdparanoia_open):
30110 Report discid as metadata, add duration.
30112 2004-10-11 Wim Taymans <wim@fluendo.com>
30114 * gst/playback/gstplaybasebin.c: (setup_source):
30115 Cleanup the previous pipeline a little earlier for the
30116 case that a source element provides raw data.
30118 2004-10-11 Benjamin Otte <otte@gnome.org>
30120 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30121 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30122 consuming the last 128 bytes, even though it was valid mp3 data.
30124 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30126 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30127 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30128 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30129 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30131 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30134 Fix for webcams that support only specific width or height
30136 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30138 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30140 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30141 Fix wrong discont event setup (fixes #154967).
30143 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30145 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30147 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30148 Error out on invalid data (fixes #154807).
30150 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30152 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30154 * ext/dvdread/dvdreadsrc.c: (_read):
30155 Make titles > 0 work again (fixes #154834).
30157 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30159 * gst-libs/gst/riff/riff-media.c:
30160 (gst_riff_create_video_template_caps):
30161 WMV3 missing in template caps.
30163 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30165 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30166 OK, so the original code was too strict. It makes random AVI files
30167 hang for seconds upon opening, which is unacceptable and is far
30168 beyond the original goal of getting multiple chunks for one-chunk
30169 sounc stream files. So now do just that.
30171 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30173 * gst/playback/gstplaybasebin.c: (setup_source),
30174 (gst_play_base_bin_change_state):
30175 Actually clean up streaminfo if output fails. This would trigger
30176 if, for example, there was no CD in the drive. No preroll, so
30177 a streaminfo structure is created, but the subsequent state change
30178 of the thread fails.
30179 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30180 Don't change state if parent failed.
30182 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30184 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30185 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30186 (gen_video_element), (remove_sinks):
30187 Add small bits of code for screenshot handling.
30189 2004-10-08 Wim Taymans <wim@fluendo.com>
30191 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30192 (gen_video_element), (gen_audio_element), (setup_sinks):
30193 Don't assume the user provided sinks are named "sink"...
30195 2004-10-08 Wim Taymans <wim@fluendo.com>
30197 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30198 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30199 (gst_play_base_bin_link_stream):
30200 Do not try to autoplug sources that generate raw streams like
30202 disconnect the preroll overrun signal when we don't need it anymore.
30204 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30206 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30207 Added reworked patch from #154903 from milosz derezynski (deadchip).
30209 2004-10-08 Wim Taymans <wim@fluendo.com>
30211 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30212 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30213 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30214 (cdparanoia_convert), (cdparanoia_uri_get_type),
30215 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30216 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30217 * ext/cdparanoia/gstcdparanoia.h:
30218 This adds the cdda://<tracknum> uri.
30220 2004-10-08 Wim Taymans <wim@fluendo.com>
30222 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30223 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30224 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30225 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30226 (unknown_type), (gst_play_base_bin_remove_element),
30227 (gst_play_base_bin_link_stream):
30228 * gst/playback/gstplaybasebin.h:
30229 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30230 (gst_play_bin_set_property), (gen_video_element),
30231 (gen_audio_element), (setup_sinks):
30232 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30233 (gst_stream_info_get_type), (gst_stream_info_class_init),
30234 (gst_stream_info_init), (gst_stream_info_new),
30235 (gst_stream_info_dispose), (stream_info_mute_pad),
30236 (gst_stream_info_set_property), (gst_stream_info_get_property):
30237 * gst/playback/gststreaminfo.h:
30238 Reuse the audio and video bins.
30239 Some internal cleanups in the stream selection code.
30241 2004-10-08 Julien MOUTTE <julien@moutte.net>
30243 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30244 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30245 * sys/ximage/ximagesink.h:
30246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30247 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30248 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30249 not coming from those elements. Moreover these elements should not keep
30250 the xid they have been given when in NULL state.
30252 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30254 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30255 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30256 * sys/ximage/ximagesink.h:
30257 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30258 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30259 * sys/xvimage/xvimagesink.h:
30260 Actually only create a new toplevel window if we're not gonna
30261 embed it right after.
30263 2004-10-07 Wim Taymans <wim@fluendo.com>
30265 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30266 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30267 * gst/playback/gstplaybin.c: (setup_sinks):
30268 Implement muting/unmuting of streams, mute streams that are not
30271 2004-10-07 Wim Taymans <wim@fluendo.com>
30273 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30275 Added lame audio/x-ac3 typefind function.
30277 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30282 === release 0.8.5 ===
30284 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30289 releasing 0.8.5, "Take You On"
30291 2004-10-06 Wim Taymans <wim@fluendo.com>
30293 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30294 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30295 (no_more_pads), (close_link), (type_found):
30296 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30297 * gst/playback/gstplaybin.c: (gen_video_element):
30298 Do not signal the no_more_pads after the first pad when
30299 we are plugging a non dynamic element with multiple
30300 output pads (like swfdec, dvdec, ...).
30302 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30305 bump for prerelease
30307 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30309 * gst/wavparse/gstwavparse.c:
30310 add ATRAC3 to STATIC CAPS to fix a warning
30312 * gst/matroska/ebml-read.c:
30313 * gst-libs/gst/riff/riff-read.c:
30316 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30318 * gst-libs/gst/riff/riff-media.c:
30319 generate caps for ATRAC3 audio streams
30321 * gst/realmedia/rmdemux.c:
30322 generate caps for ATRAC3 audio streams
30324 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30326 * gst/wavparse/Makefile.am
30327 * gst/wavparse/riff.h
30328 * gst/wavparse/wavparse.vcproj
30329 riff.h removal (unused and duplication with riff-ids.h)
30331 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30333 * gst/wavparse/gstwavparse.h
30334 remove duplicated defines for audio codec codes
30336 * gst-libs/gst/riff/riff-ids.h
30337 * gst/wavenc/riff.h:
30338 add "4CC" code for ATRAC3 audio streams
30339 add "4CC" code for ITU_G721_ADPCM (unused for now)
30341 2004-10-06 Wim Taymans <wim@fluendo.com>
30343 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30344 Actually _do_ negotiation. Pass gdouble as arg instead
30345 of guint64 for the framerate.
30347 2004-10-06 Wim Taymans <wim@fluendo.com>
30349 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30350 (find_compatibles), (close_pad_link), (try_to_link_1),
30351 (no_more_pads), (close_link), (type_found):
30352 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30353 * gst/playback/gstplaybin.c: (gen_video_element),
30354 (gen_audio_element):
30355 Set state on newly added element to READY so that negotiation
30357 Addes some more debug info.
30358 Do not try to plug pads with multiple caps structures or ANY
30359 because it is too dangerous since we do not do dynamic
30362 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30364 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30368 add Oriya translation
30370 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30372 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30373 Prevent overwrite of size member. Makes audio sound crappy.
30375 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30377 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30378 Add rmvb to the list of known RealMedia extensions
30380 2004-10-05 Wim Taymans <wim@fluendo.com>
30382 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30383 (mngdec_openstream), (mngdec_closestream),
30384 (mngdec_handle_sink_event), (mngdec_readdata),
30385 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30386 (mngdec_getcanvasline), (mngdec_refresh),
30387 (gst_mngdec_change_state):
30388 Set the framerate correctly.
30390 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30392 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30393 There was something wrong with the index massaging.
30395 2004-10-04 Wim Taymans <wim@fluendo.com>
30397 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30398 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30399 (gst_smokedec_chain):
30400 * ext/jpeg/gstsmokedec.h:
30401 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30402 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30403 * ext/jpeg/gstsmokeenc.h:
30404 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30405 (smokecodec_decode_new), (smokecodec_info_free),
30406 (smokecodec_set_quality), (smokecodec_get_quality),
30407 (smokecodec_set_threshold), (smokecodec_get_threshold),
30408 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30409 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30410 (smokecodec_encode), (smokecodec_parse_id),
30411 (smokecodec_parse_header), (smokecodec_decode):
30412 * ext/jpeg/smokecodec.h:
30413 * ext/jpeg/smokeformat.h:
30414 Updated smoke, new bitstream, allows embedding in ogg.
30416 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30418 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30419 Fix seeking in some files. All this code is no longer needed (and
30420 actually breaks stuff) because we now synchronize the full index
30421 right when reading the header.
30423 2004-10-04 Wim Taymans <wim@fluendo.com>
30426 configure update for libmng.
30428 2004-10-04 Wim Taymans <wim@fluendo.com>
30430 * ext/libmng/Makefile.am:
30431 * ext/libmng/gstmng.c: (plugin_init):
30432 * ext/libmng/gstmng.h:
30433 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30434 (gst_mngdec_base_init), (gst_mngdec_class_init),
30435 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30436 (gst_mngdec_loop), (gst_mngdec_get_property),
30437 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30438 (mngdec_closestream), (mngdec_handle_sink_event),
30439 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30440 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30441 (gst_mngdec_change_state):
30442 * ext/libmng/gstmngdec.h:
30443 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30444 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30445 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30446 (gst_mngenc_chain), (gst_mngenc_get_property),
30447 (gst_mngenc_set_property):
30448 * ext/libmng/gstmngenc.h:
30449 Added basic MNG decoder. Needs more work. The encoder does
30452 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30454 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30455 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30456 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30457 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30460 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30463 you need at least 1.0.4 of speex
30465 2004-10-04 Iain <iaingnome@gmail.com>
30467 * ext/speex/gstspeexdec.h: Revert the includes changes.
30469 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30471 2004-09-30 Iain <iaingnome@gmail.com>
30473 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30474 found during init or set as a property instead of hardcoding /dev/audio
30476 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30478 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30479 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30480 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30481 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30482 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30483 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30484 (gst_rmdemux_dump_data):
30485 Use debug category, fix EOS handling. filesrc ! rmdemux now
30488 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30490 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30491 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30492 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30493 Improve allocation, cutting and sorting of the index. How takes a
30494 few seconds instead of minutes.
30496 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30498 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30501 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30503 * gst-libs/gst/riff/riff-media.c:
30504 (gst_riff_create_video_caps_with_data),
30505 (gst_riff_create_video_template_caps):
30506 Add wing commander format mimetype/fourccs.
30507 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30508 Don't crash if some value is 0.
30510 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30512 * gst-libs/gst/riff/riff-media.c:
30513 (gst_riff_create_video_caps_with_data),
30514 (gst_riff_create_video_template_caps):
30515 Add DIB fourcc (raw, palettized 8-bit RGB).
30516 * gst-libs/gst/riff/riff-read.c:
30517 (gst_riff_read_strf_vids_with_data):
30518 Oops, fix strf_data reading bug.
30519 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30520 Use a non-NULL tag.
30521 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30522 Time for hacks. Sorry Dave. At least one quicktime movie (a
30523 trailer) that I've encountered contains multiple video tracks.
30524 One of those is the actual video track, the other are one-frame
30525 tracks (images). Unfortunately, the number of frames according
30526 to the trak header is 1 for each, so that doesn't help. So
30527 instead, I look at the duration and discard tracks with a
30528 duration shorter than 20% of the length of the stream. Better
30531 2004-10-01 Christian Schaller <christian@fluendo.com>
30533 * ext/ivorbis/vorbis.c:
30534 Patch from Phil Blundell (Bug 152341)
30536 2004-10-01 Wim Taymans <wim@fluendo.com>
30538 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30539 (speex_dec_get_formats), (speex_dec_convert),
30540 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30541 (speex_dec_chain), (gst_speexdec_get_property),
30542 (gst_speexdec_set_property):
30545 2004-10-01 Wim Taymans <wim@fluendo.com>
30547 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30548 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30549 (gst_wavparse_other), (gst_wavparse_loop),
30550 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30551 (gst_wavparse_srcpad_event):
30552 * gst/wavparse/gstwavparse.h:
30553 Added some more debugging info.
30554 Fix the case where the length of the file is 0.
30555 Make sure we seek to sample borders.
30557 2004-10-01 Wim Taymans <wim@fluendo.com>
30559 * gst/playback/README:
30560 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30561 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30562 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30563 Add some debug info to decodebin, update README
30565 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30567 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30568 Don't use g_print(); use GST_DEBUG().
30570 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30572 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30573 (gst_ogg_mux_queue_pads):
30574 Handle EOS properly.
30576 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30578 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30580 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30581 (gst_faad_chain), (gst_faad_change_state):
30582 * ext/faad/gstfaad.h:
30583 Allow playback of raw (unframed) MPEG AAC files (#148993).
30585 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30587 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30589 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30590 Throw error if we didn't recognize the stream. Fixes #152289.
30592 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30594 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30597 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
30599 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30601 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30604 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
30606 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30608 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30610 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30613 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30615 * gst-libs/gst/riff/riff-media.c:
30616 (gst_riff_create_video_caps_with_data),
30617 (gst_riff_create_audio_caps_with_data):
30618 Add codec_data handling (like asfdemux used to do).
30619 * gst/asfdemux/gstasf.c: (plugin_init):
30620 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30621 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30622 Use riff-media for caps creation instead of our own (mostly
30623 broken) copy of its functions.
30625 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30627 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30628 Don't actually error out if we get another return value than
30629 -EINVAL. Opposite to what I first thought, drivers have random
30630 return values for this, although -EINVAL is the expected return
30631 value. Since this is not fatal, we shouldn't use
30632 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30634 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30636 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30637 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30638 (dvdreadsrc_get_property), (_open), (_seek), (_read),
30639 (dvdreadsrc_get), (dvdreadsrc_open_file),
30640 (dvdreadsrc_change_state):
30641 Fix. Don't do one big huge loop around the whole DVD, that will
30642 cache all data and thus eat sizeof(dvd) (several GB) before we
30644 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30645 Actually NULL'ify event after using it.
30646 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30647 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30648 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30649 (gst_ebml_read_seek), (gst_ebml_read_skip):
30651 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30652 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30653 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30654 Fix timing (this will probably break if I seek using menus, but
30655 I didn't get there yet). VOBs and normal DVDs should now work.
30656 Add a mpeg2-only pad with high rank so this get autoplugged for
30658 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30659 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30660 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30661 (gst_mpeg_demux_get_audio_stream),
30662 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30663 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30664 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30665 MPEG-1 but use dvddemux for MPEG-2.
30666 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30667 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30668 (gst_mpeg_parse_parse_packhead):
30669 Timing. Only add pad template if it exists. Add sink template from
30670 class and not from ourselves. This means we will always use the
30671 correct sink template even if it is not the one defined in this
30674 2004-09-29 Wim Taymans <wim@fluendo.com>
30676 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30677 (gst_mpeg_demux_parse_pes):
30678 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30679 Fix playback of mpeg again, timestamps where screwed up by
30682 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30684 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30685 Only return true if we actually filled something in. Prevents
30686 player applications from showing a random length for flac files.
30687 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30688 (gst_riff_read_use_event), (gst_riff_read_handle_event),
30689 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30690 (gst_riff_read_strf_vids_with_data),
30691 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30692 OK, ok, so I implemented event handling. Apparently it's normal
30693 that we receive random events at random points without asking
30695 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30696 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30697 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30698 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30699 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30700 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30701 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30702 * gst/avi/gstavidemux.h:
30703 Implement non-lineair chunk handling and subchunk processing.
30704 The first solves playback of AVI files where the audio and video
30705 data of individual buffers that we read are not synchronized.
30706 This should not happen according to the wonderful AVI specs, but
30707 of course it does happen in reality. It is also a prerequisite for
30708 the second. Subchunk processing allows us to cut chunks in small
30709 pieces and process each of these pieces separately. This is
30710 required because I've seen several AVI files with incredibly large
30711 audio chunks, even some files with only one audio chunk for the
30712 whole file. This allows for proper playback including seeking.
30713 This patch is supposed to fix all AVI A/V sync issues.
30714 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30715 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30717 * gst/modplug/gstmodplug.cc:
30718 Proper return value setting for the query() function.
30719 * gst/playback/gstplaybasebin.c: (setup_source):
30720 Being in non-playing state (after, e.g., EOS) is not necessarily
30721 a bad thing. Allow for that. This fixes playback of short files.
30722 They don't actually playback fully now, because the clock already
30723 runs. This means that small files (<500kB) with a small length
30724 (<2sec) will still not or barely play. Other files, such as mod
30725 or flx, will work correctly, however.
30727 2004-09-28 Wim Taymans <wim@fluendo.com>
30729 * ext/speex/gstspeex.c: (plugin_init):
30730 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30731 (gst_speex_dec_class_init), (speex_dec_get_formats),
30732 (speex_get_event_masks), (speex_get_query_types),
30733 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30734 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30735 (gst_speexdec_get_property), (gst_speexdec_set_property),
30736 (speex_dec_change_state):
30737 * ext/speex/gstspeexdec.h:
30738 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30739 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30740 (gst_speexenc_base_init), (gst_speexenc_class_init),
30741 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30742 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30743 (gst_speexenc_src_query), (gst_speexenc_init),
30744 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30745 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30746 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30747 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30748 (gst_speexenc_chain), (gst_speexenc_get_property),
30749 (gst_speexenc_set_property), (gst_speexenc_change_state):
30750 * ext/speex/gstspeexenc.h:
30751 Rewrote speex encoder, make sure it can be embedded in ogg.
30752 Implemented speex decoder.
30754 2004-09-28 Christian Schaller <christian@fluendo.com>
30757 Remove kioslave plugin. Markey is brewing a new working one
30758 * ext/Makefile.am: Remove kioslave plugin
30760 * gst-plugins.spec.in: remove kio plugin from spec
30762 2004-09-27 Wim Taymans <wim@fluendo.com>
30764 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30765 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30766 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30767 (gst_multifdsink_new_client),
30768 (gst_multifdsink_handle_client_write),
30769 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30770 (gst_multifdsink_handle_clients):
30771 * gst/tcp/gstmultifdsink.h:
30772 Make syncing to keyframes actually work for new clients and lagging
30775 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
30777 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30778 (gst_navigationtest_handle_src_event), (draw_box_planar411),
30779 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30780 * gst/debug/gstnavigationtest.h:
30781 make navigationtest display button-press and button-release events
30783 2004-09-26 Iain <iaingnome@gmail.com>
30785 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30786 the channels have received a new media event.
30787 (interleave_buffered_loop): Compresses a new media event on all
30790 2004-09-26 Iain <iaingnome@gmail.com>
30792 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30793 call the sinkpad's default event handler and not the srcpads. He also
30794 says this is confusing :)
30795 (gst_wavenc_stop_file): Company says that seek events only go upstream
30796 we should send a discontinuous downstream instead.
30798 2004-09-25 Christian Schaller <christian@fluendo.com>
30800 * Update SPEC file to be usable in conjunction with Fedora Core,
30801 Fedora.us and freshrpms packages
30802 * Fix typo in multifilesrc test Makefile
30804 2004-09-24 Wim Taymans <wim@fluendo.com>
30806 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30807 Only signal the no_more_pads signal when we have
30808 added the stream to our list.
30810 2004-09-24 Wim Taymans <wim@fluendo.com>
30812 * gst/playback/gstplaybasebin.c: (remove_prerolls),
30814 * gst/playback/gstplaybasebin.h:
30815 * gst/playback/gstplaybin.c: (setup_sinks):
30816 Don't try to preroll or decode more than one audio/video
30819 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30821 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30822 Throw error if we failed to find a suitable output. This should
30823 throw an error if we successfully set up a pipeline (e.g. because
30824 we recognized a media file) but found no decodable streams in it
30825 (e.g. because it contains only media stream types for which we
30826 have no decoders, or because it's not a media type).
30828 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30830 * ext/dirac/Makefile.am:
30831 * ext/dirac/gstdirac.cc:
30832 * ext/dirac/gstdiracdec.cc:
30833 * ext/dirac/gstdiracdec.h:
30834 Do something. Don't actually know if this works because I don't
30835 have a demuxer yet.
30836 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30837 Add channels=1 to caps returned from _getcaps().
30838 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30839 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30840 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30841 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30842 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30843 (gst_ogm_parse_change_state):
30844 Separate between audio/video so ogmaudioparse actually uses the
30845 audio pad templates. Both audio and video work now, including
30846 autoplugging. Also use sometimes-srcpad hack.
30847 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30848 Handle events better. Don't hang on infinite loops.
30849 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30850 (gst_avi_demux_init), (gst_avi_demux_reset),
30851 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30852 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30853 (gst_avi_demux_change_state):
30854 * gst/avi/gstavidemux.h:
30855 Improve A/V sync. Still not perfect.
30856 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30857 (gst_ebml_read_skip):
30858 Handle events better.
30859 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30860 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30861 (qtdemux_audio_caps):
30862 Add IMA4. Improve event handling. Save offset after a seek when
30863 the headers are at the end of the file so that we don't end up in
30865 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30866 Add low-priority typefind support for files with no length.
30868 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30870 * testsuite/multifilesink/Makefile.am:
30873 2004-09-22 Julien MOUTTE <julien@moutte.net>
30875 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30876 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30877 mistakes from thaytan's patches.
30879 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30881 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30882 For completeness, XSync in the destroy function as xvimage does.
30884 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30886 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30887 Correct caps negotiation
30888 * gst/volume/gstvolume.c: (volume_chain_float),
30889 (volume_chain_int16):
30890 Modify debug output to be little more informative
30891 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30892 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30893 (gst_xvimagesink_xvimage_destroy):
30894 Add XSync calls after detaching from the shared memory segment to
30897 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30899 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30900 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30901 * ext/vorbis/vorbis.c: (plugin_init):
30902 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30903 (gst_vorbisenc_chain):
30904 * ext/vorbis/vorbisenc.h:
30905 remove explicit newmedia support from oggmux and vorbisenc
30906 add debug category to vorbisenc
30907 * gst/multifilesink/gstmultifilesink.c:
30908 (gst_multifilesink_class_init), (gst_multifilesink_init),
30909 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30910 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30911 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30913 * gst/multifilesink/gstmultifilesink.h:
30914 add support for streamheader in multifilesink
30916 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30918 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30919 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30920 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30921 Prevent infinite loops. More correct error reporting.
30922 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30923 Error out if negotiation fails.
30924 * gst/playback/gstplaybasebin.c: (setup_source),
30925 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30926 (gst_play_base_bin_found_tag):
30927 Error/tag forwarding. Pre-roll fixes for source errors on state
30928 changes (e.g. "file does not exist") to prevent hangs.
30930 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30932 * testsuite/multifilesink/Makefile.am:
30933 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30934 (gst_newmedia_class_init), (gst_newmedia_init),
30935 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30936 (newfile_signal), (test_signal), (main):
30937 * testsuite/multifilesink/multifilesrc_test.c: (main):
30938 * testsuite/multifilesink/oggtheora_test.c:
30939 (gst_newmedia_base_init), (gst_newmedia_class_init),
30940 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30941 (test_format), (newfile_signal), (test_signal), (main):
30942 * testsuite/multifilesink/oggvorbis_test.c:
30943 (gst_newmedia_base_init), (gst_newmedia_class_init),
30944 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30945 (test_format), (newfile_signal), (test_signal), (main):
30946 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30947 (gst_newmedia_class_init), (gst_newmedia_init),
30948 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30949 (newfile_signal), (test_signal), (main):
30952 2004-09-20 Christian Schaller <christian@fluendo.com>
30954 * Fix mikmod license to LGPL as they have relicensed
30955 * Move Dirac and Effectv into LGPL section of README_license
30957 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30959 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30960 (gst_mad_change_state):
30961 Allow for mp3 rate/channels changes. However, only very
30962 conservatively. Reason that we *have* to enable this is smiply
30963 because the mad find_sync() function is not good enough, it will
30964 regularly sync on random data as valid frames and therefore make
30965 us provide random caps as *final* caps of the stream. The best fix
30966 I could think of is to simply require several of the same stream
30967 changes in a row before we change caps.
30968 The actual testcase that works now is #
30969 * ext/ogg/Makefile.am:
30970 * ext/ogg/gstogg.c: (plugin_init):
30971 * ext/ogg/gstogmparse.c:
30972 OGM support (video only for now; I need an audio sample file).
30973 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30974 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30975 (gst_asf_demux_add_video_stream):
30977 * gst/playback/gstplaybasebin.c: (unknown_type):
30978 Don't error out on single unknown-types after all. It's wrong.
30979 If we found type of video and audio but not of a subtitle stream,
30980 it will still error out (which is unwanted). Will find a better fix
30982 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30983 (ogmaudio_type_find), (plugin_init):
30986 2004-09-20 Johan Dahlin <johan@gnome.org>
30988 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30989 after setting caps.
30991 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30993 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30994 * gst/wavenc/gstwavenc.h:
30995 Added newmedia support to wavenc
30997 2004-09-17 Wim Taymans <wim@fluendo.com>
30999 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31000 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31001 (gst_fdset_fd_can_write), (gst_fdset_wait):
31002 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31003 (gst_multifdsink_init), (gst_multifdsink_add),
31004 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31005 (gst_multifdsink_remove_client_link),
31006 (gst_multifdsink_client_queue_buffer),
31007 (gst_multifdsink_handle_client_write),
31008 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31009 (gst_multifdsink_close), (gst_multifdsink_change_state):
31010 * gst/tcp/gstmultifdsink.h:
31011 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31012 (gst_tcpserversink_removed):
31013 Small cleanups in fdset.c
31014 Use a hastable to map fd to the client structure for faster
31015 lookup in _remove and get_stats.
31016 Added virtual function to close the fds.
31017 Handle clients even when the select/poll call was unblocked because
31019 Implement syncing to keyframe in the recovery procedure.
31021 2004-09-16 Iain <iaingnome@gmail.com>
31023 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31026 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31028 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31029 Caps are only set if the type of the stream is unknown, but this
31030 is initialized in ->init_stream(), so set to UNKNOWN after calling
31031 ->init_stream() so that capsnego starts.
31033 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31035 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31036 (gst_avi_demux_stream_data):
31037 Just hardcode for raw audio then. AVI audio sucks.
31039 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31041 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31042 * gst/matroska/matroska-mux.c: (audiosink_templ),
31043 (gst_matroska_mux_audio_pad_link):
31044 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31045 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31047 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31049 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31050 (gst_avi_demux_stream_data):
31051 Try to fix a/v sync issues.
31053 2004-09-15 David Schleef <ds@schleef.org>
31055 * configure.ac: remove NASM check, since we don't use it. Update
31057 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31058 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31059 Initialized variables.
31060 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31061 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31062 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31065 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31067 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31068 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31069 * gst/avi/gstavidemux.h:
31070 Fix for compressed audio (mp3) timestamp generation. How did this
31073 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31075 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31076 Volume is a double not a float.
31078 2004-09-15 Wim Taymans <wim@fluendo.com>
31080 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31081 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31082 Don't close the fd in multifdsink as we didn't open it in the
31083 first place. Some cleanups.
31085 2004-09-15 Wim Taymans <wim@fluendo.com>
31087 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31088 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31089 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31090 Fix the case where the muxer would mark pages as delta
31091 frames when they are not (vorbis only ogg).
31093 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31095 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31096 (gst_play_base_bin_change_state):
31097 Handle the case where we failed to setup a clear pipeline. This
31098 will throw an error (or EOS, another nice case) and if you don't
31099 catch that, the app will wait for the signal forever (and thus
31102 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31104 * ext/gnomevfs/gstgnomevfssink.c:
31105 (gst_gnomevfssink_uri_get_protocols):
31106 * ext/gnomevfs/gstgnomevfssrc.c:
31107 (gst_gnomevfssrc_uri_get_protocols):
31108 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31109 * ext/gnomevfs/gstgnomevfsuri.h:
31110 Use _uri_new() instead of _open(), so it doesn't take as long and
31111 Christophe's computer won't hang.
31112 * gst/playback/gstplaybasebin.c: (unknown_type):
31113 Throw error on unknown media type, so apps actually display it.
31115 2004-09-14 Brian Cameron <brian.cameron@sun.com
31117 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31118 this script to work on Solaris since bash shell handles echo
31119 differenly than bash.
31121 2004-09-17 Wim Taymans <wim@fluendo.com>
31123 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31124 (setup_source), (gst_play_base_bin_set_property),
31125 (gst_play_base_bin_add_element):
31126 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31127 Some more work on making sure seeking pauses the pipeline and
31128 that changing the uri actually does something.
31130 2004-09-17 Wim Taymans <wim@fluendo.com>
31132 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31133 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31134 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31135 (gst_tcpserversink_close):
31136 Be a bit more paranoid when freeing memory.
31138 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31140 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31141 (qtdemux_parse_trak):
31142 Don't crash by dividing by zero (see sample movie in #126922).
31144 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31146 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31147 Don't touch non-existing data (fixes crash on file in #140147).
31149 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31151 * gst/playback/gstplaybasebin.c:
31152 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31153 Handle double disposals, and proper change of URIs.
31155 2004-09-13 Martin Eikermann <meiker@upb.de>
31157 * gst/mpegstream/gstmpegparse.c:
31158 fix synchronistation for streams recorded from digital PCR
31161 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31163 * ext/gnomevfs/Makefile.am:
31164 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31165 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31166 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31167 (gst_gnomevfssink_uri_get_type),
31168 (gst_gnomevfssink_uri_get_protocols),
31169 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31170 (gst_gnomevfssink_uri_handler_init),
31171 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31172 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31173 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31174 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31175 (gst_gnomevfssrc_uri_get_type),
31176 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31177 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31178 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31179 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31180 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31181 * ext/gnomevfs/gstgnomevfsuri.h:
31182 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31183 of fake URIs to see which this version of Gnome-VFS likes, and
31184 uses that for the Gst-URI interface. Makes playbin support http://
31185 streams. Also fix up some stupid behaviour in gnomevfssrc.
31187 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31189 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31190 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31191 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31192 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31193 Update mixer (to sync with other sessions) if we try to obtain
31194 a new value. This makes alsamixer work accross applications.
31195 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31196 Only call sync functions if we're running, else alsalib asserts.
31197 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31198 Sometimes fails to compile. Possibly a gcc bug.
31199 * gst/playback/gstplaybin.c: (gen_video_element),
31200 (gen_audio_element):
31201 Add a reference to an application-provided object, because we lose
31202 this same reference if we add it to the bin. If we don't do this,
31203 we can only use this object once and thus crash if we go from
31204 ready to playing, back to ready and back to playing again.
31205 Also add an audioscale element because several cheap soundcards -
31206 like mine - don't support all samplerates.
31207 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31208 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31209 Fix wrong order or PAR calls. Makes automatically obtained PAR
31210 from the X server atually being used.
31212 2004-09-12 David Schleef <ds@schleef.org>
31214 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31215 #151887, #152102, #152247.
31216 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31217 * examples/seeking/cdparanoia.c: same
31218 * examples/seeking/cdplayer.c: same
31219 * examples/seeking/seek.c: same
31220 * examples/seeking/spider_seek.c: same
31221 * examples/seeking/vorbisfile.c: same
31222 * examples/stats/mp2ogg.c: same
31223 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31224 (gst_esdsink_dispose): Dispose of element properly.
31225 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31227 * ext/nas/nassink.c: (gst_nassink_class_init),
31228 (gst_nassink_dispose): Dispose of element correctly.
31229 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31230 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31231 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31232 Fix 64-bit warning.
31233 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31234 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31235 Fix 64-bit warning.
31237 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31239 * configure.ac : change speex detection as 1.1.6 now uses
31240 .pc/pkg-config and they changed their headers location.
31242 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31244 * gst/matroska/matroska-mux.h:
31245 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31246 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31247 (gst_matroska_mux_write_data):
31248 Write multiple blocks/frames per cluster.
31249 Write meta-seek information (seek heads).
31251 2004-09-09 Scott Wheeler <wheeler@kde.org>
31253 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31254 (gst_play_bin_set_property), (gst_play_bin_get_property),
31255 (gen_audio_element), (gen_audio_element):
31256 Add a volume element / property to the pipeline.
31258 2004-09-07 Wim Taymans <wim@fluendo.com>
31260 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31261 Copy timestamps from the master pad to the output buffers.
31263 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31265 * ext/raw1394/gstdv1394src.c:
31266 throw errors when applicable
31268 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31270 * gst/matroska/ebml-ids.h:
31271 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31272 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31273 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31274 automatically convert unix time <-> ebml time when reading/writing
31275 a date, use gst_ebml_write_uint to write CUETIME,
31276 not gst_ebml_write_date.
31277 * gst/matroska/matroska-ids.h:
31278 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31279 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31280 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31281 (gst_matroska_mux_write_data):
31282 Write track and segment UIDs, write muxing date, write
31283 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31284 Create cues for audio only files.
31286 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31288 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31289 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31290 Re-commit ALSA switches.
31291 * gst/adder/gstadder.c: (gst_adder_loop):
31292 64-bit fix (#151416).
31293 * gst/debug/progressreport.c: (gst_progressreport_report):
31294 64-bit fix (#151419).
31295 * gst/matroska/matroska-demux.c:
31296 (gst_matroska_demux_parse_contents):
31297 64-bit fix (#151420).
31298 * gst/playback/test3.c: (update_scale):
31299 64-bit fix (#151421).
31301 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31306 === release 0.8.4 ===
31308 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31310 * configure.ac: releasing 0.8.4, "Alias"
31312 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31314 * ext/theora/Makefile.am:
31315 fix makefile. Fixes #151462.
31317 2004-08-30 Wim Taymans <wim@fluendo.com>
31319 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31320 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31321 (gst_multifdsink_remove_client_link),
31322 (gst_multifdsink_client_queue_buffer),
31323 (gst_multifdsink_handle_client_write):
31324 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31325 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31326 Fix some memory leaks.
31328 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31330 Patch by: David Schleef
31334 rename our detection macro for V4L2. Fixes #151236.
31336 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31338 Patch by: David Schleef
31341 check to define LAMEPRESET. Fixes #151232.
31343 2004-08-27 David Schleef <ds@schleef.org>
31345 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31346 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31347 (gst_glimagesink_fixate): Move local variable declarations to
31348 make gcc-2.95 happy.
31350 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31353 bump nano for prerelease
31355 2004-08-27 David Schleef <ds@schleef.org>
31357 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31358 * sys/sunaudio/gstsunaudiosrc.c:
31359 * sys/sunaudio/gstsunaudiosrc.h:
31361 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31363 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31364 handle EOS correctly
31365 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31366 * gst/matroska/matroska-mux.h:
31367 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31368 VFW compatibility mode
31370 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31372 patch by: Zaheer Abbas Merali
31374 * ext/ogg/gstoggmux.c:
31375 * ext/vorbis/vorbisenc.c:
31376 * ext/vorbis/vorbisenc.h:
31379 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31381 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31382 fix byte order reversion on little endian machines.
31383 * gst/matroska/matroska-mux.c: (audiosink_templ),
31384 (gst_matroska_mux_audio_pad_link):
31385 add TTA codec to the list of supported codecs.
31386 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31387 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31388 (gst_matroska_mux_write_data):
31389 * gst/matroska/matroska-mux.h:
31390 write segment duration correctly, write muxing app string, fixes bugs
31391 #140897 and #140898.
31392 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31393 wait for all pads to be negotiated before starting to mux.
31395 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31397 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31398 * ext/lame/gstlame.h:
31399 Added new media support to lame
31401 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31403 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31404 send vorbis headers at the beginning of a stream, fixes bug #141554.
31405 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31407 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31408 (gst_matroska_demux_plugin_init):
31409 * gst/matroska/matroska-ids.h:
31410 enable demuxing of TTA audio streams, fixes bug #148951.
31411 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31412 enable typefinding for TTA audio files, fixes bug #148711.
31413 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31414 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31415 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31417 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31419 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31420 (gst_riff_read_element_data), (gst_riff_read_seek),
31421 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31422 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31425 2004-08-23 Iain <iaingnome@gmail.com>
31427 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31428 tags. They appear to be handled differently to normal.
31429 (tag_list_to_id3_tag_foreach): Ditto.
31431 2004-08-22 Wim Taymans <wim@fluendo.com>
31433 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31434 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31435 Make sure we never send -1 granulepos.
31437 2004-08-20 Wim Taymans <wim@fluendo.com>
31439 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31440 (gst_ogg_mux_loop):
31441 I will accept bitchslappings with non sharp objects.
31443 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31446 Clean up the test for lame presets
31448 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31451 * ext/lame/Makefile.am:
31452 * ext/lame/gstlame.c: (gst_lame_class_init),
31453 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31454 Only enable lame presets if version of lame has presets in API
31456 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31457 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31458 * gst/udp/gstudpsrc.h:
31459 Don't call gst_pad_push in a get function. Fixes #150449
31461 2004-08-18 Wim Taymans <wim@fluendo.com>
31463 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31464 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31465 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31466 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31467 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31469 * gst/tcp/gstfdset.h:
31470 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31471 (gst_multifdsink_client_queue_buffer),
31472 (gst_multifdsink_handle_client_write):
31473 * gst/tcp/gstmultifdsink.h:
31474 Some extra checks in gstfdset.
31475 Only use send() when the fd is a socket. Don't try to
31476 read from write only fds.
31478 2004-08-18 Wim Taymans <wim@fluendo.com>
31480 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31481 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31482 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31483 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31485 Add more locking and bounds checking.
31487 2004-08-18 Wim Taymans <wim@fluendo.com>
31489 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31490 Realloc test fdset in the lock and right before starting
31491 the poll call. Bump the limit to 4096.
31493 2004-08-17 David Schleef <ds@schleef.org>
31495 * sys/sunaudio/Makefile.am:
31496 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31497 of rates and channels. Make debugging less obnoxious.
31499 Patch from Balamurali Viswanathan implementing a mixer for
31500 Sun audio. (bug #144091):
31501 * sys/sunaudio/gstsunelement.c:
31502 * sys/sunaudio/gstsunelement.h:
31503 * sys/sunaudio/gstsunmixer.c:
31504 * sys/sunaudio/gstsunmixer.h:
31506 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31508 * gst/audioscale/gstaudioscale.c:
31509 * gst/audioscale/gstaudioscale.h:
31510 made audioscale resample from any sample rate to any sample rate
31512 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31514 * ext/libpng/gstpngdec.c:
31515 error out on unsupported types
31517 2004-08-17 Iain <iaingnome@gmail.com>
31519 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31520 mid_side and loose_mid_side properties if its a stereo stream.
31522 2004-08-17 Wim Taymans <wim@fluendo.com>
31524 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31525 (theora_get_formats), (theora_dec_src_convert),
31526 (theora_dec_sink_convert), (theora_dec_src_query),
31527 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31530 2004-08-17 Wim Taymans <wim@fluendo.com>
31532 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31533 (gst_ogg_pad_push):
31534 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31535 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31536 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31537 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31538 Mark delta units in the muxer.
31539 Try to decode the packet after an out-of-sync error from
31542 2004-08-17 Wim Taymans <wim@fluendo.com>
31544 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31545 (gst_multifdsink_init), (gst_multifdsink_add),
31546 (gst_multifdsink_client_queue_buffer),
31547 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31548 * gst/tcp/gstmultifdsink.h:
31549 Added option to send a keyframe to clients as the first buffer.
31550 Make timeout property writable.
31552 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31554 patch by: Wim Taymans
31556 * gst/tcp/gstfdset.c:
31557 * gst/tcp/gstmultifdsink.c:
31558 fix index comparison, should include 0
31560 2004-08-16 Wim Taymans <wim@fluendo.com>
31562 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31563 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31564 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31565 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31567 copy when reallocing for poll so the select arguments don't get
31568 changed during the call
31570 2004-08-16 Wim Taymans <wim@fluendo.com>
31572 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31573 (gst_theora_enc_class_init), (theora_enc_sink_link),
31574 (theora_buffer_from_packet), (theora_enc_chain):
31575 Fix bug where buffers were not marked as keyframes
31578 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31580 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31581 (gst_lame_preset_get_type), (gst_lame_class_init):
31582 describe the enum values for vbr mode and presets more verbosely
31584 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31586 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31587 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31588 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31589 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31590 * ext/lame/gstlame.h:
31591 add preset property to lame so it can use lame presets
31593 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31595 * ext/lame/gstlame.c: (gst_lame_get_property):
31596 whoops forgot break, thanks teuf
31598 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31600 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31601 (gst_lame_class_init), (gst_lame_src_getcaps),
31602 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31603 (gst_lame_get_property), (gst_lame_setup):
31604 * ext/lame/gstlame.h:
31605 fix lame's broken vbr stuff, allow it to resample if need be, and also
31606 make xing header optional
31608 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31610 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31611 added getcaps function so samplerate doesnt get fixated to silly values
31613 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31615 * ext/lame/gstlame.c: (gst_lame_src_link):
31616 revert previous fix
31618 2004-08-12 Johan Dahlin <johan@gnome.org>
31620 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31621 checks. Doesn't matter what state we are in. Interfaces are a
31622 compile time thing, not runtime. It also broke the python bindings.
31624 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31626 * ext/lame/gstlame.c: (gst_lame_src_link):
31627 made source pad link function check if sinkpad is ok..fixes the problem
31628 where core fixates the output rate of lame stupidly
31630 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31632 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31633 * sys/v4l/v4l_calls.c:
31634 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31635 fix fixate function to handle nonsimple caps.
31636 remove bogus check in _link
31639 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31641 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31642 set default compression ratio parameter to 0.0 so bitrate parameter
31645 2004-08-11 David Schleef <ds@schleef.org>
31647 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31649 2004-08-11 David Schleef <ds@schleef.org>
31651 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31654 2004-08-11 David Schleef <ds@schleef.org>
31656 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31658 2004-08-11 David Schleef <ds@schleef.org>
31660 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31662 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31663 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31665 * gst/auparse/gstauparse.c: Fix plugin license field.
31666 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31667 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31668 * gst/rtp/gstrtp.c: Fix plugin license field.
31670 2004-08-11 Wim Taymans <wim@fluendo.com>
31672 * gst/tcp/Makefile.am:
31673 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31674 (ensure_size), (gst_fdset_new), (gst_fdset_free),
31675 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31676 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31677 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31678 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31679 (gst_fdset_fd_can_write), (gst_fdset_wait):
31680 * gst/tcp/gstfdset.h:
31681 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31682 (gst_multifdsink_class_init), (gst_multifdsink_init),
31683 (gst_multifdsink_add), (gst_multifdsink_remove),
31684 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31685 (gst_multifdsink_remove_client_link),
31686 (gst_multifdsink_handle_client_read),
31687 (gst_multifdsink_client_queue_data),
31688 (gst_multifdsink_client_queue_caps),
31689 (gst_multifdsink_client_queue_buffer),
31690 (gst_multifdsink_handle_client_write),
31691 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31692 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31693 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31694 (gst_multifdsink_close):
31695 * gst/tcp/gstmultifdsink.h:
31696 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31697 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31698 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31699 (gst_tcpserversink_close):
31700 * gst/tcp/gsttcpserversink.h:
31701 Abstracted away the select call, implemented poll (yes we ran into
31702 the 1024 limit in production).
31704 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
31706 * gst/tcp/gsttcp.c:
31707 * gst/tcp/gsttcpplugin.c:
31708 improve debuggging, remove assert
31710 2004-08-10 Wim Taymans <wim@fluendo.com>
31712 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31713 (gst_client_status_get_type), (gst_multifdsink_class_init),
31714 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31715 (gst_multifdsink_handle_client_read),
31716 (gst_multifdsink_handle_client_write),
31717 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31718 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31719 (gst_multifdsink_get_property):
31720 * gst/tcp/gstmultifdsink.h:
31721 * gst/tcp/gsttcp-marshal.list:
31722 Starting to prepare for specifying buffer time in other units
31723 than buffers. Expose remove reason in signal.
31725 2004-08-10 Wim Taymans <wim@fluendo.com>
31727 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31728 (gst_multifdsink_remove), (gst_multifdsink_clear),
31729 (gst_multifdsink_remove_client_link),
31730 (gst_multifdsink_handle_client_read),
31731 (gst_multifdsink_client_queue_data),
31732 (gst_multifdsink_client_queue_buffer),
31733 (gst_multifdsink_handle_client_write),
31734 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31735 (gst_multifdsink_chain), (gst_multifdsink_close):
31736 * gst/tcp/gstmultifdsink.h:
31737 Added more debugging info. Changed the way clients are
31738 removed from the lists. Fixed a bug where a bad file descriptor
31739 could cause many clients to be removed.
31741 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
31743 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31744 allow all pixel-aspect-ratios, not just 1:1
31746 2004-08-09 David Schleef <ds@schleef.org>
31748 * sys/glsink/ARB_multitexture.h: Remove old files.
31749 * sys/glsink/EXT_paletted_texture.h:
31750 * sys/glsink/NV_register_combiners.h:
31751 * sys/glsink/gstgl_nvimage.c:
31752 * sys/glsink/gstgl_pdrimage.c:
31753 * sys/glsink/gstgl_rgbimage.c:
31754 * sys/glsink/gstglsink.c:
31755 * sys/glsink/gstglsink.h:
31756 * sys/glsink/gstglxwindow.c:
31757 * sys/glsink/regcomb_yuvrgb.c:
31759 2004-08-09 David Schleef <ds@schleef.org>
31761 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31762 GL sink plugin. (Bug #147302)
31764 * configure.ac: Test for OpenGL
31765 * sys/Makefile.am: Use test for OpenGL
31766 * sys/glsink/Makefile.am:
31767 * sys/glsink/glimagesink.c: rewrite
31768 * sys/glsink/glimagesink.h: rewrite
31770 2004-08-09 David Schleef <ds@schleef.org>
31772 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
31774 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31776 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31778 2004-08-09 Wim Taymans <wim@fluendo.com>
31780 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31781 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31782 (gst_multifdsink_client_remove),
31783 (gst_multifdsink_handle_client_read),
31784 (gst_multifdsink_handle_client_write),
31785 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31786 Do a bit more logging, make the client_read code more robust.
31788 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31790 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31791 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31792 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31793 (gst_jpegdec_init), (gst_jpegdec_chain):
31794 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31795 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31796 cleanups, debugging fixes and memleak plugging
31798 2004-08-09 Wim Taymans <wim@fluendo.com>
31800 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31801 (theora_get_formats), (theora_dec_src_convert),
31802 (theora_dec_sink_convert), (theora_dec_src_query),
31803 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31804 (theora_dec_change_state):
31805 Don't crash on missing header packets.
31807 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31811 Added Albanian translation (Laurent Dhima)
31815 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31817 * ext/lame/gstlame.c:
31820 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31822 * sys/ximage/ximagesink.c:
31823 * sys/xvimage/xvimagesink.c:
31824 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
31826 2004-08-06 Wim Taymans <wim@fluendo.com>
31828 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31829 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31830 (gst_multifdsink_client_remove),
31831 (gst_multifdsink_handle_client_read),
31832 (gst_multifdsink_handle_client_write),
31833 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31834 Make sure we don't try to read more from a client that what
31835 ioctl says us or we deadlock.
31837 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31839 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31840 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31841 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31842 decouple running_time and n_frames so it can handle changing
31843 framerate while running
31845 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31849 updated translations
31851 2004-08-04 Benjamin Otte <otte@gnome.org>
31853 * gst/videotestsrc/gstvideotestsrc.c:
31854 (gst_videotestsrc_get_capslist), (generate_capslist),
31856 generate the list of supported caps at startup and reuse it instead
31857 of always generating it
31859 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
31861 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31862 whoops, last checkin broke normal build
31864 2004-08-03 Benjamin Otte <otte@gnome.org>
31866 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31867 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31868 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31869 (gst_alsa_mixer_get_option):
31870 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31871 (dvdnavsrc_print_event):
31872 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31873 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31874 (gst_ogg_mux_pad_unlink):
31875 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31876 (gst_multipart_mux_pad_unlink):
31877 * gst/videofilter/gstvideobalance.c:
31878 (gst_videobalance_colorbalance_set_value):
31879 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31880 (gst_videomixer_pad_unlink):
31882 * sys/oss/gstossmixer.c:
31883 * sys/v4l/gstv4lcolorbalance.c:
31884 * sys/v4l/gstv4ltuner.c:
31885 * sys/v4l/v4lsrc_calls.c:
31886 * sys/v4l2/gstv4l2colorbalance.c:
31887 * sys/v4l2/gstv4l2tuner.c:
31888 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31890 2004-08-03 Benjamin Otte <otte@gnome.org>
31892 * examples/dynparams/filter.c: (ui_control_create):
31893 * examples/gstplay/player.c: (print_tag):
31894 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31895 * ext/gdk_pixbuf/gstgdkanimation.c:
31896 (gst_gdk_animation_iter_may_advance):
31897 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31898 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31899 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31900 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31901 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31902 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31903 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31904 * gst/sine/demo-dparams.c: (main):
31905 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31906 * testsuite/alsa/formats.c: (create_pipeline):
31907 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31908 fixes for G_DISABLE_ASSERT and friends
31909 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31910 (mp3_type_frame_length_from_header), (mp3_type_find),
31912 require mp3 typefinding to have at least MIN_HEADERS valid headers
31913 add typefinding for AAC adts files
31915 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
31917 * sys/ximage/ximagesink.c:
31918 (gst_ximagesink_calculate_pixel_aspect_ratio):
31919 * sys/xvimage/xvimagesink.c:
31920 (gst_xvimagesink_calculate_pixel_aspect_ratio):
31921 Make sure we calculate pixel-aspect-ratio using floating point maths
31923 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
31926 updated translation
31928 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
31930 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31931 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31932 add debugging for display PAR calculation
31934 2004-08-02 David Schleef <ds@schleef.org>
31936 * configure.ac: Fix mikmod CFLAGS.
31938 2004-07-27 Benjamin Otte <otte@gnome.org>
31940 * gst/audioscale/gstaudioscale.c:
31941 - fix templates to only support S16, it's the only format that works
31942 - make caps nego code use try_set_caps_nonfixed and fixation instead
31943 of try_set_caps twice, which is not nice for autopluggers
31944 - change rank to secondary, so autopluggers can pick it up after
31947 2004-08-02 Iain <iain@prettypeople.org>
31949 * gst/interleave/interleave.c (interleave_init),
31950 (interleave_request_new_pad),
31951 (interleave_pad_removed),
31952 (interleave_buffered_loop): Use the real pad count, not the artificial
31955 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31957 * configure.ac: bump nano back to development
31959 === release 0.8.3 ===
31961 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31963 * configure.ac: releasing 0.8.3, "Water"
31965 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31967 * sys/xvimage/xvimagesink.c:
31968 (gst_xvimagesink_calculate_pixel_aspect_ratio),
31969 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31970 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31971 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31972 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31973 * sys/xvimage/xvimagesink.h:
31974 apply similar PAR fixes as to ximagesink
31976 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31978 patch from: Benjamin Otte
31980 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31981 add link function to lame. Fixes #148986.
31983 2004-08-02 Johan Dahlin <johan@gnome.org>
31985 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31988 2004-07-30 David Schleef <ds@schleef.org>
31990 * gst/videomixer/Makefile.am: Fix things that should have been
31991 fixed in the last checkin.
31993 2004-07-30 David Schleef <ds@schleef.org>
31995 * gst/multipart/Makefile.am: Fix things that should have been
31996 fixed in the last checkin.
31998 2004-07-30 David Schleef <ds@schleef.org>
32000 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32002 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32005 bump nano for prerelease
32017 2004-07-30 Wim Taymans <wim@fluendo.com>
32019 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32020 (gst_multifdsink_add), (gst_multifdsink_remove),
32021 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32022 (gst_multifdsink_client_remove),
32023 (gst_multifdsink_handle_client_write),
32024 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32025 * gst/tcp/gstmultifdsink.h:
32026 Recover from a select with a bad file descriptor by removing
32029 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32032 fix requirement of core
32033 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32034 (gst_play_pipeline_setup):
32035 don't use colorspace element. do use hermescolorspace element.
32036 make macro to get a colorspace element.
32037 mark strings for translation.
32049 update translations
32051 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32053 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32054 fix default for newmedia flag
32056 2004-07-30 Wim Taymans <wim@fluendo.com>
32058 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32059 (gst_theora_dec_init), (theora_get_formats),
32060 (theora_dec_src_convert), (theora_dec_sink_convert),
32061 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32062 (theora_dec_chain), (theora_dec_set_property),
32063 (theora_dec_get_property):
32064 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32065 (gst_theora_enc_class_init), (gst_theora_enc_init),
32066 (theora_enc_sink_link), (theora_enc_chain),
32067 (theora_enc_set_property), (theora_enc_get_property):
32068 Added cropping option to theora decoder.
32069 Added border option to theora encoder.
32071 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32073 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32074 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32075 (gst_pngenc_set_property):
32076 * ext/libpng/gstpngenc.h:
32077 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
32079 2004-07-30 Wim Taymans <wim@fluendo.com>
32081 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32082 (theora_enc_sink_link), (theora_enc_chain),
32083 (theora_enc_set_property), (theora_enc_get_property):
32084 Fix encoding of non-multiple-of-16 video.
32086 2004-07-29 David Schleef <ds@schleef.org>
32088 * configure.ac: make test for audiofile more strict
32090 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32092 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32093 give different names to typefind functions
32095 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32097 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32098 (gst_ximagesink_calculate_pixel_aspect_ratio),
32099 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32100 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32101 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32102 (gst_ximagesink_get_property), (gst_ximagesink_init):
32103 * sys/ximage/ximagesink.h:
32104 allocate PAR's dynamically.
32105 use autodetected PAR if no object-set PAR is given.
32106 add workaround for directfb's X not setting physical size.
32107 fix to xvimagesink will follow tomorrow.
32109 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32111 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32112 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32113 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32114 (gst_shout2send_class_init), (gst_shout2send_init),
32115 (set_shout_metadata), (gst_shout2send_set_metadata),
32116 (gst_shout2send_chain), (gst_shout2send_set_property),
32117 (gst_shout2send_get_property), (gst_shout2send_connect),
32118 (gst_shout2send_change_state):
32119 * ext/shout2/gstshout2.h:
32120 - fix for sending mp3 audio to icecast2 server, if pad link function not
32121 called before PAUSED state
32122 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32123 - added tagging support for mp3 audio broadcasted
32124 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32127 2004-07-28 Wim Taymans <wim@fluendo.com>
32129 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32130 (gst_ogg_demux_push):
32131 Return query failure when we don't know the length of
32132 an ogg stream insteda of returning TRUE with a bogus value.
32134 2004-07-28 Wim Taymans <wim@fluendo.com>
32136 * ext/theora/theoradec.c: (theora_get_formats),
32137 (theora_dec_src_convert), (theora_dec_sink_convert),
32138 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32139 (theora_dec_chain):
32140 Don't screw up the 1 Chroma for 1 luma sample situation when we
32141 have an odd offset/width by adding a black border in those cases.
32143 2004-07-28 Wim Taymans <wim@fluendo.com>
32145 * ext/theora/theoradec.c: (theora_get_formats),
32146 (theora_dec_src_convert), (theora_dec_sink_convert),
32147 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32148 (theora_dec_chain):
32149 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32150 Added first attempt at cropping of the image as required by the
32151 theora spec. We need more properties in the caps (offset_x,
32152 offset_y,stride) to implement this correctly.
32154 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32156 * ext/dvdnav/README:
32157 Update the README to use dvddemux
32158 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32159 Ensure getcaps returns a subset of the template caps
32160 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32161 (gst_mpeg2subt_init):
32162 Ensure getcaps returns a subset of the template caps
32163 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32164 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32165 (gst_dvd_demux_get_subpicture_stream),
32166 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32167 * gst/mpegstream/gstdvddemux.h:
32168 Set the explicit caps on the current_video pad before pushing
32170 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32171 (gst_mpeg_demux_get_audio_stream):
32172 Free caps used to gst_pad_set_explicit_caps, which takes a const
32175 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32177 * configure.ac: update GStreamer requirement to 0.8.4 because of
32180 2004-07-28 Wim Taymans <wim@fluendo.com>
32182 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32183 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32184 Add the pad to the element after setting up the caps. This
32185 makes it a lot easier to autoplug.
32187 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32189 * gst/median/gstmedian.c:
32190 * gst/mpeg2subt/gstmpeg2subt.c:
32191 * gst/mpegaudioparse/gstmpegaudioparse.c:
32192 * gst/mpegstream/gstdvddemux.c:
32193 * gst/mpegstream/gstmpegdemux.c:
32194 * gst/mpegstream/gstmpegpacketize.c:
32195 * gst/rtjpeg/gstrtjpeg.c:
32196 * gst/rtjpeg/gstrtjpegdec.c:
32197 * gst/rtjpeg/gstrtjpegenc.c:
32198 * gst/sine/gstsinesrc.c:
32199 * gst/smooth/gstsmooth.c:
32200 * gst/smpte/gstsmpte.c:
32201 * gst/smpte/gstsmpte.h:
32202 * gst/stereo/gststereo.c:
32203 * gst/videofilter/gstgamma.c:
32204 * gst/videofilter/gstvideobalance.c:
32205 * gst/videofilter/gstvideofilter.c:
32206 * gst/videofilter/gstvideoflip.c:
32207 * gst/videoscale/gstvideoscale.c:
32208 * gst/videoscale/videoscale.c:
32209 * gst/videotestsrc/gstvideotestsrc.c:
32210 * gst/videotestsrc/videotestsrc.c:
32211 * gst/wavenc/gstwavenc.c:
32212 * gst/wavparse/gstwavparse.c:
32213 fix local includes and 64 bits constants
32215 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32218 * gst-libs/gst/*/*.vcproj:
32220 more working plugins
32222 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32224 * testsuite/alsa/Makefile.am:
32225 * testsuite/alsa/srcstate.c:
32226 add test for alsasrc changing state
32228 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32230 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32232 * gst/silence/gstsilence.h:
32233 fix silence generation for 16bit raw audio
32235 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32237 * gst/matroska/matroska-demux.c:
32238 (gst_matroska_demux_parse_metadata),
32239 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32240 * gst/mpegaudio/common.c:
32241 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32242 (gst_videoscale_getcaps), (gst_videoscale_link),
32243 (gst_videoscale_src_fixate), (gst_videoscale_init),
32244 (gst_videoscale_finalize):
32245 * gst/videoscale/gstvideoscale.h:
32246 * gst/videotestsrc/gstvideotestsrc.c:
32247 (gst_videotestsrc_get_capslist):
32248 * gst/wavenc/gstwavenc.c:
32249 * sys/oss/gstossmixer.c: (fill_labels):
32250 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32251 (gst_ximagesink_handle_xevents),
32252 (gst_ximagesink_calculate_pixel_aspect_ratio),
32253 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32254 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32255 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32256 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32257 (gst_ximagesink_init), (gst_ximagesink_class_init):
32258 * sys/ximage/ximagesink.h:
32259 * sys/xvimage/xvimagesink.c:
32260 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32261 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32262 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32263 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32264 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32265 * sys/xvimage/xvimagesink.h:
32266 first batch of pixel aspect ratio commits.
32268 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32270 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32271 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32272 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32273 handle stride, needs work if we want to move stride handling
32274 upstream, but works correctly for our purposes.
32276 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32278 * gst/videoscale/README:
32279 add testing examples
32280 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32281 (gst_videoscale_chain):
32282 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32283 (gst_videoscale_get_size):
32284 add get_size function that handles stride like videotestsrc.
32285 fixes conversion for YUV formats for as much as I can test them.
32287 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32289 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32290 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32291 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32292 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32293 (gst_xvimagesink_xvimage_put):
32294 further cleanups, logging, error handling and synchronizing
32296 2004-07-27 Wim Taymans <wim@fluendo.com>
32298 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32299 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32300 (gst_videomixer_pad_set_property),
32301 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32302 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32303 (gst_videomixer_class_init), (gst_videomixer_init),
32304 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32305 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32306 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32307 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32308 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32309 (gst_videomixer_loop), (plugin_init):
32310 Be a nicer negotiation citizen and provide a getcaps function on
32311 the srcpad. This also fixes a crash when resizing.
32313 2004-07-27 Julien MOUTTE <julien@moutte.net>
32315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32316 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32318 2004-07-27 Wim Taymans <wim@fluendo.com>
32320 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32321 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32322 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32323 (gst_pngenc_set_property):
32324 * ext/libpng/gstpngenc.h:
32325 Added snapshot property to pngenc.
32326 removed g_print from pngdec
32328 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32330 * gst/ac3parse/ac3parse.vcproj
32331 * gst/adder/adder.vcproj
32332 * gst/alpha/alpha.vcproj
32333 * gst/alpha/alphacolor.vcproj
32334 * gst/asfdemux/asf.vcproj
32335 * gst/audioconvert/audioconvert.vcproj
32336 * gst/audiorate/audiorate.vcproj
32337 * gst/audioscale/audioscale.vcproj
32338 * gst/auparse/auparse.vcproj
32339 * gst/avi/avi.vcproj
32340 * gst/cdxaparse/cdxaparse.vcproj
32341 * gst/chart/chart.vcproj
32342 * gst/colorspace/colorspace.vcproj
32343 * gst/cutter/cutter.vcproj
32344 * gst/debug/debug.vcproj
32345 * gst/debug/efence.vcproj
32346 * gst/debug/navigationtest.vcproj
32347 * gst/deinterlace/deinterlace.vcproj
32348 * gst/effectv/effectv.vcproj
32349 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32350 * gst/filter/filter.vcproj
32351 * gst/flx/flxdec.vcproj
32352 * gst/goom/goom.vcproj
32353 * gst/interleave/interleave.vcproj
32354 * gst/law/alaw.vcproj
32355 * gst/law/mulaw.vcproj
32356 * gst/matroska/matroska.vcproj
32357 * gst/median/median.vcproj
32358 * gst/mixmatrix/mixmatrix.vcproj
32359 * gst/mpeg1sys/mpeg1systemencode.vcproj
32360 * gst/mpeg1videoparse/mp1videoparse.vcproj
32361 * gst/mpeg2sub/mpeg2subt.vcproj
32362 * gst/mpegaudio/mpegaudio.vcproj
32363 * gst/mpegaudioparse/mpegaudioparse.vcproj
32364 * gst/mpegstream/mpegstream.vcproj
32365 * gst/multifilesink/multifilesink.vcproj
32366 * gst/multipart/multipart.vcproj
32367 * gst/oneton/oneton.vcproj
32368 * gst/overlay/overlay.vcproj
32369 * gst/passthrough/passthrough.vcproj
32370 * gst/qtdemux/qtdemux.vcproj
32371 * gst/realmedia/rmdemux.vcproj
32372 * gst/rtjpeg/rtjpeg.vcproj
32373 * gst/rtp/rtp.vcproj
32374 * gst/silence/silence.vcproj
32375 * gst/sine/sinesrc.vcproj
32376 * gst/smooth/smooth.vcproj
32377 * gst/smpte/smpte.vcproj
32378 * gst/spectrum/spectrum.vcproj
32379 * gst/speed/speed.vcproj
32380 * gst/stereo/stereo.vcproj
32381 * gst/switch/switch.vcproj
32382 * gst/tags/tagedit.vcproj
32383 * gst/tcp/tcp.vcproj
32384 * gst/typefind/typefindfunctions.vcproj
32385 * gst/udp/udp.vcproj
32386 * gst/videobox/videobox.vcproj
32387 * gst/videocrop/videocrop.vcproj
32388 * gst/videodrop/videodrop.vcproj
32389 * gst/videofilter/gamma.vcproj
32390 * gst/videofilter/videobalance.vcproj
32391 * gst/videofilter/videofilter.vcproj
32392 * gst/videofilter/videoflip.vcproj
32393 * gst/videoflip/videoflip.vcproj
32394 * gst/videomixer/videomixer.vcproj
32395 * gst/videorate/videorate.vcproj
32396 * gst/videoscale/videoscale.vcproj
32397 * gst/videotestsrc/videotestsrc.vcproj
32398 * gst/virtualdub/virtualdub.vcproj
32399 * gst/volenv/volenv.vcproj
32400 * gst/volume/volume.vcproj
32401 * gst/wavenc/wavenc.vcproj
32402 * gst/wavparse/wavparse.vcproj
32403 * gst/y4m/y4menc.vcproj
32404 * gst-libs/gst/audio/audio.vcproj
32405 * gst-libs/gst/audio/audiofilter.vcproj
32406 * gst-libs/gst/colorbalance/colorbalance.vcproj
32407 * gst-libs/gst/idct/idtc.vcproj
32408 * gst-libs/gst/media-info/media-info.vcproj
32409 * gst-libs/gst/mixer/mixer.vcproj
32410 * gst-libs/gst/navigation/navigation.vcproj
32411 * gst-libs/gst/play/play.vcproj
32412 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32413 * gst-libs/gst/resample/resample.vcproj
32414 * gst-libs/gst/riff/riff.vcproj
32415 * gst-libs/gst/tuner/tuner.vcproj
32416 * gst-libs/gst/video/video.vcproj
32417 * gst-libs/gst/xoverlay/xoverlay.vcproj
32418 avoid problems with math.h, fix release dependancy
32419 rename GStreamer-0.8.lib to libgstreamer.lib
32421 2004-07-27 Julien MOUTTE <julien@moutte.net>
32423 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32424 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32425 the atom is not available we have to unlock the mutex. Fixes #148023
32427 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32429 * gst-libs/gst/media-info/media-info.h:
32430 issue for a vararg macro with MSVC
32432 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32434 * gst/effectv/effectv.vcproj
32435 * gst-libs/gst/idct/idct.vcproj:
32436 * gst-libs/gst/media-info/media-info.vcproj:
32437 * gst-libs/gst/navigation/navigation.vcproj:
32438 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32439 * gst-libs/gst/video/video.vcproj:
32440 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32441 fixes for build problems
32443 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32445 * gst-libs/gst/audio/audio.def:
32446 * gst-libs/gst/audio/riff.def:
32447 add some definitions needed by plugins
32449 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32451 * gst/asfdemux/gstasfmux.c
32452 Fix some 64 bits constants to be glib friendly
32454 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32456 * gst/ac3parse/gstac3parse.c
32457 * gst/audioscale/gstaudioscale.c
32458 * gst/auparse/gstauparse.c
32459 * gst/colorspace/gstcolorspace.c
32460 * gst/colorspace/yuv2rgb.h
32461 local include fixes
32463 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32466 add more plugins to the build
32468 2004-07-26 Julien MOUTTE <julien@moutte.net>
32470 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32471 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32473 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32475 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32476 (gst_level_set_property), (gst_level_get_property),
32477 (gst_level_base_init), (gst_level_class_init):
32478 add debugging categories. cleanups.
32480 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32482 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32483 (gst_videoscale_planar411), (gst_videoscale_planar400),
32484 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32485 (gst_videoscale_scale_nearest_str1),
32486 (gst_videoscale_scale_nearest_str2),
32487 (gst_videoscale_scale_nearest_str4),
32488 (gst_videoscale_scale_nearest_16bit),
32489 (gst_videoscale_scale_nearest_24bit):
32490 fixed stride issues
32491 tested with 320x240 -> 321, 322, 324 x240
32492 tested with YV12, I420, YUY2, UYVY
32493 fixed packed422rev (don't think it could have worked before)
32494 by testing with UYVY
32496 2004-07-26 Benjamin Otte <otte@gnome.org>
32498 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32499 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32501 add debugging category, add error checks like checking return values
32502 of setup calls, make sure it still works after
32503 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32505 2004-07-26 Wim Taymans <wim@fluendo.com>
32507 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32508 (gst_mpeg_demux_get_audio_stream),
32509 (gst_mpeg_demux_process_private):
32510 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32511 Check for error codes from the negotiation functions. Make sure
32512 we really set the pad caps when a new pad is created.
32514 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32516 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32517 (gst_ffmpeg_caps_to_pix_fmt):
32518 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32519 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32520 (gst_ffmpegcolorspace_pad_link):
32521 don't make function do two things at the same time without reason.
32523 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32525 * gst/ac3parse/ac3parse.vcproj
32526 * gst/adder/adder.vcproj
32527 * gst/alpha/alpha.vcproj
32528 * gst/alpha/alphacolor.vcproj
32529 * gst/asfdemux/asf.vcproj
32530 * gst/audioconvert/audioconvert.vcproj
32531 * gst/audiorate/audiorate.vcproj
32532 * gst/audioscale/audioscale.vcproj
32533 * gst/auparse/auparse.vcproj
32534 * gst/avi/avi.vcproj
32535 * gst/cdxaparse/cdxaparse.vcproj
32536 * gst/chart/chart.vcproj
32537 * gst/colorspace/colorspace.vcproj
32538 * gst/cutter/cutter.vcproj
32539 * gst/debug/debug.vcproj
32540 * gst/debug/efence.vcproj
32541 * gst/debug/navigationtest.vcproj
32542 * gst/deinterlace/deinterlace.vcproj
32543 * gst/effectv/effectv.vcproj
32544 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32545 * gst/filter/filter.vcproj
32546 * gst/flx/flxdec.vcproj
32547 * gst/goom/goom.vcproj
32548 * gst/interleave/interleave.vcproj
32549 * gst/law/alaw.vcproj
32550 * gst/law/mulaw.vcproj
32551 * gst/matroska/matroska.vcproj
32552 * gst/median/median.vcproj
32553 * gst/mixmatrix/mixmatrix.vcproj
32554 * gst/mpeg1sys/mpeg1systemencode.vcproj
32555 * gst/mpeg1videoparse/mp1videoparse.vcproj
32556 * gst/mpeg2sub/mpeg2subt.vcproj
32557 * gst/mpegaudio/mpegaudio.vcproj
32558 * gst/mpegaudioparse/mpegaudioparse.vcproj
32559 * gst/mpegstream/mpegstream.vcproj
32560 * gst/multifilesink/multifilesink.vcproj
32561 * gst/multipart/multipart.vcproj
32562 * gst/oneton/oneton.vcproj
32563 * gst/overlay/overlay.vcproj
32564 * gst/passthrough/passthrough.vcproj
32565 * gst/qtdemux/qtdemux.vcproj
32566 * gst/realmedia/rmdemux.vcproj
32567 * gst/rtjpeg/rtjpeg.vcproj
32568 * gst/rtp/rtp.vcproj
32569 * gst/silence/silence.vcproj
32570 * gst/sine/sinesrc.vcproj
32571 * gst/smooth/smooth.vcproj
32572 * gst/smpte/smpte.vcproj
32573 * gst/spectrum/spectrum.vcproj
32574 * gst/speed/speed.vcproj
32575 * gst/stereo/stereo.vcproj
32576 * gst/switch/switch.vcproj
32577 * gst/tags/tagedit.vcproj
32578 * gst/tcp/tcp.vcproj
32579 * gst/typefind/typefindfunctions.vcproj
32580 * gst/udp/udp.vcproj
32581 * gst/videobox/videobox.vcproj
32582 * gst/videocrop/videocrop.vcproj
32583 * gst/videodrop/videodrop.vcproj
32584 * gst/videofilter/gamma.vcproj
32585 * gst/videofilter/videobalance.vcproj
32586 * gst/videofilter/videofilter.vcproj
32587 * gst/videofilter/videoflip.vcproj
32588 * gst/videoflip/videoflip.vcproj
32589 * gst/videomixer/videomixer.vcproj
32590 * gst/videorate/videorate.vcproj
32591 * gst/videoscale/videoscale.vcproj
32592 * gst/videotestsrc/videotestsrc.vcproj
32593 * gst/virtualdub/virtualdub.vcproj
32594 * gst/volenv/volenv.vcproj
32595 * gst/volume/volume.vcproj
32596 * gst/wavenc/wavenc.vcproj
32597 * gst/wavparse/wavparse.vcproj
32598 * gst/y4m/y4menc.vcproj
32599 more plugins supported under windows
32601 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32603 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32604 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32605 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32606 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32607 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32608 Add debugging statements. Use the sizes as returned by the
32609 *CreateImage calls.
32611 2004-07-26 Johan Dahlin <johan@gnome.org>
32613 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32614 the pad is negotiated.
32616 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32618 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32620 * gst-libs/gst/colorbalance/colorbalance.vcproj:
32621 * gst-libs/gst/idct/idct.vcproj:
32622 * gst-libs/gst/media-info/media-info.vcproj:
32623 * gst-libs/gst/mixer/mixer.vcproj:
32624 * gst-libs/gst/navigation/navigation.vcproj:
32625 * gst-libs/gst/play/play.vcproj:
32626 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32627 * gst-libs/gst/resample/resample.vcproj:
32628 * gst-libs/gst/tuner/tuner.vcproj:
32629 * gst-libs/gst/video/video.vcproj:
32630 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32631 more plugins supported under windows
32633 2004-07-25 Iain <iain@prettypeople.org>
32635 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32636 pad now rather than when the pad is created because state changes wipe
32637 explicit caps (fixes #148043).
32639 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
32641 reviewed by Benjamin Otte <otte@gnome.org>
32643 * ext/mad/gstmad.c:
32644 fix mad plugin crashing on Sun (fixes #148289)
32646 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32649 * gst/avi/avi.vcproj:
32650 * gst/matroska/matroska.def:
32651 * gst/matroska/matroska.vcproj:
32652 remove unused .def files
32654 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32656 * gst-libs/gst/audio/gstaudiofilter.c:
32657 Clean the local include
32659 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32662 * gst-libs/gst/audio/audio.def:
32663 * gst-libs/gst/audio/audio.vcproj:
32664 * gst-libs/gst/audio/audiofilter.vcproj:
32665 * gst-libs/gst/audio/riff.def:
32666 * gst-libs/gst/audio/riff.vcproj:
32667 * gst-libs/gst/gst-libs.def:
32668 * gst-libs/gst/gst-libs.vcproj:
32669 * gst/avi/avi.vcproj:
32670 * gst/avi/avi.vcproj:
32671 Copy the files where needed after building, cleaner projects
32673 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32675 * gst/matroska/ebml-write.c:
32676 Fix some 64 bits constants to be glib friendly
32678 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
32681 * gst-libs/gst/gst-libs.def:
32682 * gst-libs/gst/gst-libs.vcproj:
32683 * gst/matroska/matroska.def:
32684 * gst/matroska/matroska.vcproj:
32685 Add the preliminary canvas to build plugins on Win32
32687 2004-07-23 Benjamin Otte <otte@gnome.org>
32689 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32690 don't enfore negotiation from source side, it breaks
32691 sinesrc ! audioconvert ! osssink
32693 2004-07-22 David Schleef <ds@schleef.org>
32695 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32696 for ELF files, since they can easily be recognized as audio/mpeg.
32699 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32701 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32702 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32703 (gst_videoscale_scale_nearest_24bit),
32704 (gst_videoscale_scale_nearest_16bit):
32705 fix 16bit and 24bit for stride (24bit might need testing)
32706 don't pretend we do more than one algorithm
32708 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32712 * gst/multifilesink/Makefile.am:
32713 * gst/multifilesink/gstmultifilesink.c:
32714 (gst_multifilesink_get_formats),
32715 (gst_multifilesink_get_query_types), (_do_init),
32716 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32717 (gst_multifilesink_init), (gst_multifilesink_dispose),
32718 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32719 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32720 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32721 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32722 (gst_multifilesink_chain), (gst_multifilesink_change_state),
32723 (gst_multifilesink_uri_get_type),
32724 (gst_multifilesink_uri_get_protocols),
32725 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32726 (gst_multifilesink_uri_handler_init), (plugin_init):
32727 * gst/multifilesink/gstmultifilesink.h:
32728 * testsuite/Makefile.am:
32729 * testsuite/multifilesink/Makefile.am:
32730 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32731 (gst_newmedia_class_init), (gst_newmedia_init),
32732 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32733 (newfile_signal), (test_signal), (main):
32734 multifilesink plugin for creating new files every time a new media
32735 discontinuity event occurs
32737 2004-07-22 Wim Taymans <wim@fluendo.com>
32739 * gst/alpha/Makefile.am:
32740 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32741 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32742 (gst_alpha_color_init), (gst_alpha_color_set_property),
32743 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32744 (transform), (gst_alpha_color_chain),
32745 (gst_alpha_color_change_state), (plugin_init):
32746 Stupid plugin to to RGBA to AYUV conversion because none of
32747 the colorspace plugins can handle that yet.
32749 2004-07-22 Wim Taymans <wim@fluendo.com>
32751 * examples/seeking/seek.c: (update_scale), (main):
32752 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32753 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32754 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32755 (gst_decode_bin_init), (gst_decode_bin_dispose),
32756 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32757 (no_more_pads), (close_link), (type_found),
32758 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32760 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32761 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32762 (gst_play_base_bin_dispose), (queue_overrun),
32763 (gen_preroll_element), (remove_prerolls), (unknown_type),
32764 (no_more_pads), (new_stream), (setup_source),
32765 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32766 (play_base_eos), (gst_play_base_bin_change_state),
32767 (gst_play_base_bin_add_element),
32768 (gst_play_base_bin_remove_element),
32769 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32770 (gst_play_base_bin_unlink_stream),
32771 (gst_play_base_bin_get_streaminfo):
32772 * gst/playback/gstplaybin.c: (gen_video_element),
32773 (gen_audio_element):
32774 * gst/playback/gststreaminfo.h:
32775 More playback updates, attempt to fix things after the state change
32778 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32780 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32781 (gst_videoscale_scale_nearest_16bit):
32784 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32786 * gst/videotestsrc/gstvideotestsrc.c:
32787 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32788 (gst_videotestsrc_init), (gst_videotestsrc_get),
32789 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32790 (gst_videotestsrc_get_property):
32791 * gst/videotestsrc/gstvideotestsrc.h:
32792 * gst/videotestsrc/videotestsrc.c:
32793 * gst/videotestsrc/videotestsrc.h:
32794 cleanup and commenting
32796 2004-07-21 Wim Taymans <wim@fluendo.com>
32798 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32799 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32800 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32801 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32802 (_find_chain_get_unknown_part), (_find_streams_check),
32803 (gst_ogg_demux_push), (gst_ogg_pad_push):
32804 * ext/theora/theoradec.c: (theora_get_formats),
32805 (theora_dec_src_convert), (theora_dec_sink_convert),
32806 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32807 (theora_dec_chain):
32808 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32809 (vorbis_dec_convert), (vorbis_dec_src_query),
32810 (vorbis_dec_src_event), (vorbis_dec_event):
32811 More seeking fixes, oggdemux now supports seeking to time and
32812 uses the downstream element to convert granulepos to time.
32813 Seeking in theora-only ogg files now works.
32815 2004-07-21 Wim Taymans <wim@fluendo.com>
32817 * ext/theora/theoradec.c: (gst_theora_dec_init),
32818 (theora_get_formats), (theora_get_event_masks),
32819 (theora_get_query_types), (theora_dec_src_convert),
32820 (theora_dec_sink_convert), (theora_dec_src_query),
32821 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32822 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32823 (vorbis_get_event_masks), (vorbis_get_query_types),
32824 (gst_vorbis_dec_init), (vorbis_dec_convert),
32825 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32826 Added query/convert/formats functions to vorbis and theora decoders
32827 so that the outside world can use them too. Fixed seeking on an
32828 ogg/theora/vorbis file by disabling the seeking seeking on the
32831 2004-07-21 Julien MOUTTE <julien@moutte.net>
32833 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32834 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32835 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32836 images creation for both elements. We don't create the image on caps
32837 nego or renego, we just destroy the internal one if present if it does
32838 not match the needs. The chain function takes care of creating a new
32840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32841 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32842 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32843 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32844 the image format information. The buffer pool checks for the context
32845 image format and discard images with different formats.
32846 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32848 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
32850 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32851 (gst_ffmpegcolorspace_chain):
32852 no point in doing any chaining if the pad we want to push from
32855 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
32857 * gst-libs/gst/riff/riff-media.c:
32858 (gst_riff_create_audio_caps_with_data):
32859 Fix double end-to-native symbol conversion (#148021).
32861 2004-07-20 David Schleef <ds@schleef.org>
32863 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32864 Don't use an Atom that doesn't exist.
32866 2004-07-20 Wim Taymans <wim@fluendo.com>
32868 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32869 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32870 (gst_multifdsink_client_remove),
32871 (gst_multifdsink_handle_client_write),
32872 (gst_multifdsink_queue_buffer):
32873 * gst/tcp/gstmultifdsink.h:
32874 More multifdsink stats. Avoid deadlock by releasing locks
32875 before sending out a signal.
32877 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
32881 added Hungarian translation (Laszlo Dvornik)
32883 2004-07-20 Wim Taymans <wim@fluendo.com>
32885 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32886 (gst_multifdsink_add), (gst_multifdsink_client_remove),
32887 (gst_multifdsink_handle_client_write),
32888 (gst_multifdsink_queue_buffer):
32889 * gst/tcp/gsttcp-marshal.list:
32890 Fixed the stupid marshal definition.
32892 2004-07-20 Wim Taymans <wim@fluendo.com>
32894 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32895 (gst_multifdsink_init), (gst_multifdsink_add),
32896 (gst_multifdsink_client_remove),
32897 (gst_multifdsink_handle_client_write),
32898 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32899 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32900 (gst_multifdsink_init_send):
32901 * gst/tcp/gstmultifdsink.h:
32902 Added more stats, added timeout for a client, fixed some typos
32903 and added some comments.
32905 2004-07-20 Wim Taymans <wim@fluendo.com>
32907 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32908 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32909 (gst_multifdsink_client_remove),
32910 (gst_multifdsink_handle_client_write):
32911 * gst/tcp/gstmultifdsink.h:
32912 * gst/tcp/gsttcp-marshal.list:
32913 Added get_stats method that returns a GValueArray of
32916 2004-07-19 Benjamin Otte <otte@gnome.org>
32918 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32919 make sure longname, description and author are valid UTF-8
32921 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
32923 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32924 (gst_ximagesink_set_property):
32925 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32926 (gst_xvimagesink_set_property):
32927 make sure SYNCHRONOUS is respected after getting the X context
32929 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
32931 * gst/matroska/matroska-demux.c:
32932 (gst_matroska_demux_handle_src_event),
32933 (gst_matroska_demux_parse_blockgroup):
32934 * gst/matroska/matroska-ids.h:
32935 add BlockReference tag and ignore it to clear out log.
32936 ignore NAVIGATION events to clear out log.
32938 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
32940 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32941 (gst_matroska_demux_add_stream):
32942 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32943 add debug categories
32945 2004-07-16 Wim Taymans <wim@fluendo.com>
32947 * ext/libpng/Makefile.am:
32948 * ext/libpng/gstpng.c: (plugin_init):
32949 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32950 (gst_pngdec_get_type), (gst_pngdec_base_init),
32951 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32952 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32953 * ext/libpng/gstpngdec.h:
32956 2004-07-16 Julien MOUTTE <julien@moutte.net>
32958 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32959 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32960 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32961 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32962 (gst_ximagesink_buffer_alloc):
32963 * sys/ximage/ximagesink.h:
32964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32965 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32966 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32967 (gst_xvimagesink_buffer_alloc):
32968 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32969 again. Using internal data pointer of the x(v)image to store image's
32970 data to be coherent with the buffer alloc mechanism. Investigated the
32971 image destruction code to be sure that everything gets freed correctly.
32973 2004-07-16 Wim Taymans <wim@fluendo.com>
32975 * gst-libs/gst/riff/riff-read.c:
32976 (gst_riff_read_strf_vids_with_data),
32977 (gst_riff_read_strf_auds_with_data):
32978 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32979 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32980 Make sure we don't create 0 sized subbuffers in riff-read.
32981 Signal the no more pads signal after reading the avi header.
32983 2004-07-16 Wim Taymans <wim@fluendo.com>
32985 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32986 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32987 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32988 (gst_decode_bin_init), (gst_decode_bin_dispose),
32989 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32990 (no_more_pads), (close_link), (type_found),
32991 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32992 (gst_decode_bin_change_state), (plugin_init):
32993 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32994 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32995 (gst_play_base_bin_dispose), (queue_overrun),
32996 (gen_preroll_element), (remove_prerolls), (unknown_type),
32997 (no_more_pads), (new_stream), (setup_source),
32998 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32999 (play_base_eos), (gst_play_base_bin_change_state),
33000 (gst_play_base_bin_add_element),
33001 (gst_play_base_bin_remove_element),
33002 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33003 (gst_play_base_bin_unlink_stream),
33004 (gst_play_base_bin_get_streaminfo):
33005 * gst/playback/gstplaybasebin.h:
33006 Better error recovery. Added configurable preroll queue size. Faster
33007 detection of no-more-pads.
33009 2004-07-16 Wim Taymans <wim@fluendo.com>
33011 * gst-libs/gst/video/video.h:
33012 Added 32 bits RGBA. Not sure if we should use another mime-type
33013 for alpha rgb. Currently the presence of the alpha_mask property
33014 signals an alpha channel.
33016 2004-07-16 Wim Taymans <wim@fluendo.com>
33018 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33020 FPS seems to be 0.0 to MAX everywhere else.
33022 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33024 * gst-libs/gst/riff/riff-media.c:
33025 (gst_riff_create_video_caps_with_data):
33026 mp42/mp43 (no caps) exist too.
33027 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33028 Set pixel_width/height; we've got them in-caps.
33029 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33030 * gst/wavparse/gstwavparse.c: (plugin_init):
33031 Both are valid primary.
33032 * sys/oss/gstossmixer.c:
33033 Remove i18n hack and enable translations.
33035 2004-07-15 Benjamin Otte <otte@gnome.org>
33037 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33038 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33039 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33041 2004-07-15 Benjamin Otte <otte@gnome.org>
33043 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33044 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33045 (gst_alsa_close_audio):
33046 disable some of the debugging code for now. Writing debugging to a
33047 buffer is broken in current alsalib releases.
33049 2004-07-12 Benjamin Otte <otte@gnome.org>
33051 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33054 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33056 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33057 (theora_dec_src_query), (theora_dec_event):
33058 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33059 add debugging categories. Remove \n's.
33061 2004-07-13 Johan Dahlin <johan@gnome.org>
33063 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33064 (gst_play_bin_get_property): Impl.
33066 2004-07-13 Wim Taymans <wim@fluendo.com>
33068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33069 When trying to find the stream length, seek back N pages
33070 instead of just one, where N is the number of streams in
33073 2004-07-13 Wim Taymans <wim@fluendo.com>
33075 * gst-libs/gst/riff/riff-media.c:
33076 (gst_riff_create_audio_caps_with_data),
33077 (gst_riff_create_audio_caps),
33078 (gst_riff_create_audio_template_caps):
33079 * gst-libs/gst/riff/riff-media.h:
33080 * gst-libs/gst/riff/riff-read.c:
33081 (gst_riff_read_strf_vids_with_data),
33082 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33083 * gst-libs/gst/riff/riff-read.h:
33084 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33085 (gst_avi_demux_add_stream):
33086 Set codec_data on caps for avidemuxer.
33088 2004-07-12 David Schleef <ds@schleef.org>
33090 * configure.ac: Fix test for Objective C
33092 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33093 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33094 (gst_gdk_pixbuf_chain):
33095 Add svg and pcx to template caps, and ensure that getcaps returns a
33096 subset of the template caps.
33097 Copy each row manually for output, as gdkpixbuf may pad the
33098 rowstride to a 32-bit word boundary.
33100 2004-07-12 Wim Taymans <wim@fluendo.com>
33102 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33103 (gst_riff_create_video_template_caps):
33104 Fix the template caps to include some more media types.
33106 2004-07-12 Wim Taymans <wim@fluendo.com>
33108 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33109 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33110 (compare_ranks), (print_feature), (gst_decode_bin_init),
33111 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33112 (try_to_link_1), (new_pad), (close_link), (type_found),
33113 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33114 (gst_decode_bin_change_state), (plugin_init):
33115 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33116 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33117 (gst_play_base_bin_dispose), (queue_overrun),
33118 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33119 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33120 (gst_play_base_bin_get_property), (play_base_eos),
33121 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33122 (gst_play_base_bin_remove_element),
33123 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33124 (gst_play_base_bin_unlink_stream),
33125 (gst_play_base_bin_get_streaminfo):
33126 * gst/playback/gstplaybasebin.h:
33127 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33128 (gst_play_bin_class_init), (gst_play_bin_init),
33129 (gst_play_bin_dispose), (gst_play_bin_set_property),
33130 (gst_play_bin_get_property), (gen_video_element),
33131 (gen_audio_element), (remove_sinks), (setup_sinks),
33132 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33133 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33134 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33135 (gst_play_bin_query), (plugin_init):
33136 * gst/playback/test4.c: (main):
33137 More fixes on reusing of the element.
33139 2004-07-11 Benjamin Otte <otte@gnome.org>
33141 * ext/mad/gstmad.c: (normal_seek):
33142 allow seeking for other methods than just SET
33144 2004-07-11 Andy Wingo <wingo@pobox.com>
33146 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33147 float, "any" caps -> buffer_frames=[0,MAX].
33149 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33150 doesn't intersect our caps with the template any more. Do it
33152 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33154 2004-07-09 Wim Taymans <wim@fluendo.com>
33156 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33157 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33158 (compare_ranks), (print_feature), (gst_decode_bin_init),
33159 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33160 (try_to_link_1), (new_pad), (close_link), (type_found),
33161 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33162 (gst_decode_bin_change_state), (plugin_init):
33163 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33164 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33165 (gst_play_base_bin_dispose), (queue_overrun),
33166 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33167 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33168 (gst_play_base_bin_get_property), (play_base_eos),
33169 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33170 (gst_play_base_bin_remove_element),
33171 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33172 (gst_play_base_bin_unlink_stream),
33173 (gst_play_base_bin_get_streaminfo):
33174 * gst/playback/gstplaybasebin.h:
33175 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33176 (gst_play_bin_class_init), (gst_play_bin_init),
33177 (gst_play_bin_dispose), (gst_play_bin_set_property),
33178 (gst_play_bin_get_property), (gen_video_element),
33179 (gen_audio_element), (remove_sinks), (setup_sinks),
33180 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33181 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33182 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33183 (gst_play_bin_query), (plugin_init):
33184 * gst/playback/test4.c: (main):
33185 Work on object reuse and seeking.
33187 2004-07-09 Wim Taymans <wim@fluendo.com>
33189 * examples/seeking/seek.c: (iterate):
33190 Don't consume all CPU in the idle loop.
33192 2004-07-09 Wim Taymans <wim@fluendo.com>
33194 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33195 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33196 Add pad to element *after* setting the pad functions so that
33197 the scheduler can use the correct ones.
33199 2004-07-09 Wim Taymans <wim@fluendo.com>
33201 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33202 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33203 Sync to keyframe after seek
33205 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33207 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33208 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33209 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33210 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33211 * ext/libvisual/visual.c: (gst_visual_change_state):
33212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33213 * ext/theora/theoradec.c: (theora_dec_change_state):
33214 * ext/theora/theoraenc.c: (theora_enc_change_state):
33215 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33216 * gst-libs/gst/navigation/navigation.c:
33217 * gst/adder/gstadder.c: (gst_adder_change_state):
33218 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33219 (gst_audio_convert_get_buffer):
33220 * gst/multipart/multipartdemux.c:
33221 (gst_multipart_demux_change_state):
33222 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33223 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33224 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33225 * gst/videoscale/gstvideoscale.c:
33226 (gst_videoscale_handle_src_event):
33227 * gst/volume/gstvolume.c: (volume_chain_int16):
33228 don't assert in state change, this should be done by the base
33230 various debugging fixes.
33232 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33235 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33236 (gst_play_dispose), (gst_play_set_location),
33237 (gst_play_set_data_src), (gst_play_set_video_sink),
33238 (gst_play_set_audio_sink), (gst_play_set_visualization),
33239 (gst_play_connect_visualization), (gst_play_get_sink_element),
33240 (gst_play_get_all_by_interface):
33241 * gst-libs/gst/play/play.h:
33242 add new method to get elements implementing an interface.
33243 add various error logging
33245 2004-07-08 Wim Taymans <wim@fluendo.com>
33247 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33248 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33249 (make_playerbin_pipeline), (query_durations_elems),
33250 (query_durations_pads), (query_positions_elems),
33251 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33253 Added playbin seeking example.
33255 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33257 * gst-libs/gst/play/play.c: (gst_play_set_location),
33258 (gst_play_set_data_src), (gst_play_set_video_sink),
33259 (gst_play_set_audio_sink), (gst_play_set_visualization),
33260 (gst_play_connect_visualization), (gst_play_get_framerate):
33261 use a macro to look up elements from hash table
33263 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33265 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33266 (gst_play_get_length_callback), (gst_play_set_location),
33267 (gst_play_seek_to_time), (gst_play_set_data_src),
33268 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33269 (gst_play_set_visualization), (gst_play_connect_visualization),
33270 (gst_play_get_sink_element):
33271 - add debugging info
33272 - fix looking up sink elements by iterating over complete caps
33273 - put everything except for source and autoplugger in a complete bin
33275 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33277 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33278 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33279 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33280 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33281 * ext/alsa/gstalsasink.h:
33282 - add debugging info
33283 - clean up schizophrenia of data/buffer/event
33284 - fix double event unref error
33286 2004-07-08 Wim Taymans <wim@fluendo.com>
33288 * gst/playback/Makefile.am:
33289 Add headers to noinst
33291 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33293 * tools/gst-launch-ext-m.m:
33294 * tools/gst-launch-ext.1.in:
33295 convert to the third millenium
33297 2004-07-07 David Schleef <ds@schleef.org>
33299 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33301 2004-07-07 Wim Taymans <wim@fluendo.com>
33303 * gst/playback/Makefile.am:
33304 * gst/playback/README:
33305 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33306 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33307 (compare_ranks), (print_feature), (gst_decode_bin_init),
33308 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33309 (try_to_link_1), (new_pad), (close_link), (type_found),
33310 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33312 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33313 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33314 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33315 (gen_preroll_element), (no_more_pads), (new_stream),
33316 (setup_source), (gst_play_base_bin_set_property),
33317 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33318 (gst_play_base_bin_add_element),
33319 (gst_play_base_bin_remove_element),
33320 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33321 (gst_play_base_bin_unlink_stream),
33322 (gst_play_base_bin_get_streaminfo):
33323 * gst/playback/gstplaybasebin.h:
33324 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33325 (gst_play_bin_class_init), (gst_play_bin_init),
33326 (gst_play_bin_dispose), (gst_play_bin_set_property),
33327 (gst_play_bin_get_property), (gen_video_element),
33328 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33329 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33330 (gst_play_bin_get_formats), (gst_play_bin_convert),
33331 (gst_play_bin_get_query_types), (gst_play_bin_query),
33333 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33334 (gst_stream_info_get_type), (gst_stream_info_class_init),
33335 (gst_stream_info_init), (gst_stream_info_new),
33336 (gst_stream_info_dispose), (gst_stream_info_set_property),
33337 (gst_stream_info_get_property):
33338 * gst/playback/gststreaminfo.h:
33339 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33341 * gst/playback/test2.c: (main):
33342 * gst/playback/test3.c: (update_scale), (main):
33343 More playbin fixes. Added README. Do better element filtering.
33344 Added base class to preroll media. Added test apps.
33346 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33348 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33349 * ext/mpeg2dec/gstmpeg2dec.h:
33350 various debugging improvements. Reset stream to next picture
33351 instead of sequence header, otherwise seeks cannot work.
33353 2004-07-07 Wim Taymans <wim@fluendo.com>
33355 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33356 (gst_video_box_class_init), (gst_video_box_set_property),
33357 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33358 Use pad_alloc where possible.
33360 2004-07-07 Wim Taymans <wim@fluendo.com>
33362 * sys/oss/gstosselement.c: (gst_osselement_reset),
33363 (gst_osselement_parse_caps):
33364 * sys/oss/gstosselement.h:
33365 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33366 Fix offset on osssrc.
33368 2004-07-07 Wim Taymans <wim@fluendo.com>
33370 * ext/theora/theora.c: (plugin_init):
33371 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33372 (theora_dec_src_query), (theora_dec_chain):
33373 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33374 (theora_enc_sink_link), (theora_buffer_from_packet),
33375 (theora_push_packet), (theora_enc_chain):
33376 Fix theora granulepos calculation.
33377 Fix overflow in duration/position calculation.
33378 Bump rank to PRIMARY for theoradec.
33379 Use granulepos of last packet to calculate position.
33380 Set keyframe flag on buffers when needed.
33382 2004-07-06 David Schleef <ds@schleef.org>
33384 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33385 serious? (Fixed, obviously.)
33387 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33391 added Czech translation (Miloslav Trmac)
33393 2004-07-05 Wim Taymans <wim@fluendo.com>
33395 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33396 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33397 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33398 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33399 (close_link), (type_found), (gst_decode_bin_set_property),
33400 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33401 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33402 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33403 (gst_decode_bin_query), (plugin_init):
33404 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33405 (gst_play_bin_class_init), (gst_play_bin_init),
33406 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33407 (get_video_element), (new_pad), (setup_source),
33408 (gst_play_bin_set_property), (gst_play_bin_get_property),
33409 (gst_play_bin_change_state), (gst_play_bin_add_element),
33410 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33411 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33412 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33413 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33414 * gst/playback/test.c: (main):
33415 More fixes, cleaned up playbin, make it use decodebin. Added
33416 threaded property to playbin.
33418 2004-07-05 Wim Taymans <wim@fluendo.com>
33421 * gst/playback/Makefile.am:
33422 * gst/playback/decodetest.c: (main):
33423 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33424 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33425 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33426 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33427 (close_link), (type_found), (gst_decode_bin_set_property),
33428 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33429 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33430 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33431 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33433 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33434 (gst_play_bin_class_init), (gst_play_bin_init),
33435 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33436 (collect_sink_pads), (find_compatibles), (close_pad_link),
33437 (try_to_link_1), (new_pad), (close_link), (type_found),
33438 (setup_source), (gst_play_bin_set_property),
33439 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33440 (compare_ranks), (gst_play_bin_collect_factories),
33441 (gst_play_bin_change_state), (gst_play_bin_add_element),
33442 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33443 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33444 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33445 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33446 * gst/playback/test.c: (main):
33447 Added some playback helper elements and some test apps, very alpha
33450 2004-07-04 Benjamin Otte <otte@gnome.org>
33452 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33453 only restart audio when we indeed have an xrun to fix repeated
33454 xruns. Fix suggested by Giuliano Pochini.
33456 2004-07-03 David Schleef <ds@schleef.org>
33458 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33459 call to gst_debug_log() if debugging is disabled (bug #145118)
33461 2004-07-03 Benjamin Otte <otte@gnome.org>
33463 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33464 use our own functions for restarting the alsa device.
33465 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33466 I should apply patches myself - use MIN for the third argument, not
33467 the second, this fixes seeking
33469 2004-07-02 David Schleef <ds@schleef.org>
33471 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33472 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33475 2004-07-02 David Schleef <ds@schleef.org>
33477 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33478 output buffers. Fix logic mistake. (bug #144866)
33480 2004-07-02 David Schleef <ds@schleef.org>
33482 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33483 on X. (bug #144753)
33485 2004-07-02 David Schleef <ds@schleef.org>
33487 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33488 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33490 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33491 (gst_osselement_rate_probe_check): Add another workaround for
33492 buggy drivers (bug #145336)
33494 2004-07-02 David Schleef <ds@schleef.org>
33496 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33497 Most systems don't have MSG_NOSIGNAL.
33499 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33502 * gst-libs/gst/colorbalance/Makefile.am:
33503 * gst-libs/gst/mixer/Makefile.am:
33504 * gst-libs/gst/play/Makefile.am:
33505 * gst-libs/gst/tuner/Makefile.am:
33506 (hopefully) fix both install and dist and make error message useful.
33507 needs testing across automakes.
33509 2004-07-02 Benjamin Otte <otte@gnome.org>
33511 * ext/ogg/gstogg.c: (plugin_init):
33512 we require bytestream now
33513 * ext/ogg/gstoggdemux.c:
33514 huge diff to implement chain setup in a fast and generic way. This
33515 improves tag reading and startup of huge files (read: Theora videos)
33516 quite a bit. It probably contains bugs, too, so please test.
33517 Seeking is not improved to the fast method.
33519 2004-06-29 Wim Taymans <wim@fluendo.com>
33521 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33522 * ext/ogg/gstoggmux.c:
33523 Fix memleak in oggdemux when running unconnected pads.
33524 doc update in mux, start working on keyframe mode.
33526 2004-06-29 Benjamin Otte <otte@gnome.org>
33528 * sys/oss/gstosssink.c:
33529 * sys/oss/gstosssrc.c:
33530 advertise correct template caps - we indeed do non-native endianness
33531 and 8bit audio has no endianness
33532 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33534 avoid (wrong) duplications in getcaps function and return
33537 2004-06-29 Wim Taymans <wim@fluendo.com>
33539 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33540 (gst_multifdsink_class_init), (gst_multifdsink_add),
33541 (gst_multifdsink_remove), (gst_multifdsink_clear),
33542 (gst_multifdsink_client_remove),
33543 (gst_multifdsink_handle_client_read),
33544 (gst_multifdsink_client_queue_data),
33545 (gst_multifdsink_client_queue_caps),
33546 (gst_multifdsink_client_queue_buffer),
33547 (gst_multifdsink_handle_client_write),
33548 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33549 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33550 (gst_multifdsink_init_send), (gst_multifdsink_close):
33551 Fix wrong GList iteration that could crash the server when
33552 more then 2 clients disconnect at the same time. Read all the
33553 pending commands in one batch to recover from command storms under
33556 2004-06-28 Wim Taymans <wim@fluendo.com>
33558 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33559 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33560 (gst_videomixer_pad_set_property),
33561 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33562 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33563 (gst_videomixer_class_init), (gst_videomixer_init),
33564 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33565 (pad_zorder_compare), (gst_videomixer_sort_pads),
33566 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33567 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33568 (gst_videomixer_update_queues), (gst_videomixer_loop),
33570 Avoid divide by zero, choose masterpad as the pad with the highest
33573 2004-06-27 Julien Moutte <julien@moutte.net>
33575 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33576 (gst_ximagesink_xwindow_new):
33577 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33578 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33579 function directly. We might want to call it from somewhere else one day.
33581 2004-06-27 Julien Moutte <julien@moutte.net>
33583 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33584 (gst_ximagesink_xwindow_new):
33585 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33586 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33587 window decorations.
33589 2004-06-27 Wim Taymans <wim@fluendo.com>
33591 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33592 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33593 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33594 (gst_dvdec_set_property), (gst_dvdec_get_property):
33595 * ext/dv/gstdvdec.h:
33596 Implement drop_factor property to lower the framerate with
33599 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
33601 * gst-libs/gst/colorbalance/Makefile.am:
33602 * gst-libs/gst/mixer/Makefile.am:
33603 * gst-libs/gst/play/Makefile.am:
33604 * gst-libs/gst/tuner/Makefile.am:
33605 unbreak Company's fix that didn't install the -enum.h files
33607 2004-06-27 Wim Taymans <wim@fluendo.com>
33609 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33610 (gst_dvdec_change_state):
33611 * ext/dv/gstdvdec.h:
33612 Fix timestamp, duration and offset of the buffers.
33614 2004-06-27 Wim Taymans <wim@fluendo.com>
33616 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33617 (gst_multifdsink_class_init), (gst_multifdsink_add),
33618 (gst_multifdsink_remove), (gst_multifdsink_clear),
33619 (gst_multifdsink_client_remove),
33620 (gst_multifdsink_handle_client_read),
33621 (gst_multifdsink_client_queue_data),
33622 (gst_multifdsink_client_queue_caps),
33623 (gst_multifdsink_client_queue_buffer),
33624 (gst_multifdsink_handle_client_write),
33625 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33626 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33627 (gst_multifdsink_init_send), (gst_multifdsink_close):
33628 * gst/tcp/gstmultifdsink.h:
33629 * gst/tcp/gsttcpserversink.c:
33630 (gst_tcpserversink_handle_server_read),
33631 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33632 More multifdsink fixes, more recovery policy fixes.
33633 Removed stupid g_print
33635 2004-06-26 Wim Taymans <wim@fluendo.com>
33637 * gst/tcp/Makefile.am:
33638 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33639 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33640 (gst_multifdsink_class_init), (gst_multifdsink_init),
33641 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33642 (gst_multifdsink_handle_client_read),
33643 (gst_multifdsink_client_queue_data),
33644 (gst_multifdsink_client_queue_caps),
33645 (gst_multifdsink_client_queue_buffer),
33646 (gst_multifdsink_handle_client_write),
33647 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33648 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33649 (gst_multifdsink_chain), (gst_multifdsink_set_property),
33650 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33651 (gst_multifdsink_close), (gst_multifdsink_change_state):
33652 * gst/tcp/gstmultifdsink.h:
33653 * gst/tcp/gsttcpplugin.c: (plugin_init):
33654 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33655 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33656 (gst_tcpserversink_handle_server_read),
33657 (gst_tcpserversink_handle_select),
33658 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33659 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33660 * gst/tcp/gsttcpserversink.h:
33661 Added multifdsink, made tcpserversink a subclass of fdsink, removed
33662 one of the locks, added recovery policy to multifdsink.
33664 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33666 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33667 fix decision for when getting frames with same timestamp
33668 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33669 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33670 (gst_v4lsrc_get_property):
33671 * sys/v4l/gstv4lsrc.h:
33672 add latency offset property
33674 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33676 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33678 fix debugging. add category.
33680 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33682 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33685 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33687 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33688 (gst_alsa_src_get_time), (gst_alsa_src_loop),
33689 (gst_alsa_src_change_state):
33690 return a time that is in sync with the element's processing
33692 2004-06-25 Wim Taymans <wim@fluendo.com>
33694 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33695 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33696 (gst_tcpserversink_client_remove),
33697 (gst_tcpserversink_handle_client_read),
33698 (gst_tcpserversink_client_queue_data),
33699 (gst_tcpserversink_client_queue_caps),
33700 (gst_tcpserversink_client_queue_buffer),
33701 (gst_tcpserversink_handle_client_write),
33702 (gst_tcpserversink_queue_buffer),
33703 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33704 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33705 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33706 (gst_tcpserversink_close):
33707 * gst/tcp/gsttcpserversink.h:
33708 Serversink rewrite. Really do non blocking writes to clients and
33709 maintain an internal queue to handle slower clients while not
33710 disturbing fast clients.
33712 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33714 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33715 better debug, don't override OFFSET and OFFSET_END
33717 2004-06-25 Iain <iain@prettypeople.org>
33719 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33720 name=source for the wavparse pipeline.
33722 2004-06-24 Johan Dahlin <johan@gnome.org>
33724 * ext/theora/theoraenc.c (theora_enc_chain): Call
33725 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33726 streamheader caps are set correctly.
33728 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33730 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33731 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33732 respect minimum bitrate; same could be done for max bitrate
33734 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33736 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33737 (gst_vorbisenc_setup):
33738 fix sample rate range
33740 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33742 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33743 (gst_oggvorbisenc_setup):
33744 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33745 (gst_vorbisenc_setup):
33746 resolve ambiguities in code and description
33748 2004-06-24 Wim Taymans <wim@fluendo.com>
33750 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33751 * ext/alsa/gstalsa.h:
33752 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33753 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33754 Use alsa trigger_tstamp to get the timestamp of the first
33755 sample in the buffer for more precise sync. Some cleanups.
33757 2004-06-24 Wim Taymans <wim@fluendo.com>
33759 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33760 (gst_audiorate_init), (gst_audiorate_chain),
33761 (gst_audiorate_set_property), (gst_audiorate_get_property):
33762 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33763 (gst_videorate_chain):
33764 Added some logging, fixed an overflow bug in videorate.
33766 2004-06-24 Benjamin Otte <otte@gnome.org>
33768 * ext/kio/Makefile.am:
33769 fix for builddir != srcdir and distcheck
33771 2004-06-24 Benjamin Otte <otte@gnome.org>
33773 * gst-libs/gst/colorbalance/Makefile.am:
33774 * gst-libs/gst/mixer/Makefile.am:
33775 * gst-libs/gst/play/Makefile.am:
33776 * gst-libs/gst/tuner/Makefile.am:
33777 * gst/tcp/Makefile.am:
33778 * sys/dxr3/Makefile.am:
33779 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33781 Also add all *.list files that were missing.
33783 add a distcheck hook to ensure the above doesn't happen again.
33785 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
33787 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33789 2004-06-23 Colin Walters <walters@redhat.com>
33791 * m4/Makefile.am: Distribute gst-fionread.m4.
33793 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33795 * configure.ac: back to dev
33797 2004-06-23 Wim Taymans <wim@fluendo.com>
33799 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33800 (gst_alsa_xrun_recovery):
33801 * ext/alsa/gstalsa.h:
33802 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33803 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33804 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33805 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33806 (gst_alsa_src_loop):
33807 Add clock to alsasrc. Take new capture timestamp when
33808 restarting after an overrun. Split up some functions between
33809 alsasrc and alsasink.
33811 === release 0.8.2 ===
33813 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33815 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33816 (gst_alsa_change_state), (gst_alsa_update_avail),
33817 (gst_alsa_xrun_recovery):
33818 * ext/alsa/gstalsa.h:
33819 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33820 merge back changes from release
33822 2004-06-23 Wim Taymans <wim@fluendo.com>
33824 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33825 (gst_audiorate_init), (gst_audiorate_chain),
33826 (gst_audiorate_set_property), (gst_audiorate_get_property):
33827 Implement sample dropping and notify
33829 2004-06-22 Wim Taymans <wim@fluendo.com>
33831 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33832 (theora_enc_sink_link), (theora_buffer_from_packet),
33833 (theora_push_packet), (theora_enc_chain):
33834 Some cleanups, make sure the timestamps are correct.
33836 2004-06-22 Wim Taymans <wim@fluendo.com>
33838 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33839 (gst_alsa_change_state), (gst_alsa_update_avail),
33840 (gst_alsa_xrun_recovery):
33841 * ext/alsa/gstalsa.h:
33842 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33843 Cleanups, take queued samples into account when reporting
33846 2004-06-22 Wim Taymans <wim@fluendo.com>
33848 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33849 (gst_videorate_init):
33850 Initialize the property as well.
33852 2004-06-22 Wim Taymans <wim@fluendo.com>
33854 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33855 (gst_videorate_init), (gst_videorate_chain),
33856 (gst_videorate_set_property), (gst_videorate_get_property):
33857 Add property to make videorate silent.
33858 Add property to prefer new frames over old ones.
33860 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33862 * sys/osxvideo/Makefile.am:
33863 Workaround so that the osxvideo .so file gets linked with the
33864 Cocoa, OpenGL and QuickTime frameworks
33866 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33868 * sys/osxaudio/Makefile.am:
33869 Workaround so that the osxaudio .so file gets linked with the
33870 CoreAudio framework
33872 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33875 Whoops, my fault...fixed build issues
33877 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33880 Add objective-c support if running in Darwin/Mac OS X
33883 * sys/osxvideo/Makefile.am:
33884 * sys/osxvideo/osxvideosink.h:
33885 * sys/osxvideo/osxvideosink.m:
33886 * sys/osxvideo/cocoawindow.h:
33887 * sys/osxvideo/cocoawindow.m:
33888 Add osxvideosink, a cocoa-based osx video sink
33891 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
33892 * ext/dvdnav/gst-dvd:
33893 Grab the gconf key from the right spot
33894 * gst/debug/gstnavseek.c: (gst_navseek_init),
33895 (gst_navseek_segseek), (gst_navseek_handle_src_event),
33896 (gst_navseek_chain):
33897 * gst/debug/gstnavseek.h:
33898 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33899 and loop parameters of a segment seek.
33900 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33901 (gst_videotestsrc_get_event_masks),
33902 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33903 * gst/videotestsrc/gstvideotestsrc.h:
33904 Add seeking support to videotestsrc
33905 Initialise the timestamp_offset variable.
33907 2004-06-18 Wim Taymans <wim@fluendo.com>
33909 * ext/sidplay/gstsiddec.cc:
33910 Fix negotiation and set correct end offset.
33912 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
33914 * configure.ac: branch and prerelease
33916 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33918 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33919 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33920 (gst_tcpclientsrc_init_receive):
33921 * gst/tcp/gsttcpclientsrc.h:
33922 read caps when connecting to server for GDP so we set them correctly
33924 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33926 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33927 notify drops and duplicates
33928 * gst/videoscale/videoscale.c: (videoscale_get_structure):
33929 no good reason to limit ourselves to 100x100
33931 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33933 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33934 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33935 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33936 (gst_v4lsrc_get_property):
33937 * sys/v4l/gstv4lsrc.h:
33938 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33939 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33940 (gst_v4l_set_audio):
33941 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33942 (gst_v4lsrc_try_capture):
33943 * sys/v4l/v4lsrc_calls.h:
33944 change try_palette to more general try_capture
33945 add autoprobe option so we can turn off autoprobing
33948 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33952 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33953 (gst_ximagesink_class_init):
33954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33955 (gst_xvimagesink_class_init):
33956 run them as finalize, not dispose, since dispose can be invoked
33959 2004-06-17 Wim Taymans <wim@fluendo.com>
33961 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33962 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33963 * ext/alsa/gstalsa.h:
33964 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33965 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33966 (gst_alsa_src_change_state):
33967 * ext/alsa/gstalsasrc.h:
33968 Make the xrun code timestamp and offset the buffers correctly.
33969 moved the clock to the base class, use alsa methods to get time.
33970 Do correct timestamping on outgoing buffers.
33972 2004-06-17 Wim Taymans <wim@fluendo.com>
33974 * gst/audiorate/Makefile.am:
33975 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33976 (gst_audiorate_base_init), (gst_audiorate_class_init),
33977 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33978 (gst_audiorate_set_property), (gst_audiorate_get_property),
33979 (gst_audiorate_change_state), (plugin_init):
33980 Added an audiorate converter that fills in gaps.
33982 2004-06-17 Johan Dahlin <johan@gnome.org>
33984 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33986 2004-06-16 Wim Taymans <wim@fluendo.com>
33988 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33989 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33990 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33991 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33992 (gst_v4lsrc_get_property):
33993 * sys/v4l/gstv4lsrc.h:
33994 Added a copy mode to v4lsrc where it will output a copied version
33995 of its internal hardware buffer.
33996 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33999 2004-06-16 Wim Taymans <wim@fluendo.com>
34001 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34004 2004-06-16 Wim Taymans <wim@fluendo.com>
34006 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34007 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34008 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34009 (gst_v4lsrc_get_property):
34010 * sys/v4l/gstv4lsrc.h:
34011 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34012 Added a sync mode enum property to control v4lsrc timestamp method
34013 Removed the use-fixed-fps property and moved functionality in
34015 Don't error on an error value from v4l-conf, it might not always
34018 2004-06-16 Wim Taymans <wim@fluendo.com>
34020 * gst/videorate/Makefile.am:
34021 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34022 (gst_videorate_base_init), (gst_videorate_class_init),
34023 (gst_videorate_getcaps), (gst_videorate_link),
34024 (gst_videorate_init), (gst_videorate_chain),
34025 (gst_videorate_set_property), (gst_videorate_get_property),
34026 (gst_videorate_change_state), (plugin_init):
34027 Added a video timestamp corrector.
34029 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34031 fixed a potential leak with previous commit
34033 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34035 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34037 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34038 Added missing refcount, fixes bug #144425
34039 Cheers Tim for finding the bug
34041 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34043 * sys/v4l/gstv4l.c: (plugin_init):
34044 * sys/v4l/gstv4lcolorbalance.c:
34045 * sys/v4l/gstv4lcolorbalance.h:
34046 * sys/v4l/gstv4lelement.c:
34047 * sys/v4l/gstv4lelement.h:
34048 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34049 * sys/v4l/gstv4lmjpegsink.h:
34050 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34051 * sys/v4l/gstv4lmjpegsrc.h:
34052 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34053 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34054 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34055 * sys/v4l/gstv4lsrc.h:
34056 * sys/v4l/gstv4ltuner.c:
34057 * sys/v4l/gstv4ltuner.h:
34058 * sys/v4l/gstv4lxoverlay.c:
34059 * sys/v4l/gstv4lxoverlay.h:
34060 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34061 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34062 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34063 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34064 (gst_v4l_set_audio):
34065 * sys/v4l/v4l_calls.h:
34066 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34067 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34068 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34069 (gst_v4lmjpegsink_playback_init),
34070 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34071 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34072 (gst_v4lmjpegsink_playback_stop),
34073 (gst_v4lmjpegsink_playback_deinit):
34074 * sys/v4l/v4lmjpegsink_calls.h:
34075 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34076 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34077 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34078 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34079 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34080 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34081 * sys/v4l/v4lmjpegsrc_calls.h:
34082 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34083 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34084 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34085 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34086 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34087 (gst_v4lsrc_try_palette):
34088 * sys/v4l/v4lsrc_calls.h:
34089 bunch of paranoia cleanups
34091 2004-06-14 David Schleef <ds@schleef.org>
34093 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34094 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34095 Send discont events and change timestamps appropriately when
34096 we get a seek event. (bug #144240)
34097 * ext/cdparanoia/gstcdparanoia.h:
34099 2004-06-14 Benjamin Otte <otte@gnome.org>
34101 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34102 snd_pcm_hw_params_set_rate since the latter fails for no good
34103 reason on some setups.
34105 2004-06-14 David Schleef <ds@schleef.org>
34107 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34108 standard. Thank you for playing.
34110 2004-06-14 Wim Taymans <wim@fluendo.com>
34112 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34113 Patch 1.3 broke the ordering of the colorspace info and
34114 made the plugin basically work by coincidence, reordered
34117 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34119 * ext/lame/gstlame.c:
34120 * ext/mad/gstmad.c:
34121 sync caps. Make sure mad can only output a list of rates, not
34122 a full range. In the future, have three caps lists for each of the
34123 mpeg versions. Change mpegversion to a double as well.
34125 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34127 * gst/volume/.cvsignore:
34128 * gst/volume/Makefile.am:
34129 * gst/volume/demo.c: (value_changed_callback), (idler),
34130 (setup_gui), (main):
34131 added small demo app
34133 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34134 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34135 * ext/esd/esdsink.h:
34136 Close the esd connection on pause, because esd will just wait -
34137 blocking all other esd clients indefinitely.
34139 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34141 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34142 previous commit with GST_DEBUG
34144 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34147 add a header check for a dvdread header in dvdnav. Fixes #133002
34149 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34151 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34152 * gst/tcp/gsttcpclientsink.h:
34153 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34154 * gst/tcp/gsttcpclientsrc.h:
34155 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34156 (gst_tcpserversink_handle_server_read),
34157 (gst_tcpserversink_init_send):
34158 * gst/tcp/gsttcpserversink.h:
34159 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34160 * gst/tcp/gsttcpserversrc.h:
34161 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34164 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34167 Added ogg library so that OSX detects libtheora properly
34169 2004-06-11 Wim Taymans <wim@fluendo.com>
34171 * ext/theora/theoradec.c: (theora_dec_chain),
34172 (theora_dec_change_state):
34173 Don't try to decode frames before we received a keyframe.
34175 2004-06-11 Wim Taymans <wim@fluendo.com>
34177 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34178 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34179 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34180 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34181 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34182 Added property to set the maximum delay of a page.
34184 2004-06-10 Wim Taymans <wim@fluendo.com>
34186 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34187 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34188 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34189 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34190 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34191 Added max-delay property to control the maximum amount
34192 of data to put in one page.
34194 2004-06-10 Wim Taymans <wim@fluendo.com>
34196 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34197 (gst_theora_enc_init), (theora_enc_sink_link),
34198 (theora_buffer_from_packet), (theora_enc_set_property),
34199 (theora_enc_get_property):
34200 Set duration on encoded buffer, added some more properties
34202 2004-06-10 Wim Taymans <wim@fluendo.com>
34204 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34205 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34206 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34207 * ext/theora/theoraenc.c: (theora_enc_chain):
34208 Fix refcounting bugs
34210 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34212 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34213 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34214 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34215 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34216 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34217 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34218 (gst_asf_demux_change_state):
34219 * gst/asfdemux/gstasfdemux.h:
34220 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34221 feels like. I think we should set a new requirement for demuxers
34222 from now on to implement sane loop functions, data loops, query
34223 and seek functions before first commit into CVS. And this commit
34224 fixes all of the above.
34226 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34228 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34229 vorbis comments are properly encoded in UTF-8 before adding them
34232 2004-06-09 Benjamin Otte <otte@gnome.org>
34234 * ext/alsa/gstalsa.c: (add_channels):
34235 handle min <= max correctly
34236 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34237 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34238 add fixation functions so we fixate correctly. No preferring of alaw
34239 anymore because it's the first structure.
34240 * ext/alsa/gstalsa.h:
34241 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34242 (gst_alsa_hw_params_dump):
34243 add functions to ease debugging in alsalib
34244 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34245 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34246 (gst_alsa_start_audio):
34247 only specify hw params if we really setup a format (fixes #134007 -
34248 or at least works around it)
34250 2004-06-09 Wim Taymans <wim@fluendo.com>
34252 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34253 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34254 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34255 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34256 (gst_ogg_mux_loop):
34257 Use stream caps to setup the initial pages in the ogg stream.
34258 Correctly set the streamheader caps on the srcpad.
34260 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34262 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34263 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34264 (gst_v4lsrc_getcaps):
34265 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34266 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34267 add querying of fps lists for webcams. Negotiating to a framerate
34270 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34272 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34273 (theora_push_buffer), (theora_push_packet),
34274 (theora_set_header_on_caps), (theora_enc_chain):
34275 mark buffers and put on streamheader, raw theora streaming
34276 now works too, whee
34278 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34280 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34281 (gst_tcp_gdp_read_caps):
34282 do a looping read for caps and GDP headers too
34284 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34286 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34287 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34288 return EOS instead of NULL in _get
34290 2004-06-08 Wim Taymans <wim@fluendo.com>
34292 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34293 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34294 (gst_tcp_gdp_write_caps):
34295 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34296 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34297 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34300 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34302 * ext/vorbis/Makefile.am:
34303 * ext/vorbis/vorbis.c: (plugin_init):
34304 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34305 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34306 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34307 (vorbis_parse_change_state):
34308 * ext/vorbis/vorbisparse.h:
34309 adding a vorbisparse element that marks the buffers, streaming
34310 raw vorbis using GDP now works, whee
34312 2004-06-08 Wim Taymans <wim@fluendo.com>
34314 * ext/jpeg/Makefile.am:
34316 * ext/jpeg/gstjpeg.c: (plugin_init):
34317 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34318 (gst_smokedec_base_init), (gst_smokedec_class_init),
34319 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34320 * ext/jpeg/gstsmokedec.h:
34321 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34322 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34323 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34324 (gst_smokeenc_resync), (gst_smokeenc_chain),
34325 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34326 * ext/jpeg/gstsmokeenc.h:
34327 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34328 (smokecodec_flush_destination), (smokecodec_term_destination),
34329 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34330 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34331 (smokecodec_term_source), (smokecodec_encode_new),
34332 (smokecodec_decode_new), (smokecodec_info_free),
34333 (smokecodec_set_quality), (smokecodec_get_quality),
34334 (smokecodec_set_threshold), (smokecodec_get_threshold),
34335 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34336 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34337 (smokecodec_parse_header), (smokecodec_decode):
34338 * ext/jpeg/smokecodec.h:
34339 Added a new simple jpeg based codec
34341 2004-06-08 Wim Taymans <wim@fluendo.com>
34343 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34344 (gst_multipart_mux_loop):
34347 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34349 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34350 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34351 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34352 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34353 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34354 * gst/tcp/gsttcpserversink.h:
34355 take streamheader into account
34357 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34359 * gst/level/Makefile.am:
34360 * gst/level/gstlevel.c: (gst_level_class_init):
34361 clean up marshal generation
34363 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34365 * gst/tcp/Makefile.am:
34366 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34367 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34368 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34369 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34370 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34371 (gst_tcpclientsrc_get_property):
34372 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34373 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34374 (gst_tcpserversink_handle_client_read),
34375 (gst_tcpserversink_handle_client_write),
34376 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34377 * gst/tcp/gsttcpserversink.h:
34378 add signals client-added and client-removed
34379 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34380 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34381 (gst_tcpserversrc_get_property):
34382 uniformized, change default protocol to NONE
34383 * gst/tcp/gsttcp-marshal.list: added
34384 2004-06-07 Benjamin Otte <otte@gnome.org>
34386 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34387 handle discont events if they happen before caps nego
34389 2004-06-07 Wim Taymans <wim@fluendo.com>
34391 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34392 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34393 (gst_multipart_demux_plugin_init):
34394 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34395 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34396 (gst_multipart_mux_change_state):
34397 Small updates, fix a memleak
34399 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34401 * configure.ac: OSS portability
34402 * ext/arts/gst_arts.c: idem
34403 * sys/oss/gstosselement.c: idem
34404 * sys/oss/gstossmixer.c: idem
34405 * sys/oss/gstosssink.c: idem
34406 * sys/oss/gstosssrc.c: idem
34407 * sys/oss/oss_probe.c: idem
34408 - check for soundcard.h in different places for some BSD
34410 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34413 Add me to the authors file
34415 Increase the libdv requirement to >= version 0.100
34416 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34417 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34418 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34419 * ext/dv/gstdvdec.h:
34420 Add support for the new_media flag when sending DISCONT events
34421 Make the querying work when video pad is not linked
34423 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34425 reviewed by Benjamin Otte <otte@gnome.org>
34427 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34428 create a NULL-initialized array of pads, so we don't think they
34429 exist already. (fixes #143130)
34431 2004-06-07 Benjamin Otte <otte@gnome.org>
34433 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34434 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34435 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34436 don't use // coments
34438 2004-06-07 Benjamin Otte <otte@gnome.org>
34440 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34441 cast to GstClockTime to get higher granularity
34442 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34443 use gst_element_set_time_delay to get the exact time
34444 * ext/mad/gstmad.c: (gst_mad_chain):
34445 use the negotiated rate instead of the current frame's rate which
34446 might be wrong because of bit errors. This avoids emitting totally
34447 bogus timestamps and screwing sync.
34450 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34452 reviewed by Benjamin Otte <otte@gnome.org>
34454 * gst/adder/gstadder.c: (gst_adder_loop):
34455 properly error out when no negotiation has happened yet. (fixes
34458 2004-06-06 Benjamin Otte <otte@gnome.org>
34460 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34461 forward correctly transformed offset in discont events. Based on
34462 patch by Arwed v. Merkatz. (fixes #142851)
34464 2004-06-06 David Schleef <ds@schleef.org>
34466 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34467 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34468 problems on several systems.
34470 2004-06-06 Benjamin Otte <otte@gnome.org>
34472 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34473 use explicit caps on the srcpad
34474 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34475 properly error out if caps couldn't be set (fixes #142764)
34477 2004-06-06 Benjamin Otte <otte@gnome.org>
34479 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34480 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34481 (gst_alsa_start_audio):
34482 - don't call set_periods_integer anymore, it breaks the
34483 configuration randomly
34484 - call snd_pcm_hw_params_set_access directly instead of using masks
34485 - don't fail if the sw_params can't be set, just use the default
34486 params and hope it works. Alsalib has weird issues when you touch
34487 sw_params and does no proper error reporting about what failed.
34488 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34489 (gst_alsa_close_audio):
34490 make our alsa debugging go via gst debugging and not conditionally
34492 * ext/alsa/gstalsa.h:
34493 add ALSA_DEBUG_FLUSH macro
34494 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34496 wrap alsa errors to be printed via the gst debugging system and not
34499 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34501 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34502 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34503 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34504 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34505 (qtdemux_parse_trak):
34506 * gst/qtdemux/qtdemux.h:
34507 Bitch. Also known as seeking, querying & co.
34508 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34509 (gst_osssink_change_state):
34510 * sys/oss/gstosssink.h:
34511 Resyncing is for weenies, this hack is no longer needed and was
34512 broken anyway (since it - unintendedly - always leaves resync to
34515 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34517 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34518 * gst/tcp/gsttcpclientsrc.h: idem
34519 - define MSG_NOSIGNAL if not done
34520 - include unistd.h for off_t
34523 2004-06-05 Benjamin Otte <otte@gnome.org>
34526 * ext/kio/Makefile.am:
34527 check for qt's moc preprocessor explicitly and use it
34529 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34531 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34532 don't get a signal for EPIPE on socket writes
34533 (somebody check if this works on other platforms)
34535 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34537 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34538 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34539 check error condition on available samples correctly
34541 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34543 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34545 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34546 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34547 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34548 (gst_tcpserversrc_gdp_read_header):
34549 use ssize_t over size_t since the former is signed and thus the
34550 check for error codes can work
34552 2004-06-02 Wim Taymans <wim@fluendo.com>
34556 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34557 (gst_multipart_mux_loop):
34560 2004-06-02 Wim Taymans <wim@fluendo.com>
34562 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34563 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34564 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34565 (gst_multipart_mux_change_state):
34566 Added configurable boundary specifier, added the value as a
34567 caps field as well.
34569 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34571 * gst/tcp/gsttcp.c:
34572 * gst/tcp/gsttcpclientsrc.c:
34573 * gst/tcp/gsttcpclientsrc.h:
34574 * gst/tcp/gsttcpserversrc.c:
34575 - portability fix, to compile on OSX
34578 * sys/osxaudio/gstosxaudioelement.c:
34579 * sys/osxaudio/gstosxaudiosink.c:
34580 * sys/osxaudio/gstosxaudiosrc.c:
34581 - compilation warnings on OSX
34584 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34586 * ext/vorbis/vorbisdec.c : sign warning fixes
34588 * gst-libs/gst/mixer/mixertrack.c :
34589 do no use defines which are glib 2.4 specific
34591 2004-06-01 Christophe Fergeau <teuf@gnome.org>
34593 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34594 buffer since libflac doesn't expect it (reports a sync error when
34595 it encounters that)
34598 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
34600 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34601 * gst-libs/gst/mixer/mixertrack.c:
34602 (gst_mixer_track_get_property), (get_mixer_track_init),
34603 (get_mixer_track_get_property): Added property accessors
34604 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34605 * gst-libs/gst/mixer/mixeroptions.c:
34606 (gst_mixer_options_get_values): Added
34607 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34608 * gst-libs/gst/mixer/mixer.c: Fixed comment
34611 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34613 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34614 improve error messages on open
34617 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34619 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34620 check if v4l-conf is in path
34622 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34624 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34625 change assert to a more readable error message
34627 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34629 * gst-libs/gst/tuner/tunerchannel.h:
34630 - add a freq_multiplicator field to make the conversion
34631 between internal frequency unit and Hz
34632 * sys/v4l/gstv4lelement.c:
34633 * sys/v4l2/gstv4l2element.c:
34634 - change default video device to /dev/video0
34635 * sys/v4l/v4l_calls.c:
34636 * sys/v4l2/v4l2_calls.c:
34637 - we only expose frequency to the user in Hz instead of
34638 bastard v4lX unit (either 62.5kHz or 62.5Hz)
34640 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
34641 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34642 Initialise b_o_s and e_o_s variables
34643 * gst-libs/gst/riff/riff-media.c:
34644 (gst_riff_create_video_caps_with_data):
34645 Add some unusual fourcc's from mplayer avi's
34646 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34647 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34650 2004-05-28 Wim Taymans <wim@fluendo.com>
34653 * gst/alpha/Makefile.am:
34654 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34655 (gst_alpha_get_type), (gst_alpha_base_init),
34656 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34657 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34658 (gst_alpha_chroma_key), (gst_alpha_chain),
34659 (gst_alpha_change_state), (plugin_init):
34660 A plugin to add an alpha channel to I420 video. Can optionally do
34662 * gst/multipart/Makefile.am:
34663 * gst/multipart/multipart.c: (plugin_init):
34664 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34665 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34666 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34667 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34668 (gst_multipart_demux_change_state),
34669 (gst_multipart_demux_plugin_init):
34670 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34671 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34672 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34673 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34674 (gst_multipart_mux_pad_unlink),
34675 (gst_multipart_mux_request_new_pad),
34676 (gst_multipart_mux_handle_src_event),
34677 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34678 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34679 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34680 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34681 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34682 send multipart jpeg images to a browser.
34683 * gst/videobox/Makefile.am:
34684 * gst/videobox/README:
34685 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34686 (gst_video_box_get_type), (gst_video_box_base_init),
34687 (gst_video_box_class_init), (gst_video_box_init),
34688 (gst_video_box_set_property), (gst_video_box_get_property),
34689 (gst_video_box_sink_link), (gst_video_box_i420),
34690 (gst_video_box_ayuv), (gst_video_box_chain),
34691 (gst_video_box_change_state), (plugin_init):
34692 Crops or adds borders around an image. can do alpha channel
34694 * gst/videomixer/Makefile.am:
34695 * gst/videomixer/README:
34696 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34697 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34698 (gst_videomixer_pad_get_sink_event_masks),
34699 (gst_videomixer_pad_get_property),
34700 (gst_videomixer_pad_set_property),
34701 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34702 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34703 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34704 (gst_videomixer_base_init), (gst_videomixer_class_init),
34705 (gst_videomixer_init), (gst_videomixer_request_new_pad),
34706 (gst_videomixer_handle_src_event),
34707 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34708 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34709 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34710 (gst_videomixer_loop), (gst_videomixer_get_property),
34711 (gst_videomixer_set_property), (gst_videomixer_change_state),
34713 Generic video mixer plugin, can handle multiple inputs all with
34714 different framerates and video sizes. Is fully alpha channel
34717 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34719 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34720 Select first track as master track. Not sure how else to handle
34722 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34723 Discard discont events. Should fix #142962.
34725 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
34727 * ext/alsa/Makefile.am:
34728 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34729 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34730 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34731 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34732 (gst_alsa_mixer_get_option):
34733 * ext/alsa/gstalsamixer.h:
34734 * ext/alsa/gstalsamixeroptions.c:
34735 (gst_alsa_mixer_options_get_type),
34736 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34737 (gst_alsa_mixer_options_new):
34738 * ext/alsa/gstalsamixeroptions.h:
34739 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34740 * ext/alsa/gstalsamixertrack.h:
34741 Add enumerations (as GstMixerOptions). Make correct distinction
34742 between input/output tracks. Add capture/playback private flag.
34743 Use flag to decide on whether to set capture or playback volumes
34744 or switches. Use playback and record switches.
34745 * gst-libs/gst/mixer/Makefile.am:
34746 * gst-libs/gst/mixer/mixer-marshal.list:
34747 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34748 (gst_mixer_set_option), (gst_mixer_get_option),
34749 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34750 (gst_mixer_volume_changed), (gst_mixer_option_changed):
34751 * gst-libs/gst/mixer/mixer.h:
34752 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34753 (gst_mixer_options_class_init), (gst_mixer_options_init),
34754 (gst_mixer_options_dispose):
34755 * gst-libs/gst/mixer/mixeroptions.h:
34756 Add GstMixerOptions.
34757 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34758 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34759 broken device detection on computers with multiple OSS sound
34762 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
34764 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34765 fixate nicely even when the peer is not negotiating
34767 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
34769 * gst/audioconvert/gstaudioconvert.c:
34770 (gst_audio_convert_parse_caps):
34771 make sure we don't allow depth > width
34772 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34773 fixate endianness to G_BYTE_ORDER as default
34774 * gst/audioscale/gstaudioscale.c:
34775 we don't handle another endianness as host-endianness
34777 2004-05-25 David Schleef <ds@schleef.org>
34779 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
34781 2004-05-24 Benjamin Otte <otte@gnome.org>
34783 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34784 (gst_oggvorbisenc_setup):
34785 properly fail when we can't setup the vorbis encoder due to
34786 unsupported settings
34787 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34788 (gst_vorbisenc_setup):
34790 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34791 fix case where warnings occured when one pad was unlinked while the
34792 other's link function was called
34794 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
34796 * gst/tcp/Makefile.am:
34799 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34801 * gst-libs/gst/resample/private.h:
34802 don't use optimizations that are #if 0'ed
34804 2004-05-24 Wim Taymans <wim@fluendo.com>
34806 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34807 Fix potential division by zero error and hopefully get
34808 the position query right to get correct timestamps on avi
34811 2004-05-24 Wim Taymans <wim@fluendo.com>
34813 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34814 (gst_videoscale_scale_nearest_str2),
34815 (gst_videoscale_scale_nearest_str4),
34816 (gst_videoscale_scale_nearest_32bit),
34817 (gst_videoscale_scale_nearest_24bit),
34818 (gst_videoscale_scale_nearest_16bit):
34819 Fix the scaling algorithm and avoid a buffer overflow.
34820 removed the while loop in the scaling function as it
34821 was used for point sampling only.
34823 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34825 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34826 (gst_id3_tag_class_init), (gst_id3_tag_init),
34827 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34828 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34829 (gst_id3_tag_send_tag_event):
34830 lots of fixes to make id3mux work and id3demux work correctly
34832 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34835 add rules to build shout2send (was removed by accident
34836 when this module was no more marked experimental/broken)
34838 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34840 * ext/shout2/gstshout2.c:
34841 * ext/shout2/gstshout2.h:
34842 adding a "connection problem" signal to shout2send
34845 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
34847 * ext/kio/kioreceiver.cpp:
34848 * ext/kio/kioreceiver.h:
34849 fix sign comparison issues
34851 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34853 * gst/cdxaparse/gstcdxaparse.c:
34854 * gst/cdxaparse/gstcdxaparse.h:
34856 add some checks/sanity
34857 prepare for seek addition
34859 * sys/sunaudio/gstsunaudio.c:
34860 remove exported dupe init function
34862 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
34864 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34865 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34866 Fix format conversion and position querying.
34867 * gst/debug/progressreport.c: (gst_progressreport_report):
34868 Don't output a bogus total value that we didn't query.
34869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34870 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34871 only a blank window after xine has been used.
34873 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34876 sync with upstream version to fix test on FC2
34877 readd with -ko to preserve Id header
34879 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34882 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34883 * gst/tcp/gsttcpclientsrc.c: idem
34884 * gst/tcp/gsttcpserversink.c: idem
34885 * gst/tcp/gsttcpserversrc.c: idem
34886 * m4/gst-fionread.m4: idem
34888 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34890 * configure.ac: enable speex plugin for speex 1.1.5+
34891 * ext/speex/gstspeexenc.c: fix cast warning
34893 * ext/esd/README: fix typo
34895 2004-05-20 David Schleef <ds@schleef.org>
34897 * configure.ac: Minor cosmetic change to convince the buildbot to
34899 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34900 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34901 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34902 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34903 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34904 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34905 More hacking. Plays audio now.
34907 2004-05-20 David Schleef <ds@schleef.org>
34912 2004-05-20 David Schleef <ds@schleef.org>
34914 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
34915 * sys/osxaudio/gstosxaudio.c:
34916 * sys/osxaudio/gstosxaudioelement.c:
34917 * sys/osxaudio/gstosxaudioelement.h:
34918 * sys/osxaudio/gstosxaudiosink.c:
34919 * sys/osxaudio/gstosxaudiosink.h:
34920 * sys/osxaudio/gstosxaudiosrc.c:
34921 * sys/osxaudio/gstosxaudiosrc.h:
34923 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34925 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34926 (gst_vorbisenc_chain):
34927 put the codec headers on the caps as streamheader as well as
34930 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34932 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34933 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34934 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34935 split up push_packet into two functions
34937 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34939 * gst/tcp/.cvsignore:
34941 * gst/tcp/Makefile.am:
34943 * gst/tcp/gsttcp.c:
34944 * gst/tcp/gsttcp.h:
34945 * gst/tcp/gsttcpclientsink.c:
34946 * gst/tcp/gsttcpclientsink.h:
34947 * gst/tcp/gsttcpclientsrc.c:
34948 * gst/tcp/gsttcpclientsrc.h:
34949 * gst/tcp/gsttcpplugin.c:
34950 * gst/tcp/gsttcpserversink.c:
34951 * gst/tcp/gsttcpserversink.h:
34952 * gst/tcp/gsttcpserversrc.c:
34953 * gst/tcp/gsttcpserversrc.h:
34954 add new tcp elements
34956 2004-05-19 Wim Taymans <wim@fluendo.com>
34958 * gst/law/mulaw-conversion.c: (mulaw_encode):
34959 Fix overflow bug in ulaw encoding.
34961 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34963 * ext/mad/gstmad.c: (gst_mad_handle_event):
34964 don't unref the event twice
34966 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34969 remove -Wno-sign-compare
34971 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34974 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34975 if you want to work against glib 2.2 and 2.4
34977 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
34979 * gst/tcp/Makefile.am:
34980 * gst/tcp/gsttcp.c:
34981 * gst/tcp/gsttcp.h:
34982 * gst/tcp/gsttcpsink.h:
34983 * gst/tcp/gsttcpsrc.h:
34984 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34986 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34988 * gst/debug/tests.c: (md5_get_value):
34989 fix segfault on gst-inspect
34991 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34993 * gst/debug/testplugin.c:
34994 * gst/debug/tests.c:
34995 * gst/debug/tests.h:
34996 add new extensible and configurable testing element. Current tests
34997 include buffer count, stream length, timestamp/duration matching and
34999 * gst/debug/Makefile.am:
35000 * gst/debug/gstdebug.c: (plugin_init):
35001 add infrastructure for new element
35003 2004-05-19 Johan Dahlin <johan@gnome.org>
35005 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35006 ending of the array. Fixes gst-inspect segfault on ppc.
35008 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35010 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35012 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35014 2004-05-18 David Schleef <ds@schleef.org>
35016 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35017 warnings (bugs, actually) noticed by gcc but not forte.
35019 2004-05-18 David Schleef <ds@schleef.org>
35021 * sys/sunaudio/Makefile.am:
35022 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35024 2004-05-18 David Schleef <ds@schleef.org>
35026 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35027 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35028 to allow qtdemux to use non-seekable streams. (bug #142272)
35030 2004-05-18 David Schleef <ds@schleef.org>
35032 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35033 (gst_resample_sinc_ft_float): Remove use of static temporary
35034 buffer. This code was obviously not supposed to last long, but
35035 it's stuck in our ABI, so it required a little hack to make it
35036 ABI-compatible. Fixes #142585.
35037 * gst-libs/gst/resample/resample.h: same.
35039 2004-05-18 David Schleef <ds@schleef.org>
35041 * configure.ac: Add sunaudio
35042 * examples/Makefile.am: make gstplay depend on gconf
35043 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35044 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35045 (convert_table_lookup), (img_convert): remove c99-isms
35046 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35047 unsigned, to fix a warning on Solaris
35048 * gst/mpeg1sys/systems.c: bcopy->memcpy
35049 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35050 * sys/Makefile.am: Add sunaudio
35052 2004-05-18 Wim Taymans <wim@fluendo.com>
35054 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35055 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35056 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35057 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35058 (gst_ogg_mux_loop):
35059 Fix an ugly memleak where the muxer didn't flush enough ogg
35060 pages. This also resulted in badly muxed ogg files.
35062 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35064 * gst/asfdemux/asfheaders.c :
35065 * gst/asfdemux/asfheaders.h :
35066 * gst/asfdemux/gstasfdemux.c :
35067 - fix ASF_OBJ_PADDING guid
35068 - add 3 new object guids (language list, metadata,
35069 extended stream properties)
35070 - add a function to parse extended header objects
35072 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35074 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35075 remove leftover debugging g_print
35077 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35079 * ext/mad/gstmad.c: (gst_mad_handle_event):
35080 Fix for when the first format in a discont event is not a
35081 byte-based one. Should fix #137710.
35083 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35085 * m4/a52.m4 : fix compilation with -Wall -Werror
35086 * m4/libfame.m4 : idem
35087 * m4/libmikmod.m4 : idem
35089 2004-05-17 Benjamin Otte <otte@gnome.org>
35091 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35092 signal the new tags before giving up the reference
35094 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35096 * ext/shout2/gstshout2.c:
35097 use application/ogg instead of application/x-ogg (patch by Patrick
35098 Guimond, fixes #142432)
35099 * sys/oss/gstosselement.c: (gst_osselement_reset),
35100 (gst_osselement_sync_parms):
35101 don't set fragment size unless specified (fixes #142493)
35103 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35105 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35108 2004-05-17 Benjamin Otte <otte@gnome.org>
35110 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35111 compute offsets correctly for internal buffers so timestamps are set
35112 correctly when we can't seek. Also handle cases where there are no
35113 offsets. (based on a patch by David Moore, fixes #142507)
35115 2004-05-17 Benjamin Otte <otte@gnome.org>
35117 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35118 use correct variable when determining amount of data to skip so we
35119 don't skip into the void and segfault
35121 2004-05-16 Benjamin Otte <otte@gnome.org>
35123 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35126 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35128 * gst/asfdemux/gstasfdemux.c:
35129 - fix a mem leak and always propagate tags
35130 - add WMV3 to known video codecs (but no decoder yet)
35131 - replace "surplus data" at end of audio header for what
35132 it is : codec specific data
35135 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35137 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35139 * gst-libs/gst/audio/audioclock.c:
35140 Fix wrong return type (#142205).
35142 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35144 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35145 Ignore CRCs by default (fixes #142566).
35147 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35149 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35150 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35151 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35152 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35153 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35154 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35155 Fix for cases where we fail to attach to a mixer.
35157 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35159 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35160 Don't touch events after not owning them anymore.
35161 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35162 (gst_wavparse_fmt), (gst_wavparse_other),
35163 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35164 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35165 (gst_wavparse_srcpad_event):
35166 * gst/wavparse/gstwavparse.h:
35167 Add seeking, fix querying.
35169 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35171 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35172 - process comments even if they don't end with \0\0
35173 g_convert would ignore them if present and works well without them
35175 2004-05-16 Benjamin Otte <otte@gnome.org>
35177 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35180 2004-05-16 Benjamin Otte <otte@gnome.org>
35182 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35183 don't write to memory we might not write to - g_convert does that
35184 for us anyway (fixes #142613)
35185 (gst_asf_demux_audio_caps):
35186 comment out gst_util_dump_mem
35188 2004-05-16 Benjamin Otte <otte@gnome.org>
35190 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35191 compute correct expected timestamps after seek (broken since
35193 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35194 rename element and debugging category to gdkpixbufscale
35196 2004-05-16 Benjamin Otte <otte@gnome.org>
35198 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35199 add error checking to snd_pcm_delay and remove duplicate call to
35200 snd_pcm_delay that caused issues (see inline code comments)
35201 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35202 make more readable and fix return value when snd_pcm_delay fails
35205 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35206 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35207 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35208 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35209 (gst_pixbufscale_link), (gst_pixbufscale_init),
35210 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35211 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35212 (gst_pixbufscale_get_property), (pixbufscale_init):
35213 * ext/gdk_pixbuf/pixbufscale.h:
35214 Add these files I forgot earlier
35216 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35217 * ext/gdk_pixbuf/Makefile.am:
35218 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35219 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35220 Add new pixbufscale element to scale RGB video
35221 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35222 and HYPER interpolation correctly.
35223 * ext/theora/theoraenc.c: (theora_enc_chain),
35224 Discard buffer and return if explicit caps could not be set
35225 (theora_enc_get_property):
35226 Make _get return kbps for the bitrate consistent with
35230 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35232 * ext/libvisual/visual.c: (gst_visual_chain):
35233 add missing visual_audio_analyze
35235 2004-05-14 David Schleef <ds@schleef.org>
35237 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35238 is killed while we're playing.
35239 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35240 gst_element_no_more_pads().
35242 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35244 * gst-libs/gst/riff/riff-read.c :
35245 - fix INFO tag extraction in RIFF/AVI files
35246 because gst_event_unref (event) also freed taglist
35249 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35251 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35252 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35254 * gst/auparse/gstauparse.c :
35255 - add code (commented for now) to support audio/x-adpcm on src pad
35256 (we have no decoder for those layout yet)
35258 * gst/cdxaparse/gstcdxaparse.c :
35259 * gst/cdxaparse/gstcdxaparse.h :
35260 - partial rewrite using RiffRead (ripped iain's wavparse code)
35262 * gst/rtp/gstrtpL16enc.c : typo
35263 * gst/rtp/gstrtpgsmenc.c : typo
35265 2004-05-13 Benjamin Otte <otte@gnome.org>
35268 check for exact version of libvisual, it's not supposed to be
35271 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35273 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35274 signal no-more-pads
35276 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35278 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35279 Report which format was used for GST_FORMAT_DEFAULT
35280 * gst/debug/Makefile.am:
35281 * gst/debug/gstdebug.c: (plugin_init):
35282 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35283 (gst_progressreport_class_init), (gst_progressreport_init),
35284 (gst_progressreport_report), (gst_progressreport_set_property),
35285 (gst_progressreport_get_property), (gst_progressreport_chain),
35286 (gst_progressreport_plugin_init):
35287 Add progressreport element for testing.
35289 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35291 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35292 * sys/v4l/gstv4lsrc.h:
35293 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35294 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35295 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35296 (gst_v4lsrc_grab_frame):
35298 send a discont at start
35300 2004-05-12 Colin Walters <walters@redhat.com>
35302 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35303 inflooping if we can't find a chunk. Or in other words, don't blow
35304 chunks if we don't have a chunk to blow.
35306 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35307 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35308 Remove old debug output
35309 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35310 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35311 (gst_dvdec_set_property), (gst_dvdec_get_property):
35312 Change the quality setting to an enum, so it works from gst-launch
35313 Don't renegotiate a non-linked pad. Allows audio only decoding.
35314 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35315 (gst_deinterlace_link), (gst_deinterlace_init):
35316 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35317 (gst_videodrop_link):
35318 Some caps negotiation fixes
35320 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35322 * ext/tarkin/gsttarkin.c :
35323 - Change RANK from NONE to PRIMARY
35324 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35325 - Change RANK from NONE to MARGINAL
35326 * ext/divx/gstdivxenc.c :
35327 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35329 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35331 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35332 (gst_vorbisenc_push_packet):
35333 copy a function that was added between 1.0 and 1.0.1 until we
35334 depend on worthwhile features of post-1.0
35336 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35339 enable shout2 by default
35340 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35341 (gst_shout2send_base_init), (gst_shout2send_init),
35342 (gst_shout2send_connect), (gst_shout2send_change_state):
35343 * ext/shout2/gstshout2.h:
35344 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35346 * ext/theora/theora.c: (plugin_init):
35347 don't set rank on encoders
35349 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35351 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35352 Use codec_data property instead of flag1 and flag2 for wma
35354 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35356 * gst/cdxaparse/gstcdxaparse.c :
35357 - Add mpegversion to CAPS to make it link
35358 - Rank is as GST_RANK_SECONDARY instead of NONE
35359 * gst/auparse/gstauparse.c :
35360 - Document all audio encoding we can encounter from Solaris 9
35361 headers and libsndfile information.
35362 - Increase max. rate from 48000 to 192000 (to match other elements)
35363 - Don't try to play junk data between header and samples
35365 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35367 * ext/libvisual/visual.c: (gst_visual_getcaps):
35368 use the right caps depending on endianness (I hope)
35369 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35370 use GST_RANK_NONE for all non-decoding elements or spider gets
35373 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35375 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35376 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35378 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35380 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35381 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35382 (gst_switch_loop), (gst_switch_get_type):
35383 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35384 HEADERS. Had to be said.
35386 2004-05-10 David Schleef <ds@schleef.org>
35388 * configure.ac: Add prototype Dirac support.
35390 * ext/dirac/Makefile.am:
35391 * ext/dirac/gstdirac.cc:
35392 * ext/dirac/gstdiracdec.cc:
35394 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35396 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35397 (gst_auparse_init), (gst_auparse_chain),
35398 (gst_auparse_change_state):
35399 Hack around spider. Remove me some day please.
35401 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35403 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35404 Fix for some uninitialized variables in previous patch, also
35405 makes it work. Fixes #142286 while we're at it.
35407 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35409 * gst/auparse/gstauparse.c:
35410 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35411 only unsupported formats are ADPCM/CCITT G.72x
35413 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35415 2004-05-10 Wim Taymans <wim@fluendo.com>
35417 * ext/vorbis/Makefile.am:
35418 * ext/vorbis/README:
35419 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35420 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35421 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35422 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35423 (gst_oggvorbisenc_convert_sink),
35424 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35425 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35426 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35427 (get_constraints_string), (update_start_message),
35428 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35429 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35430 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35431 * ext/vorbis/oggvorbisenc.h:
35432 * ext/vorbis/vorbis.c: (plugin_init):
35433 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35434 (raw_caps_factory), (gst_vorbisenc_class_init),
35435 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35436 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35437 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35438 * ext/vorbis/vorbisenc.h:
35439 Added a raw vorbis encoder to be used with the oggmuxer.
35440 We still need the old encoder for some gnome applications,
35441 read the README to find out how that works.
35442 The raw encoder is called "rawvorbisenc" until 0.9.
35444 2004-05-10 Wim Taymans <wim@fluendo.com>
35446 * ext/ogg/gstogg.c: (plugin_init):
35447 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35449 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35450 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35451 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35452 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35453 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35454 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35455 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35456 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35457 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35458 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35459 Added an ogg muxer.
35460 Small typo fixes in the demuxer.
35462 2004-05-10 Wim Taymans <wim@fluendo.com>
35464 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35465 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35466 (theora_enc_change_state), (theora_enc_set_property),
35467 (theora_enc_get_property):
35468 Mark the last packet with an EOS flag which is not really needed
35470 Do some better video framerate initialisation.
35471 Update the buffer timestamp.
35473 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35475 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35476 Return the result of the parent state change call
35478 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35480 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35481 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35482 * gst/law/alaw-encode.c : (idem)
35483 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35484 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35485 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35487 2004-05-09 Benjamin Otte <otte@gnome.org>
35489 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35490 don't use a fixed buffer size when writing variable length data to
35491 it. Fixes memory corruption and makes alsasrc work
35493 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35495 * ext/gnomevfs/gstgnomevfssink.c:
35496 (_gst_boolean_allow_overwrite_accumulator),
35497 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35498 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35499 RUN_LAST, and don't use that to set the accumulator value because
35500 then it's always FALSE.
35502 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35504 * gst-libs/gst/riff/riff-media.c:
35505 (gst_riff_create_video_caps_with_data),
35506 (gst_riff_create_audio_caps),
35507 (gst_riff_create_audio_template_caps):
35508 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35509 Fix for unaligned RIFF files (i.e. where all the chunks together
35510 in a LIST chunk are not of the same size as the size given in
35511 the LIST chunk header). Fixes several odd WAVE files. Also fix
35512 ADPCM (block_align property) in audio, so that wavparse based
35513 on this works now as it used to stand-alone.
35515 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35517 reviewed by Benjamin Otte <otte@gnome.org>
35519 * ext/a52dec/gsta52dec.c:
35520 * ext/divx/gstdivxdec.c:
35521 * ext/divx/gstdivxenc.c:
35522 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35523 * ext/faac/gstfaac.c: (gst_faac_base_init):
35524 * ext/faad/gstfaad.c: (gst_faad_base_init):
35525 * ext/ivorbis/vorbisfile.c:
35526 * ext/lame/gstlame.c:
35527 * ext/libfame/gstlibfame.c:
35528 * ext/mpeg2enc/gstmpeg2enc.cc:
35529 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35530 * ext/sidplay/gstsiddec.cc:
35531 * ext/speex/gstspeexdec.c:
35532 * ext/speex/gstspeexenc.c:
35533 * ext/xvid/gstxviddec.c:
35534 * ext/xvid/gstxvidenc.c:
35535 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35538 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35540 * ext/alsa/gstalsa.c: (device_list),
35541 (gst_alsa_class_probe_devices):
35542 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35543 Fix alsa oddness in mixer after the combination of using mixer
35544 in source/sink elements and using hw:x,y instead of just hw:x.
35546 2004-05-09 Benjamin Otte <otte@gnome.org>
35548 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35549 (gst_wavparse_create_sourcepad):
35550 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35553 2004-05-09 Benjamin Otte <otte@gnome.org>
35555 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35556 allow discont events before caps nego
35558 2004-05-08 Benjamin Otte <otte@gnome.org>
35560 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35563 2004-05-08 Benjamin Otte <otte@gnome.org>
35565 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35566 (gst_level_change_state), (gst_level_init):
35567 * gst/level/gstlevel.h:
35568 figure out if we're initialized directly instead of keeping a
35569 variable that's wrong in 90% of cases
35570 don't initialize pads and then leak them and use a new unitialized
35571 pad. (fixes #142084)
35572 these were bugs so n00bish I didn't find them for an hour :/
35574 2004-05-08 Iain <iain@prettypeople.org>
35576 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35577 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35578 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35579 return the length that was read.
35580 (gst_riff_read_strf_auds): Allow fmt tags as well.
35582 2004-05-07 David Schleef <ds@schleef.org>
35584 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35585 signed char assumption in faad.h.
35587 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35589 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35590 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35592 2004-05-07 Colin Walters <walters@redhat.com>
35594 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35595 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35597 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35598 Add dispose function.
35600 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
35601 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35602 Fix caps nego and pad templates. RGB mode caps should
35604 * ext/dvdnav/gst-dvd:
35605 Move mpeg2dec inside the thread because otherwise the
35606 queue rejects cap changes mid-stream
35607 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35608 (gst_mpeg2dec_flush_decoder):
35609 For mpeg2dec > 0.4.0, call the flush function instead of
35610 manually extracting all in-flight frames.
35611 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35612 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35613 Change mime type video/dv go video/x-dv to match the
35614 rest of gst-plugins
35616 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35618 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35619 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35620 (gst_alsa_sink_class_init):
35621 * ext/alsa/gstalsasink.h:
35622 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35623 (gst_alsa_src_class_init):
35624 * ext/alsa/gstalsasrc.h:
35625 Make alsasink/src a subclass of alsamixer so that mixer stuff
35626 shows up in gst-rec. Needs some finetuning.
35628 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
35630 * ext/lame/gstlame.c: (gst_lame_chain):
35632 * ext/mad/gstmad.c: (gst_mad_handle_event):
35634 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35635 be able to detect mp3 files < 4096 bytes
35637 2004-05-06 Wim Taymans <wim@fluendo.com>
35639 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35640 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35641 (theora_enc_set_property), (theora_enc_get_property):
35642 Also encode the first frame, cleanup some code.
35644 2004-05-06 Wim Taymans <wim@fluendo.com>
35646 * ext/mpeg2enc/gstmpeg2enc.cc:
35647 Forward events first before deciding that negotiation was
35650 2004-05-06 Wim Taymans <wim@fluendo.com>
35652 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35653 First process the events before deciding that negotiation
35656 2004-05-06 Wim Taymans <wim@fluendo.com>
35658 * ext/theora/Makefile.am:
35659 * ext/theora/theora.c: (plugin_init):
35660 * ext/theora/theoradec.c: (theora_dec_change_state):
35661 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35662 (gst_theora_enc_class_init), (gst_theora_enc_init),
35663 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35664 (theora_enc_chain), (theora_enc_change_state),
35665 (theora_enc_set_property), (theora_enc_get_property):
35666 Added a theora encoder, grouped the encoder and decoder into the
35669 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
35671 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35672 (gst_jpegenc_chain):
35673 fix DURATION on outgoing buffers
35674 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35675 debug using time formats
35676 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35677 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35678 (gst_xvimagesink_sink_link):
35679 windows with width/height 0 generate X errors, so don't allow them
35681 2004-05-05 Wim Taymans <wim@fluendo.com>
35683 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35684 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35685 (gst_mpeg2dec_negotiate_format):
35686 * ext/mpeg2dec/gstmpeg2dec.h:
35687 removed the static pad template so that we can add the
35688 more accurate framerate value to the caps.
35691 2004-05-04 Benjamin Otte <otte@gnome.org>
35694 check for kdemacros.h, too (should fix #141821)
35695 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35696 don't crash if no header was sent, but nicely error out (fixes part
35699 2004-05-04 Wim Taymans <wim@fluendo.com>
35701 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35702 parent dispose function to avoid segfault on destroy.
35704 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
35706 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35708 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35709 (gst_xvimagesink_sink_link):
35710 clean up debugging caps
35711 also recreate xvimage when format has changed
35713 2004-05-04 Benjamin Otte <otte@gnome.org>
35715 * ext/libvisual/Makefile.am:
35716 * ext/libvisual/visual.c: (gst_visual_class_init),
35717 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35718 (gst_visual_srclink), (gst_visual_chain),
35719 (gst_visual_change_state), (plugin_init):
35720 use a GstAdapter to correctly adapt buffer sizes - allows using a
35723 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35725 * sys/v4l/gstv4lelement.h:
35726 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35727 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35728 (gst_v4lsrc_buffer_free):
35729 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35730 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35731 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35732 (gst_v4lsrc_requeue_frame):
35733 move some debugging categories around
35734 query for fps index and set accordingly if found
35736 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35738 * ext/lame/gstlame.c:
35739 correct defaults that lame_init puts out of range
35741 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35743 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35744 (gst_divxenc_class_init):
35745 fix range since -1 is the default
35746 * gst/mpeg1sys/gstmpeg1systemencode.c:
35747 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35748 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35749 (gst_rtjpegdec_chain):
35750 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35751 (gst_rtjpegenc_chain):
35752 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35753 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35754 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35755 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35756 * sys/v4l/gstv4lsrc.c:
35757 * sys/v4l/v4l_calls.c: (gst_v4l_open):
35758 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35759 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35760 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35761 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35762 remove gst_info calls
35764 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35773 Updated translations
35775 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35777 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35778 refactor/comment code
35780 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
35782 * gst/asfdemux/Makefile.am:
35783 * gst/asfdemux/asfheaders.c:
35784 * gst/asfdemux/asfheaders.h:
35785 * gst/asfdemux/gstasf.c: (plugin_init):
35786 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35787 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35788 (gst_asf_demux_setup_pad):
35789 * gst/asfdemux/gstasfdemux.h:
35790 * gst/asfdemux/gstasfmux.c:
35791 * gst/asfdemux/gstasfmux.h:
35792 Add tagging support to demuxer, split out registration in its own
35793 file instead of in demux (hacky), and prevent having some tables
35794 in our memory multiple times (in asfheaders.h).
35796 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
35798 * gst/matroska/matroska-demux.c:
35799 (gst_matroska_demux_parse_metadata):
35800 * gst/matroska/matroska-ids.h:
35801 Basic tag reading support.
35803 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
35805 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35806 Really detect ac-3 audio.
35807 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35808 really detect matroska files (off-by-1).
35810 2004-04-30 David Schleef <ds@schleef.org>
35812 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35813 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35814 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35815 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35816 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35817 hackage -- parse a lot more atoms, extract a few tags. One might even
35818 mistake this for tag support. Maybe it is.
35819 * gst/qtdemux/qtdemux.h:
35821 2004-04-30 Colin Walters <walters@verbum.org>
35823 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35825 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
35827 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35828 (gst_ffmpegcolorspace_getcaps):
35829 remove broken nego fix
35831 2004-04-30 Benjamin Otte <otte@gnome.org>
35835 * ext/libvisual/Makefile.am:
35836 * ext/libvisual/visual.c:
35837 add initial support for libvisual (http://libvisual.sourceforge.net)
35838 libvisual is still quite alpha, so expect crashes in there :)
35840 2004-04-29 David Schleef <ds@schleef.org>
35842 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35843 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35844 up qtdemux to make it spit out codec_data. Do _not_ look at this
35845 code; you will no longer respect me.
35847 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35849 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35850 * ext/alsa/gstalsa.h :
35851 change alsa pcm device discovery to find more than 1 device
35852 per card. code review by Ronald.
35854 2004-04-29 David Schleef <ds@schleef.org>
35856 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35857 Add a check for a driver bug on FreeBSD. (bug #140565)
35859 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
35861 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35862 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35863 (gst_jpegenc_getcaps):
35864 move format setting to inner loop
35865 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35866 (gst_ffmpegcolorspace_getcaps):
35867 use GST_PAD_CAPS if available so that we use already negotiated
35869 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35870 (qtdemux_parse_moov), (qtdemux_parse):
35872 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35873 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35874 move hardcoded path to DEFINE
35876 2004-04-28 David Schleef <ds@schleef.org>
35878 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
35881 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35883 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35884 Don't probe for playback device if we're a source element. Fixes
35887 2004-04-29 Benjamin Otte <otte@gnome.org>
35889 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35890 (gst_id3_tag_chain):
35891 rewrite buffer offset
35893 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35897 * ext/dts/Makefile.am:
35898 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35899 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35900 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35901 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35902 (gst_dtsdec_loop), (gst_dtsdec_change_state),
35903 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35905 * ext/dts/gstdtsdec.h:
35907 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35908 (gst_faad_srcconnect):
35909 Add ESDS atom handling (.m4a).
35911 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35913 * ext/divx/gstdivxdec.c: (plugin_init):
35914 Remove comment that makes no sense.
35915 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35916 Fix for obvious typo that resulted in warnings during gst-register.
35917 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35918 (gst_xviddec_sink_link):
35919 Fix caps negotiation a bit better.
35920 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35921 We call this 'codec_data', not 'esds'.
35923 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
35925 * gst/monoscope/gstmonoscope.c:
35926 make sure we only provide 256x128
35927 * gst/monoscope/monoscope.c: (monoscope_init):
35928 assert size of 256x128
35930 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35933 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35934 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35935 fixate to max width and height of device
35937 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35940 * sys/v4l/gstv4l.c:
35941 * sys/v4l/gstv4lsrc.c:
35942 * sys/v4l/v4l_calls.c:
35943 * sys/v4l/v4lsrc_calls.c:
35944 fix for qc-usb driver which fakes having more than one buffer
35945 by handing the same buffer twice, which confused GStreamer's/v4lsrc
35946 buffer_free override
35949 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35952 * gst/videotestsrc/gstvideotestsrc.c:
35953 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35954 (gst_videotestsrc_init), (gst_videotestsrc_get),
35955 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35956 * gst/videotestsrc/gstvideotestsrc.h:
35957 add num-buffers property
35959 2004-04-26 Benjamin Otte <otte@gnome.org>
35961 * ext/mad/gstid3tag.c: (plugin_init):
35962 set id3mux rank to NONE so it doesn't confuse spider
35963 require audio/mpeg,mpegversion=1 in id3mux
35965 2004-04-26 Benjamin Otte <otte@gnome.org>
35968 detect faad correctly as non-working if it's indeed non-working
35970 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
35973 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35974 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35975 fix _getcaps so it only negotiates to its supported format
35977 2004-04-25 Benjamin Otte <otte@gnome.org>
35979 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35982 2004-04-23 Benjamin Otte <otte@gnome.org>
35984 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35985 audio/x-raw-int with height rules! not. Now it's depth.
35987 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
35989 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35990 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35991 (gst_wavparse_loop):
35992 Missing variable initialization. Add handling of DVI ADPCM. Fix
35993 mis-parsing of LIST chunks. This works around a bug where we mis-
35994 parse non-aligning LIST chunks (so LIST chunks where the contents
35995 don't align with the actual LIST size). The correct fix is to use
35996 rifflib, I'm not going to fix wavparse - too much work. All this
35999 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36001 reviewed by Benjamin Otte <otte@gnome.org>
36003 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36004 fix shoutcast not working (fixes #140844)
36006 2004-04-22 Benjamin Otte <otte@gnome.org>
36008 * ext/hermes/gsthermescolorspace.c:
36009 (gst_hermes_colorspace_caps_remove_format_info):
36010 * gst/colorspace/gstcolorspace.c:
36011 (gst_colorspace_caps_remove_format_info):
36012 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36013 (gst_ffmpegcolorspace_caps_remove_format_info):
36014 s/gst_caps_simplify/gst_caps_do_simplify/
36016 2004-04-22 Benjamin Otte <otte@gnome.org>
36018 * gst-libs/gst/riff/riff-media.c:
36019 (gst_riff_create_video_caps_with_data):
36020 mpegversion is an int
36021 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36022 don't try to create pad templates with NULL caps, use any caps
36025 2004-04-20 David Schleef <ds@schleef.org>
36027 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36028 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36031 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36033 reviewed by David Schleef
36035 * ext/mad/gstid3tag.c: Add stdlib.h
36036 * gst/rtp/gstrtpgsmenc.c: same
36037 * gst/tags/gstid3tag.c: same
36038 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36039 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36040 GST_DISABLE_LOADSAVE use.
36041 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36042 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36043 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36045 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36046 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36048 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36049 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36051 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36054 2004-04-20 David Schleef <ds@schleef.org>
36056 * gst/realmedia/rmdemux.c: This was supposed to part of the
36057 last checkin. Same idea.
36059 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36061 reviewed by David Schleef
36063 * configure.ac: bump required gstreamer version to 0.8.1.1
36064 because of following changes [--ds]
36066 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36067 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36068 (gst_riff_read_header): Use GST_READ_UINT*
36069 macros to access possibly unaligned memory.
36071 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36072 (mp3_type_find): Use GST_READ_UINT*
36073 macros to access possibly unaligned memory.
36074 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36075 (speex_type_find): Likewise
36077 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36079 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36080 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36081 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36082 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36083 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36084 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36085 macros to access possibly unaligned memory.
36087 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36090 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36091 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36093 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36096 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36097 (gst_mpeg2subt_chain_subtitle): Likewise.
36099 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36100 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36103 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36106 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36109 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36112 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36115 update required version of GStreamer because of GST_TIME_FORMAT
36117 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36119 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36120 remove leftover g_print
36121 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36122 don't try setting only a subset of the caps. We don't want to kill
36123 autoplugging on purpose
36125 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36127 * sys/ximage/ximagesink.c: (plugin_init):
36128 * sys/xvimage/xvimagesink.c: (plugin_init):
36129 add debugging categories
36131 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36135 Adding en_GB translation (Gareth Owen)
36137 2004-04-20 David Schleef <ds@schleef.org>
36139 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36140 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36141 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36142 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36143 A number of new features and hacks to extract the esds atom and
36144 put it into the caps. (bug #137724)
36146 2004-04-19 David Schleef <ds@schleef.org>
36148 * gconf/Makefile.am: Fix for non-GNU make
36149 * gst-libs/gst/Makefile.am: Change directory order to handle
36150 GstPlay linking with gstinterfaces
36151 * gst-libs/gst/audio/make_filter: make use of tr portable
36152 * gst-libs/gst/play/Makefile.am: Add intended \
36153 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36154 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36155 function prototype instead of void *.
36156 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36158 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36159 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36160 * gst/videofilter/make_filter: make use of tr portable
36161 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36163 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36167 Added Ukrainian translation (Maxim V. Dziumanenko)
36169 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36171 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36172 (gst_gsmdec_link), (gst_gsmdec_chain):
36173 Fix capsnego, simplify chain function slightly.
36174 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36177 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36179 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36180 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36181 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36182 Hack to make wavparse work with spider (always -> sometimes pad).
36183 Fixes #135862 && #140411.
36185 2004-04-18 Benjamin Otte <otte@gnome.org>
36187 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36188 (gst_osselement_rate_probe_check),
36189 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36190 get rid of \n in debug output
36192 2004-04-17 Iain <iain@prettypeople.org>
36194 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36197 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36199 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36200 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36201 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36202 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36203 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36204 (gst_id3_tag_change_state), (plugin_init):
36205 deprecate id3tag element and replace with id3demux/id3mux.
36206 great side effect: this ugly file is now even uglier, yay!
36207 * ext/mad/gstmad.h:
36208 remove non-available function
36209 update for new get_type
36211 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36214 require mpeg2dec >= 0.4.0
36216 2004-04-17 Benjamin Otte <otte@gnome.org>
36218 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36219 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36220 (gst_xvimagesink_set_xwindow_id):
36221 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36222 assorted cleanup fixes.
36224 2004-04-16 David Schleef <ds@schleef.org>
36226 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36227 * sys/xvimage/xvimagesink.h: same
36229 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36231 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36232 Fix GST_ELEMENT_ERROR with (NULL)
36234 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36236 * gst-libs/gst/riff/riff-media.c:
36237 (gst_riff_create_video_caps_with_data):
36238 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36240 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36242 * gst-libs/gst/riff/riff-media.c:
36243 (gst_riff_create_video_caps_with_data),
36244 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36245 (gst_riff_create_video_template_caps),
36246 (gst_riff_create_audio_template_caps):
36247 * gst-libs/gst/riff/riff-media.h:
36248 * gst-libs/gst/riff/riff-read.c:
36249 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36250 * gst-libs/gst/riff/riff-read.h:
36251 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36252 Add MS RLE support. I added some functions to read out strf chunks
36253 into strf chunks and the data behind it. This is usually color
36254 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36255 caps creation. Lastly, add ADPCM (similar to wavparse - which
36256 should eventually be rifflib based).
36257 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36258 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36259 * gst/matroska/matroska-demux.h:
36260 Remove placeholders for some prehistoric tagging system. Didn't add
36261 support for any tag system really anyway.
36262 * gst/qtdemux/qtdemux.c:
36263 Add support for audio/x-m4a (MPEG-4) through spider.
36264 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36265 (gst_wavparse_loop):
36266 ADPCM support (#135862). Increase max. buffer size because we
36267 cannot split buffers for ADPCM (screws references) and I've seen
36268 files with 2048 byte chunks. 4096 seems safe for now.
36270 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36272 * configure.ac: bump nano to 1
36274 === release 0.8.1 ===
36276 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36278 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36280 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36282 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36283 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36286 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36288 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36289 lower rank of dvddemux so that it's not used for mpeg playback.
36291 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36294 save libs correctly when checking mad
36296 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36298 * ext/mad/gstid3tag.c: (plugin_init):
36299 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36301 2004-04-13 David Schleef <ds@schleef.org>
36303 * common/m4/gst-feature.m4: Call -config scripts with
36304 --plugin-libs if it is supported.
36305 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36306 JPEG images are image/jpeg.
36307 * gst/debug/Makefile.am:
36308 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36309 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36310 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36311 (gst_negotiation_plugin_init): Add a property that acts like
36313 * testsuite/gst-lint: Move license checking to be a standard
36316 2004-04-13 David Schleef <ds@schleef.org>
36318 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36319 patch from Sebastien Cote (bug #139958)
36321 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36323 * examples/gstplay/Makefile.am:
36324 * examples/gstplay/player.c: (main):
36325 make the commandline player example use gconf settings
36327 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36329 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36330 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36331 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36332 init/end library during state transition, not object
36333 creation/disposal. get rid of custom dispose handler.
36336 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36338 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36341 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36343 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36344 Handle JUNK chunks inside data section. Prevents warnings.
36346 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36348 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36349 (gst_riff_create_video_template_caps):
36351 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36352 (gst_avi_demux_stream_data):
36353 Add support for "rec-list" chunks.
36355 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36357 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36358 Fix another codecname mismatch.
36360 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36362 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36363 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36364 so that MJPEG plays back.
36366 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36368 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36369 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36370 * gst/mpeg1videoparse/gstmp1videoparse.h:
36371 Fix for some slight mis-cuts in buffer parsing, and for some
36372 potential overflows or faults-causers. Adds disconts. Also fixes
36373 #139105 while we're at it.
36375 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36378 * sys/v4l2/gstv4l2element.h:
36379 Workaround for missing struct v4l2_buffer declaration in Suse 9
36380 and Mandrake 10 linux/videodev2.h header file (#135919).
36382 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36384 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36385 Bail out if no filename was given.
36387 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36389 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36390 (gst_v4l2_fourcc_from_structure):
36391 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36394 2004-04-09 Benjamin Otte <otte@gnome.org>
36396 * ext/gnomevfs/gstgnomevfssink.c:
36397 (_gst_boolean_allow_overwrite_accumulator),
36398 (gst_gnomevfssink_class_init):
36399 fix erase signal - if any handler returns false the file will not be
36400 overwritten. If no handler is connected, the file will not be
36401 overwritten either.
36402 renamed signal to "allow-overwrite"
36403 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36404 free string when adding it to ID3 failed
36405 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36406 unref event when done
36407 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36409 * gst/typefind/gsttypefindfunctions.c:
36410 (mpeg_video_stream_type_find):
36413 2004-04-08 David Schleef <ds@schleef.org>
36415 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36416 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36418 2004-04-08 David Schleef <ds@schleef.org>
36420 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36421 we don't support (bug #139532)
36423 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36425 * ext/mad/gstmad.c: (gst_mad_handle_event),
36426 (gst_mad_check_caps_reset), (gst_mad_chain),
36427 (gst_mad_change_state):
36428 only set explicit caps if they haven't been set before for
36429 this stream. MPEG-audio sample rate/channels aren't allowed
36430 to change in-stream.
36433 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36435 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36436 (_gst_boolean_did_something_accumulator),
36437 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36438 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36439 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36440 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36441 (gst_gnomevfssink_change_state):
36442 Fix erase signal. Don't erase by default. Remove handoff signal.
36443 Remove erase property. Don't segfault. General cleanup.
36445 2004-04-07 Benjamin Otte <otte@gnome.org>
36447 * gst-libs/gst/gconf/test-gconf.c: (main):
36448 add missing gst_init
36450 2004-04-07 Benjamin Otte <otte@gnome.org>
36452 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36453 free the mutexes, too
36455 2004-04-07 Benjamin Otte <otte@gnome.org>
36457 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36458 actually free the URI string
36459 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36460 compute offset correctly when passing discont events
36461 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36462 don't leak discont events
36463 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36464 add some missing breaks so caps aren't copied randomly
36465 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36466 if we realloc memory, we better use it
36468 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36470 * ext/mad/gstmad.c: (normal_seek):
36471 fix GST_FORMAT_TIME usage
36473 2004-04-05 David Schleef <ds@schleef.org>
36475 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36476 a deprecated function (hack!)
36478 2004-04-05 Benjamin Otte <otte@gnome.org>
36480 * ext/esd/esdmon.c: (gst_esdmon_get):
36481 fix nonterminated vararg and memleak
36483 2004-04-05 Benjamin Otte <otte@gnome.org>
36485 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36486 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36487 (gst_ladspa_set_property), (gst_ladspa_get_property),
36488 (gst_ladspa_instantiate), (gst_ladspa_activate),
36489 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36492 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36494 reviewed by Benjamin Otte <otte@gnome.org>
36496 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36497 check for broken LADSPA parameters (fixes #138635)
36499 2004-04-05 Benjamin Otte <otte@gnome.org>
36501 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36502 advertise buffer-frames correctly on sinkpads
36504 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36506 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36507 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36508 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36509 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36510 (gst_mad_check_caps_reset), (gst_mad_chain):
36511 add more debugging, only reset caps when we're not in error state
36513 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36515 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36517 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36519 reviewed by Benjamin Otte <otte@gnome.org>
36522 fix == in test(1) operator
36524 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36526 reviewed by Benjamin Otte <otte@gnome.org>
36529 fix --export-symblos-regex to a working regex.
36531 2004-04-04 Benjamin Otte <otte@gnome.org>
36533 * sys/oss/.cvsignore:
36536 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36538 reviewed by Benjamin Otte <otte@gnome.org>
36540 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36541 add missing 'new_media' argument (fixes #138168)
36542 * gst/matroska/matroska-demux.c:
36543 (gst_matroska_demux_handle_seek_event):
36544 add vararg terminator (fixes #138169)
36546 2004-04-02 David Schleef <ds@schleef.org>
36548 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36549 disted (bug #138914)
36551 2004-04-01 Benjamin Otte <otte@gnome.org>
36553 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36554 (gst_alsa_close_audio):
36555 handle case better where a soundcard can't pause
36556 * ext/ogg/gstoggdemux.c:
36557 don't crash when we get events but don't have pads yet
36559 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36561 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36562 throw an error if we couldn't probe any caps.
36564 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36566 * ext/dvdnav/gst-dvd:
36567 Add a really simple sample DVD player
36569 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36571 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36572 (gst_a52dec_push), (gst_a52dec_handle_event),
36573 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36574 (gst_a52dec_change_state):
36575 * ext/a52dec/gsta52dec.h:
36576 Use a debug category, Output timestamps correctly
36577 Emit tag info, Handle events, tell liba52dec about cpu
36578 capabilities so it can use MMX etc.
36579 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36580 Fix a crasher accessing invalid memory
36581 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36582 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36583 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36584 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36586 Some support for byte-format seeking.
36587 Small fixes for still frames and menu button overlays
36588 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36589 (gst_mpeg2dec_alloc_buffer):
36590 Use a debug category. Adjust the report level of several items to
36591 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36592 so it doesn't lose the GstBuffer pointer
36593 * gst/debug/Makefile.am:
36594 * gst/debug/gstdebug.c: (plugin_init):
36595 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36596 (gst_navseek_base_init), (gst_navseek_class_init),
36597 (gst_navseek_init), (gst_navseek_seek),
36598 (gst_navseek_handle_src_event), (gst_navseek_set_property),
36599 (gst_navseek_get_property), (gst_navseek_chain),
36600 (gst_navseek_plugin_init):
36601 * gst/debug/gstnavseek.h:
36602 Add the navseek debug element for seeking back and forth in a
36603 video stream using arrow keys.
36604 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36605 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36606 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36607 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36608 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36609 (gst_mpeg2subt_parse_header), (gst_get_nibble),
36610 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36611 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36612 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36613 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36614 * gst/mpeg2sub/gstmpeg2subt.h:
36615 Pretty much a complete rewrite. Now a loopbased element. May still
36616 require work to properly synchronise subtitle buffers.
36617 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36618 (gst_dvd_demux_send_subbuffer):
36619 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36620 Don't attempt to create subbuffers of size 0
36621 Reduce a couple of error outputs to warnings.
36622 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36623 (gst_y4mencode_chain):
36624 Output the y4m frame header correctly.
36626 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36628 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36629 throw errors instead of allowing SIGFPE
36631 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36633 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36634 (gst_gconf_render_bin_from_key):
36635 leak plugging and style fixing
36637 2004-03-31 David Schleef <ds@schleef.org>
36639 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36640 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36642 * gst/debug/Makefile.am:
36643 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36644 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
36646 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36647 (gst_negotiation_base_init), (gst_negotiation_class_init),
36648 (gst_negotiation_init), (gst_negotiation_getcaps),
36649 (gst_negotiation_pad_link), (gst_negotiation_chain),
36650 (gst_negotiation_set_property), (gst_negotiation_get_property),
36651 (gst_negotiation_plugin_init): New element to talk about random
36652 negotiation things happening in a pipeline.
36654 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36656 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36657 fix integer addition with help of Stefan Kost
36659 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36661 * po/nl.po: updated Dutch translation (Elros Cyriatan)
36663 2004-03-30 David Schleef <ds@schleef.org>
36665 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36666 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
36667 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36669 * ext/mpeg2dec/gstmpeg2dec.h:
36671 2004-03-30 David Schleef <ds@schleef.org>
36673 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36675 2004-03-30 David Schleef <ds@schleef.org>
36677 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
36678 Michael Petullo) to handle .mov
36680 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36682 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36683 (gst_osselement_rate_check_rate):
36684 probe caps correctly for sound cards that only support one format
36686 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36688 * ext/kio/kiosrc.cpp: (process_events):
36689 update handling event processing if inside KDE - untested
36691 2004-03-29 David Schleef <ds@schleef.org>
36693 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36694 by 2 to not interfere with other colorspaces.
36695 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36696 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36697 one to not interfere with ffmpeg_colorspace.
36699 2004-03-29 David Schleef <ds@schleef.org>
36701 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36702 aren't in the caps.
36703 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36704 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36706 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36708 * gst-libs/gst/riff/riff-media.c:
36709 fail on error, don't try to set stuff on NULL caps
36711 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36715 * ext/kio/Makefile.am:
36716 * ext/kio/kioreceiver.cpp:
36717 * ext/kio/kioreceiver.h:
36718 * ext/kio/kiosrc.cpp:
36719 * ext/kio/kiosrc.h:
36720 add experimental kiosrc plugin
36721 * ext/alsa/gstalsaplugin.c: (plugin_init):
36722 initialize debugging category only when we're sure registering the
36725 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36727 * examples/gstplay/player.c: (main):
36728 * gst-libs/gst/play/play.c: (gst_play_class_init),
36729 (gst_play_set_location), (gst_play_set_data_src),
36730 (gst_play_set_video_sink), (gst_play_set_audio_sink),
36731 (gst_play_set_visualization), (gst_play_connect_visualization):
36732 check return values of element_set_state and return FALSE where
36735 2004-03-29 Benjamin Otte <otte@gnome.org>
36737 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36738 try harder to check if an event is really a discont
36740 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36742 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36745 2004-03-28 Benjamin Otte <otte@gnome.org>
36747 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36748 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36749 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36750 get rid of non-standard "..." ranges in case statements.
36752 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
36754 * gst/mpegstream/gstmpegdemux.c:
36755 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36756 specific functionality split to the new dvddemux element.
36757 * gst/mpegstream/gstdvddemux.c:
36758 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36759 streams, derived from mpegdemux.
36760 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36761 up. SCR based timestamp rewriting can be turned off (will probably
36762 completely disappear soon).
36763 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36764 hacking. General cleanup. All printf statements replaced by
36765 debugging messages. Almost complete libdvdnav support.
36766 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36767 by events. New properties for audio and subpicture languages.
36768 (dvdnavsrc_update_highlight): Now uses events.
36769 (dvdnavsrc_user_op): Cleaned up.
36770 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36771 based). Lots of cleanup, and propper support for most libdvdnav
36773 (dvdnavsrc_make_dvd_event): New function.
36774 (dvdnavsrc_make_dvd_nav_packet_event): New function.
36775 (dvdnavsrc_make_clut_change_event): New function.
36777 2004-03-26 Benjamin Otte <otte@gnome.org>
36779 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36780 fix bug where typefinding would claim it's theora whenever less then
36781 7 bytes of data were available
36783 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
36785 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36786 (gst_alawdec_base_init), (gst_alawdec_class_init),
36787 (gst_alawdec_init), (gst_alawdec_chain):
36788 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36789 (gst_alawenc_base_init), (gst_alawenc_class_init),
36790 (gst_alawenc_init), (gst_alawenc_chain):
36791 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36792 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36793 (gst_mulawdec_init), (gst_mulawdec_chain):
36794 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36795 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36796 (gst_mulawenc_init), (gst_mulawenc_chain):
36797 Fix capsnego in all four, remove the unused property functions and
36798 simplify the chain functions slightly. I guess we could use macros
36799 or something similar for those, since the code is so similar, but
36800 I'm currently too lazy...
36802 2004-03-24 David Schleef <ds@schleef.org>
36804 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36805 (gst_osselement_close_audio), (gst_osselement_probe_caps),
36806 (gst_osselement_get_format_structure),
36807 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36808 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36809 (gst_osselement_rate_int_compare): Add code to handle rate probing
36811 * sys/oss/gstosselement.h: same
36812 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36813 Use rate probing provided by osselement.
36814 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36816 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
36818 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36819 (gst_xvidenc_get_property):
36822 2004-03-24 David Schleef <ds@schleef.org>
36824 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36825 (gst_speexdec_init):
36826 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36827 (gst_speexenc_init): Create the pad template correctly (from
36828 the static pad template, not a NULL pointer.)
36830 2004-03-25 Benjamin Otte <otte@gnome.org>
36832 * gst/debug/Makefile.am:
36833 * gst/debug/breakmydata.c:
36834 add element that quasi-randomly changes bytes in the stream.
36835 Intended use is robustness checking of demuxers and decoders in
36838 2004-03-24 Benjamin Otte <otte@gnome.org>
36840 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36841 (gst_alsa_probe_hw_params):
36842 * ext/alsa/gstalsa.h:
36843 debugging output fixes
36845 2004-03-24 Benjamin Otte <otte@gnome.org>
36847 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36848 don't g_return_if_fail if element is PLAYING, fail silently as every
36850 * gst/effectv/gstquark.c: (gst_quarktv_chain):
36851 only fix needed for cast lvalue issues in gst-plugins
36852 * gst/volenv/gstvolenv.c: (gst_volenv_init):
36855 2004-03-24 Benjamin Otte <otte@gnome.org>
36857 * gst/level/gstlevel.c: (gst_level_init):
36858 add proxying getcaps function, so level doesn't advertise impossible
36861 2004-03-24 David Schleef <ds@schleef.org>
36863 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36864 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36865 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36866 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36867 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36868 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36869 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36870 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36871 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
36872 messages. Divide the chunk size by the compression ratio
36873 (needed for MACE audio)
36875 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36877 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36878 Fix buffer overflow read error.
36880 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36882 * ext/alsa/gstalsa.h:
36883 Remove unused entry.
36884 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36886 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36887 (gst_videodrop_link), (gst_videodrop_chain):
36888 Fix, sort of. Was horribly broken with new capsnego. Bah...
36890 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
36892 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36894 Add a monkeysaudio typefind function
36896 2004-03-23 Johan Dahlin <johan@gnome.org>
36898 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36899 (gst_play_video_fixate): Check so the structure has the field
36900 before trying to fixate them, this makes it possible to have
36901 fakesinks for video and audio output without printing errors on
36902 the output console.
36904 2004-03-22 David Schleef <ds@schleef.org>
36906 * sys/oss/Makefile.am:
36907 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36908 (check_rate), (add_rate): Rate probing test app.
36910 2004-03-21 Benjamin Otte <otte@gnome.org>
36912 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36913 (_fixate_caps_to_int), (gst_audio_convert_fixate):
36914 add a fixation function that pretty much does the right thing (fixes
36917 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
36919 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36921 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
36923 reviewed by: Benjamin Otte <otte@gnome.org>
36925 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36926 terminate gst_event_new_discontinuous correctly (fixes parts of
36929 2004-03-19 David Schleef <ds@schleef.org>
36931 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
36932 since it doesn't depend on X, and it's part of our ABI.
36934 2004-03-19 Iain <iain@prettypeople.org>
36936 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36937 is_int in the structure, not the local variable.
36939 2004-03-19 David Schleef <ds@schleef.org>
36941 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36942 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36943 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36944 Improvements in caps negotiation.
36946 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36950 adding Afrikaans (Petri Jooste)
36952 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36954 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36955 (gst_ffmpegcolorspace_chain):
36956 throw error instead of g_critical (#137588)
36958 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36962 dist common and m4 correctly
36965 2004-03-17 David Schleef <ds@schleef.org>
36967 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
36970 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
36974 adding Swedish translation (Christian Rose)
36976 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
36978 * Makefile.am: use release.mak
36980 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36982 * common/ChangeLog:
36983 * common/gst-autogen.sh:
36984 add some explanation about the version detection
36988 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36990 * configure.ac: bump nano to 1
36992 === release 0.8.0 ===
36994 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36996 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36998 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37001 update libtool version
37002 * gst-libs/gst/media-info/Makefile.am:
37003 actually use libtool version
37005 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37007 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37009 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37012 * gst-plugins.spec.in:
37013 * pkgconfig/Makefile.am:
37014 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37015 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37016 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37017 * pkgconfig/gstreamer-libs.pc.in:
37018 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37019 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37020 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37021 * pkgconfig/gstreamer-plugins.pc.in:
37022 remove @VERSION@ from some of the pc files since core and plugins
37024 created gstreamer-plugins.pc as it's a better name, but keeping
37025 -libs around for now to get fixes upstream done first.
37027 2004-03-15 Julien MOUTTE <julien@moutte.net>
37029 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37030 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37031 * gst-libs/gst/play/play.h:
37033 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37035 * *.c, *.cc: don't mix tabs and spaces
37037 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37039 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37040 use the new ffmpegcolorspace
37041 * gst-plugins.spec.in:
37042 package new colorspace and media-info
37044 * pkgconfig/Makefile.am:
37045 fix some more disting issues
37046 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37047 * pkgconfig/gstreamer-media-info.pc.in:
37048 generate media-info pc files
37050 2004-03-15 Johan Dahlin <johan@gnome.org>
37052 * *.h: Revert indenting
37054 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37057 adding ffmpegcolorspace element
37058 * gst/ffmpegcolorspace/Makefile.am:
37059 * gst/ffmpegcolorspace/avcodec.h:
37060 * gst/ffmpegcolorspace/common.h:
37061 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37062 * gst/ffmpegcolorspace/dsputil.h:
37063 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37064 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37065 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37066 (gst_ffmpeg_caps_to_pix_fmt):
37067 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37068 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37069 (gst_ffmpegcolorspace_caps_remove_format_info),
37070 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37071 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37072 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37073 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37074 (gst_ffmpegcolorspace_set_property),
37075 (gst_ffmpegcolorspace_get_property),
37076 (gst_ffmpegcolorspace_register):
37077 * gst/ffmpegcolorspace/imgconvert.c:
37078 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37079 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37080 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37081 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37082 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37083 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37084 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37085 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37086 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37087 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37088 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37089 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37090 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37091 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37092 (img_get_alpha_info), (deinterlace_line),
37093 (deinterlace_line_inplace), (deinterlace_bottom_field),
37094 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37095 * gst/ffmpegcolorspace/imgconvert_template.h:
37096 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37097 * gst/ffmpegcolorspace/mmx.h:
37098 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37099 adding ffmpegcolorspace element supplied by Ronald after cleaning
37100 up and pulling in the right bits of upstream source.
37101 I'm sure a better C/compiler wizard could do some cleaning up (for
37102 example use GLIB's malloc stuff), but as a first pass this
37105 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37107 * ext/alsa/gstalsa.h:
37108 I assume Ronald forgot to commit the change to have cardname
37109 as a struct member. Expect some public spanking at the next
37112 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37114 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37115 (gst_alsa_open_audio), (gst_alsa_close_audio):
37116 * ext/alsa/gstalsa.c:
37117 Don't open the device if we're a mixer (= padless).
37118 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37119 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37120 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37121 Open mixer during state change rather than during object
37122 initialization. Also, get a device name. Currently in a somewhat
37123 hackish fashion, but I didn't really find something better.
37125 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37127 * *.c, *.h: run gst-indent
37129 2004-03-14 Benjamin Otte <otte@gnome.org>
37131 * gst/modplug/gstmodplug.cc:
37132 * gst/modplug/gstmodplug.h:
37133 set correct timestamps on outgoing buffers
37135 2004-03-14 Benjamin Otte <otte@gnome.org>
37137 * gst/modplug/gstmodplug.cc:
37138 handle events - don't do crap when a discont arrives that's not
37140 This allows correct loading and playback of mods in Rhythmbox
37142 2004-03-14 Benjamin Otte <otte@gnome.org>
37145 * gst-libs/gst/gconf/Makefile.am:
37146 * pkgconfig/Makefile.am:
37147 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37148 they get rebuilt properly
37150 when checking for vorbis, try pkgconfig first.
37151 * gst/modplug/gstmodplug.cc:
37152 add fixate function
37154 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37156 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37157 Fix for obvious mistake, where we first shift the offset and then
37158 read a samplesize element assuming the old offset. Note that this
37159 part still has something weird, i.e. my movies containing those
37160 don't actually play well, but at least there's something that looks
37163 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37164 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37166 Add a typefind function for speex format
37168 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37170 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37171 (gst_asf_demux_setup_pad):
37172 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37173 instead of 0. Reason is simple: some elements have a fps range
37174 of 1-max instead of 0-max. So now ASF video actually works.
37176 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37180 adding serbian as a language
37182 2004-03-13 Benjamin Otte <otte@gnome.org>
37184 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37185 return taglist correctly from _get function, don't gst_pad_push it.
37188 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37189 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37191 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37193 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37194 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37195 (gst_alsa_mixer_track_new):
37196 * ext/alsa/gstalsamixertrack.h:
37197 Fix ancient leftovers... MixerTrack is a GObject.
37199 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37201 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37202 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37203 Don't block during probing...
37205 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37207 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37208 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37209 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37210 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37211 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37212 (gst_alsa_open_audio), (gst_alsa_close_audio):
37213 * ext/alsa/gstalsa.h:
37214 Add propertyprobe interface implementation, add some device-name
37215 property, all this so that it looks good in gnome-volume-control.
37217 2004-03-12 David Schleef <ds@schleef.org>
37219 * configure.ac: the Hermes library controls hermescolorspace, not
37221 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37222 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37224 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37225 * ext/sdl/sdlvideosink.h: ditto.
37226 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37228 2004-03-12 Benjamin Otte <otte@gnome.org>
37230 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37231 (gst_x_overlay_got_xwindow_id):
37232 * gst-libs/gst/xoverlay/xoverlay.h:
37233 replace XID with unsigned long to get rid of the xlibs dependency in
37234 XOverlay (fixes #137004)
37236 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37237 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37238 (gst_agingtv_setup):
37239 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37240 (gst_dicetv_base_init), (gst_dicetv_class_init),
37241 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37242 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37243 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37244 (gst_edgetv_setup), (gst_edgetv_rgb32):
37245 * gst/effectv/gsteffectv.c:
37246 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37247 (gst_quarktv_set_property):
37248 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37249 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37250 (gst_revtv_setup), (gst_revtv_rgb32):
37251 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37252 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37253 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37254 (gst_shagadelictv_rgb32):
37255 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37256 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37257 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37258 * gst/effectv/gstwarp.c:
37259 Port everything that can be ported to videofilter and fix up the caps.
37260 Can someone with a big-endian machine please check these?
37262 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37264 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37265 (gst_osssink_chain), (gst_osssink_change_state):
37266 Latest fixes for A/V sync, audio playback and such. This is about
37267 all... MPEG playback issues are mostly related to the async build-
37268 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37270 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37272 patch from: Stephane Loeuillet
37275 use pkg-config for some libraries, falling back to the old .m4 way
37280 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37283 * tools/Makefile.am:
37284 * tools/Makefile.in:
37285 * tools/gst-launch-ext-m.m:
37286 * tools/gst-launch-ext.1.in:
37287 * tools/gst-visualise-m.m:
37288 * tools/gst-visualise.1:
37289 * tools/gst-visualise.1.in:
37290 reorganizing generation of script tools
37292 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37294 * ext/divx/gstdivxdec.c:
37295 Downgrade priority. We prefer ffdec_mpeg4.
37296 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37297 (gst_faad_chain), (gst_faad_change_state):
37298 Fix capsnego. Doesn't work for some sounds because we don't have
37299 a 5:1 to stereo element.
37300 * ext/xvid/gstxvid.c: (plugin_init):
37302 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37303 (gst_osssink_change_state):
37304 Add discont handling.
37306 2004-03-09 Colin Walters <walters@verbum.org>
37308 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37311 2004-03-09 Benjamin Otte <otte@gnome.org>
37313 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37314 the signals take 2 arguments
37316 2004-03-09 David Schleef <ds@schleef.org>
37318 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37319 (gst_alsa_fixate): Add fixate function. (bug #136686)
37320 * ext/alsa/gstalsa.h:
37321 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37323 2004-03-09 Benjamin Otte <otte@gnome.org>
37325 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37326 (gst_mikmod_change_state):
37327 * ext/mikmod/gstmikmod.h:
37328 make mikmod's loop function not loop infinitely and call
37329 gst_element_yield anymore
37330 * gst/modplug/gstmodplug.cc:
37331 fix pad negotiation (fixes #136590)
37333 2004-03-09 David Schleef <ds@schleef.org>
37335 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37336 doesn't conflict with the internal colorspace plugin.
37337 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37338 satisfy the crappy-ass shell shipped by a certain vendor.
37339 * gst/videofilter/make_filter: same (bug #135299)
37341 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37343 * configure.ac: bump nano to 1
37345 === release 0.7.6 ===
37347 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37349 * configure.in: releasing 0.7.6, "There"
37351 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37353 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37354 * pkgconfig/gstreamer-play.pc.in:
37355 synchronize the two
37357 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37359 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37360 (cdparanoia_open), (cdparanoia_event):
37361 fix/add error handling
37363 add cdparanoia source
37364 * tools/Makefile.am:
37365 make scripts executable
37367 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37370 * ext/vorbis/Makefile.am:
37372 remove id3types, vorbisfile and xvideosink from the build (#133783)
37374 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37376 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37377 Fix metadata read crash (#136537).
37379 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37381 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37382 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37383 adding mime types, fixing the one-stop function
37385 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37387 * ext/nas/nassink.c and /ext/nas/nassink.h:
37388 More NAS love from Arwed von Merkatz
37389 So lets all sing 'Can you feel the NAS tonight'
37391 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37393 * tools/gst-launch-ext.in:
37394 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37396 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37398 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37399 (gst_mpeg2dec_init):
37400 remove the user_data pad for now, because it is being used in
37401 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37402 If someone knows how to fix this properly, please do.
37404 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37406 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37407 (gst_osssink_get_time):
37408 add a warning, IMO this won't get triggered anymore, remove later
37410 2004-03-07 David Schleef <ds@schleef.org>
37412 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37413 format (bug #136470)
37415 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37417 * gst-libs/Makefile.am:
37418 * gst-libs/gst/media-info/Makefile.am:
37419 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37420 (error_callback), (gst_media_info_error_create),
37421 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37422 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37423 * gst-libs/gst/media-info/media-info-priv.h:
37424 * gst-libs/gst/media-info/media-info-test.c: (main):
37425 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37426 (gst_media_info_class_init), (gst_media_info_instance_init),
37427 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37428 (gst_media_info_read_idler), (gst_media_info_read):
37429 * gst-libs/gst/media-info/media-info.h:
37430 fixed, should work now
37432 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37434 * ext/nas/nassink.c:
37435 A bunch of NAS fixes from Arwed von Merkatz
37437 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37439 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37440 (qtdemux_parse_trak):
37441 Fix crash (j might be greater than n_samples, in which case we're
37442 writing outside the allocated space for the array) and memleak.
37444 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37446 * sys/oss/gstosssink.c: (gst_osssink_chain):
37447 And another caller that couldn't handle delay < 0 (unsigned
37448 integer overflow). Video now continues playing on an audio
37449 buffer underrun, and the clock continues working. Audio still
37452 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37454 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37455 (gst_osssink_get_time):
37456 get_delay() may return values lower than 0. In those cases, we
37457 should not actually cast to *unsigned* int64, that will break
37458 stuff horribly. In my case, it screwed up A/V sync in movies
37459 in totem rather badly.
37461 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37463 * ext/faac/gstfaac.c: (gst_faac_chain):
37464 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37465 * ext/libpng/gstpngenc.c: (user_write_data):
37466 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37467 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37468 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37469 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37470 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37471 of any buffer), should fix some leaks. I hope I didn't unref buffers
37472 that shouldn't be...
37474 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37476 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37477 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37478 (error_callback), (gmi_reset), (gmi_seek_to_track),
37479 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37480 (gmip_find_type_post), (gmip_find_stream_post),
37481 (gmip_find_track_streaminfo_post):
37482 * gst-libs/gst/media-info/media-info-priv.h:
37483 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37484 (info_print), (main):
37485 * gst-libs/gst/media-info/media-info.c:
37486 (gst_media_info_error_create), (gst_media_info_error_element),
37487 (gst_media_info_instance_init), (gst_media_info_get_property),
37488 (gst_media_info_new), (gst_media_info_set_source),
37489 (gst_media_info_read_idler), (gst_media_info_read):
37490 * gst-libs/gst/media-info/media-info.h:
37491 first pass at making this work again. This seems to work on
37492 tagged ogg/vorbis and mp3 files.
37494 2004-03-06 Benjamin Otte <otte@gnome.org>
37496 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37497 fix huge leak: gst_buffer_merge doesn't unref the first argument
37500 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37502 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37503 report layer/mode/emphasis
37505 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37507 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37509 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37514 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37516 * ext/vorbis/vorbis.c: (plugin_init):
37517 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37518 (gst_vorbis_dec_init), (vorbis_dec_event):
37520 make vorbisdec handle _BYTE and _TIME queries
37522 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37524 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37525 from the xing header
37527 2004-03-06 Benjamin Otte <otte@gnome.org>
37529 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37530 (gst_audio_convert_link), (gst_audio_convert_change_state),
37531 (gst_audio_convert_buffer_from_default_format):
37532 do conversions from/to float correctly, fix some caps nego errors,
37533 export correct supported caps in template and getcaps, use correct
37534 caps in try_set_caps functions
37536 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37538 For some reason, I only committed a ChangeLog entry yesterday and
37539 not the corresponding code...
37540 * ext/mad/gstmad.c: Fix detection of Xing headers
37541 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37543 2004-03-06 Benjamin Otte <otte@gnome.org>
37545 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37546 (gst_ogg_demux_src_query):
37547 make sure to handle the case where there's no current chain
37550 2004-03-05 David Schleef <ds@schleef.org>
37552 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37553 Add fixate function. (bug #131128)
37554 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37555 (gst_sdlvideosink_fixate): Add fixate function.
37556 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37557 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37558 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37559 Fix missing break that was causing ulaw to be interpreted as
37562 2004-03-05 David Schleef <ds@schleef.org>
37564 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37565 Fix code that ignores return value of gst_buffer_merge().
37567 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37568 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37569 * testsuite/gst-lint: Check for above.
37571 2004-03-05 David Schleef <ds@schleef.org>
37573 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37574 caps and throw an element error. (bug #136334)
37576 2004-03-05 David Schleef <ds@schleef.org>
37578 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37579 (gst_faad_chain): Fix negotiation.
37580 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37581 key and button events.
37582 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37584 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37586 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37587 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37588 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37589 function to encourage better negotiation, particularly between
37590 audioconvert and osssink.
37591 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37592 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
37594 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
37596 * gst/vbidec/vbiscreen.c: Add glib header
37597 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
37599 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
37601 * ext/mad/gstmad.c: Fix detection of Xing headers
37602 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37604 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37606 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37607 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37610 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37612 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37613 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37614 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37615 files, and report the parsed length as a GST_TAG_DURATION tag.
37616 * gst/tags/gstid3tag.c: support TLEN (duration) tag
37618 2004-03-05 Benjamin Otte <otte@gnome.org>
37620 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37621 convert channels correctly. convert correctly to unsigned.
37623 2004-03-05 Julien MOUTTE <julien@moutte.net>
37625 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37626 we have a window before clearing it.
37628 2004-03-05 Julien MOUTTE <julien@moutte.net>
37630 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37631 have a window before clearing it.
37633 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
37635 * gconf/gstreamer.schemas.in:
37636 * gst-libs/gst/gconf/Makefile.am:
37637 version installation path the same way as for 0.6
37638 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37639 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37640 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37641 remove comment that was fixed
37643 2004-03-05 David Schleef <ds@schleef.org>
37645 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37646 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37647 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37648 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37649 Add prototype code for handling seeking and querying.
37651 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
37653 * examples/gstplay/player.c: (main):
37654 Initialize variables to NULL. Prevents a segfault because the
37655 (uninitialized) variable is not NULL, resulting in a crash on
37656 trying to reach error->message.
37658 2004-03-05 Benjamin Otte <otte@gnome.org>
37660 * gst/audioconvert/gstaudioconvert.c:
37661 (gst_audio_convert_buffer_to_default_format):
37662 make float=>int conversion work correctly even in cornercases.
37664 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
37666 * debian/README.Debian:
37667 * debian/build-deps:
37668 * debian/changelog:
37670 * debian/control.in:
37671 * debian/copyright:
37672 * debian/gstreamer-a52dec.files:
37673 * debian/gstreamer-aa.files:
37674 * debian/gstreamer-alsa.files:
37675 * debian/gstreamer-alsa.manpages:
37676 * debian/gstreamer-arts.files:
37677 * debian/gstreamer-artsd.files:
37678 * debian/gstreamer-audiofile.files:
37679 * debian/gstreamer-avifile.files:
37680 * debian/gstreamer-cdparanoia.files:
37681 * debian/gstreamer-colorspace.files:
37682 * debian/gstreamer-doc.files:
37683 * debian/gstreamer-dv.files:
37684 * debian/gstreamer-dvd.files:
37685 * debian/gstreamer-esd.files:
37686 * debian/gstreamer-festival.files:
37687 * debian/gstreamer-flac.files:
37688 * debian/gstreamer-gconf.conffiles:
37689 * debian/gstreamer-gconf.files:
37690 * debian/gstreamer-gconf.postinst:
37691 * debian/gstreamer-gnomevfs.files:
37692 * debian/gstreamer-gsm.files:
37693 * debian/gstreamer-http.files:
37694 * debian/gstreamer-jack.files:
37695 * debian/gstreamer-jpeg.files:
37696 * debian/gstreamer-mad.files:
37697 * debian/gstreamer-mikmod.files:
37698 * debian/gstreamer-misc.files:
37699 * debian/gstreamer-mpeg2dec.files:
37700 * debian/gstreamer-oss.files:
37701 * debian/gstreamer-plugin-apps.files:
37702 * debian/gstreamer-plugin-apps.manpages:
37703 * debian/gstreamer-plugin-libs-dev.files:
37704 * debian/gstreamer-plugin-libs.files:
37705 * debian/gstreamer-plugin-template.postinst:
37706 * debian/gstreamer-plugin-template.postrm:
37707 * debian/gstreamer-sdl.files:
37708 * debian/gstreamer-sid.files:
37709 * debian/gstreamer-vorbis.files:
37710 * debian/gstreamer-x.files:
37711 * debian/mk.control:
37713 Debian package info not maintained here.
37715 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
37717 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37718 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37719 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37720 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37721 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37722 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37723 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37724 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37725 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37726 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37727 * gst-libs/gst/colorbalance/colorbalance.c:
37728 (gst_color_balance_class_init):
37729 * gst-libs/gst/colorbalance/colorbalancechannel.c:
37730 (gst_color_balance_channel_class_init):
37731 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37732 * gst-libs/gst/play/play.c: (gst_play_class_init):
37733 * gst-libs/gst/propertyprobe/propertyprobe.c:
37734 (gst_property_probe_iface_init):
37735 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37736 * gst-libs/gst/tuner/tunerchannel.c:
37737 (gst_tuner_channel_class_init):
37738 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37739 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37740 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37741 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37742 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37743 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37744 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37745 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37746 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37747 fix signals to use - instead of _
37748 * ext/libcaca/gstcacasink.h:
37749 * ext/sdl/sdlvideosink.h:
37752 2004-03-04 David Schleef <ds@schleef.org>
37754 * testsuite/gst-lint: Add a check for bad signal names.
37756 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
37758 reviewed by David Schleef
37760 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37761 modified the alpha channel and caused a warning. (bug #136192)
37763 2004-04-03 Christian Schaller <Uraeus@gnome.org>
37765 * gst-plugins.spec.in:
37766 Change names of plugins to actually be correct. Try to keep things
37767 alphabetical to avoid getting beat up by Thomas
37769 2004-03-03 Julien MOUTTE <julien@moutte.net>
37771 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37772 Using ximagesink as a default if no gconf key found. We should
37773 probably consider using alsasink instead of osssink for the audio
37776 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37779 fix --with-plugins, don't think it ever worked before
37780 * gst-plugins.spec.in:
37783 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
37785 * ext/sdl/sdlvideosink.h:
37786 * sys/ximage/ximagesink.h:
37787 * sys/xvideo/xvideosink.h:
37788 * sys/xvimage/xvimagesink.h:
37789 Fix for move of gstvideosink.h -> videosink.h.
37791 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37793 * gst-libs/gst/xwindowlistener/Makefile.am:
37794 this is a plugin library, not a library
37796 2004-03-01 David Schleef <ds@schleef.org>
37798 * AUTHORS: Added some names. Add yourself if you're still
37801 2004-03-01 David Schleef <ds@schleef.org>
37805 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37807 * gst-plugins.spec.in: clean up spec file
37809 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37811 * gst-libs/gst/video/Makefile.am:
37812 * gst-libs/gst/video/gstvideosink.c:
37813 * gst-libs/gst/video/gstvideosink.h:
37814 rename gstvideosink.h to videosink.h to match other headers
37815 * gst/mixmatrix/Makefile.am:
37816 fix plugin filename
37817 * gst/tags/Makefile.am: fix plugin filename
37819 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37821 * gst/tags/Makefile.am: fix plugin filename
37823 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37825 * examples/gstplay/player.c: (got_time_tick), (main):
37827 display time_tick more readably
37828 * gst/mixmatrix/Makefile.am:
37829 fix plugin file name
37831 2004-02-29 Christophe Fergeau <teuf@gnome.org>
37833 * sys/oss/gstosselement.c: (gst_osselement_probe),
37834 (device_combination_append), (gst_osselement_class_probe_devices):
37835 * sys/oss/gstosselement.h:
37836 Reworked enumeration of oss dsps and mixers so that gst-mixer works
37837 on my system using alsa oss emulation, fixes bug #135597
37839 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
37841 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37842 (gst_videodrop_chain), (gst_videodrop_change_state):
37843 * gst/videodrop/gstvideodrop.h:
37844 Work based on timestamp of input data, not based on the expected
37845 framerate from the input. The consequence is that this element now
37846 not only scales framerates, but also functions as a framerate
37847 corrector or framerate stabilizer/constantizer.
37849 2004-02-27 David Schleef <ds@schleef.org>
37851 patches from jmmv@menta.net (Julio M. Merino Vidal)
37853 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37854 GST_ELEMENT_ERROR call (bug #135634)
37855 * gst/interleave/interleave.c: (interleave_buffered_loop),
37856 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37857 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37858 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37859 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37860 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37861 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37862 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37863 Fix GST_ELEMENT_ERROR call.
37864 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37865 GST_ELEMENT_ERROR call.
37867 2004-02-27 Benjamin Otte <otte@gnome.org>
37869 * gst-libs/gst/audio/audio.h:
37870 add macro to make sure header isn't included twice
37871 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37872 don't use gst_buffer_free
37873 * gst/playondemand/filter.func:
37874 don't use gst_data_free. Free data only once.
37876 2004-02-26 David Schleef <ds@schleef.org>
37878 * gst-libs/gst/colorbalance/Makefile.am:
37879 * gst-libs/gst/mixer/Makefile.am:
37880 * gst-libs/gst/tuner/Makefile.am:
37881 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37882 should not be disted, -marshal.h files should not be installed,
37883 and -enum.h files _should_ be installed. Fix to make this the
37886 === release 0.7.5 ===
37888 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
37890 * configure.ac: release 0.7.5, "Under The Sea"
37892 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37894 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37895 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37896 * gst/videoscale/gstvideoscale.c:
37897 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37898 assorted debug/warning fixes
37900 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37902 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37903 (gst_videoscale_init), (gst_videoscale_chain),
37904 (gst_videoscale_set_property), (plugin_init):
37905 * gst/videoscale/gstvideoscale.h:
37906 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37907 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37908 (gst_videoscale_planar400), (gst_videoscale_packed422),
37909 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37910 (gst_videoscale_24bit), (gst_videoscale_16bit),
37911 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37912 (gst_videoscale_scale_plane_slow),
37913 (gst_videoscale_scale_point_sample),
37914 (gst_videoscale_scale_nearest),
37915 (gst_videoscale_scale_nearest_str2),
37916 (gst_videoscale_scale_nearest_str4),
37917 (gst_videoscale_scale_nearest_32bit),
37918 (gst_videoscale_scale_nearest_24bit),
37919 (gst_videoscale_scale_nearest_16bit):
37920 add debugging category and use it properly
37921 fix use of GST_PTR_FORMAT
37923 2004-02-25 Andy Wingo <wingo@pobox.com>
37925 * gst/interleave/interleave.c (interleave_buffered_loop): Always
37926 push only when channel->buffer is NULL. Prevents segfaults doing
37927 the state change after a nonlocal exit, like a scheme exception.
37929 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37930 Handle the case where the intersected caps is empty.
37932 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37934 * gst/law/mulaw-decode.c: (mulawdec_link):
37935 * gst/law/mulaw.c: (plugin_init):
37936 fix mulawdec so it actually works again
37938 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
37940 reviewed by: David Schleef <ds@schleef.org>
37942 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37943 (gst_gamma_init), (gst_gamma_set_property),
37944 (gst_gamma_get_property), (gst_gamma_calculate_tables),
37945 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
37946 for RGB, with separate r g and b correction factors. (#131167)
37948 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
37950 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37951 only signal tags for bitrate if they're > 0 (#134894)
37953 2004-02-24 David Schleef <ds@schleef.org>
37955 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37956 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37957 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37958 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37959 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37960 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37961 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37962 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37963 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
37964 category. Attempt to fix timestamp calculation.
37966 2004-02-24 Johan Dahlin <johan@gnome.org>
37968 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37970 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
37973 * gconf/Makefile.am:
37974 * gconf/gstreamer.schemas:
37975 * gst-libs/gst/gconf/Makefile.am:
37976 * gst-libs/gst/gconf/gconf.c:
37977 version gconf schemas and install locations
37979 2004-02-23 Benjamin Otte <otte@gnome.org>
37981 * ext/xine/xineinput.c: (gst_xine_input_dispose):
37982 (gst_xine_input_subclass_init):
37983 call parent dispose.
37984 change pad template for CD reader correctly
37985 * ext/xine/Makefile.am:
37986 * ext/xine/gstxine.h:
37987 * ext/xine/xine.c: (plugin_init):
37988 * ext/xine/xineaudiosink.c:
37989 wrap audio sinks, too
37990 * gst-libs/gst/resample/private.h:
37991 * gst-libs/gst/resample/resample.c: (gst_resample_init),
37992 (gst_resample_reinit), (gst_resample_scale),
37993 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37994 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37995 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37996 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37997 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37998 * gst-libs/gst/resample/resample.h:
37999 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38000 (gst_audioscale_class_init), (gst_audioscale_link),
38001 (gst_audioscale_get_buffer), (gst_audioscale_init),
38002 (gst_audioscale_chain), (gst_audioscale_set_property),
38003 (gst_audioscale_get_property):
38004 * gst/audioscale/gstaudioscale.h:
38005 s/resample_*/gst_resample_*/i to not clobber namespaces
38007 2004-02-23 Julien MOUTTE <julien@moutte.net>
38009 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38010 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38011 (gst_riff_create_video_template_caps),
38012 (gst_riff_create_audio_template_caps),
38013 (gst_riff_create_iavs_template_caps):
38014 * gst-libs/gst/riff/riff-media.h:
38015 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38016 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38017 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38018 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38019 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38020 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38021 (gst_matroska_demux_plugin_init): First batch implementing audio and
38022 video codec tags in demuxers.
38024 2004-02-22 Benjamin Otte <otte@gnome.org>
38026 * ext/xine/Makefile.am:
38027 * ext/xine/gstxine.h:
38028 * ext/xine/xine.c: (plugin_init):
38029 * ext/xine/xineinput.c:
38030 add input plugin wrapper. Playback from files, http, mms and cdda
38032 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38033 remove leftover G_GNUC_UNUSED
38034 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38035 (gst_asf_demux_identify_guid):
38036 improve debugging output
38038 2004-02-22 Benjamin Otte <otte@gnome.org>
38040 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38043 replace test -e with test -x for mkinstalldirs to be more portable.
38046 2004-02-22 Benjamin Otte <otte@gnome.org>
38048 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38050 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38051 set rank to PRIMARY
38052 * gst/volume/gstvolume.c: (plugin_init):
38056 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38058 reviewed by Benjamin Otte <otte@gnome.org>
38060 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38061 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38063 2004-02-22 Benjamin Otte <otte@gnome.org>
38066 export [_]*{gst,Gst,GST}.* symbols from plugins
38068 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38070 reviewed by: Benjamin Otte <otte@gnome.org>
38072 * ext/lame/gstlame.c: (add_one_tag):
38073 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38074 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38075 (gst_vorbisenc_metadata_set1):
38076 * gst/tags/gstid3tag.c:
38077 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38078 apply fixes from bugs #135042 (lame can't write tags) and #133817
38079 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38081 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38083 * configure.ac: Export only gst_plugin_desc from plugins.
38084 Note that this change only makes any effect with Linux using libtool
38085 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38086 fine. And don't try to have several versions of libtool in different
38089 2004-02-20 Andy Wingo <wingo@pobox.com>
38091 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38092 interleave respectively.
38094 * gst/interleave/deinterleave.c: New plugin: deinterleave
38095 (replaces on oneton).
38096 * gst/interleave/interleave.c: New plugin: interleave.
38097 * gst/interleave/plugin.h: Support file.
38098 * gst/interleave/plugin.c: Support file.
38100 * configure.ac: Remove intfloat and oneton, add interleave.
38102 * ext/sndfile/gstsf.c: Handle events better.
38104 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38105 and float2int operation. int2float has scheduling problems as
38106 noted in in2float_chain.
38108 2004-02-20 Benjamin Otte <otte@gnome.org>
38110 * ext/xine/Makefile.am:
38111 * ext/xine/gstxine.h:
38113 * ext/xine/xineaudiodec.c:
38114 * ext/xine/xinecaps.c:
38115 add first version of xine plugin wrapper. Currently only wraps the
38116 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38119 add xine plugin wrapper, disabled by default. Use --enable-xine to
38120 build. Note that it'll segfault on gst-register if you don't remove
38121 the goom and tvtime post plugins from xine.
38122 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38123 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38124 add extradata parsing for QDM2.
38125 change around debugging prints.
38127 2004-02-19 Benjamin Otte <otte@gnome.org>
38129 * ext/lame/gstlame.c: (gst_lame_chain):
38130 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38131 use gst_tag_list_insert when you want to insert tags
38133 2004-02-18 David Schleef <ds@schleef.org>
38135 * configure.ac: Move massink to gst-rotten
38137 * ext/mas/Makefile.am:
38138 * ext/mas/massink.c:
38139 * ext/mas/massink.h:
38141 2004-02-18 David Schleef <ds@schleef.org>
38143 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38144 typefinding, since it seems to be worse than nothing.
38145 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38146 atom to recognize .mp4 and .m4a files as video/quicktime.
38148 2004-02-18 David Schleef <ds@schleef.org>
38150 * gst/sine/demo-dparams.c: (quit_live),
38151 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38152 Use double dparams, not float.
38153 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38154 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38155 sync'd elements don't really work correctly.
38156 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38157 (volume_update_volume), (volume_get_property): Change dparam
38160 2004-02-18 Julien MOUTTE <julien@moutte.net>
38162 * sys/ximage/ximagesink.c:
38163 (gst_ximagesink_xwindow_update_geometry),
38164 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38165 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38166 (gst_ximagesink_init): Rework the way software video scaling works. So
38167 now we check on each chain call if the video frames are feeling the
38168 window. If not we try to renegotiate caps. On failure we memorize that
38169 and we won't try again for that PLAYING sessions.
38170 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38172 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38175 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38177 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38178 break up _link so we can give a better debug message for errors
38180 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38182 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38183 set up debug category
38185 2004-02-18 Julien MOUTTE <julien@moutte.net>
38187 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38188 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38189 the way renegotiation work. The event handling function is not taking
38190 care of external windows and renegotiate method check for pad flags
38191 NEGOTIATING. Should fix : #133209
38193 2004-02-17 Julien MOUTTE <julien@moutte.net>
38195 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38196 pad is negotiating before trying renegotiation.
38198 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38200 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38201 pass on all possible mime types as typefind hints
38203 2004-02-17 Julien MOUTTE <julien@moutte.net>
38205 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38206 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38207 possible SHM leak if we crash. All other apps using XShm are doing
38210 2004-02-17 Julien MOUTTE <julien@moutte.net>
38212 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38213 (gst_ximagesink_expose): Renegotiate size on expose.
38214 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38217 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38219 * testsuite/alsa/sinesrc.c:
38220 cosmetic fix to fix compile issue with gcc 2.95.4
38222 2004-02-16 Julien MOUTTE <julien@moutte.net>
38224 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38225 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38226 failed opening the audio device.
38227 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38228 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38229 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38230 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38231 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38232 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38233 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38234 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38235 Removing some useless g_return_if_fail like wingo suggested.
38236 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38237 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38238 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38239 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38240 (gst_xvimagesink_update_colorbalance),
38241 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38242 (gst_xvimagesink_xcontext_clear),
38243 (gst_xvimagesink_get_fourcc_from_caps),
38244 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38245 (gst_xvimagesink_set_xwindow_id),
38246 (gst_xvimagesink_colorbalance_list_channels),
38247 (gst_xvimagesink_colorbalance_set_value),
38248 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38249 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38251 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38253 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38254 throw error when not negotiated instead of asserting
38256 2004-02-15 Julien MOUTTE <julien@moutte.net>
38258 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38259 correct data refcounting.
38261 2004-02-15 Julien MOUTTE <julien@moutte.net>
38263 * gst/switch/gstswitch.c: (gst_switch_change_state),
38264 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38265 change, mostly the EOS flag.
38267 2004-02-15 Julien MOUTTE <julien@moutte.net>
38269 * examples/gstplay/player.c: (got_eos), (main): Adding some
38270 output for debugging.
38271 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38272 timeouts if we go to any state different from PLAYING.
38273 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38274 more EOS bugs in riff lib.
38276 2004-02-14 Julien MOUTTE <julien@moutte.net>
38278 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38279 visualization until i find a way to fix switch correctly.
38280 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38282 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38283 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38284 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38285 Reworked switch to get a more correct behaviour with events and refing
38286 of data stored in sinkpads.
38287 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38288 we don't pull from a pad in EOS.
38290 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38292 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38293 remove v1 tag even if we can't read it (makes sure we don't detect
38296 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38298 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38299 (gst_alsa_xrun_recovery):
38300 * ext/alsa/gstalsa.h:
38301 try xrun recovery when wait failed. Make xrun recovery function
38302 return TRUE/FALSE to indicate success. (might fix #134354)
38304 2004-02-13 David Schleef <ds@schleef.org>
38306 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38307 (dynparm_value_changed), (main): Convert from float to double.
38308 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38310 2004-02-13 David Schleef <ds@schleef.org>
38312 * gst/silence/gstsilence.c: (gst_silence_class_init),
38313 (gst_silence_set_clock), (gst_silence_get),
38314 (gst_silence_set_property), (gst_silence_get_property):
38315 * gst/silence/gstsilence.h: Add sync property.
38316 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38317 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38318 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38319 * gst/sine/gstsinesrc.h: Add sync property.
38321 2004-02-13 David Schleef <ds@schleef.org>
38323 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38324 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38326 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38330 * gst-libs/ext/Makefile.am:
38331 move ffmpeg plugin to gst-ffmpeg module
38333 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38335 * configure.ac: use GST_ARCH to detect architecture
38337 2004-02-12 Julien MOUTTE <julien@moutte.net>
38339 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38341 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38343 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38344 classify LADSPA plugins based on number of src/sink pads
38345 (#133663, Stefan Kost)
38346 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38347 fix dparams registration
38348 (#133528, Stefan Kost)
38349 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38350 fix use of isprint and use g_ascii_isprint instead
38351 (#133316, Stefan Kost)
38353 2004-02-11 David Schleef <ds@schleef.org>
38355 Convert a few inner loops to use liboil. This is currently
38356 optional, and is only enabled if liboil is present (duh!).
38357 * configure.ac: Check for liboil-0.1
38358 * gst/intfloat/Makefile.am:
38359 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38360 (gst_int2float_chain_gint16):
38361 * gst/videofilter/Makefile.am:
38362 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38363 (tablelookup_u8), (gst_videobalance_planar411):
38364 * gst/videotestsrc/Makefile.am:
38365 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38366 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38367 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38368 (paint_hline_RGB565), (paint_hline_xRGB1555):
38370 2004-02-11 David Schleef <ds@schleef.org>
38372 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38373 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38374 (gst_colorspace_getcaps), (gst_colorspace_link),
38375 (gst_colorspace_base_init), (gst_colorspace_init),
38376 (gst_colorspace_chain), (gst_colorspace_change_state),
38377 (plugin_init): Merge Ronald's patch (bug #117897) and update
38378 for new caps and negotiation. Seems to work, although it
38379 shows off bugs in lcs.
38381 2004-02-11 David Schleef <ds@schleef.org>
38383 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38384 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38386 2004-02-11 David Schleef <ds@schleef.org>
38388 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38389 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38390 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38391 Add server and port properties
38393 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38398 * m4/as-liblame.m4:
38399 * m4/as-slurp-ffmpeg.m4:
38400 * m4/check-libheader.m4:
38407 * m4/gst-ivorbis.m4:
38408 * m4/gst-matroska.m4:
38410 * m4/gst-shout2.m4:
38418 fix underquotedness of macros (#133800)
38419 * m4/as-avifile.m4:
38421 removed because no longer used
38423 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38426 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38427 by autopoint (fixes #132996)
38429 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38431 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38432 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38433 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38434 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38437 2004-02-11 David Schleef <ds@schleef.org>
38439 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38440 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38441 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38442 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38443 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38444 (gst_jpegenc_class_init), (gst_jpegenc_init),
38445 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38446 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38447 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38448 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38450 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38452 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38453 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38454 * ext/mikmod/gstmikmod.h:
38455 fix caps negotiation in mikmod
38456 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38457 output debug information
38459 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38461 * gst-libs/gst/colorbalance/Makefile.am:
38462 * gst-libs/gst/navigation/Makefile.am:
38463 * gst-libs/gst/xoverlay/Makefile.am:
38464 remove unused GST_OPT_CFLAGS from Makefiles
38465 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38467 2004-02-07 David Schleef <ds@schleef.org>
38469 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38470 push events to pads that haven't been created (#133508)
38472 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38474 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38475 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38476 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38477 (gst_dvdec_loop), (gst_dvdec_change_state):
38478 Second attempt at committing a working dvdec element.
38480 2004-02-06 David Schleef <ds@schleef.org>
38482 Build fixes for OS X: (see #129600)
38483 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38484 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38485 (gst_riff_read_strf_iavs):
38486 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38487 (gst_avi_demux_stream_odml):
38488 * gst/playondemand/Makefile.am:
38489 * gst/rtp/rtp-packet.c:
38491 2004-02-05 David Schleef <ds@schleef.org>
38493 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38494 last change, because it Just Doesn't Compile.
38496 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38498 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38499 skip undecodable id3v2 tag instead of keeping it
38501 2004-02-05 David Schleef <ds@schleef.org>
38503 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38504 Unref leaked buffer. (Noticed by Ronald)
38506 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38508 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38509 Sync requires with other checks. >= vs =.
38511 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38513 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38514 (gst_dvdec_video_link), (gst_dvdec_loop):
38515 * ext/dv/gstdvdec.h:
38516 rework the caps negotiation so that dvdec works again instead
38517 of just segfaulting.
38519 === release 0.7.4 ===
38521 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38523 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38524 * configure.ac: changed for release
38526 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38528 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38529 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38530 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38531 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38532 reworked patch by David Lehn to fix libdir and includedir for
38533 uninstalled libraries
38534 removed play and gconf from gstreamer-libs since they have their
38535 own pkgconfig files
38537 2004-02-04 David Schleef <ds@schleef.org>
38539 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38542 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38544 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38545 use correct GST_TAG_ENCODER tag
38547 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38549 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38550 be sure to stop the clock when going to paused
38551 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38552 reset number of transmitted when going to ready.
38555 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38557 reviewed by Benjamin Otte
38559 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38560 extract track count (fixes #133410)
38562 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38564 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38565 that should be !=, not == (fixes #132519)
38567 2004-02-04 David Schleef <ds@schleef.org>
38569 Make sure set_explicit_caps() is called before adding pad.
38570 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38571 * gst/id3/gstid3types.c: (gst_id3types_loop):
38572 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38573 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38575 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38578 bump nano to 2, first prerelease
38579 put back AM_PROG_LIBTOOL
38581 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38583 * testsuite/alsa/Makefile.am:
38584 these are user test apps, not automatic testsuite tests
38586 2004-02-04 David Schleef <ds@schleef.org>
38588 Convert GST_DEBUG_CAPS() to GST_DEBUG():
38589 * gst/mpeg1videoparse/gstmp1videoparse.c:
38590 (mp1videoparse_parse_seq):
38591 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38592 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38593 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38594 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38595 (gst_xvideosink_getcaps):
38596 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38597 * testsuite/gst-lint: more tests
38599 2004-02-04 David Schleef <ds@schleef.org>
38601 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38602 with the code that they would expand to.
38603 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38604 (gst_flacdec_get_src_query_types),
38605 (gst_flacdec_get_src_event_masks):
38606 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38607 (gst_gnomevfssrc_get_query_types),
38608 (gst_gnomevfssrc_get_event_mask):
38610 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38612 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38613 (gst_sinesrc_dispose):
38614 fix memleak by properly disposing sinesrc
38616 2004-02-04 Julien MOUTTE <julien@moutte.net>
38618 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38619 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38620 an overlay to redraw the image because it has been exposed.
38621 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38622 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38623 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38624 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38626 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38627 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38628 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38629 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38632 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38634 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38635 more memleak fixage
38637 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38639 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38640 * gst/typefind/gsttypefindfunctions.c:
38641 fix memleaks shown by gst-typefind
38643 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38645 * common/glib-gen.mak:
38646 add hack rule to touch .Plo files
38647 * gst-libs/gst/colorbalance/Makefile.am:
38648 * gst-libs/gst/mixer/Makefile.am:
38649 * gst-libs/gst/play/Makefile.am:
38650 * gst-libs/gst/tuner/Makefile.am:
38651 remove glib_root variable
38653 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38655 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38656 set explicit caps before adding the element, so the autopluggers can
38658 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38659 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38660 (mpeg_video_type_find), (mpeg_video_stream_type_find),
38662 fix memleaks in typefind functions. gst_type_find_suggest takes a const
38665 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38667 * gst-libs/gst/colorbalance/Makefile.am:
38668 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38669 * gst-libs/gst/colorbalance/colorbalance.c:
38670 * gst-libs/gst/colorbalance/colorbalance.h:
38671 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38672 * gst-libs/gst/mixer/Makefile.am:
38673 * gst-libs/gst/mixer/mixer-marshal.list:
38674 * gst-libs/gst/mixer/mixer.c:
38675 * gst-libs/gst/mixer/mixer.h:
38676 * gst-libs/gst/mixer/mixermarshal.list:
38677 * gst-libs/gst/play/Makefile.am:
38678 * gst-libs/gst/play/play.h:
38679 * gst-libs/gst/tuner/Makefile.am:
38680 * gst-libs/gst/tuner/tuner-marshal.list:
38681 * gst-libs/gst/tuner/tuner.c:
38682 * gst-libs/gst/tuner/tuner.h:
38683 * gst-libs/gst/tuner/tunermarshal.list:
38684 use new glib-gen.mak snippet to clean up Makefile.am
38685 fix various bugs in Makefile.am's
38687 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38689 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38690 handle chain parsing correctly in the multichain case
38691 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38692 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38693 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38694 (theora_dec_chain):
38695 handle events and queries correctly
38697 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38700 Ignore generated file _stdint.h.
38702 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38704 * gst-libs/gst/colorbalance/Makefile.am:
38705 * gst-libs/gst/colorbalance/colorbalance.h:
38706 * gst-libs/gst/mixer/Makefile.am:
38707 * gst-libs/gst/mixer/mixer.h:
38708 * gst-libs/gst/play/Makefile.am:
38709 * gst-libs/gst/play/play.h:
38710 * gst-libs/gst/tuner/Makefile.am:
38711 * gst-libs/gst/tuner/tuner.h:
38712 Generate enum type code with glib-mkenums.
38713 * gst-libs/gst/colorbalance/.cvsignore:
38714 * gst-libs/gst/mixer/.cvsignore:
38715 * gst-libs/gst/play/.cvsignore:
38716 * gst-libs/gst/tuner/.cvsignore:
38717 Ignore generated files.
38719 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38721 * gst-libs/gst/audio/.cvsignore:
38722 Ignore generated file.
38723 * gst-libs/gst/audio/Makefile.am:
38724 Do not install example filter.
38726 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38728 * examples/switch/.cvsignore:
38729 Ignore generated file.
38731 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38733 * common/m4/ax_create_stdint_h.m4:
38735 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38738 remove generated _stdint.h in DISTCLEANFILES
38739 * ext/a52dec/gsta52dec.c:
38740 include _stdint.h for a52dec. (should fix #133064)
38742 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38744 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38745 (gst_tag_to_vorbis_comments):
38746 Add replaygain support to vorbistag
38748 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38749 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38750 (gst_ffmpeg_caps_to_extradata):
38751 Fix SVQ3 caps flag properties
38752 Use glib macro for bytes swap
38754 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38756 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38757 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38758 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38759 * ext/sndfile/gstsf.c: (plugin_init):
38760 * gst/avi/gstavi.c: (plugin_init):
38761 * sys/dxr3/dxr3init.c: (plugin_init):
38762 * sys/oss/gstossaudio.c: (plugin_init):
38763 * sys/v4l/gstv4l.c: (plugin_init):
38764 * sys/v4l2/gstv4l2.c: (plugin_init):
38765 remove textdomain calls
38767 update Dutch translation
38769 2004-02-02 Julien MOUTTE <julien@moutte.net>
38771 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38772 (gst_play_set_audio_sink): Moving volume in the audio thread for
38773 instantaneous volume change. Maybe i will add another volume in front
38774 of visualization later, not sure yet though.
38776 2004-02-02 Julien MOUTTE <julien@moutte.net>
38778 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38779 (gst_ximagesink_handle_xevents): Better X events handling, only take
38780 the latest events for configure and motion.
38781 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38783 2004-02-02 Jon Trowbridge <trow@gnu.org>
38785 reviewed by: David Schleef <ds@schleef.org>
38788 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38789 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38791 2004-02-02 David Schleef <ds@schleef.org>
38793 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
38795 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38796 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38797 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38798 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38799 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38800 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38801 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38802 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38803 (gst_float2_2_int_link):
38804 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38805 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38806 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38807 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38808 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38809 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38810 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38811 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38812 * testsuite/gst-lint: Add tests for bzero and ;;
38814 2004-02-02 David Schleef <ds@schleef.org>
38816 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38818 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38820 * ext/aalib/gstaasink.c: (gst_aasink_open):
38821 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38822 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38823 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38824 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38825 (gst_afsink_close_file):
38826 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38827 (gst_afsrc_close_file):
38828 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38829 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38830 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38831 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38832 * ext/esd/esdmon.c: (gst_esdmon_get):
38833 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38834 * ext/faac/gstfaac.c: (gst_faac_chain):
38835 * ext/faad/gstfaad.c: (gst_faad_chain):
38836 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38837 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38838 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38839 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38840 (gst_flacdec_loop):
38841 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38842 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38843 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38844 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38845 (gst_gnomevfssink_close_file):
38846 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38847 (gst_gnomevfssrc_open_file):
38848 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38849 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38850 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38851 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38852 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38853 * ext/mad/gstmad.c: (gst_mad_chain):
38854 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38855 * ext/mpeg2dec/gstmpeg2dec.c:
38856 * ext/mpeg2enc/gstmpeg2enc.cc:
38857 * ext/mplex/gstmplex.cc:
38858 * ext/mplex/gstmplexibitstream.cc:
38859 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38860 (gst_ogg_demux_push):
38861 * ext/raw1394/gstdv1394src.c:
38862 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38863 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38864 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38866 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38867 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38868 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38869 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38870 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38871 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38872 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38873 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38874 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38875 (gst_riff_read_element_data), (gst_riff_read_seek),
38876 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38877 * gst/adder/gstadder.c: (gst_adder_loop):
38878 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38879 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38880 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38881 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38882 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38883 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38884 * gst/goom/gstgoom.c: (gst_goom_chain):
38885 * gst/id3/gstid3types.c: (gst_id3types_loop):
38886 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38887 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38888 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38889 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38890 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38891 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38892 (gst_ebml_read_float), (gst_ebml_read_header):
38893 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38894 (gst_matroska_demux_parse_blockgroup):
38895 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38896 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38897 * gst/oneton/gstoneton.c: (gst_oneton_chain):
38898 * gst/silence/gstsilence.c: (gst_silence_get):
38899 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38900 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38901 * gst/speed/gstspeed.c: (speed_loop):
38902 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38903 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38904 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38905 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38906 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38907 (gst_wavparse_loop):
38908 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38909 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38910 (dxr3audiosink_close):
38911 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38912 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38913 (dxr3videosink_close), (dxr3videosink_write_data):
38914 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38915 * sys/oss/gstosssink.c: (gst_osssink_chain):
38916 * sys/oss/gstosssrc.c: (gst_osssrc_get):
38917 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38918 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38919 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38920 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38921 (gst_v4l_set_window), (gst_v4l_enable_overlay):
38922 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38923 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38924 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38925 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38926 (gst_v4l_set_audio):
38927 * sys/v4l/v4l_calls.h:
38928 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38929 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38930 (gst_v4lmjpegsink_playback_init),
38931 (gst_v4lmjpegsink_playback_start):
38932 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38933 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38934 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38935 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38936 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38937 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38938 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38939 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38940 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38941 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38942 (gst_v4l2_get_output), (gst_v4l2_set_output),
38943 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38944 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38945 (gst_v4l2_set_attribute):
38946 * sys/v4l2/v4l2_calls.h:
38947 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38948 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38949 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38950 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38951 (gst_v4l2src_capture_stop):
38952 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38953 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38954 (gst_ximagesink_chain):
38955 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38956 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38957 (gst_xvideosink_xwindow_new):
38958 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38959 (gst_xvimagesink_chain):
38961 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38963 * gst/volume/gstvolume.c: (gst_volume_set_volume),
38964 (gst_volume_get_volume), (volume_class_init), (volume_init),
38965 (volume_chain_int16), (volume_update_volume):
38966 * gst/volume/gstvolume.h:
38967 make code more readable by removing magic numbers
38968 make mixer interface export 0-100 range
38969 make it internally map to 0.0-1.0 range so users don't distort
38970 output by putting the sliders at full volume
38972 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38974 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38975 (gst_play_state_change), (gst_play_seek_to_time):
38976 block the tick callback for 0.5 secs after doing a seek
38978 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38980 * gst-libs/gst/play/play.c: (gst_play_new):
38983 2004-02-01 Julien MOUTTE <julien@moutte.net>
38985 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38986 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38987 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38988 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38990 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38992 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
38995 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38996 check for a function added in vorbis 1.1
38998 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39000 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39001 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39002 really start/stop clock only on PLAYING <=> PAUSED
39003 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39004 remove \n from debugging lines
39005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39006 make it work when seeking does not
39007 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39010 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39012 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39013 start clock on PAUSED=>PLAYING, not later
39014 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39015 extract correct time for different discont formats
39016 (gst_alsa_sink_get_time):
39017 don't segfault when no format is negotiated yet, just return 0
39018 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39019 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39020 (gst_ogg_pad_push):
39021 handle flush and discont events correctly
39022 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39023 handle discont events correctly
39025 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39027 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39028 (gst_play_error_create), (gst_play_error_plugin),
39029 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39030 * gst-libs/gst/play/play.h:
39031 add error handling during creation
39032 * examples/gstplay/player.c: (main):
39033 use new gst_play_new
39036 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39038 * ext/theora/theoradec.c: (theora_dec_chain):
39040 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39041 (vorbis_dec_src_event), (vorbis_dec_chain):
39042 add encoder tag, fix tag reading to be more error tolerant, change
39043 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39044 gst_pad_event_default.
39045 * gst/tags/gstvorbistag.c:
39046 (gst_tag_list_from_vorbiscomment_buffer):
39047 undefine function specific define at end of function
39049 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39051 * ext/flac/gstflac.c: (plugin_init):
39052 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39053 * ext/flac/gstflacdec.h:
39054 * ext/flac/gstflacenc.h:
39057 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39059 * examples/gstplay/player.c: s/gstplay.h/play.h/
39061 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39063 * gst-libs/gst/play/Makefile.am:
39064 * gst-libs/gst/play/gstplay.c:
39065 * gst-libs/gst/play/gstplay.h:
39066 * gst-libs/gst/play/play.c:
39067 more surgery, operation complete
39069 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39071 * gst-libs/gst/play/play.old.c:
39072 * gst-libs/gst/play/play.old.h:
39073 after CVS surgery by moving, remove
39074 * gst-libs/gst/play/playpipelines.c:
39077 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39078 add negotiation error
39080 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39082 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39083 (gst_ogg_demux_push):
39084 add some seeking debug info
39085 send a flush when seeking
39087 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39093 * ext/theora/Makefile.am:
39094 * ext/theora/theoradec.c:
39095 add theora video decoder. Does just do simple decoding for now and
39096 has been tested against Theora cvs only. It only works when theora
39097 is compiled with --enable-static.
39098 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39099 always reset packetno on DISCONT
39101 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39103 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39106 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39108 * gst/mpegaudioparse/gstmpegaudioparse.c:
39109 (mp3_type_frame_length_from_header):
39110 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39112 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39114 * ext/esd/esdsink.c: (gst_esdsink_init):
39115 Since we have static pad template caps, we don't need to negotiate;
39116 either the core errors out or we know the format.
39118 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39120 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39121 (gst_riff_read_seek):
39122 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39123 (gst_ebml_read_seek):
39124 Fix event handling.
39126 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39128 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39129 removee video/x-theora from vp3 decoder, it doesn't handle raw
39131 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39132 fix bug with finalizing element that never went to PAUSED
39133 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39134 length and position queries were swapped
39135 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39136 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39137 (vorbis_dec_src_event):
39138 implement querying time and bytes
39140 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39142 * just about every source file:
39143 gst_element_error -> GST_ELEMENT_ERROR
39145 2004-01-29 Julien MOUTTE <julien@moutte.net>
39147 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39148 emiting FLUSH and even before DISCONT.
39149 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39150 get the best instant seeking as possible yay!
39152 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39154 * gst/mpeg1videoparse/gstmp1videoparse.c:
39155 (gst_mp1videoparse_real_chain):
39156 Committed wrong version last week... Grr... Didn't notice until now.
39158 2004-01-29 Julien MOUTTE <julien@moutte.net>
39160 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39161 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39162 have_xwindow_id signal in xwindow_create.
39164 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39166 * ext/ogg/gstoggdemux.c:
39167 lots of changes - mainly support for chained bitstreams, seeking,
39168 querying and bugfixes of course
39169 * ext/vorbis/Makefile.am:
39170 * ext/vorbis/vorbisdec.c:
39171 * ext/vorbis/vorbisdec.h:
39172 add vorbisdec raw vorbis decoder
39173 * ext/vorbis/vorbis.c: (plugin_init):
39174 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39175 * gst/intfloat/Makefile.am:
39176 * gst/intfloat/float22int.c:
39177 * gst/intfloat/float22int.h:
39178 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39179 add float2intnew plugin. It converts multichannel interleaved float to
39180 multichannel interleaved int. The name should probably be changed.
39181 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39183 add typefinding for raw theora video so oggdemux can detect it.
39185 2004-01-28 Julien MOUTTE <julien@moutte.net>
39187 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39188 sink element first.
39189 * gst/videoscale/gstvideoscale.c:
39190 (gst_videoscale_handle_src_event): Fixing src event handler.
39192 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39194 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39195 (gst_v4lsrc_open), (gst_v4lsrc_close),
39196 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39197 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39198 * sys/v4l/gstv4lsrc.h:
39199 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39200 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39201 Implement resizing... Hack. But that's why v4l is b0rked...
39203 2004-01-28 Julien MOUTTE <julien@moutte.net>
39205 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39206 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39207 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39208 (gst_ximagesink_xwindow_destroy):
39209 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39210 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39211 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39212 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39213 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39214 correctly cleaning the image created to check xshm calls on succes,
39215 added a lot of XSync calls in X11 functions, and fixed a segfault when
39216 no image format was defined before negotiation happened.
39218 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39220 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39221 use gst_element_get_time to get correct time
39223 2004-01-28 Julien MOUTTE <julien@moutte.net>
39225 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39226 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39227 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39229 (gst_xvimagesink_check_xshm_calls),
39230 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39231 X plugins are now able to detect that XShm calls will fail even if the
39232 server claims that it has XShm support (remote displays most of the
39233 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39234 so that we use non XShm functions. This feature is almost useless for
39235 xvimagesink as Xv is not supported on remote displays anyway, but
39236 it might happen than even on the local display XShm calls fail.
39238 2004-01-27 David Schleef <ds@schleef.org>
39240 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39241 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39242 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39243 changed esdsink to only use 44100,16,2, since esd sucks at rate
39244 conversion and esdsink has had difficulty negotiating.
39246 2004-01-27 Julien MOUTTE <julien@moutte.net>
39248 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39249 (gst_play_seek_to_time): Fixing the way to get current position.
39251 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39253 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39254 use gst_element_get_time to get correct time
39256 2004-01-27 Julien MOUTTE <julien@moutte.net>
39258 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39259 fix ever... Inverting 2 lines of code make spider autoplug correctly
39262 2004-01-27 David Schleef <ds@schleef.org>
39264 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39265 Use gst_pad_try_set_caps_nonfixed().
39267 2004-01-27 David Schleef <ds@schleef.org>
39269 * gst/ac3parse/gstac3parse.c: update to checklist 5
39270 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39271 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39272 * gst/audioscale/gstaudioscale.c: same
39273 * gst/auparse/gstauparse.c: same
39274 * gst/avi/gstavidemux.c: same
39276 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39278 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39279 stop processing after EOS
39281 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39283 * gst/asfdemux/asfheaders.h:
39284 * gst/asfdemux/gstasfdemux.c:
39285 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39286 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39287 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39288 lot's of fixes to make data extraction simpler and get the code
39289 architecture and compiler independant. Add debugging category
39290 * gst/goom/gstgoom.c: (gst_goom_change_state):
39291 reset channel count on PAUSED=>READY, not READY=>PAUSED
39293 2004-01-26 Colin Walters <walters@verbum.org>
39295 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39296 code to pull a bigger buffer in iradio mode. This as a side effect
39297 makes typefinding work.
39299 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39301 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39302 Fix SVQ3 decoding on PPC
39304 2004-01-26 Julien MOUTTE <julien@moutte.net>
39306 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39307 that one managed to stay there... Fixed.
39309 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39311 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39312 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39313 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39314 (qtdemux_video_caps):
39315 * gst/qtdemux/qtdemux.h:
39316 Add SVQ3 specific flags to qtdemux and ffmpeg
39318 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39320 * gst-libs/gst/audio/audio.h:
39321 remove buffer-frames from audio caps
39322 * gst/audioconvert/gstaudioconvert.c:
39323 fix plugin to really work.
39325 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39327 * gst-libs/gst/mixer/mixer.c:
39328 * gst-libs/gst/propertyprobe/propertyprobe.c:
39329 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39330 (gst_tuner_find_channel_by_name):
39331 * gst-libs/gst/tuner/tuner.h:
39332 Add gtk-doc style comments. Also fix a function name.
39334 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39336 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39337 (gst_divxdec_negotiate):
39338 Fix for new capsnego - also fixes gst-player with divxdec.
39340 2004-01-25 Julien MOUTTE <julien@moutte.net>
39342 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39343 (gst_play_identity_handoff), (gst_play_set_location),
39344 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39345 try in visualization implementation. Still have an issue with switch
39346 blocking when pulling from video_queue and only audio comes out of
39348 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39349 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39350 release method. And check if the pad is usable before pulling.
39352 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39354 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39355 (gst_videobalance_init),
39356 (gst_videobalance_colorbalance_list_channels),
39357 (gst_videobalance_colorbalance_set_value),
39358 (gst_videobalance_colorbalance_get_value),
39359 (gst_videobalance_update_properties),
39360 (gst_videobalance_update_tables_planar411),
39361 (gst_videobalance_planar411):
39362 * gst/videofilter/gstvideobalance.h:
39363 Implement lookup-tables. +/- 10x faster.
39365 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39367 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39368 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39369 The index reading was broken. The rest worked fine, but the whole
39370 goal of my rewrite was to make avidemux readable, and this was
39371 not at all readable. Please use typed variables.
39373 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39375 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39376 Additional pad usability check.
39377 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39378 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39379 (gst_mp1videoparse_real_chain):
39380 Fix MPEG video stream parsing. The original plugin had several
39381 issues, including not timestamping streams where the source was
39382 not timestamped (this happens with PTS values in mpeg system
39383 streams, but MPEG video is also a valid stream on its own so
39384 that needs timestamps too). We use the display time code for that
39385 for now. Also, if one incoming buffer contains multiple valid
39386 frames, we push them all on correctly now, including proper EOS
39387 handling. Lastly, several potential segfaults were fixed, and we
39388 properly sync on new sequence/gop headers to include them in next,
39389 not previous frames (since they're header for the next frame, not
39390 the previous). Also see #119206.
39391 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39393 Move caps setting so we only do it after finding several valid
39394 MPEG-1 fraes sequentially, not right after the first one (which
39395 might be coincidental).
39396 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39397 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39399 Add unsynced MPEG video stream typefinding, and change some
39400 probability values so we detect streams rightly. The idea is as
39401 follows: I can have an unsynced system stream which contains
39402 video. In the current code, I would randomly get a type for either
39403 system or video stream type found, because the probabilities are
39404 being calculated rather randomly. I now use fixed values, so we
39405 always prefer system stream if that was found (and that is how it
39406 should be). If no system stream was found, we can still identity the stream as video-only.
39408 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39410 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39411 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39412 don't write to buffer. Extract data without the need of
39413 __attribute__ ((packed))
39415 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39417 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39418 (mpeg1_sys_type_find):
39419 Fix MPEG-1 stream typefinding.
39421 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39423 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39424 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39426 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39428 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39429 * ext/esd/gstesd.c: (plugin_init):
39430 private debugging, better error reporting
39432 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39434 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39435 (gst_riff_read_init), (gst_riff_read_change_state):
39436 * gst-libs/gst/riff/riff-read.h:
39437 Remove stuff fromold metadata system.
39439 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39441 * ext/ogg/gstoggdemux.c:
39442 Fix wrong file comment.
39443 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39444 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39445 Add metadata reading properly.
39447 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39450 Fix nas DIST_SUBDIRS
39452 Fix bug where make distcheck doesn't get run on adding stuff to
39455 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39457 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39458 * ext/divx/gstdivxdec.h:
39459 Fix divx3 ("msmpeg4") playback using divxdec.
39461 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39463 * gst/typefind/gsttypefindfunctions.c:
39464 (mp3_type_frame_length_from_header): fix bug in length computation
39465 (mp3_type_find): improve debugging output
39467 2004-01-23 Julien MOUTTE <julien@moutte.net>
39469 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39470 (gst_play_set_location), (gst_play_seek_to_time),
39471 (gst_play_set_audio_sink), (gst_play_set_visualization),
39472 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39473 the pipeline from scratch. Visualization is back and switch went out as
39474 i realized it was not possible to use the way i wanted.
39475 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39476 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39477 clearing in state change from READY to NULL. So that one can clean the
39478 X ressources keeping the element.
39479 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39480 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39481 (gst_xvimagesink_colorbalance_set_value),
39482 (gst_xvimagesink_colorbalance_get_value),
39483 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39484 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39485 change from READY to NULL and fixed some stupid bugs in colorbalance
39486 get/set values. Also added the following feature : when nobody tries to
39487 set some values to the colorbalance levels before the xcontext is
39488 grabbed, then when creating channels list from Xv attributes we set the
39489 internal values to the Xv defaults. This way we handle buggy Xv drivers
39490 that set default hue values far from the middle of the range (Thanks
39491 to Jon Trowbridge for pointing that issue).
39492 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39493 colorbalance levels have been set before xcontext is grabbed.
39495 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39497 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39498 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39499 it might block operations (which is bad for a mixer).
39501 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39503 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39504 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39505 (gmip_find_type_pre):
39506 * gst-libs/gst/media-info/media-info-priv.h:
39507 * gst-libs/gst/media-info/media-info.c:
39508 (gst_media_info_instance_init), (gst_media_info_read_idler):
39509 add fakesink to get caps on decoder src pad again
39510 fix callback prototype to match new have_type signal signature
39512 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39514 * gst/adder/gstadder.c: (gst_adder_link):
39515 fix non-compile and cut-n-paste code
39517 2004-01-21 David Schleef <ds@schleef.org>
39519 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39520 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39521 (gst_swfdec_init), (gst_swfdec_change_state):
39522 * ext/swfdec/gstswfdec.h:
39524 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39525 (gst_adder_request_new_pad): Fix negotiation.
39526 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39527 Add a fixate function.
39528 * gst/intfloat/gstfloat2int.c:
39529 * gst/intfloat/gstfloat2int.h:
39530 * gst/intfloat/gstint2float.c:
39531 * gst/intfloat/gstint2float.h:
39532 Completely rewrite the negotiation. Doesn't quite work yet,
39533 due to some buffer-frames problem.
39535 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39537 * ext/gnomevfs/gstgnomevfssrc.c:
39538 * sys/v4l2/v4l2_calls.h:
39539 fix includes for distcheck
39541 2004-01-21 Christian Schaller <uraeus@gnome.org>
39544 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39545 based on earlier patch from Laurent Vivier
39547 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39549 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39550 Fix wma caps property
39551 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39552 Fix typo (flags1 and flags2)
39554 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39556 * gst-libs/gst/media-info/media-info-priv.c:
39557 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39558 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39559 (gmip_find_stream), (gmip_find_track_metadata),
39560 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39561 (gmip_find_track_format):
39562 * gst-libs/gst/media-info/media-info-priv.h:
39563 * gst-libs/gst/media-info/media-info-test.c: (main):
39564 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39565 (gst_media_info_read_idler), (gst_media_info_read):
39566 * gst-libs/gst/media-info/media-info.h:
39567 register debugging category and use it for debugging
39569 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39571 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39572 (gst_vorbisfile_new_link):
39573 signal streaminfo through tags
39575 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39577 * ext/mplex/gstmplex.cc:
39578 * ext/mplex/gstmplexibitstream.cc:
39579 g++ doesn't like NULL in our i18n/error macros, should be
39580 either (NULL) or ("").
39582 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39584 * sys/dxr3/dxr3audiosink.c:
39585 * sys/dxr3/dxr3init.c:
39586 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39587 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39588 Fix more error error error errors (missing includes here).
39590 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39592 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39593 fix thomas' error errors.
39595 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39597 * ext/mpeg2enc/gstmpeg2enc.cc:
39600 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39602 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39603 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39604 Fix for new error system.
39606 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39608 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39609 fix for new error reporting
39611 2004-01-20 David Schleef <ds@schleef.org>
39613 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39614 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39615 (gst_ximagesink_set_xwindow_id): Change to using a framerate
39616 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39617 and neither is 100+, most likely.
39618 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39619 (gst_xvimagesink_getcaps): same
39621 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
39624 Up version requirement to 2.0.3 (not yet released) to avoid symbol
39625 clashes with ffmpeg.
39627 2004-01-20 Julien MOUTTE <julien@moutte.net>
39629 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39630 (gst_switch_init): Fixed switch element : proxying link and setting
39631 caps from src to sink on request.
39633 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39635 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39636 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39637 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39640 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39642 * sys/v4l/v4l_calls.h:
39643 * sys/v4l2/v4l2_calls.h:
39644 element_error fixes
39646 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39648 * gst-libs/gst/gst-i18n-plugin.h:
39650 remove config.h inclusion
39652 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39655 adding autopoint invocation
39658 * gst-libs/gst/gettext.h:
39659 adding gettext bits
39660 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39661 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39662 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39663 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39664 (gst_gnomevfssink_close_file):
39665 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39666 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39667 * gst-libs/gst/gst-i18n-plugin.h:
39668 * gst/avi/gstavi.c: (plugin_init):
39669 * sys/dxr3/dxr3init.c: (plugin_init):
39670 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39671 * sys/oss/gstossaudio.c: (plugin_init):
39672 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39673 * sys/v4l/gstv4l.c: (plugin_init):
39674 * sys/v4l/v4l_calls.c: (gst_v4l_open):
39675 * sys/v4l2/gstv4l2.c: (plugin_init):
39676 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39677 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39678 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39679 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39680 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39681 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39682 make sure locale and translation domain are set
39683 fix translated strings
39689 put translation files into place
39690 * sys/xvideo/imagetest.c: (main):
39691 * ext/dv/demo-play.c: (main):
39692 fix unnecessary translations
39694 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
39696 * ext/sndfile/gstsf.c:
39697 * gst/avi/gstavimux.c:
39698 * ext/audiofile/gstafsink.c:
39699 * ext/audiofile/gstafsrc.c:
39700 * ext/gnomevfs/gstgnomevfssink.c:
39701 * ext/gnomevfs/gstgnomevfssrc.c:
39702 * sys/oss/gstosselement.c:
39703 * sys/v4l/v4l_calls.h:
39706 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39708 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39709 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39710 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39711 (gst_v4l2_get_output), (gst_v4l2_set_output),
39712 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39713 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39714 (gst_v4l2_set_attribute):
39715 update to new error handling
39717 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39719 * ext/sidplay/gstsiddec.cc:
39720 * gst/modplug/gstmodplug.cc:
39721 parenthese NULL because C++ seems angry about it
39723 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39725 * gst-libs/gst/gst-i18n-plugin.h:
39726 add skeleton i18n stuff, but needs to be further implemented
39728 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
39730 * examples/gstplay/player.c: (main):
39731 * ext/aalib/gstaasink.c: (gst_aasink_open):
39732 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39733 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39734 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39735 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39736 (gst_afsink_close_file):
39737 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39738 (gst_afsrc_close_file):
39739 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39740 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39741 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39742 * ext/esd/esdmon.c: (gst_esdmon_get):
39743 * ext/esd/esdsink.c: (gst_esdsink_chain):
39744 * ext/faac/gstfaac.c: (gst_faac_chain):
39745 * ext/faad/gstfaad.c: (gst_faad_chain):
39746 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39747 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39748 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39749 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39750 (gst_flacdec_loop):
39751 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39752 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39753 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39754 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39755 (gst_gnomevfssink_close_file):
39756 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39757 (gst_gnomevfssrc_open_file):
39758 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39759 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39760 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39761 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39762 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39763 * ext/mad/gstmad.c: (gst_mad_chain):
39764 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39765 * ext/mpeg2dec/gstmpeg2dec.c:
39766 * ext/mpeg2enc/gstmpeg2enc.cc:
39767 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39768 * ext/mplex/gstmplex.cc:
39769 * ext/mplex/gstmplexibitstream.cc:
39770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39771 (gst_ogg_demux_push), (gst_ogg_pad_push):
39772 * ext/raw1394/gstdv1394src.c:
39773 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39774 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39775 * ext/sidplay/gstsiddec.cc:
39776 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39778 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39779 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39780 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39781 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39782 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39783 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39784 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39785 * gst-libs/gst/Makefile.am:
39786 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39787 (gst_riff_read_element_data), (gst_riff_read_seek),
39788 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39789 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39790 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39791 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39792 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39793 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39794 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39795 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39796 * gst/goom/gstgoom.c: (gst_goom_chain):
39797 * gst/id3/gstid3types.c: (gst_id3types_loop):
39798 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39799 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39800 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39801 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39802 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39803 (gst_ebml_read_float), (gst_ebml_read_header):
39804 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39805 (gst_matroska_demux_parse_blockgroup):
39806 * gst/modplug/gstmodplug.cc:
39807 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39808 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39809 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39810 * gst/silence/gstsilence.c: (gst_silence_get):
39811 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39812 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39813 * gst/speed/gstspeed.c: (speed_loop):
39814 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39815 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39816 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39817 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39818 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39819 (gst_wavparse_loop):
39820 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39821 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39822 (dxr3audiosink_close):
39823 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39824 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39825 (dxr3videosink_close), (dxr3videosink_write_data):
39826 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39827 * sys/oss/gstosselement.h:
39828 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39829 (gst_osssink_chain):
39830 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39831 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39832 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39833 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39834 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39835 (gst_v4l_enable_overlay):
39836 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39837 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39838 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39839 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39840 (gst_v4l_set_audio):
39841 * sys/v4l/v4l_calls.h:
39842 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39843 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39844 (gst_v4lmjpegsink_playback_init),
39845 (gst_v4lmjpegsink_playback_start):
39846 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39847 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39848 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39849 (gst_v4lmjpegsrc_requeue_frame):
39850 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39851 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39852 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39853 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39854 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39855 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39856 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39857 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39858 (gst_v4l2src_capture_stop):
39859 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39860 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39861 (gst_ximagesink_chain):
39862 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39863 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39864 (gst_xvideosink_xwindow_new):
39865 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39866 (gst_xvimagesink_chain):
39867 use new error signal, function and categories
39869 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
39873 * ext/musicbrainz/gsttrm.c:
39874 * ext/musicbrainz/gsttrm.h:
39875 * ext/musicbrainz/Makefile.am:
39878 2004-01-18 Julien MOUTTE <julien@moutte.net>
39880 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39881 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39882 synchronous property for debugging.
39883 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39884 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39885 (gst_xvimagesink_set_property): Moving a pointer declaration to a
39886 smaller block, fixing indent.
39888 2004-01-16 David Schleef <ds@schleef.org>
39890 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39891 property affects the video stream.
39892 * sys/xvimage/xvimagesink.c:
39893 * sys/xvimage/xvimagesink.h:
39894 Add synchronous property for debugging. Should probably be
39895 disabled in non-CVS builds. Make sure that the Xv attribute
39896 exists before we set it (crash!). Fix a silly float bug that
39897 caused colorbalance to just not work.
39899 2004-01-17 Christian Schaller <Uraeus@gnome.org>
39901 * tools/gst-launch-ext.in - update for new plugins
39903 2004-01-16 David Schleef <ds@schleef.org>
39905 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39906 already-freed caps.
39908 2994-01-16 Christian Schaller <Uraeus@gnome.org>
39910 * Update spec for new colorspace plugin and libcaca plugin
39911 * Fix compilation of libcaca plugin (clock -> id)
39913 2004-01-16 Julien MOUTTE <julien@moutte.net>
39915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39916 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39917 (gst_xvimagesink_set_xwindow_id),
39918 (gst_xvimagesink_colorbalance_set_value),
39919 (gst_xvimagesink_colorbalance_get_value),
39920 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39921 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39922 correct colorbalance properties. They can now be set when the element
39923 is still in NULL state. The values will be committed to the Xv Port
39924 when xcontext is initialized.
39925 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39926 brightness int values in the GstXvImagesink structure.
39928 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39930 * gst-libs/gst/Makefile.am:
39931 restructure so having local patches works easier.
39933 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39935 * ext/mpeg2enc/Makefile.am:
39936 * ext/mpeg2enc/gstmpeg2enc.cc:
39937 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39938 Bugfix with respect to EOS handling.
39940 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39942 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39943 Link with right caps (else, it segfaults).
39944 * ext/mplex/gstmplexjob.cc:
39945 Fix for slight API change in 1.6.1.93 release of mjpegtools.
39947 2004-01-15 David Schleef <ds@schleef.org>
39949 * gst-libs/gst/audio/Makefile.am:
39950 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39952 * gst-libs/gst/audio/gstaudiofilter.c:
39953 * gst-libs/gst/audio/gstaudiofilter.h:
39954 Add bytes_per_sample and size and n_samples calculation.
39955 * gst-libs/gst/audio/gstaudiofilterexample.c:
39956 Remove, now autogenerated.
39957 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39958 Moved from gstaudiofilterexample, object name changed, code added
39959 so that it actually works.
39960 * gst-libs/gst/audio/make_filter:
39961 Script to build an audiofilter subclass from the template.
39962 * gst/colorspace/Makefile.am:
39963 * gst/colorspace/yuv2yuv.c:
39964 Remove file, since it's GPL, and we don't use it.
39966 2004-01-15 Julien MOUTTE <julien@moutte.net>
39968 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39970 them use the buffer free function to test how the buffer was allocated.
39972 2004-01-15 David Schleef <ds@schleef.org>
39974 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39975 that handles osssink fallback.
39976 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39977 (gst_audio_convert_getcaps):
39978 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39979 Add audio/x-qdm2 for QDM2 audio.
39980 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39981 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39982 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39983 Decrease minimum size to 16x16.
39984 * gst/wavparse/gstwavparse.c:
39985 Convert disabled pad template caps to new caps.
39986 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39987 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39988 (gst_xvimagesink_chain): Throw element error when display cannot
39989 be opened. Increase minimum framerate to 1.0. Check the data
39990 free function on a buffer to make sure it is the type we expect
39991 before manipulating it.
39993 2004-01-15 Julien MOUTTE <julien@moutte.net>
39995 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39996 (gst_videobalance_colorbalance_set_value): Implement passthru if
39997 settings are in the middle.
39998 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40000 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40002 * gst/videofilter/Makefile.am:
40003 * gst/volume/Makefile.am:
40004 Since we use videofilter symbols, link to it.
40006 2004-01-15 Julien MOUTTE <julien@moutte.net>
40008 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40009 mixer interface type to HARDWARE.
40010 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40012 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40013 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40014 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40015 (gst_volume_interface_init), (gst_volume_list_tracks),
40016 (gst_volume_set_volume), (gst_volume_get_volume),
40017 (gst_volume_set_mute), (gst_volume_mixer_init),
40018 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40019 (volume_init): Implementing mixer interface.
40020 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40021 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40022 (gst_osselement_change_state): Removing some trailing commas in
40024 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40025 interface type to HARDWARE.
40026 * sys/v4l/gstv4lcolorbalance.c:
40027 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40029 * sys/v4l2/gstv4l2colorbalance.c:
40030 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40031 interface type to HARDWARE.
40032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40033 same code than ximagesink for event handling.
40035 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40037 * ext/snapshot/Makefile.am:
40038 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40039 (gst_snapshot_chain):
40040 * ext/snapshot/gstsnapshot.h:
40041 This has to be a joke... Snapshot should be connected to a tee,
40042 colorspace element before it and EOS after that, where the other
40043 src of the tee receives normal data.
40044 The current way is *wrong*.
40046 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40048 * ext/hermes/gsthermescolorspace.c:
40049 Fix another compile error. Same as below.
40051 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40053 * gst/colorspace/gstcolorspace.c:
40054 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40055 (gst_colorspace_i420_to_yv12):
40056 Fix compiling... Didn't test if it actually works.
40058 2004-01-15 David Schleef <ds@schleef.org>
40061 * gst/colorspace/Makefile.am:
40062 * gst/colorspace/gstcolorspace.c:
40063 * gst/colorspace/gstcolorspace.h:
40064 * gst/colorspace/yuv2rgb.c:
40065 * gst/colorspace/yuv2rgb.h:
40066 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40067 code and GPL code. Fix for new caps negotiation. Rewrite
40068 much of the format handling code, and some of the conversion
40069 code. Basically, rewrote almost everything. This element
40070 handles I420, YV12 to RGB conversions.
40071 * ext/hermes/Makefile.am:
40072 * ext/hermes/gsthermescolorspace.c:
40073 Rename colorspace to hermescolorspace. Fix negotiation issues.
40074 Remove non-Hermes related code. This element handles lots of
40075 RGB to RGB conversions, but no YUV.
40076 * ext/hermes/gstcolorspace.c:
40077 * ext/hermes/gstcolorspace.h:
40078 * ext/hermes/rgb2yuv.c:
40079 * ext/hermes/yuv2rgb.c:
40080 * ext/hermes/yuv2rgb.h:
40081 * ext/hermes/yuv2rgb_mmx16.s:
40082 * ext/hermes/yuv2yuv.c:
40083 * ext/hermes/yuv2yuv.h:
40086 2004-01-14 Colin Walters <walters@verbum.org>
40088 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40089 they've already been.
40091 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40093 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40094 assume tag mode when pad is not connected
40096 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40098 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40099 Don't update the time of the clock
40100 (gst_alsa_sink_loop):
40101 sync to the clock given to alsasink, not the own clock
40102 * sys/oss/gstosssink.c: (gst_osssink_chain):
40104 (gst_osssink_change_state):
40106 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40107 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40108 remove bogus code that made DISCONT events unhandled
40109 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40110 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40112 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40113 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40114 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40115 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40116 2nd warning in bug #131502)
40118 2004-01-14 Julien MOUTTE <julien@moutte.net>
40120 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40121 (gst_videobalance_colorbalance_set_value),
40122 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40123 for colorbalance interface implementation.
40124 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40125 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40126 (gst_ximagesink_dispose), (gst_ximagesink_init),
40127 (gst_ximagesink_class_init): Adding DISPLAY property.
40128 * sys/ximage/ximagesink.h: Adding display_name to store display.
40129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40130 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40131 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40132 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40133 properties (they still need polishing though for gst-launch use : no
40134 xcontext yet, i ll do that tomorrow).
40135 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40137 2004-01-14 Julien MOUTTE <julien@moutte.net>
40139 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40140 (gst_play_set_location), (gst_play_set_visualization): Preparing
40141 switch integration, adding videobalance in the pipeline.
40143 2004-01-14 Julien MOUTTE <julien@moutte.net>
40145 * gst-libs/gst/colorbalance/colorbalance.c:
40146 (gst_color_balance_class_init): Adding a default type.
40147 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40149 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40150 (gst_videobalance_dispose), (gst_videobalance_class_init),
40151 (gst_videobalance_init), (gst_videobalance_interface_supported),
40152 (gst_videobalance_interface_init),
40153 (gst_videobalance_colorbalance_list_channels),
40154 (gst_videobalance_colorbalance_set_value),
40155 (gst_videobalance_colorbalance_get_value),
40156 (gst_videobalance_colorbalance_init): Implementing colorbalance
40158 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40160 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40161 bug which was triggering a BadAccess X error when setting an overlay
40162 before pad was really negotiated.
40163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40164 Using the colorbalance type macro.
40166 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40168 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40169 (gst_flacenc_chain):
40170 handle tags correctly
40171 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40172 extract ID3v1 tags correctly
40174 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40176 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40178 Improve matroska typefinding for odd-typed headers...
40180 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40182 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40183 Fix for using incremental number on padnames.
40185 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40187 * ext/divx/gstdivxdec.c:
40188 * ext/divx/gstdivxenc.c:
40189 Set category to divx4linux instead of divx (too generic).
40190 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40191 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40192 (gst_wavparse_loop), (gst_wavparse_change_state):
40193 * gst/wavparse/gstwavparse.h:
40194 fix parsing of WAV files with non-standard fmt-tag size and fix
40195 skipping of unrecognized chunks... Someone please fix this thing
40196 to use rifflib so all this is automated.
40197 * sys/v4l/Makefile.am:
40198 * sys/v4l2/Makefile.am:
40199 Add X_CFLAGS because we depend on X (for overlay).
40201 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40203 * ext/mpeg2dec/gstmpeg2dec.c:
40204 Don't issue a timestamp unless we tagged the frame
40207 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40209 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40210 Query the audio element to get the time, not the clock. We're
40211 interested in the element's time here.
40213 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40215 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40216 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40217 * ext/esd/esdsink.c: (gst_esdsink_chain):
40218 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40219 * ext/mas/massink.c: (gst_massink_chain):
40220 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40221 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40222 (gst_matroska_demux_parse_metadata):
40223 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40224 (gst_mpeg_parse_release_locks):
40225 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40226 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40227 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40228 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40229 (gst_osssink_change_state):
40230 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40231 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40232 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40233 (gst_xvideosink_release_locks):
40234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40236 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40237 (gst_alsa_clock_stop):
40238 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40239 (gst_audio_clock_get_internal_time):
40240 simplify for use with new clocking code.
40241 * testsuite/alsa/Makefile.am:
40242 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40243 fix testsuite for new caps system
40245 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40247 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40248 * ext/flac/gstflacenc.c: (add_one_tag):
40249 length is already host endian, no need to convert. Fixes playback of
40250 tagged files on PPC. (bug #128384)
40252 2004-01-13 Julien MOUTTE <julien@moutte.net>
40254 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40255 colorbalance interface stating if it is hardware based or software
40257 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40258 Removing a trailing comma.
40259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40260 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40261 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40262 the documentation seems to be wrong on the -1000 to 1000 interval.
40264 2004-01-12 David Schleef <ds@schleef.org>
40266 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40267 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40268 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40269 Fix negotiation. Add a bufferalloc function for the sink pad,
40270 and generally clean up some of the code.
40272 2004-01-12 Julien MOUTTE <julien@moutte.net>
40274 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40275 (gst_color_balance_channel_dispose): Adding safety check in dispose
40277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40278 (gst_xvimagesink_xcontext_clear),
40279 (gst_xvimagesink_interface_supported),
40280 (gst_xvimagesink_colorbalance_list_channels),
40281 (gst_xvimagesink_colorbalance_set_value),
40282 (gst_xvimagesink_colorbalance_get_value),
40283 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40284 Adding colorbalance interface support to set XV parameters such as
40285 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40286 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40289 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40291 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40292 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40293 (gst_audio_convert_init), (gst_audio_convert_set_property),
40294 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40295 (gst_audio_convert_link),
40296 (gst_audio_convert_buffer_to_default_format),
40297 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40298 - implement _getcaps and use it
40300 - remove float caps since no float conversion is actually done
40301 - remove properties and arguments that were to be used for rate
40304 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40306 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40307 (gst_audio_structure_set_int):
40308 * gst-libs/gst/audio/audio.h:
40309 add helper functions for _getcaps matching the standard audio
40312 2004-01-12 David Schleef <ds@schleef.org>
40314 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40315 Test that pad is negotiated before getting its caps.
40317 2004-01-12 Julien MOUTTE <julien@moutte.net>
40319 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40320 analyzing the pads of an element the bin is mostly in READY state so
40321 no caps were negotiated. This helper function needs to work with
40322 _get_caps directly then. I was not freeing them though, added that to
40325 2004-01-12 Julien MOUTTE <julien@moutte.net>
40327 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40329 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40330 than the free_func.
40332 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40334 * sys/oss/gstossaudio.c: (plugin_init):
40335 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40336 * sys/oss/gstosselement.h:
40337 make an oss debugging category
40338 make failure more descriptive
40340 2004-01-11 David Schleef <ds@schleef.org>
40342 * ext/ffmpeg/gstffmpeg.c:
40343 * ext/ffmpeg/gstffmpegcodecmap.c:
40344 * ext/ffmpeg/gstffmpegdec.c:
40345 * ext/ffmpeg/gstffmpegenc.c:
40346 * ext/ffmpeg/gstffmpegprotocol.c:
40347 * ext/gdk_pixbuf/gstgdkanimation.c:
40348 * ext/jpeg/gstjpeg.c:
40349 * ext/libpng/gstpng.c:
40350 * ext/mpeg2dec/perftest.c:
40351 * ext/speex/gstspeex.c:
40352 * gst-libs/gst/resample/dtos.c:
40353 * gst/intfloat/gstintfloatconvert.c:
40354 * gst/oneton/gstoneton.c:
40355 * gst/rtjpeg/RTjpeg.c:
40356 * gst/rtp/gstrtp.c:
40357 * sys/dxr3/dxr3init.c:
40358 * sys/glsink/gstgl_nvimage.c:
40359 * sys/glsink/gstgl_pdrimage.c:
40360 * sys/glsink/gstglsink.c:
40361 * testsuite/gst-lint:
40362 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40364 2004-01-11 David Schleef <ds@schleef.org>
40366 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40367 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40368 * ext/gdk_pixbuf/gstgdkanimation.c:
40369 (gst_gdk_animation_iter_create_pixbuf):
40370 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40371 (gst_gdk_pixbuf_chain):
40372 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40373 * ext/jack/gstjack.c: (gst_jack_change_state):
40374 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40375 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40376 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40377 * gst/videofilter/gstvideofilter.c:
40378 (gst_videofilter_set_output_size):
40379 Remove all usage of gst_pad_get_caps(), and replace it with
40380 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40382 2004-01-11 David Schleef <ds@schleef.org>
40385 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40386 * ext/divx/gstdivxdec.c:
40387 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40388 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40389 handle images that span multiple buffers. Now work with both
40390 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40391 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40392 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40393 video/video.h changes
40394 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40395 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40396 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40397 of GstData free function.
40398 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40401 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40403 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40404 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40405 (gst_v4l2element_get_property):
40406 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40407 add norm, channel and frequency properties.
40408 * sys/v4l2/gstv4l2tuner.c:
40409 fixes for tuner interface changes
40410 * sys/v4l2/gstv4l2element.h:
40411 * sys/v4l2/gstv4l2src.c:
40412 * sys/v4l2/gstv4l2src.h:
40413 * sys/v4l2/v4l2src_calls.c:
40414 * sys/v4l2/v4l2src_calls.h:
40415 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40417 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40419 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40420 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40421 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40422 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40423 * gst-libs/gst/tuner/tuner.h:
40424 GObjects aren't const.
40425 Add find_by_name functions.
40426 Add checks to _changed functions.
40427 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40428 (gst_v4l_tuner_get_norm):
40431 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40433 * gst-libs/gst/video/video.h:
40434 Fix caps template names to be understandable.
40435 Prefix everything with GST_VIDEO.
40436 * ext/aalib/gstaasink.c:
40437 * ext/divx/gstdivxdec.c:
40438 * ext/divx/gstdivxenc.c:
40439 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40440 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40441 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40442 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40443 * ext/libcaca/gstcacasink.c:
40444 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40445 * ext/snapshot/gstsnapshot.c:
40446 * ext/swfdec/gstswfdec.c:
40447 * ext/xvid/gstxviddec.c:
40448 * ext/xvid/gstxvidenc.c:
40449 * gst/chart/gstchart.c:
40450 * gst/deinterlace/gstdeinterlace.c:
40451 * gst/effectv/gsteffectv.c:
40452 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40453 * gst/goom/gstgoom.c:
40454 * gst/median/gstmedian.c:
40455 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40456 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40457 * gst/overlay/gstoverlay.c:
40458 * gst/smooth/gstsmooth.c:
40459 * gst/smpte/gstsmpte.c:
40460 * gst/synaesthesia/gstsynaesthesia.c:
40461 * gst/videocrop/gstvideocrop.c:
40462 * gst/videodrop/gstvideodrop.c:
40463 * gst/y4m/gsty4mencode.c:
40464 * sys/qcam/gstqcamsrc.c:
40465 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40466 Make them work with new video.h file.
40467 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40468 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40469 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40470 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40471 Make it work with new buffer allocation system.
40473 2004-01-11 Julien MOUTTE <julien@moutte.net>
40475 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40476 pad_alloc_buffer implementation to use ->srcpad
40477 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40478 pad_alloc_buffer implementation to use ->srcpad
40479 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40480 pad_alloc_buffer implementation to use ->srcpad
40481 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40482 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40483 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40484 a reference to everything we need.
40485 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40486 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40487 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40488 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40489 a reference to everything we need.
40490 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40492 2004-01-11 David Schleef <ds@schleef.org>
40494 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40495 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40496 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40498 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40499 value during a resize/renegotiation.
40500 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40501 gst_pad_alloc_buffer();
40502 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40503 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40505 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40506 Fix for rename of buffer private structure members.
40507 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40508 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40509 Fix for rename of buffer private structure members.
40510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40511 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40512 Fix for rename of buffer private structure members.
40514 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40516 reviewed by: David Schleef <ds@schleef.org>
40518 * gst/videofilter/Makefile.am:
40519 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40520 from the patch by ds to fit in with recent make_filter changes.
40522 2004-01-11 Julien MOUTTE <julien@moutte.net>
40524 * configure.ac: Adding examples/switch/Makefile
40525 * examples/Makefile.am: Adding examples/switch
40526 * examples/switch/Makefile.am: Adding switcher example.
40527 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40528 (switch_timer), (main): Adding an example demonstrating switch usage
40529 with 2 videotestsrc showing different patterns.
40530 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40531 (gst_switch_init): Fixing switch with the new caps system.
40533 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40535 * gst-libs/gst/video/video.h:
40536 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40537 They should probably be like
40538 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40540 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40542 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40543 (qtdemux_parse_trak):
40544 fix audio chunk size/timestamp calculation
40546 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40548 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40551 2004-01-11 Steve Baker <steve@stevebaker.org>
40553 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40554 (gst_agingtv_base_init), (gst_agingtv_class_init),
40555 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40556 (gst_agingtv_set_property), (gst_agingtv_get_property):
40557 Port agingTV to videofilter
40559 2004-01-09 Julien MOUTTE <julien@moutte.net>
40561 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40562 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40564 2004-01-09 Julien MOUTTE <julien@moutte.net>
40566 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40567 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40568 * gst-libs/gst/xoverlay/xoverlay.c:
40569 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40570 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40571 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40572 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40573 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40574 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40575 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40576 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40577 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40578 interface implementation to handle xid being 0 and fix some bugs
40579 triggered by Benjamin's testcase.
40580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40581 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40582 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40583 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40584 interface implementation to handle xid being 0 and fix some bugs
40585 triggered by Benjamin's testcase.
40587 2004-01-09 David Schleef <ds@schleef.org>
40589 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
40590 mouse pointer events. It works.
40592 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
40594 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40595 Use explicit caps - fix capsnego.
40596 * ext/xvid/gstxviddec.c:
40597 * ext/xvid/gstxvidenc.c:
40598 Remove macro-inside-macro which caused compile errors.
40599 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40600 Error out if it's not a RIFF file. Else we error out without
40601 gst_element_error() which is not good...
40603 2004-01-08 David Schleef <ds@schleef.org>
40605 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40606 Fix pad_link function to handle formats that ffmpeg returns
40607 as multiple caps structures.
40608 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40609 Only complain if source buffer is _smaller_ than expected.
40610 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40611 (gst_videoscale_handle_src_event): Resize navigation events
40612 when passing them upstream.
40613 * gst/videotestsrc/gstvideotestsrc.c:
40614 * gst/videotestsrc/gstvideotestsrc.h:
40615 * gst/videotestsrc/videotestsrc.c:
40616 * gst/videotestsrc/videotestsrc.h:
40617 Rewrite many of the buffer painting functions to handle odd
40618 sizes (for many formats, size%4!=0 or size%8!=0). Most have
40619 been verified to work with my video card.
40620 * testsuite/gst-lint: Add check for elements calling
40621 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40623 2004-01-08 David Schleef <ds@schleef.org>
40625 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40626 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40628 2004-01-08 Julien MOUTTE <julien@moutte.net>
40630 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40631 configure event is not emiting the desired size signal. That fixes
40632 aspect ratio issues with gst-player.
40634 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
40636 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40639 2004-01-08 Julien MOUTTE <julien@moutte.net>
40641 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40642 public method to fire size signal.
40644 2004-01-07 Julien MOUTTE <julien@moutte.net>
40646 * examples/gstplay/Makefile.am: Adding the interface library.
40647 * gst-libs/gst/play/Makefile.am: Adding the interface library.
40648 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
40649 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40650 GST_IS_X_OVERLAY before signal connect.
40651 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40652 Removing the have_video_size signal.
40653 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40654 and associated public method.
40655 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40656 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40658 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40659 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40661 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40662 Using XOverlay public method to fire size signal.
40664 2004-01-07 David Schleef <ds@schleef.org>
40666 * gst/videofilter/Makefile.am:
40667 * gst/videofilter/gstvideotemplate.c:
40668 * gst/videofilter/make_filter:
40669 Create gstvideoexample.c in a srcdir!=builddir friendly way.
40670 Convert make_filter to /bin/sh script.
40672 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
40674 * gst/modplug/gstmodplug.cc: fix element description
40676 2004-01-07 Julien MOUTTE <julien@moutte.net>
40678 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40679 (got_video_size): Adding some new lines in g_print calls.
40680 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40681 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40682 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40683 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40684 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40685 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40686 Complete code review, reverting some stuff i disagree with, adding
40687 some fixes : time synchronization on invalid timestamps, renegotiation
40689 * sys/ximage/ximagesink.h:
40690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40691 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40692 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40693 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40694 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40695 (gst_xvimagesink_buffer_new),
40696 (gst_xvimagesink_navigation_send_event),
40697 (gst_xvimagesink_set_xwindow_id),
40698 (gst_xvimagesink_get_desired_size),
40699 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40700 stuff i disagree with, adding some fixes : Renegotiation of private
40701 window, implementing get_desired_size.
40703 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
40705 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40706 (gst_afsink_handle_event):
40707 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40708 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40709 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40710 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40711 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40712 Fix for instantiate-test (see core). Also remove dead code from
40713 jpegenc (which still needs fixing, but that's lower on my TODO
40715 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40716 Never return NULL as caps.
40718 2004-01-07 David Schleef <ds@schleef.org>
40722 * ext/librfb/Makefile.am:
40723 * ext/librfb/gstrfbsrc.c:
40724 New source plugin based on librfb-0.1. RFB (remote framebuffer)
40725 is the protocol used by VNC.
40727 2004-01-07 David Schleef <ds@schleef.org>
40729 * gst/videofilter/gstvideotemplate.c:
40730 * gst/videofilter/gstvideotemplate.h:
40731 * gst/videofilter/make_filter:
40732 Merge videotemplate header into source file.
40733 * gst/effectv/Makefile.am:
40734 * gst/effectv/gsteffectv.c: (plugin_init):
40735 * gst/effectv/gstwarp.c:
40736 Make warpTV a subclass of videofilter.
40738 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40740 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40741 Add guard against invalid utf-8 conversions in mad. Just in case.
40743 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40745 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40746 Fix for bug shown by poisoning
40748 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40750 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40751 (gst_v4lmjpegsrc_buffer_free):
40752 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40753 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40754 (gst_v4lsrc_buffer_free):
40755 Fix for removed bufferpools.
40757 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40759 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40760 Fix caps negotiation.
40762 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40763 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40764 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40766 * ext/mpeg2dec/gstmpeg2dec.c:
40767 * gst-libs/gst/navigation/navigation.c:
40768 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40769 * gst-libs/gst/navigation/navigation.h:
40770 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40771 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40772 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40773 Super-simple first version of mouse and keyboard events. Clicking
40774 on a DVD menu now works, although it may not take you where you
40777 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40778 * gst/videotestsrc/gstvideotestsrc.c:
40779 (gst_videotestsrc_src_fixate):
40780 These fixate functions were broken - they never actually
40783 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40785 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40786 (gst_icecastsend_init):
40787 fix for new caps system.
40788 * gst-libs/gst/mixer/mixertrack.h:
40789 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40790 Add 'master track' flag (for tools like ACME that only want to
40791 change the main volume).
40793 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40795 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40796 (gst_xvid_csp_to_caps):
40797 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40798 * ext/xvid/gstxvidenc.c:
40799 ifdef out ARGB type when it isn't available
40800 in xvidcore 1.0.0beta2
40802 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40804 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40805 When we have received a new SCR right in the first buffer after
40806 a seek (so in the same cycle that handles the discont), we should
40807 handle the buffer instead of unreffing it, else we lose data.
40809 2004-01-06 Iain <iain@prettypeople.org>
40811 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40812 buffer-frames caps too.
40814 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40815 caps that we need, don't destroy them all and rebuild them. And when
40816 creating src pads, use the src pad template rather than the sink...
40818 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
40820 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40821 Add pad to element *after* setting functions such as event handler.
40822 Without this, the scheduler (opt) will link pads, set the event
40823 handler from the default event function (dispatcher in gstpad.c)
40824 and *after* that, we will set our own event function, which will
40825 thus never be used (and thus mpegdemux doesn't handle events).
40827 2004-01-04 David Schleef <ds@schleef.org>
40829 Fix the fixate functions to handle new prototype:
40830 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40831 * gst/videotestsrc/gstvideotestsrc.c:
40832 (gst_videotestsrc_src_fixate):
40833 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40834 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40835 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40837 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40839 * sys/ximage/ximagesink.h:
40840 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40841 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40842 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40843 (gst_ximagesink_xoverlay_init):
40844 assorted fixes to make (re)embedding work
40845 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40846 (gst_ximagesink_get_desired_size):
40847 implement desired size additions to XOverlay
40849 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40851 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40852 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40853 (gst_x_overlay_got_desired_size):
40854 * gst-libs/gst/xoverlay/xoverlay.h:
40855 Add optional "desired size" signal and querying.
40857 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40859 * gst/matroska/matroska-demux.c:
40860 (gst_matroska_demux_parse_blockgroup):
40861 Fix EBML-laced block parsing. Diffs are relative to previous
40862 lace, not the first lace. Thanks to Mosu from the Matroska
40863 team for detecting this.
40864 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40865 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40866 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40867 (gst_wavparse_change_state):
40868 * gst/wavparse/gstwavparse.h:
40869 Quickfix for capsnego.
40871 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40873 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40874 Fix indenting, fix pad creation.
40876 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40878 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40879 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40880 (gst_xviddec_sink_link):
40881 Implement src_getcaps() so proper size caps is negotiated.
40883 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40885 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40886 Finish flac decoder on EOS. See #116178.
40888 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40890 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40891 (gst_matroska_demux_add_stream):
40892 * gst/matroska/matroska-ids.h:
40893 Add getcaps() function to fix capsnego...
40895 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40897 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40898 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40899 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40900 Fix more integer overflows. Again, see #126967.
40902 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40904 * ext/mpeg2dec/gstmpeg2dec.c:
40905 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40908 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40911 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40912 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40913 * ext/xvid/gstxvid.h:
40914 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40915 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40916 (gst_xviddec_src_link), (gst_xviddec_sink_link),
40917 (gst_xviddec_change_state):
40918 * ext/xvid/gstxviddec.h:
40919 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40920 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40921 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40922 (gst_xvidenc_link), (gst_xvidenc_set_property),
40923 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40924 * ext/xvid/gstxvidenc.h:
40925 Update xvid plugin to latest xvid (1.0.0-beta3) API.
40927 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40929 * gst/rtp/rtp-packet.c:
40930 Add sys/types.h include, since OS X doesn't define in_addr_t
40931 in netinet/in.h, like it does on Linux (see #129600).
40933 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
40935 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
40937 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40938 Correct logic of dispose function (see #129306).
40940 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40942 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40943 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40944 (gst_mpeg_parse_init):
40945 * gst/mpegstream/gstmpegparse.h:
40946 Remove clock (which was never provided, i.e. dead code), and
40947 also fix integer overflows at high PTS values (see #126967).
40949 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40951 * ext/flac/gstflacdec.c:
40952 * ext/libpng/gstpngenc.h:
40953 * ext/mikmod/gstmikmod.h:
40954 OS X fixes (see #126628).
40956 2004-01-02 David Schleef <ds@schleef.org>
40958 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40959 (gst_alsa_src_base_init): Remove bogus "src" request pad.
40960 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40961 (gst_mpeg_parse_class_init): Move pad template registration
40962 to class_init, since the derived class (mpegdemux) doesn't
40965 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40967 * sys/ximage/Makefile.am:
40968 * sys/xvideo/Makefile.am:
40969 * sys/xvimage/Makefile.am:
40970 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40971 after installation (see #127664).
40973 2004-01-02 David Schleef <ds@schleef.org>
40975 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40976 (gst_ffmpegenc_connect): Negotiation fixes.
40977 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40978 Remove inappropriate gst_caps_free().
40979 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40980 Reenable Ronald's internal resize code, since the core handles
40983 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40985 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40986 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40987 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40988 Fix pad template stuff.
40990 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40992 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40993 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40994 fix signed integer reading/writing.
40996 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
40999 Remove outdated document
41001 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41003 * gst/cutter/gstcutter.c: (gst_cutter_init):
41004 src pad was being created twice - oops.
41006 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41008 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41009 Comment out internal resize. It doesn't handle the resulting
41010 XEvent internally, does another try_set_caps() which leads to
41011 a really nice loop.
41012 Real fix will come when Julien and Dave are awake. ;).
41014 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41016 * ext/mpeg2enc/gstmpeg2enc.cc:
41017 fix const/nonconst compile issue.
41019 2004-01-02 David Schleef <ds@schleef.org>
41021 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41022 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41023 Add fixate function and a check for bad formats.
41025 2004-01-01 David Schleef <ds@schleef.org>
41028 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41029 (gst_audiofilter_init):
41030 * gst/debug/efence.c: (gst_efence_init):
41031 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41032 (gst_deinterlace_init):
41033 * gst/volume/gstvolume.c: (volume_connect):
41035 2004-01-01 David Schleef <ds@schleef.org>
41037 Convert elements to use gst_pad_use_explicit_caps() where
41039 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41040 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41041 (gst_afparse_open_file):
41042 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41043 (gst_afsrc_open_file):
41044 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41045 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41046 (gst_ffmpegdec_chain):
41047 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41048 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41049 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41050 (gst_gdk_pixbuf_chain):
41051 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41052 (gst_jpegdec_chain):
41053 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41054 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41055 (gst_mikmod_negotiate):
41056 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41057 (gst_mpeg2dec_negotiate_format):
41058 * ext/mpeg2enc/gstmpeg2enc.cc:
41059 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41060 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41061 (gst_speexdec_sinkconnect):
41062 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41063 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41064 (gst_vorbisfile_new_link):
41065 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41066 (gst_ac3parse_chain):
41067 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41068 (gst_asf_demux_setup_pad):
41069 * gst/auparse/gstauparse.c: (gst_auparse_init),
41070 (gst_auparse_chain):
41071 * gst/id3/gstid3types.c: (gst_id3types_loop):
41072 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41073 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41074 (mp1videoparse_parse_seq):
41075 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41077 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41078 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41079 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41080 (gst_mpeg_parse_send_data):
41081 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41082 (gst_qtdemux_add_stream):
41083 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41084 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41085 (gst_wavparse_parse_fmt):
41087 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41090 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41091 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41092 it therefore uses the wrong include paths. Too bad... Note
41093 that 1.6.1.93 is not release yet. ;).
41094 Also add a check for mplex, which is now using the lib'ified
41095 mplex from mjpegtools, too.
41096 * ext/ffmpeg/gstffmpegcodecmap.c:
41097 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41098 issues. I don't think ffmpeg handles 3ivx correctly, so this
41099 probably won't work. But it won't hurt either.
41100 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41101 (gst_ffmpegdec_chain):
41102 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41103 (gst_ffmpegenc_chain_audio):
41104 Fix memleak in audio encoding. Close codec if open fails, this
41105 calls the cleanup routines so we can re-use the context.
41106 * ext/mpeg2enc/gstmpeg2enc.cc:
41107 Fix pad template names/types, fix memory issue with getcaps().
41108 * ext/mpeg2enc/gstmpeg2encoder.cc:
41109 * ext/mpeg2enc/gstmpeg2encoder.hh:
41110 Fix compile issue with new caps system (const thingy).
41111 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41112 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41113 We read a first frame right on initing, so that we have a caps
41114 when we init the output. This caps is cached in padprivate and
41115 read as first frame.
41116 * ext/mplex/Makefile.am:
41117 * ext/mplex/gstmplex.cc:
41118 * ext/mplex/gstmplex.h:
41119 * ext/mplex/gstmplex.hh:
41120 * ext/mplex/gstmplexibitstream.cc:
41121 * ext/mplex/gstmplexibitstream.hh:
41122 * ext/mplex/gstmplexjob.cc:
41123 * ext/mplex/gstmplexjob.hh:
41124 * ext/mplex/gstmplexoutputstream.cc:
41125 * ext/mplex/gstmplexoutputstream.hh:
41126 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41127 had issues, didn't do capsnego, supported only a subset of the
41128 mplex features and required a mplex fork in our local CVS. Plus
41129 that it worked agaist a very old mplex version. Rewriting was
41130 faster than updating it.
41131 * gst-libs/ext/Makefile.am:
41132 * gst-libs/ext/mplex/INSTRUCT:
41133 * gst-libs/ext/mplex/Makefile.am:
41134 * gst-libs/ext/mplex/README:
41135 * gst-libs/ext/mplex/TODO:
41136 * gst-libs/ext/mplex/ac3strm_in.cc:
41137 * gst-libs/ext/mplex/audiostrm.hh:
41138 * gst-libs/ext/mplex/audiostrm_out.cc:
41139 * gst-libs/ext/mplex/aunit.hh:
41140 * gst-libs/ext/mplex/bits.cc:
41141 * gst-libs/ext/mplex/bits.hh:
41142 * gst-libs/ext/mplex/buffer.cc:
41143 * gst-libs/ext/mplex/buffer.hh:
41144 * gst-libs/ext/mplex/fastintfns.h:
41145 * gst-libs/ext/mplex/format_codes.h:
41146 * gst-libs/ext/mplex/inputstrm.cc:
41147 * gst-libs/ext/mplex/inputstrm.hh:
41148 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41149 * gst-libs/ext/mplex/mjpeg_logging.cc:
41150 * gst-libs/ext/mplex/mjpeg_logging.h:
41151 * gst-libs/ext/mplex/mjpeg_types.h:
41152 * gst-libs/ext/mplex/mpastrm_in.cc:
41153 * gst-libs/ext/mplex/mpegconsts.cc:
41154 * gst-libs/ext/mplex/mpegconsts.h:
41155 * gst-libs/ext/mplex/mplexconsts.hh:
41156 * gst-libs/ext/mplex/multplex.cc:
41157 * gst-libs/ext/mplex/outputstream.hh:
41158 * gst-libs/ext/mplex/padstrm.cc:
41159 * gst-libs/ext/mplex/padstrm.hh:
41160 * gst-libs/ext/mplex/stillsstream.cc:
41161 * gst-libs/ext/mplex/stillsstream.hh:
41162 * gst-libs/ext/mplex/systems.cc:
41163 * gst-libs/ext/mplex/systems.hh:
41164 * gst-libs/ext/mplex/vector.cc:
41165 * gst-libs/ext/mplex/vector.hh:
41166 * gst-libs/ext/mplex/videostrm.hh:
41167 * gst-libs/ext/mplex/videostrm_in.cc:
41168 * gst-libs/ext/mplex/videostrm_out.cc:
41169 * gst-libs/ext/mplex/yuv4mpeg.cc:
41170 * gst-libs/ext/mplex/yuv4mpeg.h:
41171 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41172 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41173 We don't fork mjpegtools' mplex in our CVS anymore.
41174 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41175 (gst_avi_demux_add_stream):
41176 * gst/avi/gstavidemux.h:
41177 Add getcaps() function for proper caps nego. This makes some
41178 parts of AVI playback/reading work.
41179 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41180 Resize window on new capsnego. This is probably wrong, but
41181 I'm still committing it because with current capsnego, the
41182 first successfull capsnego is auto-fixated, therefore rounded
41183 down to the lowest values in the caps. this results in a 16x16
41184 XWindow that is not reized when real capsnego finishes.
41185 Dave, I see more cases of this, do you know a proper solution?
41186 * tools/gst-launch-ext.in:
41187 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41189 2003-12-31 David Schleef <ds@schleef.org>
41191 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41192 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41193 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41195 2003-12-30 David Schleef <ds@schleef.org>
41197 * ext/ffmpeg/gstffmpegcolorspace.c:
41198 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41199 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41200 (gst_ffmpegcsp_chain): Negotiation fixes
41201 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41202 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41203 (gst_audio_convert_link), (gst_audio_convert_channels):
41204 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41205 (gst_audioscale_link), (gst_audioscale_get_buffer),
41206 (gst_audioscale_chain): Negotiation fixes
41207 * gst/audioscale/gstaudioscale.h:
41208 * gst/videofilter/gstvideofilter.c:
41209 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41210 (gst_videofilter_link), (gst_videofilter_init),
41211 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41212 (gst_videofilter_find_format_by_structure):
41213 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41214 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41215 (gst_videoscale_link):
41216 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41217 (videoscale_find_by_structure), (gst_videoscale_setup):
41218 * gst/videoscale/videoscale.h: Negotiation fixes
41219 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41220 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41221 function, restrict resizing to a multiple of 4 (hack until
41222 everyone supports odd sizes correctly).
41224 2003-12-29 Colin Walters <walters@verbum.org>
41226 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41229 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41231 * ext/sndfile/gstsf.c: (gst_sf_loop):
41232 Fix warning about discarding const qualifier
41234 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41236 * gst/cutter/gstcutter.c:
41237 * gst/videoscale/gstvideoscale.c:
41238 * gst/volenv/gstvolenv.c:
41239 * gst-libs/gst/audio/audio.c:
41240 * gst-libs/gst/video/video.c:
41243 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41245 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41246 Don't send ALSA debugging to stderr.
41247 * ext/alsa/gstalsa.h:
41248 Use GST_WARNING instead of g_warning when ALSA functions fail.
41250 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41252 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41253 Free XVAdapterInfo correctly.
41255 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41257 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41258 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41259 Make id3tag use correct caps nego.
41261 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41263 * ext/ivorbis/vorbis.c:
41264 * ext/ivorbis/vorbisenc.h:
41265 * ext/ivorbis/vorbisfile.c:
41266 Modify so that it uses the new caps things
41268 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41270 * testsuite/spider/spider1.c: (main):
41271 * testsuite/spider/spider2.c: (main):
41272 * testsuite/spider/spider3.c: (main):
41273 Make tests compile again. They probably don't work.
41275 2003-12-24 Colin Walters <walters@verbum.org>
41277 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41278 we can't fixate the caps anymore.
41280 2003-12-23 David Schleef <ds@schleef.org>
41282 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41283 * sys/oss/gstosssink.c: (gst_osssink_init),
41284 (gst_osssink_sink_fixate): Add fixate function.
41286 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41288 * ext/ffmpeg/gstffmpegcodecmap.c:
41289 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41290 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41291 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41292 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41293 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41294 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41295 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41296 fix typo in RGB masks, and move back to "old" colorspace
41297 capsnego code until whoever wrote this new crap has actually
41298 tested it so that it works.
41299 And yes, this works, keep it that way please.
41301 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41303 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41304 (gst_divxdec_init), (gst_divxdec_negotiate):
41305 * ext/divx/gstdivxdec.h:
41306 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41307 (gst_divxenc_init):
41308 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41309 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41310 * ext/mpeg2enc/gstmpeg2enc.cc:
41311 * ext/mpeg2enc/gstmpeg2encoder.cc:
41312 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41313 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41314 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41315 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41316 (dxr3spusink_init):
41317 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41318 (dxr3videosink_init):
41319 Fix caps breakage after Dave's caps branch merge.
41321 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41323 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41324 Fix for 24bpp display.
41326 2003-12-23 Colin Walters <walters@verbum.org>
41328 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41329 a GnomeVFSHandle directly.
41331 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41333 * gst/volume/Makefile.am:
41334 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41335 (volume_base_init), (volume_init):
41336 Reenable volume element and fix to work with new caps stuff.
41337 Rhythmbox needs this.
41339 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41341 * gst/qtdemux/qtdemux.c: (plugin_init):
41342 qtdemux requires bytestream
41344 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41346 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41347 Fix remaining caps handling errors due to CAPS merge.
41349 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41351 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41352 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41353 (gst_faad_srcconnect):
41354 Port to new caps system.
41356 2003-12-21 Julien MOUTTE <julien@moutte.net>
41358 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41359 (got_video_size), (main): using g_print instead of g_message.
41360 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41361 signal which was not emitted because of "switch" element added to the
41362 bin but not connected. (Removing from the bin temporarily)
41364 2003-12-21 Julien MOUTTE <julien@moutte.net>
41366 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41367 find X development files. I don't understand the previous tests and
41368 they fail on my debian/ppc unstable. This one works.
41369 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41371 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41372 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41373 (gst_play_set_visualization): Add some safety checks in set_ methods
41374 and state_change. This was throwing some ugly CRITICAL messages when
41375 pipeline was getting disposed and casts were failing.
41377 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41380 Improve mpeg2enc detection. This is for distributions that do
41381 ship mjpegtools, but without mpeg2enc. Also does object check
41382 for might there ever be ABI incompatibility.
41383 * ext/mpeg2enc/gstmpeg2enc.cc:
41384 Add Andrew as second maintainer (he's helping me), and also add
41385 an error if no caps was set. This happens if I pull before capsnego
41386 and that's something I should solve sometime else.
41387 * gst/matroska/matroska-demux.c:
41388 (gst_matroska_demux_parse_blockgroup):
41390 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41391 (gst_matroska_mux_track_header):
41392 Add caps to templates.
41393 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41394 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41395 * gst/mpegstream/gstmpegdemux.c:
41396 Remove layer since it causes warnings about unfixed caps.
41397 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41398 Fix obvious typo (we error out if caps were set, we should of
41399 course error out if *no* caps were set).
41400 * sys/oss/gstosselement.c: (gst_osselement_convert):
41401 Fix format conversion, we confused bits/bytes.
41402 * sys/oss/gstosselement.h:
41403 Improve documentation for 'bps'.
41405 Remove stuff about plugins that need removing - this was done
41407 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41408 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41409 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41410 (gst_v4lsrc_src_query):
41411 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41412 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41413 Add get_query_types(), get_formats() and query() functions.
41415 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41417 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41418 * moved CVS to freedesktop.org