1 === release 0.10.22 ===
3 2009-01-19 Jan Schmidt <jan.schmidt@sun.com>
6 releasing 0.10.22, "hidey hidey hidey ho"
8 2009-01-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
10 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
11 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
12 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
13 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
14 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc):
15 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc):
16 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc):
17 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc):
18 Use correct struct alignment everywhere to prevent unaligned
19 memory accesses, resulting in SIGBUS on sparc and probably others.
22 2009-01-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
24 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
25 Forward unknown events upstream to allow latency configuration.
28 2009-01-13 Wim Taymans <wim.taymans@collabora.co.uk>
30 * gst/playback/gstplaybin2.c: (groups_set_locked_state):
31 Provide the right arguments to a debug line.
33 2009-01-13 Stefan Kost <ensonic@users.sf.net>
35 * sys/xvimage/xvimagesink.c:
36 Don't reset the colorkey when element is reused. Fixes #567511.
38 2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
43 2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
45 * gst-libs/gst/app/gstappsink.c:
46 Store the returned signal id in the right slot when
47 registering the pull-buffer signal.
49 Spotted by: Thomas Vander Stichele <thomas at apestaart dot org>
51 2009-01-09 Tim-Philipp Müller <tim.muller at collabora co uk>
53 * gst-libs/gst/interfaces/mixer.c:
54 Small docs addition to clarify that one really mustn't free
55 the constant GList returned (#566812).
57 2009-01-08 Wim Taymans <wim.taymans@collabora.co.uk>
59 * docs/libs/gst-plugins-base-libs-sections.txt:
60 * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
61 (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
62 * gst-libs/gst/rtsp/gstrtspurl.h:
63 * win32/common/libgstrtsp.def:
64 Add GType for GstRTSPUrl and expose a copy function because we can.
65 API: gst_rtsp_url_copy()
68 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
71 * ext/gio/gstgio.c: (plugin_init):
72 Add plugin dependency for the GIO and GVfs modules.
75 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
78 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
79 Add plugin dependency for the gnomevfs modules.
82 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
84 * win32/common/libgstcdda.def:
85 Add new symbol to the list of exported symbols.
87 2009-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
89 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
90 (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
91 (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
92 (activate_group), (deactivate_group), (groups_set_locked_state),
93 (gst_play_bin_change_state):
94 Fix some comments and docs.
95 Post an error message when we fail to link the selector to the sink.
96 Remove pushing of EOS, this seems unneeded.
97 Lock the state of deactivated groups so that they don't accidentally
98 reactivate when the playbin2 state changes.
100 Unlock and relock state of groups when playbin goes to NULL.
104 * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
105 Only do something in the pad removed callback when we are dealing with
106 our sourcepads because the sinkpads don't have a ghostpad.
108 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
110 * gst-libs/gst/cdda/gstcddabasesrc.c:
111 * gst-libs/gst/cdda/gstcddabasesrc.h:
112 Make the GType of GstCDDABaseSrcMode public for bindings.
115 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
118 * ext/libvisual/visual.c: (plugin_init):
119 Use new core API to make registry re-scan the plugin
120 whenever visualisations are added or removed (see #350477).
122 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
124 Patch by: José Alburquerque <jaalburqu svn gnome org>
126 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
127 * gst-libs/gst/audio/gstaudioclock.h:
128 Make gst_audio_clock_new use const gchar* to ease the wrapping of
129 C++ bindings. Fixes #566723.
131 2009-01-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
134 * pkgconfig/Makefile.am:
135 * pkgconfig/gstreamer-app-uninstalled.pc.in:
136 * pkgconfig/gstreamer-app.pc.in:
137 Add pkg-config files for libgstapp. Fixes bug #566761.
139 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
141 * gst-libs/gst/app/gstappsink.c:
142 * gst-libs/gst/app/gstappsink.h:
143 * gst-libs/gst/app/gstappsrc.c:
144 * gst-libs/gst/app/gstappsrc.h:
145 Make debug categories static. Use _element_class_set_details_simple().
147 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
149 * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
150 (gst_app_sink_class_init), (gst_app_sink_init),
151 (gst_app_sink_dispose), (gst_app_sink_finalize),
152 (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
153 (gst_app_sink_flush_unlocked), (gst_app_sink_start),
154 (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
155 (gst_app_sink_render), (gst_app_sink_getcaps),
156 (gst_app_sink_set_caps), (gst_app_sink_get_caps),
157 (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
158 (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
159 (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
160 (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
161 (gst_app_sink_pull_buffer):
162 * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
163 * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
164 (gst_app_src_class_init), (gst_app_src_init),
165 (gst_app_src_flush_queued), (gst_app_src_dispose),
166 (gst_app_src_finalize), (gst_app_src_set_property),
167 (gst_app_src_get_property), (gst_app_src_unlock),
168 (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
169 (gst_app_src_is_seekable), (gst_app_src_check_get_range),
170 (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
171 (gst_app_src_set_caps), (gst_app_src_get_caps),
172 (gst_app_src_set_size), (gst_app_src_get_size),
173 (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
174 (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
175 (gst_app_src_set_latencies), (gst_app_src_set_latency),
176 (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
177 (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
178 * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
179 Move private data into a private instance struct. Add padding to
180 instance and class structures exposed in public headers. Add
181 Since markers to the gtk-doc blurbs (#566750).
183 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
185 * tests/examples/app/appsrc_ex.c: (main):
187 When pulling a buffer we can get NULL when the element is EOS, don't try
188 to unref this NULL buffer.
190 2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
192 * gst-libs/gst/video/Makefile.am:
193 * gst-libs/gst/video/video.h:
194 Fix up build flags and include statement for the new generated
195 enumtypes files, to fix dist.
197 2009-01-05 Jan Schmidt <jan.schmidt@sun.com>
200 * docs/libs/Makefile.am:
201 * docs/libs/gst-plugins-base-libs-docs.sgml:
202 * docs/libs/gst-plugins-base-libs-sections.txt:
203 * docs/plugins/Makefile.am:
204 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
205 * docs/plugins/gst-plugins-base-plugins-sections.txt:
206 * docs/plugins/gst-plugins-base-plugins.args:
207 * docs/plugins/gst-plugins-base-plugins.hierarchy:
208 * docs/plugins/gst-plugins-base-plugins.interfaces:
209 * docs/plugins/gst-plugins-base-plugins.prerequisites:
210 * docs/plugins/gst-plugins-base-plugins.signals:
211 * docs/plugins/inspect/plugin-app.xml:
212 * gst-libs/gst/Makefile.am:
213 * gst-libs/gst/app/gstappsink.c:
214 * gst-libs/gst/app/gstappsrc.c:
215 * tests/examples/Makefile.am:
216 * tests/examples/app/Makefile.am:
218 Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
220 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
222 * gst-libs/gst/audio/gstbaseaudiosink.c:
223 (gst_base_audio_sink_change_state):
224 Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
225 take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
226 this because the async_play method is deprecated and usually not called
229 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
231 * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
232 Disconnect signal handlers before destroying a previous decodebin so
233 that we don't end up causing deadlocks. Fixes #566586.
235 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
237 * gst/audiotestsrc/gstaudiotestsrc.c:
238 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
239 (gst_audio_test_src_check_get_range),
240 (gst_audio_test_src_set_property),
241 (gst_audio_test_src_get_property):
242 * gst/audiotestsrc/gstaudiotestsrc.h:
243 Add property to control pull/push based scheduling.
245 2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
248 * tests/examples/seek/Makefile.am:
249 * tests/icles/Makefile.am:
250 Make the seek and colorkey examples depend on gtk+-x11 as they use
252 Fixes the build with gtk+-quartz.
254 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
256 * win32/common/libgstaudio.def:
257 * win32/common/libgsttag.def:
258 * win32/common/libgstvideo.def:
259 Add new exports to win32 files.
261 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
263 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
264 * gst-libs/gst/tag/gsttagdemux.h:
265 Add GType for GstTagDemuxResult enum.
267 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
269 * gst-libs/gst/video/Makefile.am:
270 * gst-libs/gst/video/video.h:
271 Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
272 This will help bindings to use it.
274 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
276 * gst-libs/gst/audio/Makefile.am:
277 * gst-libs/gst/audio/audio.c:
278 * gst-libs/gst/audio/multichannel.h:
279 * gst-libs/gst/audio/testchannels.c:
281 * win32/common/audio-enumtypes.c:
282 (gst_audio_channel_position_get_type),
283 (gst_ring_buffer_state_get_type),
284 (gst_ring_buffer_seg_state_get_type),
285 (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
286 * win32/common/audio-enumtypes.h:
287 * win32/common/multichannel-enumtypes.c:
288 * win32/common/multichannel-enumtypes.h:
289 * win32/vs6/grammar.dsp:
290 * win32/vs6/libgstaudio.dsp:
291 * win32/vs7/libgstaudio.vcproj:
292 * win32/vs8/libgstaudio.vcproj:
293 Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
294 audio- in order to wrap all enums declarations of that library.
295 This modification should not matter since that header file is not a
296 public header (it will be included by public headers).
297 Modify win32 crap^Wfiles accordingly.
299 2008-12-30 Edward Hervey <edward.hervey@collabora.co.uk>
301 * gst-libs/gst/audio/gstbaseaudiosrc.h:
302 * gst-libs/gst/audio/gstbaseaudiosink.h:
303 Complete Sebastien's commit from the 13th by exporting the
304 _slave_method_get_type() methods.
306 2008-12-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
308 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
309 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
310 (gst_gio_base_src_query):
311 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
312 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
313 (gst_gnome_vfs_src_query):
314 Implement URI query. Fixes bug #562949.
316 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
318 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
321 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
322 (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
323 (gst_play_sink_release_pad):
324 Add some more debug info.
325 Reconfigure the audio chain when we switch between raw and encoded audio
328 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
330 * gst-libs/gst/audio/gstbaseaudiosink.c:
331 (gst_base_audio_sink_setcaps):
332 Pause the write thread before deactivating and releasing the ringbuffer
333 to avoid a deadlock when we do gapless playback with different sample
334 rates in playbin2. Fixes #564929.
336 2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
338 * gst-libs/gst/audio/gstbaseaudiosrc.c:
339 Make GstAudioSrcSlaveMethod get_type() function non-static
342 * win32/common/libgstaudio.def:
343 * win32/common/libgstnetbuffer.def:
344 Add some missing functions to the list of exported symbols.
346 2008-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
348 Patch by: Andrew Feren <acferen at yahoo dot com>
350 * gst-libs/gst/netbuffer/gstnetbuffer.c:
351 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
352 (gst_netaddress_get_address_bytes),
353 (gst_netaddress_set_address_bytes):
354 * gst-libs/gst/netbuffer/gstnetbuffer.h:
355 Make gst_netaddress_get_ip4_address fail for v6 addresses.
356 Make gst_netaddress_get_ip6_address either fail or return the v4
357 address as a transitional v6 address.
358 Add two convenience functions:
359 API: gst_netaddress_get_address_bytes()
360 API: gst_netaddress_set_address_bytes()
363 2008-12-17 Stefan Kost <ensonic@users.sf.net>
365 * gst/adder/Makefile.am:
366 * gst/adder/gstadder.c:
367 Cleanup variable names to make the adder-loop easier to understand.
368 Also try to use liboil to spee it up, but ifdef it out as it does not
369 make any change for me (Intel pentim M (sse,sse2) please try on other
372 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
374 * docs/plugins/Makefile.am:
375 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
376 * docs/plugins/gst-plugins-base-plugins-sections.txt:
377 * gst/tcp/gsttcpclientsink.c:
378 * gst/tcp/gsttcpclientsrc.c:
379 * gst/tcp/gsttcpserversrc.c:
380 Add minimal docs to make the remaining tcp elements show up.
383 2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
385 * win32/common/config.h:
386 Update to CVS version.
388 * win32/common/config.h.in:
389 Hardcode path to plugin install helper exe, just like we hardcode
390 the paths in core. Removes another source of VCS conflicts for
391 people hacking gst-plugins-base on systems with autotools.
393 2008-12-13 Edward Hervey <bilboed@gmail.com>
396 And a couple more .m4 that don't exist anymore with gettext 0.17
398 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
402 inttypes.m4 hasn't been available since gettext-0.15, and since we now
403 require gettext >= 0.17 ... we can remove it from the list of files to
406 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
408 * gst-libs/gst/audio/gstbaseaudiosink.c:
409 (gst_base_audio_sink_slave_method_get_type),
410 (gst_base_audio_sink_class_init):
411 * gst-libs/gst/audio/gstbaseaudiosink.h:
412 * gst-libs/gst/audio/gstbaseaudiosrc.c:
413 (gst_base_audio_src_slave_method_get_type),
414 (gst_base_audio_src_class_init):
415 * gst-libs/gst/audio/gstbaseaudiosrc.h:
416 API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
417 public API. This is needed for the C++ bindings to be able
418 to use this base classes. Fixes bug #564200, #564206.
420 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
422 * gst-libs/gst/cdda/gstcddabasesrc.c:
423 (gst_cdda_base_src_handle_event):
424 Remove erroneous gst_buffer_ref().
425 * tests/check/libs/rtp.c: (GST_START_TEST):
426 Don't forget to unref the buffer once you're done with it.
428 2008-12-12 Stefan Kost <ensonic@users.sf.net>
430 * gst/playback/gstplaybin.c:
431 * gst/playback/gstplaybin2.c:
434 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
436 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
437 Free the factory array when finalizing.
438 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
439 Use a GstStaticPadTemplate since the src pad caps are fixed.
441 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
443 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
444 (gst_vorbis_enc_init):
445 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
448 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
450 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
451 (gst_riff_create_video_template_caps):
452 Add mapping for VP6 in avi/riff.
454 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
456 * gst/subparse/samiparse.c: (sami_context_push_state),
457 (sami_context_pop_state), (start_sami_element), (end_sami_element):
458 Some versions of libxml seem to be very picky as to strict formatting
459 of the input and never 'close' the final </body> tag.
460 In order to fix that bad behaviour, we trigger the flushing of
461 remaining data on both </body> and </sami>.
464 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
466 Patch by: Guillaume Emont <guillaume at fluendo dot com>
468 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
469 Add typefinders for MS Word files and OS X .DS_Store files to
470 prevent them to be recognized as MPEG files. Fixes bug #564098.
472 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
474 * gst/playback/gstplaysink.c: (gen_audio_chain),
475 (gst_play_sink_reconfigure):
476 Add some more debug info.
477 Fix linking of just an encoded sink.
478 Handle failure to create a sink chain more gracefully than crashing.
480 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
482 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
483 Pushing 10 buffers is enough to run the test.
485 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
487 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
488 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
490 Hook up the SKIP seek flag.
492 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
494 * gst/playback/gstplaybin2.c: (pad_added_cb):
495 Error out with a missing-plugin error when the input-selector was not
498 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
501 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
503 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
504 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
505 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
506 (gst_play_sink_send_event), (gst_play_sink_change_state):
508 Try to set the selected sink to READY before using it. This will allow
509 for detection of incompatible formats sooner.
510 Don't cause a fatal error when conversion elements are missing but post
511 a missing-element message and a warning instead because things might
512 still link and run fine.
513 Simplyfy the construction of audio and video sink chains.
515 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
517 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
518 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
519 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
522 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
524 Patch by: Luis Menina <liberforce at freeside dot fr>
526 * gst-libs/gst/floatcast/floatcast.h:
527 * gst/typefind/gsttypefindfunctions.c:
528 Include glib.h instead of a specific GLib header. Including single
529 GLib headers is deprecated. Fixes bug #563904.
531 2008-12-09 Julien Moutte <julien@fluendo.com>
533 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
534 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
536 2008-12-09 Stefan Kost <ensonic@users.sf.net>
538 * gst-libs/gst/riff/riff-read.c:
539 Fix handling of odd chunks in riff metadata.
541 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
543 * gst/volume/gstvolume.c: (gst_volume_class_init),
544 (volume_before_transform), (volume_transform_ip):
545 Use new basetransform vmethod to reconfigure the dynamic properties and
546 any pending volume/mute changes. Fixes #563508.
548 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
551 First check for "theoraenc theoradec" and if that failed check
552 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
553 deprecate the latter. Also linking on Windows fails with just "theora"
554 and the version check would fail for the release candidates.
557 2008-12-08 Stefan Kost <ensonic@users.sf.net>
559 * gst/playback/gstdecodebin.c:
560 * gst/playback/gstdecodebin2.c:
561 Add basic docs to decodebin and link to decodebin from decodebin2.
563 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
565 Patch by: Olivier Crete <tester at tester ca>
567 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
568 * gst-libs/gst/rtp/gstrtcpbuffer.h:
569 Implement gst_rtcp_packet_remove(). Fixes #563174.
571 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
572 Add unit test for some RTCP functions.
574 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
577 Apparently AC_CONFIG_MACRO_DIR breaks when using more
578 than one macro directory, reverting last change.
580 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
583 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
586 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
588 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
590 Clear all flags on buffers returned from the image pool.
593 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
595 Patch by: Cygwin Ports maintainer
596 <yselkowitz at users dot sourceforge dot net>
600 Require gettext 0.17 because older versions don't mix with libtool
601 2.2. At build time an older gettext version will still work.
604 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
606 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
608 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
610 * docs/plugins/gst-plugins-base-plugins.args:
611 * docs/plugins/gst-plugins-base-plugins.hierarchy:
612 * docs/plugins/gst-plugins-base-plugins.interfaces:
613 * docs/plugins/gst-plugins-base-plugins.prerequisites:
614 * docs/plugins/inspect/plugin-videorate.xml:
615 * gst/speexresample/gstspeexresample.c:
616 Update documentation of speexresample for the new element name.
618 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
620 * gst/speexresample/README:
621 Update README with the latest diff between the Speex resampler
624 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
626 * gst/speexresample/gstspeexresample.c: (plugin_init):
627 Update the debug category from speex_resample to audioresample.
629 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
631 * gst/audioresample/Makefile.am:
632 * gst/audioresample/buffer.c:
633 * gst/audioresample/buffer.h:
634 * gst/audioresample/debug.c:
635 * gst/audioresample/debug.h:
636 * gst/audioresample/functable.c:
637 * gst/audioresample/functable.h:
638 * gst/audioresample/gstaudioresample.c:
639 * gst/audioresample/gstaudioresample.h:
640 * gst/audioresample/resample.c:
641 * gst/audioresample/resample.h:
642 * gst/audioresample/resample_chunk.c:
643 * gst/audioresample/resample_functable.c:
644 * gst/audioresample/resample_ref.c:
645 * tests/check/elements/audioresample.c:
646 Remove audioresample files.
648 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
650 * docs/plugins/inspect/plugin-audioresample.xml:
651 Regenerated for library filename change.
653 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
656 * docs/plugins/Makefile.am:
657 * docs/plugins/gst-plugins-base-plugins-sections.txt:
658 * docs/plugins/gst-plugins-base-plugins.args:
659 * docs/plugins/gst-plugins-base-plugins.hierarchy:
660 * docs/plugins/gst-plugins-base-plugins.interfaces:
661 * docs/plugins/gst-plugins-base-plugins.prerequisites:
662 * docs/plugins/inspect/plugin-adder.xml:
663 * docs/plugins/inspect/plugin-alsa.xml:
664 * docs/plugins/inspect/plugin-audioconvert.xml:
665 * docs/plugins/inspect/plugin-audiorate.xml:
666 * docs/plugins/inspect/plugin-audioresample.xml:
667 * docs/plugins/inspect/plugin-audiotestsrc.xml:
668 * docs/plugins/inspect/plugin-cdparanoia.xml:
669 * docs/plugins/inspect/plugin-decodebin.xml:
670 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
671 * docs/plugins/inspect/plugin-gdp.xml:
672 * docs/plugins/inspect/plugin-gio.xml:
673 * docs/plugins/inspect/plugin-gnomevfs.xml:
674 * docs/plugins/inspect/plugin-libvisual.xml:
675 * docs/plugins/inspect/plugin-ogg.xml:
676 * docs/plugins/inspect/plugin-pango.xml:
677 * docs/plugins/inspect/plugin-playback.xml:
678 * docs/plugins/inspect/plugin-queue2.xml:
679 * docs/plugins/inspect/plugin-subparse.xml:
680 * docs/plugins/inspect/plugin-tcp.xml:
681 * docs/plugins/inspect/plugin-theora.xml:
682 * docs/plugins/inspect/plugin-typefindfunctions.xml:
683 * docs/plugins/inspect/plugin-uridecodebin.xml:
684 * docs/plugins/inspect/plugin-video4linux.xml:
685 * docs/plugins/inspect/plugin-videorate.xml:
686 * docs/plugins/inspect/plugin-videoscale.xml:
687 * docs/plugins/inspect/plugin-videotestsrc.xml:
688 * docs/plugins/inspect/plugin-volume.xml:
689 * docs/plugins/inspect/plugin-vorbis.xml:
690 * docs/plugins/inspect/plugin-ximagesink.xml:
691 * docs/plugins/inspect/plugin-xvimagesink.xml:
692 * gst/speexresample/gstspeexresample.c: (plugin_init):
693 * gst/speexresample/Makefile.am:
694 * tests/check/Makefile.am:
695 * tests/check/elements/speexresample.c: (setup_speexresample),
696 (GST_START_TEST), (test_pipeline):
697 Rename the moved speexresample to audioresample, integrate into the
698 build system and remove the old audioresample from the build system.
699 Fixes bug #558124, #385061, #346218, #116051.
701 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
703 * gst-libs/gst/audio/gstbaseaudiosrc.c:
704 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
705 Avoid nasty int overflows after about 12 hours and 25 minutes when these
706 code paths are triggered.
707 A free beer to Håvard Graff for finding this!
709 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
711 Patch by: 이문형 <iwings at gmail dot com>
713 * gst-libs/gst/rtsp/gstrtspconnection.c:
714 (gst_rtsp_connection_connect):
715 A successful gst_poll_wait() doesn't always mean successful connect() on
716 Windows. We should check errors by calling gst_poll_fd_has_error().
719 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
721 * gst-libs/gst/rtp/gstrtcpbuffer.c:
722 Fix typo in the docs.
724 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
726 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
727 If no stream was found before receiving EOS, post an error message.
730 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
732 * ext/theora/gsttheoraenc.h:
733 * ext/theora/theoraenc.c: (gst_theora_enc_init),
734 (theora_buffer_from_packet), (theora_push_packet),
735 (theora_enc_sink_event), (theora_enc_is_discontinuous),
737 Parse segment events.
738 Pass incomming buffer timestamps to outgoing buffers.
739 Use the running_time to construct the granulepos.
742 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
744 * gst/playback/gstplaybin2.c: (activate_group):
745 Fix buffer-duration property.
747 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
749 * gst-libs/gst/audio/gstbaseaudiosink.c:
750 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
751 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
752 (gst_base_audio_sink_change_state):
753 Really fix audiosink drain handling by keeping track of the running_time
756 2008-11-24 Michael Smith <msmith@songbirdnest.com>
758 * gst/playback/gstplaybin2.c:
759 Add notification of current stream. Add ability to configure buffer
761 * gst/playback/gsturidecodebin.c:
762 Add ability to configure buffer sizes for streaming mode.
765 2008-11-24 Stefan Kost <ensonic@users.sf.net>
767 * gst-libs/gst/audio/gstbaseaudiosink.c:
768 Time is already in running_time. Remove base_time handling. Fixes
769 audiosinks not draining and thus chopping some audio in the end.
771 2008-11-24 David Schleef <ds@schleef.org>
773 * ext/ogg/gstoggmux.c:
774 * ext/ogg/gstoggmux.h:
775 If we're muxing a dirac stream, flush the page after every picture.
777 2008-11-24 Stefan Kost <ensonic@users.sf.net>
779 * gst-libs/gst/audio/gstbaseaudiosink.c:
780 Add one log message to check for audio_drained. Sync one log message
781 with the condition. Send EOS after draining audio in pull mode.
783 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
785 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
786 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
787 Use gst_buffer_try_new_and_alloc() and fail properly if the
788 allocation failed. This prevents abort() if downstream elements
789 request an insane amount of memory.
791 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
793 * gst/volume/gstvolume.c: (volume_choose_func),
794 (volume_update_volume), (gst_volume_set_volume),
795 (gst_volume_get_volume), (gst_volume_set_mute),
796 (gst_volume_class_init), (gst_volume_init),
797 (volume_process_double), (volume_process_float),
798 (volume_process_int32), (volume_process_int32_clamp),
799 (volume_process_int24), (volume_process_int24_clamp),
800 (volume_process_int16), (volume_process_int16_clamp),
801 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
802 (volume_transform_ip), (volume_set_property),
803 (volume_get_property):
804 * gst/volume/gstvolume.h:
805 Cleanup volume, define and use default values.
806 Recalculate new volume and mute setup before processing. Fixes #561789.
808 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
809 Add controller unit test. Patch by: Jonathan Matthew
810 Fix bogus test that messed with basetransform's internal state.
812 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
814 * gst/videorate/gstvideorate.c:
815 Add jpeg and png image media types to the caps. Fixes #561436.
817 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
819 * gst/playback/gstplaysink.c: (gen_audio_chain):
820 Don't post an error when we can't configure the volume but post a
821 warning instead. Fixes #561780.
823 2008-11-21 David Schleef <ds@schleef.org>
825 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
827 * gst/videotestsrc/gstvideotestsrc.c:
828 * gst/videotestsrc/gstvideotestsrc.h:
829 * gst/videotestsrc/videotestsrc.c:
830 * gst/videotestsrc/videotestsrc.h:
831 Add a zone plate pattern generator based on BBC R&D Report
832 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
835 2008-11-20 Michael Smith <msmith@songbirdnest.com>
837 * gst/playback/gstdecodebin2.c:
838 Fix random fat-fingering making this not compile.
840 2008-11-20 Michael Smith <msmith@songbirdnest.com>
842 * gst/playback/gstdecodebin2.c:
843 If the top-level type of the stream is plain text, don't try to decode
844 it, matching behaviour of decodebin.
845 * gst/playback/gstplaysink.c:
846 If we fail to generate a text chain (e.g. due to missing optional
847 plugins), don't crash.
849 2008-11-20 Michael Smith <msmith@songbirdnest.com>
851 * gst-libs/gst/rtsp/gstrtspdefs.c:
852 Fix win32 build. Oops.
854 2008-11-20 Michael Smith <msmith@songbirdnest.com>
856 * gst-libs/gst/rtsp/gstrtspdefs.c:
857 Use WSAGetLastError() rather than errno/h_errno on win32.
859 2008-11-20 Michael Smith <msmith@songbirdnest.com>
861 * gst-libs/gst/riff/riff-media.c:
862 Support WMA Lossless properly.
864 2008-11-18 David Schleef <ds@schleef.org>
866 * gst/videotestsrc/gstvideotestsrc.c:
867 * gst/videotestsrc/gstvideotestsrc.h:
868 * gst/videotestsrc/videotestsrc.c:
869 * gst/videotestsrc/videotestsrc.h:
870 Add "colorspec" property, specifying whether to generate BT.601
871 or BT.709 video. This only affects YCbCr values, not RGB, since
872 if you're generating a 709 test pattern, presumably you want
873 709 RGB primaries, not 601. Also add "smpte75" pattern, which
874 uses 75% colors instead of 100%, since this is often more useful
875 for testing (and also follows the SMPTE EG-1 guideline).
877 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
879 * gst/playback/gstdecodebin.c:
880 Add a "sink-caps" property to decodebin like it's done for decodebin2.
883 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
885 * gst/audioresample/gstaudioresample.c:
886 Guard against a NULL dereference I somehow encountered -
887 with a FLUSH_STOP arriving either before basetransform _start(),
890 * gst/typefind/gsttypefindfunctions.c:
891 Make sure we never jump backwards when typefinding corrupt mov files.
893 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
895 * gst-libs/gst/interfaces/propertyprobe.c:
896 Fix random type causing a docs warning.
898 2008-11-14 Stefan Kost <ensonic@users.sf.net>
901 Give it a minimal rank for autovideosrc.
903 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
905 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
907 Improve typefinding of ISO JPEG2000 mime types.
909 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
911 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
912 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
913 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
914 * sys/xvimage/xvimagesink.h:
915 Avoid typechecking when we do trivial casts.
916 Move error handling out of the main program flow.
917 Sneak in the display-region caps property, not completely correct yet.
918 Cache the width/height in buffer_alloc instead of parsing it from the
921 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
923 * gst/playback/gstplaybin2.c: (deactivate_group):
924 don't try to unlink the selector sinkpad when we don't have it yet. This
925 can happen if an error occured before the group was complete.
927 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
929 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
930 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
931 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
932 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
933 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
934 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
935 (gst_rtp_buffer_get_extension_data),
936 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
937 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
938 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
939 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
940 (gst_rtp_buffer_get_payload_type),
941 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
942 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
943 (gst_rtp_buffer_set_timestamp),
944 (gst_rtp_buffer_get_payload_subbuffer),
945 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
946 Avoid expensive type checks we already did as part of the
947 _validate() function that should be called first.
949 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
951 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
952 (gst_base_rtp_depayload_push_full),
953 (gst_base_rtp_depayload_set_gst_timestamp):
954 Fix some cases where a newsegment event was not sent.
956 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
958 * gst/playback/gstplaybin2.c: (activate_group):
959 Catch state change errors and stop from the uridecodebin elements
960 instead of trying to continue in vain.
962 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
964 * gst-libs/gst/audio/gstbaseaudiosink.c:
965 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
966 (gst_base_audio_sink_callback):
967 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
968 for the latency to expire, fixes #559567.
970 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
972 * gst/adder/gstadder.c:
973 Change author string after seeing output of gst-inspector.
975 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
977 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
978 Don't try to do crazy things when we only have a text pad without a
979 video pad. Fixes #559478.
981 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
983 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
984 Fix case where we don't have a range for the rates or channels as is the
985 case with truespeech.
987 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
989 * gst/volume/gstvolume.c: (volume_update_real_volume),
990 (gst_volume_set_volume), (gst_volume_get_volume),
991 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
992 (volume_transform_ip), (volume_update_mute),
993 (volume_update_volume), (volume_get_property):
994 * gst/volume/gstvolume.h:
995 Keep negotiated state in a separate variable.
996 Protect the volume and mute properties with the object lock.
997 Protect modifying the transform with the transform lock.
999 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
1001 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1002 (gst_ffmpeg_pixfmt_to_caps):
1003 Only convert caps to string when debug is enabled.
1005 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
1007 * ext/theora/gsttheoradec.h:
1008 * ext/theora/theoradec.c: (gst_theora_dec_init),
1009 (gst_theora_dec_reset), (theora_dec_src_event),
1010 (theora_dec_sink_event), (theora_handle_type_packet):
1012 Keep events in a pending list, like vorbisdec, instead of trying
1013 to construct a segment event ourselves.
1015 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1016 (vorbis_dec_src_event), (vorbis_dec_sink_event):
1017 * ext/vorbis/vorbisdec.h:
1020 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
1022 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1023 (gst_ogg_demux_deactivate_current_chain),
1024 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
1025 (gst_ogg_demux_loop):
1026 * ext/ogg/gstoggdemux.h:
1027 Copy seqnums around to track playback segments and messages.
1029 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
1031 Based on patch by: Matthias Kretz <kretz at kde dot org>
1033 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1034 (gst_alsasink_prepare), (gst_alsasink_unprepare),
1035 (gst_alsasink_write):
1036 Make all access non-blocking so that we can better handle unplugging
1037 of usb devices. Fixes #559111
1039 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
1041 Patch by: Damien Lespiau <damien.lespiau gmail com>
1043 * gst-libs/gst/rtsp/gstrtspconnection.c:
1044 (gst_rtsp_connection_write):
1045 Make the next call to poll not depend on previous calls to poll with or
1046 without reading from the active descriptor. Fixes #544293.
1048 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1050 Patch by: Nick Haddad <nick at haddads dot net>
1052 * gst-libs/gst/riff/riff-ids.h:
1053 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1054 Add support for other fourcc codes that are commonly used for
1055 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1058 2008-10-30 Stefan Kost <ensonic@users.sf.net>
1060 * gst/audioresample/gstaudioresample.c:
1061 Return the result of parent_class->event().
1063 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1065 * gst/audioresample/gstaudioresample.c:
1066 (gst_audioresample_class_init), (audioresample_fixate_caps):
1067 Fixate the rate to the nearest supported rate instead of
1068 the first one. Fixes bug #549510.
1070 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1072 * win32/common/libgstaudio.def:
1075 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
1077 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1078 Attempt to make obfuscated code clearer.
1080 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1082 * docs/libs/gst-plugins-base-libs-sections.txt:
1083 * gst-libs/gst/floatcast/floatcast.h:
1084 Move float endianness conversion macros to core. Second part of
1087 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1089 * sys/ximage/ximagesink.h:
1090 * sys/xvimage/xvimagesink.h:
1091 Don't mark as gtk-doc docs as they aren't public.
1093 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1095 * sys/xvimage/xvimagesink.c:
1096 * sys/xvimage/xvimagesink.h:
1097 * tests/icles/Makefile.am:
1098 * tests/icles/test-colorkey.c:
1099 Allow setting colorkey if possible. Implement property probe interface
1100 for optional X features (autopaint-colorkey, double-buffer and
1101 colorkey). Fixes #554533
1103 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
1105 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1106 Remove useless buffer size assignment. It already has this value.
1108 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1110 * gst-libs/gst/audio/gstaudiosink.c:
1111 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1112 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1113 (gst_audioringbuffer_stop):
1114 Implement a separate activate functions to start monitoring the segments
1115 or, in pull mode, pulling in data.
1117 * gst-libs/gst/audio/gstbaseaudiosink.c:
1118 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1119 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1120 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1121 (gst_base_audio_sink_activate_pull),
1122 (gst_base_audio_sink_async_play),
1123 (gst_base_audio_sink_change_state):
1124 Implement pad and element convert query function.
1125 Activate the ringbuffer.
1126 Use the segment last_stop value as the offset to pull.
1127 Use new basesink _do_preroll() method to preroll in the pulling thread.
1128 Take appropriate locking in the pulling thread.
1130 * gst-libs/gst/audio/gstringbuffer.h:
1133 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1135 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1136 Improve MXF typefinding a bit by searching for a header partition
1137 pack instead of just a general partition pack and checking more
1138 bytes for valid values.
1140 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1142 * tests/icles/.cvsignore:
1145 * tests/icles/Makefile.am:
1146 * tests/icles/test-box.c: (make_pipeline), (main):
1147 Add another interactive command line experimentation suite for
1148 dynamically boxing/cropping/saling an input video.
1150 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
1152 * docs/libs/gst-plugins-base-libs-sections.txt:
1153 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1154 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1155 * gst-libs/gst/audio/gstringbuffer.h:
1156 Add methods to more accuratly control the pulling thread of a
1158 Add format conversion helper code to the ringbuffer.
1159 API: GstRingBuffer:gst_ring_buffer_activate()
1160 API: GstRingBuffer:gst_ring_buffer_is_active()
1161 API: GstRingBuffer:gst_ring_buffer_convert()
1163 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1165 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1166 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1167 (gst_audioringbuffer_stop):
1168 Signal thread startup earlier so that we can immediatly go into pull
1169 mode when we have to and block on preroll.
1171 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1173 * gst-libs/gst/audio/gstringbuffer.c:
1174 (gst_ring_buffer_prepare_read):
1175 In pull mode we want the callback to prepull a buffer we can preroll on
1176 even when we are not yet playing.
1178 2008-10-16 Stefan Kost <ensonic@users.sf.net>
1180 * ext/alsa/Makefile.am:
1181 * ext/cdparanoia/Makefile.am:
1182 * ext/gio/Makefile.am:
1183 * ext/gnomevfs/Makefile.am:
1184 * ext/libvisual/Makefile.am:
1185 * ext/ogg/Makefile.am:
1186 * ext/pango/Makefile.am:
1187 * ext/theora/Makefile.am:
1188 * ext/vorbis/Makefile.am:
1189 * gst/adder/Makefile.am:
1190 * gst/audioconvert/Makefile.am:
1191 * gst/audiorate/Makefile.am:
1192 * gst/audioresample/Makefile.am:
1193 * gst/audiotestsrc/Makefile.am:
1194 * gst/ffmpegcolorspace/Makefile.am:
1195 * gst/gdp/Makefile.am:
1196 * gst/playback/Makefile.am:
1197 * gst/subparse/Makefile.am:
1198 * gst/tcp/Makefile.am:
1199 * gst/typefind/Makefile.am:
1200 * gst/videorate/Makefile.am:
1201 * gst/videoscale/Makefile.am:
1202 * gst/videotestsrc/Makefile.am:
1203 * gst/volume/Makefile.am:
1204 * sys/v4l/Makefile.am:
1205 * sys/ximage/Makefile.am:
1206 * sys/xvimage/Makefile.am:
1207 Don't install static libs for plugins. Fixes #550851 for base.
1209 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1211 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1212 Set the default blocksize to -1 because we will then use the configured
1213 samplesperbuffer to create our output buffer.
1215 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1218 (gst_riff_create_video_template_caps):
1219 Add mappping for the KMVC (Karl Morton's Video) Codec.
1221 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1223 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1224 Don't forget to advance the offset of what we're matching against, else
1225 we end up in a forever loop.
1227 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
1229 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1230 Improve typefinding a bit. If we don't have a Unicode charset
1231 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1233 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
1235 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1236 Fix build on macosx.
1238 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1240 Based on patch by: Robin Stocker <robin at nibor dot org>
1242 * ext/theora/gsttheoradec.h:
1243 * ext/theora/theoradec.c: (gst_theora_dec_init),
1244 (theora_dec_setcaps), (theora_handle_type_packet),
1245 (theora_dec_decode_buffer), (theora_dec_change_state):
1246 Parse input caps and make the PAR override the encoded PAR when
1247 specified by a container. Fixes #555699.
1249 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1251 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1252 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1253 (gst_base_rtp_depayload_set_gst_timestamp),
1254 (gst_base_rtp_depayload_change_state):
1255 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1256 Add some more G_LIKELY
1257 Fail when the setcaps function was not called.
1259 * gst-libs/gst/rtp/gstbasertppayload.c:
1260 (gst_basertppayload_set_outcaps):
1261 Propagate return value of setcaps.
1263 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1265 * gst/subparse/Makefile.am:
1266 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1267 (gst_sub_parse_class_init), (gst_sub_parse_init),
1268 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1269 (get_next_line), (gst_sub_parse_data_format_autodetect),
1270 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1271 (gst_subparse_type_find):
1272 * gst/subparse/gstsubparse.h:
1273 Add support for UTF16/UTF32 subtitles as long as the first bytes of
1274 the first buffer contain the BOM. This also adds support for other
1275 encodings that allow NUL bytes via the encoding property.
1276 Fixes bugs #552237 and #456788.
1278 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1280 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1281 Don't drop the last byte of image tags if they're not an URI list.
1284 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1286 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1287 For looking at the 4th byte we have to get 4 bytes of course
1290 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1292 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1293 Improve FLAC-without-headers typefinding by looking at most of the
1294 frame header and checking if invalid values are used. Should prevent
1295 quite some false positives compared to the old version which only
1296 check if the first 14 bits are set.
1298 2008-10-11 Stefan Kost <ensonic@users.sf.net>
1300 * sys/xvimage/xvimagesink.c:
1301 Don't assert on caps==NULL.
1303 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1305 * gst/subparse/gstsubparse.c:
1306 (gst_sub_parse_data_format_autodetect), (handle_buffer),
1307 (gst_sub_parse_change_state):
1308 * gst/subparse/gstsubparse.h:
1309 * tests/check/elements/subparse.c: (GST_START_TEST):
1310 Add support for subtitle files with UTF-8 BOM at the beginning
1311 by simple stripping it from the first line before passing it
1312 to any parsing code. Fixes bug #555257 and playback of files
1313 created by Gnome Subtitles.
1315 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
1317 * gst/audiotestsrc/gstaudiotestsrc.c:
1318 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1319 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1320 (gst_audio_test_src_start), (gst_audio_test_src_stop),
1321 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1322 (gst_audio_test_src_create):
1323 * gst/audiotestsrc/gstaudiotestsrc.h:
1324 Define the default property values in the usual place.
1325 Implement start/stop to reset values correctly.
1326 Calculate the sample size only once when we negotiate.
1327 Rename some values to make more sense.
1328 Keep track of our byte range.
1329 Add support for pull based scheduling. Disabled for now until we have
1330 the whole stack working.
1331 Set the BUFFER_OFFSET correctly.
1333 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1335 Based on a patch by: xavierb at gmail dot com
1337 * gst/subparse/gstsubparse.c:
1338 (gst_sub_parse_data_format_autodetect):
1339 * tests/check/elements/subparse.c: (GST_START_TEST):
1340 Make the detection of the used subtitle a bit less strict
1341 for srt subtitles. Fixes bug #555607.
1343 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1345 * ext/vorbis/vorbisenc.c:
1346 (gst_vorbis_enc_buffer_check_discontinuous):
1347 Fix discontinuity detection which was broken by last commit.
1349 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
1352 Require core CVS for ghostpad API additions used by decodebin2.
1354 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1356 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1357 (gst_base_audio_src_create):
1358 Fix debug statements (space between '%' and actual format).
1360 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1362 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1363 Remove bogus assert, the decodepad could have been created inside an
1364 already existing group.
1366 2008-10-08 Andy Wingo <wingo@pobox.com>
1368 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1369 target instead of setting it.
1370 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1371 API for a decode pad. The bugfix is that we set the group in
1372 activate(), not when the pad was created because it might be NULL
1374 (gst_decode_group_control_source_pad, gst_decode_group_expose):
1375 Update to use the API.
1377 2008-10-08 Andy Wingo <wingo@pobox.com>
1379 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1380 be a subclass of GstGhostPad.
1381 (analyze_new_pad): So, when emitting the signals that determine
1382 how we do autoplugging, already create the ghost pad and use it as
1383 the pad in the signal arguments. This allows applications to make
1384 a connection between the pad passed in e.g. autoplug-continue, and
1385 the pad passed in new-decoded-pad.
1386 (connect_pad, expose_pad): Update to receive the ghosted decode
1387 pad in the args, retargetting it as necessary if we have to plug
1388 the target pad through a multiqueue.
1389 (gst_decode_group_control_source_pad): Adapt to receive an
1390 already-ghosted pad that just needs activation, blocking, and
1392 (sort_end_pads): Adapt for decode pads actually being pads.
1393 (gst_decode_group_expose): Adapt for decode pads actually being
1394 pads. Rewrite the decode pad names so they appear in order. Adds a
1395 new error case if we couldn't set the name.
1396 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1398 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1399 New API for the decode pad, needed because we shouldn't do these
1400 things inside gst_decode_pad_new(), but after.
1401 (gst_decode_pad_new): Change to actually make the real pad, and
1402 delay the blocking/drainage bits.
1404 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1406 Patch by: Daniel Drake <dsd at laptop dot org>
1408 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1409 Unref all buffers when clearing collectpads. Fixes bug #546955.
1411 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1413 Based on a patch by: Klaas <klaas at rivercrew dot net>
1415 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1416 (gst_vorbis_enc_buffer_check_discontinuous),
1417 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1418 * ext/vorbis/vorbisenc.h:
1419 Keep track of the upstream segments and use the running time on that
1420 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1422 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1424 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1425 Prevent overflows with big buffer when calculating the size of
1426 the intermediate buffer by using gst_util_uint64_scale() instead of
1427 plain arithmetics. Fixes bug #552801.
1429 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1431 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1433 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1434 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1435 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1436 (gst_clock_overlay_get_property):
1437 * ext/pango/gstclockoverlay.h:
1438 API: Add ability to specify format for date/time display by
1439 adding a "time-format" property.
1442 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1444 Patch by: Jan Gerber <j at oil21 dot org>
1446 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1447 (gst_riff_create_video_template_caps):
1448 Add FFV1 fourcc to support playback of FFMPEG lossless video
1449 in AVI. Fixes bug #555319.
1451 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1453 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1455 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1456 (gst_base_audio_src_create):
1457 Implement skew clock slaving. Fixes #552559.
1459 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1461 * gst-libs/gst/audio/multichannel.c:
1462 * gst-libs/gst/audio/testchannels.c:
1463 Fix include of config.h
1465 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1467 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1469 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1470 (print_media), (gst_sdp_message_dump):
1471 Fix parsing of the c= field containing multicast addresses.
1473 Add the connection info to the session or streams.
1474 Fix parsing of the bandwidth.
1475 Add debugging for the connections and bandwidths for a media.
1476 Add debugging for the bandwidth of the session.
1478 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1480 * gst-libs/gst/rtp/gstbasertppayload.c:
1481 (gst_basertppayload_change_state):
1482 Configure the next seqnum and timestamp in the state change so that they
1483 can be queried soon after.
1485 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1487 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1488 (gst_base_rtp_depayload_chain):
1489 Improve debugging of the rtptime.
1491 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1494 Back to development -> 0.10.21.1
1496 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1498 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1500 Add typefinding for FLAC without headers in the beginning.
1501 This is already handled by flacdec and friends.
1503 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1505 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1507 Add typefinder for MXF.
1509 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1511 * tests/icles/Makefile.am:
1512 Only build test-colorkey if GTK+ is available.
1514 === release 0.10.21 ===
1516 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1519 releasing 0.10.21, "We Could Be Wrong"
1521 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1524 0.10.20.4 pre-release
1526 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1528 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1530 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1531 Set the BOS flag on the BOS packet. Fixes #553244.
1533 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1535 * gst-libs/gst/rtsp/gstrtspmessage.c:
1536 (gst_rtsp_message_parse_request),
1537 (gst_rtsp_message_parse_response):
1538 Fix the g_return_val_if_fail() statements.
1540 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1542 * gst-libs/gst/tag/gsttagdemux.c:
1543 Fail to activate if there's insufficient data in the file to be usable,
1544 preventing an assertion fail later. Fixes #552960
1546 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1548 * gst-libs/gst/pbutils/descriptions.c:
1549 * gst/typefind/gsttypefindfunctions.c:
1550 Recognise Kate subtitle streams (#550582).
1552 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1554 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1555 Remove trailing comma from enum list, which causes problems
1556 with -pendantic (#550729).
1558 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1561 0.10.20.2 pre-release
1569 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1571 * gst-libs/gst/interfaces/propertyprobe.c:
1572 (gst_property_probe_get_properties),
1573 (gst_property_probe_get_property),
1574 (gst_property_probe_probe_property),
1575 (gst_property_probe_probe_property_name),
1576 (gst_property_probe_needs_probe),
1577 (gst_property_probe_needs_probe_name),
1578 (gst_property_probe_get_values),
1579 (gst_property_probe_get_values_name),
1580 (gst_property_probe_probe_and_get_values),
1581 (gst_property_probe_probe_and_get_values_name):
1582 More sanity checks for our second-favourite interface.
1584 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1586 * gst-libs/gst/interfaces/propertyprobe.c:
1587 Check for NULL pointer, in the hope that this fixes #532864.
1589 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1591 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1592 No really, the next release is 0.10.21 (fix Since: tags in docs).
1594 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1596 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1597 Disable a code path that is now called but causes a deadlock for some
1598 reason and is unneeded.
1600 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1602 * sys/xvimage/xvimagesink.c:
1603 * sys/xvimage/xvimagesink.h:
1604 Add a "draw-border" property that can be set to false to disable
1607 * tests/icles/test-colorkey.c:
1608 * tests/icles/Makefile.am:
1609 Add new test application for the colorkey handling.
1611 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1613 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1614 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1615 This will also be fixed for upcoming gst-ffmpeg release so that once
1616 this release of -base is out, it will work with the latest gst-ffmpeg
1619 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1621 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1622 (gst_riff_create_audio_template_caps):
1623 Add Truespeech mapping for RIFF formats (AVI/WAV).
1626 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1628 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1629 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1632 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1635 * gst/subparse/Makefile.am:
1636 * gst/subparse/gstsubparse.c:
1637 * gst/subparse/samiparse.c:
1638 * tests/check/elements/subparse.c:
1639 Rework last change, so that we build subparse, but just disable the
1640 sami parse functionality, if we're configured to not use xml. In the
1641 tests only the sami test is disabled now.
1643 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1646 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1649 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1652 Add some more files with strings for translation.
1654 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1656 * gst-libs/gst/tag/gstvorbistag.c:
1657 * tests/check/libs/tag.c:
1658 Use new geo location tags from core. Fixes #481169
1660 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1662 * tests/check/elements/audioresample.c: (setup_audioresample),
1663 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1664 (test_discont_stream_instance):
1665 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1666 Add debugging for coherence.
1668 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1670 Patch by: Jonathan Matthew <notverysmart gmail com>
1672 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1673 Add typefinder for PDF documents (which is nice to have, since it's a
1674 common format, but also helps prevent false positives). Fixes #549814.
1676 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1678 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1680 Fix nasty race where multiple decodebins could start pushing data before
1681 we manage to configure the sinks, resulting in not-linked errors in
1682 typical RTSP streaming cases.
1684 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1686 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1687 Since we now call stop, we trigger this code path that causes a deadlock
1688 is apparently not needed.
1690 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1692 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1693 (gst_ring_buffer_stop):
1694 Also allow the case where the ringbuffer was paused when we try to stop
1695 it so that the basesrc stop function is still called.
1697 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1699 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1701 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1702 Reprobe devices again instead of taking a cached list as new
1703 devices could've been plugged in. Fixes bug #549062.
1705 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1707 Patch by: Alessandro Dessina <alessandro nnva org>
1709 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1710 (gst_ogg_demux_activate_chain):
1711 Don't add pads and activate them for skeleton streams. These are already
1712 handled inside oggdemux. Fixes bug #537599.
1714 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1716 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1717 Reset variable so that query and convert fail after going back to
1718 READY. Fixes #548898.
1720 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1722 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1723 If a buffer arrives with a timestamp before the timestamp+duration
1724 of the previous buffer clip it instead of dropping it completely.
1725 Slight improvement for the unfixable bug #548913.
1727 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1729 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1730 Take the current timestamp instead of timestamp+duration for the offset.
1731 This offset will later be used for calculating the timestamp and
1732 otherwise vorbisdec will interpolate timestamps wrong if upstream
1733 only sends timestamps and no granulepos.
1735 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1737 * tests/examples/seek/seek.c:
1738 Don't crash when having no visualisations.
1740 2008-08-16 David Schleef <ds@schleef.org>
1742 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1743 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1746 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1748 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1749 When cleaning up the caps fields also remove "depth" for the same
1750 reason we remove "width".
1752 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1754 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1755 Add Lead H.264 here as well.
1757 2008-08-14 Julien Moutte <julien@fluendo.com>
1759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1760 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1762 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1764 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1765 (gst_base_audio_src_create):
1766 When not slaved to another clock also subtract the base_time from our
1767 internal clock time to get the running time.
1769 2008-08-12 David Schleef <ds@schleef.org>
1771 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1772 since it has no basis in libtheora.
1774 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1776 * gst-libs/gst/interfaces/propertyprobe.h:
1777 Remove double "interface" from doc-string.
1779 * gst-libs/gst/interfaces/xoverlay.h:
1782 * gst-libs/gst/riff/riff.c:
1783 Add basic doc blobs.
1785 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1787 * gst-libs/gst/audio/Makefile.am:
1788 Don't try to build that example anymore.
1790 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1792 * gst-libs/gst/audio/.cvsignore:
1793 * gst-libs/gst/audio/Makefile.am:
1794 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1795 * gst-libs/gst/audio/make_filter:
1796 Move audiofiltertemplate to gst-template.
1798 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1800 * docs/libs/gst-plugins-base-libs-sections.txt:
1801 * gst-libs/gst/audio/gstaudiosrc.h:
1802 More docs and shuffling. What can we do with the hundreds of #defines.
1804 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1806 * gst-libs/gst/audio/audio.h:
1807 * gst-libs/gst/audio/gstaudiofilter.h:
1808 * gst-libs/gst/audio/gstringbuffer.h:
1809 * gst-libs/gst/interfaces/propertyprobe.h:
1810 * gst-libs/gst/tag/gsttagdemux.h:
1811 Reducing number of dundocumented symbols.
1813 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1815 * gst-libs/gst/audio/audio.c:
1816 Fix doc comment syntax.
1818 * gst-libs/gst/interfaces/propertyprobe.c:
1819 Add more doc-comments and a FIXME: for the signal.
1821 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1823 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1824 (gst_ogg_mux_request_new_pad):
1825 * ext/ogg/gstoggmux.h:
1826 Don't pretend to support NEWSEGMENT events, instead override the
1827 GstCollectPads event function to return FALSE on NEWSEGMENT events
1828 and do the normal work for other events.
1830 This prevents elements like flacenc to seek to the start and rewrite
1831 some data which then results in a broken Ogg packet.
1833 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1835 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1837 * ext/alsa/gstalsaplugin.c: (plugin_init):
1838 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1839 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1840 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1841 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1842 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1843 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1844 * gst/playback/gstdecodebin.c: (plugin_init):
1845 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1846 * gst/playback/gstplayback.c: (plugin_init):
1847 * gst/playback/gstqueue2.c: (plugin_init):
1848 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1849 * sys/v4l/gstv4l.c: (plugin_init):
1850 Make sure gettext returns translations in UTF-8 encoding rather
1851 than in the current locale encoding (#546822).
1853 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1855 * gst-libs/gst/pbutils/descriptions.c:
1856 Add audio/x-qdm for qtdemux.
1858 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1860 * ext/vorbis/vorbisdec.c:
1861 Do not leak old taglist.
1863 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1865 * tests/icles/test-scale.c:
1866 Include <stdlib.h> for atoi().
1868 2008-08-04 Andy Wingo <wingo@pobox.com>
1870 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1873 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1875 * gst/adder/gstadder.c:
1876 Cleanup lots of empty lines that came from gst-indent going havoc
1877 before I added the INDENT_ON/OFF marker some time agao.
1879 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1882 * gst-libs/gst/riff/riff-read.c:
1883 Bump requirement to latest core and use new tag for riff formats.
1886 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1888 * tests/examples/dynamic/Makefile.am:
1889 * tests/examples/dynamic/codec-select.c: (make_encoder),
1890 (make_pipeline), (do_switch), (my_bus_callback), (main):
1891 Add example app that dynamically switches between 3 'encoders'.
1893 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1895 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1896 Add some more comments.
1898 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1900 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1901 (gst_video_test_src_create):
1902 Discard buffers of the wrong size after renegotiation, this is perfectly
1903 possible with things like capsfilter that could suggest caps changes
1904 upstream without knowing the size of the buffer.
1906 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1908 * tests/icles/.cvsignore:
1909 * tests/icles/Makefile.am:
1910 * tests/icles/test-scale.c: (make_pipeline), (main):
1911 Add dynamic rescaling tests for the new basetransform.
1913 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1915 * gst/audioconvert/Makefile.am:
1916 Dist recently-added gstfastrandom.h.
1918 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1920 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1921 Fix a "may be used uninitialized in this function" which weirdly only
1922 appears on macosx (?).
1924 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1926 * gst-libs/gst/riff/riff-ids.h:
1927 Adding acid chunk for tempo and loop information.
1929 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1931 * sys/xvimage/Makefile.am:
1932 floor() needs linking to $(LIBM).
1934 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1936 * ext/gnomevfs/gstgnomevfssrc.c:
1937 Aggregate short reads and add some comments and debug logging.
1940 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1942 * gst/playback/gstplaybasebin.c:
1943 Fix property doc markup (its not a signal).
1945 * sys/xvimage/xvimagesink.c:
1946 Add since tag for new proeprties (also add sice tags fro the last two
1949 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1951 * sys/xvimage/xvimagesink.c:
1952 * sys/xvimage/xvimagesink.h:
1953 Add autofill/colorkey properties. Fixes #538656.
1955 2008-07-28 David Schleef <ds@schleef.org>
1957 * sys/xvimage/xvimagesink.c:
1958 Fix rounding errors when converting colorbalance values
1959 between hardware and object property ranges. Partial
1960 fix for #537889, however, there still seems to be a small
1961 drift problem that could be totem's fault.
1963 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1965 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1966 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1967 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1968 This fixes a critical warning.
1970 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1972 * ext/ogg/gstoggmux.c:
1973 Allow muxing of CELT into Ogg streams.
1975 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1977 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1979 Add simple typefinder for the CELT codec (www.celt-codec.org).
1981 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1983 Patch by: Jan Gerber <j at oil21 dot org>
1985 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1986 Fix calculation of the start time from skeleton streams.
1989 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1991 * tests/examples/seek/seek.c:
1992 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1994 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1996 * gst/audioconvert/audioconvert.h:
1997 * gst/audioconvert/gstaudioquantize.c:
1998 (gst_audio_quantize_setup_dither),
1999 (gst_audio_quantize_free_dither):
2000 * gst/audioconvert/gstfastrandom.h:
2001 Implement a linear congruential generator as pseudo random number
2002 generator for the dither noise. This is about 2 times faster than
2003 using GLib's mersenne twister. Also this uses only integer math for
2004 generating integers while GLib internally uses floating point math.
2006 2008-07-23 Michael Smith <msmith@songbirdnest.com>
2009 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
2011 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
2013 Patch by: Damien Lespiau <damien.lespiau gmail com>
2015 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
2016 Use GST_STR_NULL to avoid crashes with libcs that don't
2017 like NULL strings in printf args (such as the win32 one).
2020 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
2022 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2023 Oops - set the size of the image used for probing back to 1x1, for
2024 consistency with ximagesink
2026 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
2028 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2029 (gst_ximagesink_ximage_new):
2030 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2031 (gst_xvimagesink_xvimage_new):
2033 Apparently on Solaris and OS/X (at least), it's not legal to ask the
2034 X server to attach to a shared memory segment after we've deleted it,
2035 with the result that MIT-SHM is disabled. Instead, remove it only after
2036 X succeeds in attaching too.
2038 2008-07-16 David Schleef <ds@schleef.org>
2040 * gst/audiotestsrc/gstaudiotestsrc.c:
2041 * gst/audiotestsrc/gstaudiotestsrc.h:
2042 Add 'ticks', a 1/30 second sine wave pulse every second.
2044 2008-07-15 David Schleef <ds@schleef.org>
2046 * gst-libs/gst/video/video.c: Revert ABI change.
2048 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2050 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2051 Make it impossible to have NULL caps at the point where we set
2052 framerate and other things. Also don't return immediately for "3ivd"
2053 video and let framerate, etc be set. Might fix bug #542508.
2055 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2057 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2058 Video format can also be conveniently determined from (many)
2061 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
2063 * gst/playback/gstplaybasebin.c:
2064 * gst/playback/gstplaybasebin.h:
2065 * gst/playback/gstplaybin.c:
2066 * gst/playback/gststreamselector.c:
2067 First stab at integrating DVD subpicture overlay into
2068 playbin. Successfully plugs and plays, but the queues need
2069 shrinking - 3 seconds of video is too much buffering.
2071 2008-07-11 Stefan Kost <ensonic@users.sf.net>
2073 * gst/audioconvert/gstaudioconvert.c:
2074 Remove now obsolete note in the docs.
2076 2008-07-11 Stefan Kost <ensonic@users.sf.net>
2078 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2079 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2080 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2081 * docs/plugins/gst-plugins-base-plugins.args:
2082 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2083 * docs/plugins/gst-plugins-base-plugins.interfaces:
2084 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2085 * docs/plugins/gst-plugins-base-plugins.signals:
2086 * docs/plugins/inspect/plugin-adder.xml:
2087 * docs/plugins/inspect/plugin-alsa.xml:
2088 * docs/plugins/inspect/plugin-audioconvert.xml:
2089 * docs/plugins/inspect/plugin-audiorate.xml:
2090 * docs/plugins/inspect/plugin-audioresample.xml:
2091 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2092 * docs/plugins/inspect/plugin-cdparanoia.xml:
2093 * docs/plugins/inspect/plugin-decodebin.xml:
2094 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2095 * docs/plugins/inspect/plugin-gdp.xml:
2096 * docs/plugins/inspect/plugin-gnomevfs.xml:
2097 * docs/plugins/inspect/plugin-libvisual.xml:
2098 * docs/plugins/inspect/plugin-ogg.xml:
2099 * docs/plugins/inspect/plugin-pango.xml:
2100 * docs/plugins/inspect/plugin-playback.xml:
2101 * docs/plugins/inspect/plugin-queue2.xml:
2102 * docs/plugins/inspect/plugin-subparse.xml:
2103 * docs/plugins/inspect/plugin-tcp.xml:
2104 * docs/plugins/inspect/plugin-theora.xml:
2105 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2106 * docs/plugins/inspect/plugin-uridecodebin.xml:
2107 * docs/plugins/inspect/plugin-video4linux.xml:
2108 * docs/plugins/inspect/plugin-videorate.xml:
2109 * docs/plugins/inspect/plugin-videoscale.xml:
2110 * docs/plugins/inspect/plugin-videotestsrc.xml:
2111 * docs/plugins/inspect/plugin-volume.xml:
2112 * docs/plugins/inspect/plugin-vorbis.xml:
2113 * docs/plugins/inspect/plugin-ximagesink.xml:
2114 * docs/plugins/inspect/plugin-xvimagesink.xml:
2115 * ext/alsa/gstalsamixer.c:
2116 * ext/alsa/gstalsasink.c:
2117 * ext/alsa/gstalsasrc.c:
2118 * ext/gio/gstgiosink.c:
2119 * ext/gio/gstgiosrc.c:
2120 * ext/gio/gstgiostreamsink.c:
2121 * ext/gio/gstgiostreamsrc.c:
2122 * ext/gnomevfs/gstgnomevfssink.c:
2123 * ext/gnomevfs/gstgnomevfssrc.c:
2124 * ext/ogg/gstoggdemux.c:
2125 * ext/ogg/gstoggmux.c:
2126 * ext/pango/gstclockoverlay.c:
2127 * ext/pango/gsttextoverlay.c:
2128 * ext/pango/gsttextrender.c:
2129 * ext/pango/gsttimeoverlay.c:
2130 * ext/theora/theoradec.c:
2131 * ext/theora/theoraenc.c:
2132 * ext/theora/theoraparse.c:
2133 * ext/vorbis/vorbisdec.c:
2134 * ext/vorbis/vorbisenc.c:
2135 * ext/vorbis/vorbisparse.c:
2136 * ext/vorbis/vorbistag.c:
2137 * gst/adder/gstadder.c:
2138 * gst/audioconvert/gstaudioconvert.c:
2139 * gst/audioresample/gstaudioresample.c:
2140 * gst/audiotestsrc/gstaudiotestsrc.c:
2141 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2142 * gst/gdp/gstgdpdepay.c:
2143 * gst/gdp/gstgdppay.c:
2144 * gst/playback/gstdecodebin2.c:
2145 * gst/playback/gstplaybin.c:
2146 * gst/playback/gstplaybin2.c:
2147 * gst/playback/gstqueue2.c:
2148 * gst/playback/gsturidecodebin.c:
2149 * gst/tcp/gstmultifdsink.c:
2150 * gst/tcp/gsttcpserversink.c:
2151 * gst/videorate/gstvideorate.c:
2152 * gst/videoscale/gstvideoscale.c:
2153 * gst/videotestsrc/gstvideotestsrc.c:
2154 * gst/volume/gstvolume.c:
2155 * sys/ximage/ximagesink.c:
2156 * sys/xvimage/xvimagesink.c:
2157 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2158 titles. Drop mentining that all our example pipelines are "simple"
2161 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2163 * tests/examples/seek/Makefile.am:
2164 Fix out of tree build by adding all required CFLAGS.
2166 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2168 * gst/playback/gstdecodebin.c: (add_raw_queue):
2169 And ref the pad before returning it again when linking to the queue
2170 failed. Otherwise we will unref the pad twice later and things break.
2172 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2174 * gst/playback/gstdecodebin.c: (add_raw_queue):
2175 If linking the raw pad with a queue fails, try it without a queue
2176 instead of failing completely. This should never happen.
2178 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2180 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2182 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2183 Add a queue after a demuxer if the demuxer outputs raw data. This was
2184 done before only for non-raw data but is required in this case too.
2187 decodebin2 doesn't have this issue because all streams of a group
2188 go through multiqueue.
2190 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
2192 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2194 * gst-libs/gst/sdp/gstsdpmessage.c:
2195 Makes libgstsdp compile with mingw32 by defining the right WINVER so
2196 that getaddrinfo() can be used. Fixes #541358.
2198 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
2200 * gst/videotestsrc/gstvideotestsrc.c:
2201 (gst_video_test_src_class_init), (gst_video_test_src_init),
2202 (gst_video_test_src_set_property),
2203 (gst_video_test_src_get_property), (gst_video_test_src_create):
2204 * gst/videotestsrc/gstvideotestsrc.h:
2205 Cleanups, use default property values as defines.
2206 Add property to enable/disable peer buffer allocation.
2208 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2210 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2211 * tests/check/pipelines/streamheader.c: (streamheader_suite):
2212 Enable unit tests on PPC again as the bugs are now fixed.
2214 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2216 * gst-libs/gst/riff/riff-ids.h:
2217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2218 (gst_riff_create_audio_template_caps):
2219 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2222 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2224 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2225 (gst_ffmpeg_pixfmt_to_caps):
2226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2227 (gst_ffmpegcsp_get_unit_size):
2228 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2229 it on other formats. Also adjust the unit size only for that format
2230 to not include the palette. Fixes bug #540497.
2232 2008-06-29 Stefan Kost <ensonic@users.sf.net>
2234 * gst/adder/gstadder.c:
2235 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2237 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2242 * tests/examples/seek/seek.c:
2243 Move variable into ifdef too.
2246 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2248 * tests/examples/seek/seek.c:
2249 Include config.h and check if we have X. Remove XInitThread(), don't
2250 think its needed. Fixes: #540334.
2252 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2254 Patch by: Sam Morris <sam at robots dot org to uk>
2256 * gst-libs/gst/interfaces/mixertrack.c:
2257 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2258 (gst_mixer_track_set_property):
2259 API: Add "index" property to GstMixerTrack to differantiate between
2260 multiple mixer tracks with the same label.
2262 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2263 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2264 Set the "index" property of GstMixerTrack to the index given by ALSA.
2267 2008-06-25 Stefan Kost <ensonic@users.sf.net>
2269 * tests/examples/seek/Makefile.am:
2270 * tests/examples/seek/seek.c:
2271 Remove libgstvideo usage. Use gtk_get_option_group instead of
2274 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2276 * tests/check/Makefile.am:
2277 Name the test registry format neutral.
2279 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2281 * gst/playback/gstqueue2.c:
2282 Do not double notify. Remove the unsued return value.
2284 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2286 * ext/alsa/gstalsamixer.c:
2287 Also consider "speaker" as a name for master volume. If that doesn't
2288 help look for the first non-mono volume control that also has a
2291 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2294 Forgot to save the ChangeLog :/
2296 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2298 * tests/examples/seek/Makefile.am:
2299 * tests/examples/seek/seek.c:
2300 Embedd the xwindow. Allow to play multiple files.
2302 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
2304 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2305 (gst_ximagesink_setcaps):
2306 * sys/ximage/ximagesink.h:
2307 When the caps change, make sure to re-draw borders in
2308 force-aspect-ratio=true mode.
2309 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2310 Don't clear the border_draw flag until we actually draw the border.
2311 * tests/check/Makefile.am:
2312 Ignore alsasink/src during the states test too, so it doesn't fail
2313 when running without access to the sound device.
2315 2008-06-22 Stefan Kost <ensonic@users.sf.net>
2317 * tests/examples/seek/seek.c:
2318 Fix crasher when playing a parse-launch line the 2nd time.
2320 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
2322 * tests/check/pipelines/oggmux.c:
2323 Properly ifdef tests to fix compilation.
2325 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2327 * gst/playback/gstplay-marshal.list:
2328 * gst/playback/gstplaybin2.c:
2329 Add get-video-pad, get-audio-pad, get-text-pad action signals to
2330 playbin2. This allows the user to get to the selector's sinkpads, and
2331 thus inspect a range of things - caps, tags, etc.
2333 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2335 * gst/playback/gstplaybin2.c:
2336 Use a different constant for the convert-frame signal id.
2339 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2341 * gst/playback/gstplaybin2.c:
2342 * gst/playback/gstplaysink.c:
2343 Fix a whole bunch of typos in comments and log statements.
2345 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2347 * sys/xvimage/xvimagesink.c:
2348 Don't set colour balance values on the Xv port if the user hasn't
2349 changed them (via properties or the interface). Avoids accumulating
2350 rounding errors for the common case.
2351 Partial fix for bug #537889.
2353 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2355 * gst/playback/gstdecodebin2.c:
2356 Ensure decodebin2 emits 'drained' signal once, and only once, when all
2359 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2361 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2362 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2363 Report the encoder latency. Fixes #538232.
2365 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2367 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2368 (notify_source), (activate_group):
2369 Implement the source property, emit notify when it changes in the
2370 underlying uridecodebin.
2372 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2374 * tests/examples/seek/seek.c: (stop_cb):
2375 Free and clear the seek element list so that we don't use invalid
2376 references when seeking after recreating a gst-launch line.
2378 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2380 * gst-libs/gst/audio/gstbaseaudiosink.c:
2381 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2382 (gst_base_audio_sink_render):
2383 Report latency even if we are not live instead of hiding it.
2384 Take ts-offset and render-delay of the basesink into account when
2386 Rework the clipping code so that we can take the various offsets into
2387 account and still do correct clipping.
2389 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
2392 Bump verion back to devel -> 0.10.20.1
2394 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2396 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2397 Don't increase the size of non-string image buffers by one as this
2398 might in theory confuse decoders. Still increase it by one for string
2399 image buffers to append '\0'.
2401 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2403 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2405 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2406 Fix a buffer memleak and remove a confusing and wrong debug output.
2409 === release 0.10.20 ===
2411 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
2414 releasing 0.10.20, "Here I Go Again"
2416 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2419 0.10.19.3 pre-release
2421 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2423 * gst-libs/gst/rtsp/gstrtspconnection.c:
2425 Patch By: David Schleef <ds@schleef.org>
2428 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2430 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2431 (gst_gio_base_src_create):
2432 * ext/gio/gstgiobasesrc.h:
2433 Try to read the requested number of bytes, even if the first
2434 read returns less than requested, until nothing is read anymore
2435 or we have the requested amount of bytes. This fixes playback of
2436 files via Samba as Samba only allows to read 64k at once.
2438 Implement a caching algorithm that makes sure that we read at
2439 least 4k of data every time. Some elements will try to read a few
2440 bytes, then seek, read again a few bytes and so on and this is
2441 painfully slow as every operation has to go over DBus if GVfs is
2444 Fixes bug #536849 and #536848.
2446 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2447 (gst_gio_src_check_get_range):
2448 Override check_get_range() to blacklist http/https URIs
2449 and whitelist file URIs. More to be added on demand.
2451 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2454 0.10.19.2 pre-release
2456 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2458 * win32/common/libgstrtsp.def:
2459 * win32/common/libgsttag.def:
2460 Add new API functions to the dll exports
2462 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2464 * gst/playback/gstplaybasebin.c:
2465 Disconnect signals from decodebins we created before we remove it
2466 from playbin, to avoid crashes if the decodebin is eventually
2467 disposed after the playbin itself (possible if the app takes a
2468 reference on the decodebin).
2471 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2473 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2474 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2475 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2476 (h264_video_type_find), (mpeg_video_stream_type_find),
2477 (dv_type_find), (mmsh_type_find):
2478 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2479 copy caps for no good reason (this may be desirable to make it easier
2480 to detect leaks, but then it should probably be done for all caps
2481 in the typefinder somewhere).
2483 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2485 * tests/check/Makefile.am:
2486 Do not try to run the check tests for subparse unless it has been
2489 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2491 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2492 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2493 Do not try to run a test which requires vorbisenc unless we have
2496 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2498 * gst-libs/gst/rtsp/gstrtspconnection.c:
2499 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2500 (gst_rtsp_connection_clear_auth_params),
2501 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2502 * gst-libs/gst/rtsp/gstrtspconnection.h:
2503 Add a couple of missing argument guards.
2504 Add a way of setting the DSCP for an RTSP connection.
2505 Add an accessor method for the ip member of GstRTSPConnection as all
2506 members are supposed to be private.
2508 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2510 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2511 Fixed accidental use of IPv4 options for all IPv6 addresses.
2513 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2515 * gst-libs/gst/interfaces/mixertrack.h:
2516 Document mixer track flags.
2518 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2520 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2522 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2523 Don't set caps on the buffers that contain a copy of the buffer
2524 including the caps of them resulting in an always increasing refcount
2525 of the caps and insanely large caps. Instead include a buffer without
2526 caps in the new caps. Fixes bug #536475.
2528 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2530 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2531 Transform a given PAR to a range on the struct with the generic
2532 height/width instead of the struct with the possibly restricted
2535 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2537 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2538 Prefer the given format if it contains something stricter than [1,MAX]
2539 for height or width and only put a structure that requires rescaling
2540 as second. This makes it possible to use videoscale in pipelines where
2541 the source can actually produce the wanted height/width but usually
2542 selects a different one from the requested.
2544 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2546 Based on patch by: John Millikin <jmillikin gmail com>
2548 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2549 (gst_vorbis_tag_add_coverart):
2550 Retrieve COVERART tags from vorbis comments (#512333)
2552 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2554 * gst-libs/gst/tag/tag.h:
2555 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2556 Don't forget to add new enum value here too (should probably use
2557 glib-mkenums here...).
2559 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2561 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2562 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2563 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2564 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2565 (gst_tag_image_data_to_image_buffer):
2566 Add two utility functions to avoid code duplication (#512333):
2567 API: add gst_tag_image_data_to_image_buffer()
2568 API: add gst_tag_list_add_id3_image()
2569 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2571 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2573 * win32/common/libgstaudio.def:
2574 Add gst_audio_check_channel_positions() to the exported symbols.
2576 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2578 * docs/libs/gst-plugins-base-libs-sections.txt:
2579 * gst-libs/gst/audio/multichannel.c:
2580 (gst_audio_check_channel_positions):
2581 * gst-libs/gst/audio/multichannel.h:
2582 API: Make gst_audio_check_channel_positions() public.
2584 * tests/check/libs/audio.c: (GST_START_TEST):
2585 Add some simple checks for gst_audio_check_channel_positions().
2587 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2589 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2590 minrange and maxrange are scaled according to the frequency
2593 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2595 * ext/pango/Makefile.am:
2596 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2597 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2598 Use gstvideo functions to calculate strides and plane offsets. Fixes
2599 rendering issue ('ghost' images of the text on the chroma planes)
2600 with widths or heights that are not multiples of 8 (#506659 and
2601 probably also #485729).
2603 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2605 Test with odd height/width too.
2607 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2609 * gst/adder/gstadder.c: (gst_adder_query_duration),
2610 (gst_adder_query_latency):
2611 When using gst_element_iterate_pads() one has to unref every pad
2614 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2616 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2617 (gst_base_audio_src_class_init):
2618 Add a gtk-doc chunk for the new properties to have a Since: indication.
2620 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2622 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2623 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2624 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2625 (gst_base_audio_src_change_state):
2626 Provide readable actual-buffer-time and actual-latency-time properties
2627 that reflect the configured ringbuffer values. Fixes #524724.
2628 API: GstBaseAudioSrc:actual-buffer-time
2629 API: GstBaseAudioSrc:actual-latency-time
2631 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2633 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2634 (gst_basertppayload_change_state):
2635 Simply converting the running time into an RTP timestamp by scaling it
2636 based on the clock-rate is good enough for making an RTP timestamp. This
2637 has the added benefit that we can later on expose a property with the
2638 RTP timestamp of running time 0, as is needed for RTSP servers to
2639 generate the response of the PLAY request.
2641 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2643 * gst/audioconvert/gstaudioconvert.c:
2644 (structure_has_fixed_channel_positions),
2645 (gst_audio_convert_transform_caps):
2646 Allow up to 11 positioned channels now that audioconvert can handle
2647 this but add no default positions for > 8 channels.
2649 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2650 Add some unit tests for the above change: Test conversion of
2651 11 positioned channels to stereo and the other way around, test
2652 conversion of 15 unpositioned channels in different ways.
2654 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2656 * win32/common/libgstaudio.def:
2657 Add gst_audio_clock_reset to the list of exported symbols.
2659 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2661 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2662 Remove wrong_channels_identification_header unit test as we now
2663 support 7 (and more channels).
2665 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2667 * gst/audioconvert/gstchannelmix.c:
2668 (gst_channel_mix_fill_one_other):
2669 If mixing left or right to center (or the other way around) only take
2670 the complete value if we don't already have the original position in
2673 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2675 * gst-libs/gst/audio/multichannel.c:
2676 (gst_audio_check_channel_positions),
2677 (gst_audio_set_structure_channel_positions_list),
2678 (gst_audio_fixate_channel_positions):
2679 Allow rear center together with rear left/right and other previously
2680 conflicting channel positions. The reason why they weren't allowed
2681 was the channel mixing implementation in audioconvert.
2682 Also take this into account when fixing channel layouts.
2684 Allow setting channel positions for 1/2 channels when using
2685 gst_audio_set_structure_channel_position().
2687 * gst/audioconvert/gstchannelmix.c:
2688 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2689 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2690 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2691 Major rewrite of the channel mixing.
2693 We now allow previously conflicting channel positions to appear
2694 together (rear center and rear left/right for example).
2697 Rework the way channels are mixed together to take more possible
2698 channel positions into account, properly mix from/to side channels
2699 and don't assume that either center, left&right or nothing of a
2700 specific position is available anymore.
2702 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2703 Adjust unit tests with non-standard 1/2 channel layouts to the more
2704 correct new behaviour.
2706 Add a unit test for 5.1->Stereo downmixing.
2708 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2710 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2711 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2712 Add sane defaults for the 7 and 8 channel layouts as those are
2713 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2714 more than 8 channels instead of erroring out. Fixes bug #535356.
2716 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2718 * docs/plugins/Makefile.am:
2719 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2720 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2721 * ext/theora/theoraparse.c:
2722 Add theoraparse to the docs and fix some docs.
2724 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2726 * gst-libs/gst/cdda/gstcddabasesrc.c:
2727 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2728 Fix EOS condition and track addition check, the track.end sector is
2729 included in the track. Fixes #533265.
2731 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2733 Patch by: Mark Nauwelaerts <manauw at skynet be>
2735 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2736 (gst_video_rate_flush_prev), (gst_video_rate_event),
2737 (gst_video_rate_chain):
2738 * gst/videorate/gstvideorate.h:
2739 React (more) to NEWSEGMENT
2740 Small adjustment in timestamp calculation to prevent mismatches
2743 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2745 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2746 Initialise error to NULL as we should.
2748 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2750 * gst/adder/gstadder.c: (gst_adder_query_duration),
2751 (gst_adder_query_latency), (gst_adder_query):
2752 Implement latency query.
2754 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2756 * gst/adder/gstadder.c: (gst_adder_query_duration):
2757 Correctly resync the iterator if gst_iterator_next() returns
2758 GST_ITERATOR_RESYNC.
2760 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2762 * win32/vs6/libgstpbutils.dsp:
2763 Add pbutils-enumtypes.c to sources (#518037).
2765 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2767 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2768 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2769 * gst-libs/gst/audio/gstaudioclock.h:
2770 Add method to inform the clock that the time starts from 0 again. We use
2771 this info to calculate a clock offset so that the time we report in
2772 internal_time is monotonically increasing, as required by the clock base
2773 class. Fixes #521761.
2774 API: GstAudioClock::gst_audio_clock_reset()
2776 * gst-libs/gst/audio/gstbaseaudiosink.c:
2777 (gst_base_audio_sink_skew_slaving),
2778 (gst_base_audio_sink_change_state):
2779 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2780 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2781 Reset reported time when we (re)create the ringbuffer.
2783 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2785 * ext/alsa/gstalsamixertrack.c:
2786 (gst_alsa_mixer_track_update_alsa_capabilities):
2787 Make sure playback volumes aren't accidentally overwritten by
2788 capture volumes if an alsa mixer track has both playback and
2789 capture capabilities: we create two GstMixerTracks in that
2790 case, so make sure we query only the alsa capabilities that
2791 refer to the type of GstMixerTrack we created from the dual
2792 capability alsa element. Should fix issues with Audigy2 sound
2795 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2797 * tests/check/pipelines/oggmux.c: (test_pipeline):
2798 Don't use deprecated function.
2800 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2802 * gst/playback/gstdecodebin2.c:
2803 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2804 Check for NULL cases and log them, creating ghostpads can, for example,
2805 fail when the pad returns wrong caps.
2807 * gst/playback/gstplaybin2.c: (perform_eos):
2808 When pushing out the EOS event, collect the return value and warn when
2811 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2813 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2814 (gst_riff_create_video_template_caps):
2815 Add support for DVCPRO.
2817 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2819 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2820 Change default scaling method from nearest-neighbour to bilinear.
2822 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2824 * tests/check/libs/video.c:
2827 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2829 * gst/subparse/gstsubparse.c: (parser_state_init),
2830 (gst_sub_parse_format_autodetect), (handle_buffer):
2831 * gst/subparse/gstsubparse.h:
2832 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2833 Limit duration to a maximum of five seconds for tmplayer format where
2834 we can guess the duration only from the timestamp of the next line of
2835 text. We don't want to show a text for eternities just because nothing
2836 else is being said for a while.
2838 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2840 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2841 (gst_base_rtp_depayload_chain),
2842 (gst_base_rtp_depayload_handle_sink_event),
2843 (gst_base_rtp_depayload_push_full),
2844 (gst_base_rtp_depayload_change_state):
2845 Check sequence numbers, mark input buffers with a discont flag for the
2846 subclass when we detected a gap, drop duplicate buffers. We do this
2847 because one can use the element without a jitterbuffer in front and we
2848 don't want to feed the subclasses invalid or reordered data.
2849 Do an error when the subclass did not provide a process function instead
2851 Some other small cleanups.
2853 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2855 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2856 May just as well use the precalculated uvstride here.
2858 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2860 * docs/plugins/Makefile.am:
2861 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2862 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2863 * docs/plugins/gst-plugins-base-plugins.args:
2864 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2865 * docs/plugins/gst-plugins-base-plugins.interfaces:
2866 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2867 * docs/plugins/inspect/plugin-adder.xml:
2868 * docs/plugins/inspect/plugin-alsa.xml:
2869 * docs/plugins/inspect/plugin-audioconvert.xml:
2870 * docs/plugins/inspect/plugin-audiorate.xml:
2871 * docs/plugins/inspect/plugin-audioresample.xml:
2872 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2873 * docs/plugins/inspect/plugin-cdparanoia.xml:
2874 * docs/plugins/inspect/plugin-decodebin.xml:
2875 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2876 * docs/plugins/inspect/plugin-gdp.xml:
2877 * docs/plugins/inspect/plugin-gio.xml:
2878 * docs/plugins/inspect/plugin-gnomevfs.xml:
2879 * docs/plugins/inspect/plugin-libvisual.xml:
2880 * docs/plugins/inspect/plugin-ogg.xml:
2881 * docs/plugins/inspect/plugin-pango.xml:
2882 * docs/plugins/inspect/plugin-playback.xml:
2883 * docs/plugins/inspect/plugin-queue2.xml:
2884 * docs/plugins/inspect/plugin-subparse.xml:
2885 * docs/plugins/inspect/plugin-tcp.xml:
2886 * docs/plugins/inspect/plugin-theora.xml:
2887 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2888 * docs/plugins/inspect/plugin-uridecodebin.xml:
2889 * docs/plugins/inspect/plugin-video4linux.xml:
2890 * docs/plugins/inspect/plugin-videorate.xml:
2891 * docs/plugins/inspect/plugin-videoscale.xml:
2892 * docs/plugins/inspect/plugin-videotestsrc.xml:
2893 * docs/plugins/inspect/plugin-volume.xml:
2894 * docs/plugins/inspect/plugin-vorbis.xml:
2895 * docs/plugins/inspect/plugin-ximagesink.xml:
2896 * docs/plugins/inspect/plugin-xvimagesink.xml:
2897 * ext/cdparanoia/gstcdparanoiasrc.c:
2898 * ext/ogg/gstoggdemux.c:
2899 * ext/ogg/gstoggdemux.h:
2900 * ext/ogg/gstoggmux.c:
2901 * ext/ogg/gstoggmux.h:
2902 * gst/audioconvert/audioconvert.c:
2903 * gst/audioconvert/audioconvert.h:
2904 * gst/audioconvert/gstaudioconvert.h:
2905 * gst/gdp/gstgdpdepay.h:
2906 * gst/gdp/gstgdppay.h:
2907 * gst/playback/gstdecodebin.c:
2908 * gst/playback/gstdecodebin2.c:
2909 * gst/playback/gstplaybin.c:
2910 * gst/playback/gstplaybin2.c:
2911 * gst/playback/gsturidecodebin.c:
2912 * gst/tcp/gstmultifdsink.c:
2913 * gst/tcp/gstmultifdsink.h:
2916 Add some documentation comments, and some new headers to be scanned.
2917 Rename some internal enum declarations (audioconvert's DitherType and
2918 NoiseShapingType, GstUnitType from the TCP elements) to match the
2919 documented GObject type names so that the docs pick them up.
2920 Name the playbin2 docs markups properly so they get picked up. They'll
2921 need renaming back when/if playbin2 becomes playbin.
2923 100% symbol coverage for the plugin docs, booya.
2925 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2927 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2929 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2930 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2932 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2934 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2936 * gst/playback/gstdecodebin.c: (remove_fakesink):
2937 Lock the fakesink before setting the state to NULL and removing it from
2938 the bin so that a concurrent state change cannot interfere.
2941 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2944 Fix installing plugin documentation when gtk-doc is disabled.
2946 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2948 * gst-libs/gst/rtsp/Makefile.am:
2949 Distribute, don't install md5.h
2951 2008-05-21 Julien Moutte <julien@fluendo.com>
2953 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2954 instead of SOL_IP, works on more platforms.
2955 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2958 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2960 * ext/vorbis/vorbisdec.c:
2961 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2963 Some debug and comment fixes.
2965 * tests/examples/dynamic/addstream.c: (main):
2968 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2970 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2971 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2972 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2973 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2974 (cleanup_decodebin):
2975 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2976 (connect_element), (gst_decode_group_control_demuxer_pad):
2977 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2978 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2980 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2981 (gst_play_bin_set_property), (handoff), (gen_video_element),
2982 (gen_text_element), (gen_audio_element), (gen_vis_element),
2983 (remove_sinks), (add_sink), (setup_sinks):
2984 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2985 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2986 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2987 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2988 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2989 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2990 (gen_vis_chain), (gst_play_sink_reconfigure),
2991 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2992 (gst_play_sink_request_pad):
2993 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2994 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2996 * gst/playback/test6.c: (new_decoded_pad_cb):
2997 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2998 * tests/check/elements/audiorate.c: (test_injector_chain),
2999 (do_perfect_stream_test):
3000 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
3001 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3002 * tests/check/elements/gnomevfssink.c:
3003 * tests/check/elements/textoverlay.c:
3004 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
3005 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
3006 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3007 * tests/check/pipelines/oggmux.c: (test_pipeline):
3008 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
3009 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3010 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3011 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
3012 * tests/examples/seek/seek.c: (make_mod_pipeline),
3013 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3014 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
3015 (make_theora_pipeline), (make_vorbis_theora_pipeline),
3016 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3017 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3018 (update_fill), (msg_buffering):
3019 Don't use bad gst_element_get_pad().
3021 2008-05-21 Stefan Kost <ensonic@users.sf.net>
3023 * gst-libs/gst/riff/riff-media.c:
3024 Fix wrong method name in docs. Fix calculation of strf fields for
3027 * gst-libs/gst/riff/riff-read.c:
3028 Whitespace fix and removing double ';'.
3030 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3032 * docs/design/part-playbin2.txt:
3033 Add some leftover doc.
3035 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3037 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3038 Fix copy & paste error in last commit.
3040 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3042 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3043 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
3044 other channel positions when source has SIDE channels and dest doesn't
3045 or the other way around.
3047 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3049 Patch by: Henrik Eriksson <henriken at axis dot com>
3051 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3052 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
3053 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
3054 (gst_multi_fd_sink_get_property):
3055 * gst/tcp/gstmultifdsink.h:
3056 Add support for DSCP QOS. Fixes #469933.
3058 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3060 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3061 Add another test that checks if conversion between standard 1 and 2
3062 channel layouts with and without positions set is working.
3064 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3066 * gst-libs/gst/audio/multichannel.c:
3067 (gst_audio_check_channel_positions):
3068 Allow non-standard 2 channel layouts.
3070 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3071 Add some tests for converting and remapping non-standard 1 and 2
3074 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3076 * gst/audioconvert/gstchannelmix.c:
3077 (gst_channel_mix_fill_normalize):
3078 Prevent division by zero if the channel mix matrix contains only
3081 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3083 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3085 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3086 Close a buffer memory leak. Fixes bug #534071.
3088 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3090 * gst-libs/gst/rtsp/gstrtsptransport.h:
3091 Make the GstRTSPTransport struct members public as there are no
3092 setters/getters and it's supposed to be changed directly.
3095 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3097 * gst/adder/gstadder.c:
3098 Adder also doesn't support audio/x-raw-int with width!=depth so don't
3099 claim this on the pad template caps.
3101 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3103 * gst-libs/gst/audio/gstbaseaudiosink.c:
3104 (gst_base_audio_sink_sync_latency):
3105 We can only use our optimal calibration if we prerolled before the
3108 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
3111 Require core CVS for GstBaseSrc buffer caps setting magic.
3113 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3115 * gst/audioconvert/gstaudioconvert.c:
3116 (gst_audio_convert_fixate_channels):
3117 Fix logic in last commit.
3119 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3121 * gst/audioconvert/gstaudioconvert.c:
3122 (gst_audio_convert_fixate_channels):
3123 Passthrough the channel positions if the number of output channels is
3124 the same as the number of input channels, the input had a channel
3125 layout and downstream requests no special one. We did this already for
3126 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3128 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3130 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3131 (gst_gnome_vfs_src_finalize),
3132 (gst_gnome_vfs_src_received_headers_callback),
3133 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3134 * ext/gnomevfs/gstgnomevfssrc.h:
3135 Set the ICY caps on the srcpad from where they get picked up by the base
3136 class now and set on the outgoing buffers.
3138 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3139 (gst_base_audio_src_create):
3140 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3141 BaseSrc now sets the caps on outgoing buffers automatically.
3143 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3145 * gst-libs/gst/audio/gstbaseaudiosink.c:
3146 (gst_base_audio_sink_resample_slaving),
3147 (gst_base_audio_sink_skew_slaving),
3148 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3149 (gst_base_audio_sink_async_play),
3150 (gst_base_audio_sink_change_state):
3151 Change the way in which the ringbuffer is started when dealing with a
3152 slaved clock and latency. We now sync to the clock until we reach
3153 upstream latency before starting the ringbuffer. This has the effect
3154 that we can accurately align the master and slave clocks and let the
3155 rate correction code take care of the initial drift or rounding errors
3156 instead of leaving them uncorrected with the old approach.
3158 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3160 * gst/audioconvert/gstaudioconvert.c:
3161 (gst_audio_convert_fixate_channels):
3162 Correctly set the default channel positions when converting to 8
3165 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3168 Error out if we don't have the required version of core.
3170 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3172 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3173 Use data scan helper in aac typefinder and stop scanning
3174 for headers when we've found a type. Also fix potential invalid
3175 memory access when calculating the frame length.
3177 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3179 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3180 (mpeg_sys_is_valid_pack):
3181 Don't modify scan context when we return FALSE in ensure_data, so
3182 it's possible to continue scanning, and we don't end up with a NULL
3183 data pointer and a positive size, which might bite us the next time
3184 we're called. Small constification.
3186 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
3188 * gst/adder/gstadder.c:
3189 Adder doesn't support 24 bit samples so don't claim it supports them
3190 in the pad template caps.
3192 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3194 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3195 (gst_base_rtp_depayload_chain):
3196 Validate the RTP packet before further processing it. It's just too
3197 dangerous to accept random packets and people are not forced to use a
3198 jitterbuffer or session manager to filter out the bad packets.
3200 * gst-libs/gst/rtp/gstrtpbuffer.c:
3201 (gst_rtp_buffer_set_extension_data),
3202 (gst_rtp_buffer_get_payload_subbuffer):
3204 When setting extension data in a buffer that is too small, we fail and
3205 we should not set the extension bit.
3206 Change GST_WARNINGS into g_warning because they really are
3209 * tests/check/libs/rtp.c: (GST_START_TEST):
3210 Catch the g_warnings now in the unit tests and that fact that failing to
3211 set extension data left the extension bit untouched.
3213 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
3215 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3216 Revert previous change which made basetransform handle buffer_alloc
3217 and which breaks things badly in the non-passthrough case since it
3218 returned buffers with a different (ie. sometimes smaller) size than
3221 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3223 Patch by: Bernard B <b-gnome at largestprime dot net>
3225 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3226 Fix seqnum compare function for bordercase values and fix the docs
3227 again. Fixes #533075.
3229 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3230 Add a testcase for seqnum compare function.
3232 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
3234 * gst/adder/gstadder.c: (gst_adder_setcaps),
3235 (gst_adder_class_init):
3236 Correctly declare the supported endianness on the pad templates
3237 and check for correct endianness in the set caps function. Adder
3238 only supports native endianness.
3239 Also use gst_element_class_set_details_simple().
3241 2008-05-14 Stefan Kost <ensonic@users.sf.net>
3243 * sys/xvimage/xvimagesink.c:
3244 Better debug logging in port value handling. Merging separate port
3245 value loops into one.
3247 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3249 Patch by: Hannes Bistry <hannesb at gmx dot de>
3251 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3252 * gst/tcp/gsttcpserversink.c:
3253 (gst_tcp_server_sink_handle_server_read),
3254 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3255 Fix regression in clientsrc because we did not add the fd to the poll
3256 set anymore. Fixes #532364.
3257 Do some cleanups here and there.
3259 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3261 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3262 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3263 * gst/playback/gstplay-marshal.list:
3264 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3265 Use correct marshallers. GstCaps are a boxed type and no GObject
3268 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3270 * win32/common/libgstrtsp.def:
3271 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3274 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3276 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3278 * tests/check/elements/audioresample.c:
3279 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3280 (live_switch_push), (GST_START_TEST):
3281 Add unit test for the latest basetransform negotiation changes.
3284 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3286 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3287 Fix nv12<->nv21 conversion if stride is larger than width.
3289 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3291 Patch by: Jan Gerber <j at oil21 dot org>
3293 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3294 (gst_ogg_pad_parse_skeleton_fisbone):
3295 * ext/ogg/gstoggdemux.h:
3296 Parse presentation time from skeleton streams and use it as offset
3297 for the timestamps. Fixes bug #530068.
3299 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
3301 * gst-libs/gst/audio/gstbaseaudiosink.c:
3302 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3303 Revert previous patch that attempted to more accurately calculate the
3304 initial offset between master and slave clock. The best thing we can do
3305 in general is take the time of both clocks as the diff since we don't
3306 know when the actual preroll happened.
3308 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
3310 * gst-libs/gst/pbutils/install-plugins.c:
3311 Fix docs: type and missing word.
3313 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3315 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3316 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3317 for this instead; don't check if we've found enough markers after
3318 each and every step, it's enough to do that only if we've actually
3320 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3322 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3324 * gst/typefind/gsttypefindfunctions.c:
3325 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3326 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3327 (mpeg_video_stream_type_find):
3328 Move scan helper thingy to the beginning of the file so we can use
3329 it in other typefind functions. Rename it to something more
3330 generic. Also improve handling of things towards the end of the
3331 typefind data: peek as much as we can if we know the size of the
3332 data, rather than just min_size.
3334 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
3336 * docs/libs/gst-plugins-base-libs-sections.txt:
3337 * gst-libs/gst/interfaces/colorbalance.c:
3338 * gst-libs/gst/interfaces/colorbalance.h:
3339 * gst-libs/gst/interfaces/colorbalancechannel.c:
3340 * gst-libs/gst/interfaces/colorbalancechannel.h:
3341 * gst-libs/gst/interfaces/tuner.c:
3342 * gst-libs/gst/interfaces/tunerchannel.c:
3343 * gst-libs/gst/interfaces/tunerchannel.h:
3344 * gst-libs/gst/interfaces/tunernorm.c:
3345 * gst-libs/gst/interfaces/tunernorm.h:
3346 * gst-libs/gst/video/video.c:
3347 * gst-libs/gst/video/video.h:
3348 Document the GstTuner and GstColorBalance interfaces, and some
3349 other random API functions that needed it. 70% symbol coverage, woo.
3351 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
3353 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3354 Choose to allocate one less segment but require one additional segment
3357 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3358 No need to increment the number of segments in the source.
3360 * gst-libs/gst/audio/gstbaseaudiosink.c:
3361 (gst_base_audio_sink_get_time), (clock_convert_external),
3362 (gst_base_audio_sink_resample_slaving),
3363 (gst_base_audio_sink_skew_slaving),
3364 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3365 (gst_base_audio_sink_async_play):
3366 Remove adding latency when returning the internal time while subtracting
3367 it again when we use the value a little later.
3368 When calculating the end timestamp, we are making a rounding error
3369 with the current algorithm. Ensure that we don't accumulate these
3370 rounding errors when aligning samples by not resampling at all if we
3371 don't need to. Fixes #419351.
3372 Make the initial calibration of the clock slaving a little more
3373 predictable and accurate. Also handle the case where we don't do
3376 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
3378 Based on a patch by:
3379 Björn Benderius <bjoern dot benderius at axis dot com>
3381 * gst/ffmpegcolorspace/avcodec.h:
3382 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3383 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3384 (gst_ffmpegcsp_avpicture_fill):
3385 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3386 * gst/ffmpegcolorspace/imgconvert_template.h:
3387 Add conversions from/to NV12 and NV21 and conversions between those
3388 two formats. Fixes bug #532166.
3390 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
3392 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3393 Abort the h264 typefinding as soon as _peek() doesn't return anything,
3394 which happens for example with files smaller than 128kb.
3396 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3398 Patch by: Wouter Cloetens <zombie at e2big dot org>
3400 * gst-libs/gst/rtsp/Makefile.am:
3401 * gst-libs/gst/rtsp/gstrtspconnection.c:
3402 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3403 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3404 (add_auth_header), (gst_rtsp_connection_free),
3405 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3406 (gst_rtsp_connection_set_auth_param),
3407 (gst_rtsp_connection_clear_auth_params):
3408 * gst-libs/gst/rtsp/gstrtspconnection.h:
3409 Add Digest authorization support for RTSP connections. See #532065.
3411 * gst-libs/gst/rtsp/md5.c:
3412 * gst-libs/gst/rtsp/md5.h:
3413 Yeap, another md5 implementation until we can depend on a glib that has
3416 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3418 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3420 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3421 Let audioresample use the buffer allocation of basetransform instead
3424 * tests/check/elements/audioresample.c: (alloc_only_48000),
3425 (GST_START_TEST), (audioresample_suite):
3426 Add unit test for the recent basetransform bugfix, where upstream
3427 changes caps to something that can't be passed through anymore.
3429 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3431 * win32/common/config.h.in:
3432 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3433 use the real thing than having "???" unconditionally.
3435 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
3437 * gst-libs/gst/audio/gstbaseaudiosink.c:
3438 (gst_base_audio_sink_query):
3439 Report the latency with the new seglatency parameter.
3441 * gst-libs/gst/audio/gstringbuffer.c:
3442 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3443 (gst_ring_buffer_acquire):
3444 * gst-libs/gst/audio/gstringbuffer.h:
3445 Add new field to the ringbufferspec to specify the expected latency
3446 between the underlying device read/write pointer, this is needed
3447 when writing sinks that sit a little closer to the hardware.
3448 Add some more docs for other fields.
3450 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3452 * gst/volume/gstvolume.c: (volume_transform_ip):
3453 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3454 reason instead of crashing later. Might fix bug #509125.
3456 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3458 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3460 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3461 * gst/audioconvert/audioconvert.h:
3462 * gst/audioconvert/gstaudioconvert.c:
3463 (gst_audio_convert_parse_caps),
3464 (structure_has_fixed_channel_positions),
3465 (gst_audio_convert_transform_caps):
3466 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3467 Add support for more than 8 channels and NONE channel layouts. For
3468 more than 8 channels no channel conversion is supported yet, only
3469 format conversions are supported. Fixes bug #398033.
3471 * tests/check/elements/audioconvert.c: (verify_convert),
3472 (GST_START_TEST), (audioconvert_suite):
3473 Add some unit tests by Tim for checking the NONE channel layouts
3474 and more than 8 channels and add some more unit tests for channel
3477 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3479 * gst/playback/gstdecodebin2.c: (connect_pad):
3480 When autoplugging fails, set the element back to NULL before
3483 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3485 * win32/common/libgstaudio.def:
3486 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3489 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3491 * gst/subparse/samiparse.c: (handle_start_sync),
3492 (end_sami_element), (characters_sami):
3493 Remove trailing, leading and double whitespaces.
3494 Correctly timestamp buffers and output the last buffer too.
3496 * tests/check/elements/subparse.c: (GST_START_TEST),
3498 Add a simple unit test for SAMI parsing.
3500 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3502 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3504 * gst/subparse/samiparse.c: (handle_start_sync),
3505 (start_sami_element), (end_sami_element), (characters_sami),
3506 (sami_context_reset):
3507 Only output characters inside the "sync" elements. There could be
3508 other elements like "style" that have some content but should
3509 not be printed. Fixes bug #467911.
3511 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3513 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3514 (set_active_source):
3515 * gst/playback/gstplaybasebin.h:
3516 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3517 (playbin_set_audio_mute):
3518 Allow setting -1 as current-audio to mute the current audio stream,
3519 similar to what is done for subtitles. Fixes bug #342294.
3521 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3523 * gst-libs/gst/pbutils/descriptions.c: (formats):
3524 It's SorensOn and not SorensEn.
3526 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3528 * gst-libs/gst/pbutils/descriptions.c: (formats):
3529 Fix description of video/x-flash-video.
3531 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3533 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3534 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3535 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3536 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3537 Remove some unused code.
3539 * gst/audioconvert/gstaudioquantize.c:
3540 (gst_audio_quantize_free_noise_shaping):
3541 Don't return before freeing the noise shaping history.
3543 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3545 * tests/check/elements/subparse.c: (do_test),
3546 (test_tmplayer_style3b), (subparse_suite):
3547 Add unit test for the tmplayer variant from bug #530962.
3549 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3551 * gst/subparse/gstsubparse.c: (handle_buffer),
3552 (gst_sub_parse_sink_event):
3553 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3554 (tmplayer_parse_line):
3555 Fix parsing of tmplayer subtitle variant where every single line contains
3556 text and there isn't an empty line after each line to determine the
3557 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3558 making sure that we push out the last line of text without a duration if
3559 there's still text left in the buffer at the end.
3561 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3563 * gst/subparse/gstsubparse.c: (feed_textbuf):
3564 Fix detection of discontinuities based on the buffer offset (doesn't work
3565 so well if no buffer offset is set) and also check for the DISCONT buffer
3566 flag. This keeps the parser state from being reset after each buffer in
3569 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3571 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3572 Further fine-tuning: don't absolutely require sequence or GOP headers
3573 (as introduced in the previous commit), but adjust the typefind
3574 probabilities returned accordingly if we don't see them. Also make sure
3575 picture header and first slice are somewhat close to each other (which
3576 is not perfect but still better than requiring a fixed offset or having
3579 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3581 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3582 (gst_basertppayload_sink_setcaps),
3583 (gst_basertppayload_sink_getcaps):
3584 Rename the setcaps/getcaps function internally to make it clear that
3585 they are called for the sink pad.
3587 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3589 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3590 (gst_base_rtp_depayload_class_init),
3591 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3592 (gst_base_rtp_depayload_packet_lost),
3593 (gst_base_rtp_depayload_set_gst_timestamp):
3594 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3595 Catch packet-lost events from the jitterbuffer and convert them into a
3596 vmethod call (lost-packet) so that depayloaders can do something smart.
3597 Also add a default packet-lost function that sends out a segment update
3600 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3602 * gst/playback/test4.c:
3603 * gst/playback/test5.c:
3604 * gst/playback/test6.c:
3605 * gst/playback/test7.c:
3606 Also include config.h when relying on defines from it. Fixes the
3607 build. Its been a please to serve :)
3609 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3611 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3612 (paint_setup_NV21), (paint_hline_NV12_NV21):
3613 Add support for NV12 and NV21 in videotestsrc
3615 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3617 * gst/videoscale/gstvideoscale.c:
3618 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3619 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3620 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3621 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3622 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3623 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3624 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3625 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3626 (vs_image_scale_linear_RGB555):
3627 Support 1x1 images as input and output as for example the BBC HQ new
3628 streams have 1x1 GIFs in the playlists for some reason.
3630 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3632 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3634 If we can't activate one of the decoders we plugged in (such as,
3635 say, musepackdec) for some reason (it might not support push mode,
3636 for example), remove any pad probes that close_pad_link() might
3637 have set up. This makes sure we later don't try to remove a probe
3638 for a pad that doesn't exist any longer, and avoids nast warnings
3639 and probably other things too.
3641 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3643 * gst/typefind/gsttypefindfunctions.c:
3644 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3646 Rework mpeg video stream typefinding a bit more: make sure sequence,
3647 GOP, picture and slice headers appear in the order they should and
3648 that we've in fact at least had one of each; fix picture header
3649 detection; decouple picture and slice header check - don't assume
3650 they're at a fixed offset, there may be extra data in between. Also,
3651 announce varying degrees of probability depending on what we found
3652 exactly (multiple pictures, at least one picture, just sequence and
3653 GOP headers). Finally, in _ensure_data(), take into account that we
3654 might be typefinding smaller amounts of data, such as the first
3655 buffer of a stream, so fall back to the minimum size needed as long
3656 as that's available, instead of erroring out if there's less than
3657 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3658 fuzzed file from #399342 as valid.
3660 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3662 * ext/theora/theoradec.c:
3663 Cool kids don't divide by zero.
3664 Treat PAR of x:0 as 1:1.
3667 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3669 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3670 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3671 (mpeg_video_stream_type_find):
3672 Refactor a bit: use context structure to track parsing offset and
3673 size of available data and make the code a bit clearer. Fixes bad
3674 memory access in #356937.
3676 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3678 * gst/playback/test4.c:
3679 * gst/playback/test5.c:
3680 * gst/playback/test6.c:
3681 * gst/tcp/gstmultifdsink.c:
3682 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3685 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3687 * gst-libs/gst/audio/gstbaseaudiosink.h:
3690 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3691 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3692 (gst_base_audio_src_set_slave_method),
3693 (gst_base_audio_src_get_slave_method),
3694 (gst_base_audio_src_set_property),
3695 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3696 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3697 Add property and methods for selecting the clock slave method in the
3698 source, like in the sink.
3699 We only implement "none" and "re-timestamp" for now.
3700 API: gst_base_audio_src_set_slave_method()
3701 API: gst_base_audio_src_get_slave_method()
3703 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3705 * gst-libs/gst/rtp/gstrtpbuffer.c:
3706 Fix the docs about the seqnum compare function, it returns a difference.
3708 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3710 * ext/alsa/gstalsadeviceprobe.c:
3711 (gst_alsa_get_device_list): Don't return before freeing up
3712 the allocated structures.
3714 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3716 * gst/playback/gstplaybin.c:
3717 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3719 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3721 * ext/ogg/gstoggdemux.c:
3722 Revert the event part, that should not go in.
3724 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3726 * ext/ogg/gstoggdemux.c:
3727 Don't leak GstPluginFeatures when filtering.
3729 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3731 * sys/xvimage/xvimagesink.c:
3732 Add some logging for cases when grabbing the xv failed.
3734 2008-04-21 David Schleef <ds@schleef.org>
3736 * ext/ogg/gstoggmux.c:
3737 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3738 packet. Should conform to what we currently think is the
3739 final Ogg/Dirac muxing spec.
3741 2008-04-21 David Schleef <ds@schleef.org>
3743 * sys/xvimage/xvimagesink.c:
3744 Fix typo that causes the overlay keying color to bright green
3745 on a 16-bit display. Dark grey good. Bright green bad.
3747 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3749 * ext/gnomevfs/gstgnomevfsuri.c:
3750 Add FIXME comment about using uri-list for source and sink.
3752 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3754 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3755 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3756 vaargs functions to gint. Otherwise the fractions will get 0 set
3757 instead of the correct value on big endian systems. Fixes bug #529018.
3759 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3761 * ext/gnomevfs/gstgnomevfssink.c:
3762 (gst_gnome_vfs_sink_uri_get_protocols):
3763 * ext/gnomevfs/gstgnomevfssrc.c:
3764 (gst_gnome_vfs_src_uri_get_protocols):
3765 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3766 (gst_gnomevfs_get_supported_uris):
3767 Get the list of supported URI schemes in a threadsafe way and use the
3768 same list for the source and sink.
3770 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3772 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3773 (gst_gio_get_supported_protocols):
3774 Don't generate a new supported protocols list on each call but cache
3775 it. It's supposed to be static anyway, this way we only leak it once
3778 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3779 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3780 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3781 (gst_gio_sink_start):
3782 * ext/gio/gstgiosink.h:
3783 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3784 (gst_gio_src_class_init), (gst_gio_src_finalize),
3785 (gst_gio_src_set_property), (gst_gio_src_get_property),
3786 (gst_gio_src_start):
3787 * ext/gio/gstgiosrc.h:
3788 API: Add "file" properties where one can set a GFile as
3791 Add locking to the properties and use
3792 gst_element_class_set_details_simple() instead of a static
3793 GstElementDetails struct.
3795 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3797 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3799 Add "mpp" and "mp+" as possible extensions for MusePack files.
3801 Add typefinding for MusePack StreamVersion 8 files and include the
3802 stream version in the caps.
3804 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3806 * gst-libs/gst/rtp/gstrtppayloads.c:
3807 (gst_rtp_payload_info_for_name):
3808 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3810 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3813 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3814 (NB: this only affects compilation of some of the examples).
3815 Remove some configure.ac cruft that's not needed any longer.
3817 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3819 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3820 Don't validate the payload if there isn't any.
3823 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3825 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3826 Use g_atomic_int_set() instead of gst_atomic_int_set().
3828 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3830 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3831 Return NULL instead of a gchar * array with one NULL element if we
3832 don't get any supported URI schemes from GIO.
3834 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3836 * gst/audiotestsrc/gstaudiotestsrc.c:
3837 Remove cpp style commented old code.
3839 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3841 * gst/playback/gstdecodebin2.c:
3844 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3846 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3847 (gst_text_overlay_init):
3848 Fix textoverlay unit test again by making the supposed default
3849 value for the wait-text property the actual default value.
3850 Also fix Since: tag for new property.
3852 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3854 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3855 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3856 (gst_video_format_get_pixel_stride),
3857 (gst_video_format_get_component_width),
3858 (gst_video_format_get_component_height),
3859 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3860 (gst_video_format_convert):
3861 Add guards to these functions to ensure sane input values.
3863 * tests/check/libs/video.c:
3864 Fix unit test not to create caps with width=0 and height=0.
3866 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3868 * docs/design/draft-keyframe-force.txt:
3871 * gst/playback/gstqueue2.c: (update_buffering),
3872 (gst_queue_handle_src_query):
3873 Set buffering mode in the messages.
3874 Set buffering percent in the query.
3876 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3877 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3878 Do some more fancy things based on the buffering method in use.
3880 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3882 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3883 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3884 (msg_buffering), (main):
3885 Add basic download reports to seek using the new buffering API.
3887 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3889 * gst/playback/gstqueue2.c: (update_buffering),
3890 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3891 (gst_queue_src_checkgetrange_function):
3892 Include extra buffering stats in the buffering message.
3893 Implement BUFFERING query.
3895 * gst/playback/gsturidecodebin.c: (do_async_start),
3896 (do_async_done), (type_found), (setup_streaming), (setup_source),
3897 (gst_uri_decode_bin_change_state):
3898 Only add decodebin2 when the type is found in streaming mode.
3899 Make uridecodebin async to PAUSED even when we don't have decodebin2
3902 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3904 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3905 Filter cdda from the supported URI schemes. We can't support
3906 musicbrainz tags and everything else one expects from a cdda source
3907 with GIO. Fixes bug #526794.
3909 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3911 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3912 (gst_xvimagesink_buffer_alloc):
3913 Fix calculation of 'expected size' for YV12 buffers.
3914 Be a little more verbose in the debug output for buffer-alloc'ed
3915 buffers which turn out to have the wrong size.
3917 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3921 * gst-plugins-base.doap:
3922 Merge other changes from 0.10.19 release branch.
3924 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3926 * gst-libs/gst/audio/gstbaseaudiosink.c:
3927 (gst_base_audio_sink_class_init):
3928 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3929 (gst_base_audio_src_class_init):
3930 * gst/playback/gstplayback.c: (plugin_init):
3931 * gst/volume/gstvolume.c: (plugin_init):
3932 Work around missing bits of thread-safety on older GLibs some
3933 more to avoid assertions when starting up multiple playbin
3934 objects concurrently (see #512382).
3936 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3938 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3939 Remove some more fields.
3941 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3943 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3946 Actually build dlls when cross-compiling with mingw32.
3949 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3952 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3954 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3956 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3957 (msg_buffering), (connect_bus_signals), (main):
3959 Add buffering support with feedback in the statusbar.
3961 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3963 * ext/ogg/gstoggmux.c:
3964 Fix sample pipeline description.
3966 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3968 * docs/plugins/Makefile.am:
3969 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3970 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3971 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3972 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3974 * docs/plugins/gst-plugins-base-plugins.args:
3975 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3976 * docs/plugins/gst-plugins-base-plugins.interfaces:
3977 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3978 * docs/plugins/inspect/plugin-adder.xml:
3979 * docs/plugins/inspect/plugin-alsa.xml:
3980 * docs/plugins/inspect/plugin-audioconvert.xml:
3981 * docs/plugins/inspect/plugin-audiorate.xml:
3982 * docs/plugins/inspect/plugin-audioresample.xml:
3983 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3984 * docs/plugins/inspect/plugin-cdparanoia.xml:
3985 * docs/plugins/inspect/plugin-decodebin.xml:
3986 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3987 * docs/plugins/inspect/plugin-gdp.xml:
3988 * docs/plugins/inspect/plugin-gnomevfs.xml:
3989 * docs/plugins/inspect/plugin-libvisual.xml:
3990 * docs/plugins/inspect/plugin-ogg.xml:
3991 * docs/plugins/inspect/plugin-pango.xml:
3992 * docs/plugins/inspect/plugin-playback.xml:
3993 * docs/plugins/inspect/plugin-queue2.xml:
3994 * docs/plugins/inspect/plugin-subparse.xml:
3995 * docs/plugins/inspect/plugin-tcp.xml:
3996 * docs/plugins/inspect/plugin-theora.xml:
3997 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3998 * docs/plugins/inspect/plugin-uridecodebin.xml:
3999 * docs/plugins/inspect/plugin-video4linux.xml:
4000 * docs/plugins/inspect/plugin-videorate.xml:
4001 * docs/plugins/inspect/plugin-videoscale.xml:
4002 * docs/plugins/inspect/plugin-videotestsrc.xml:
4003 * docs/plugins/inspect/plugin-volume.xml:
4004 * docs/plugins/inspect/plugin-vorbis.xml:
4005 * docs/plugins/inspect/plugin-ximagesink.xml:
4006 * docs/plugins/inspect/plugin-xvimagesink.xml:
4007 Update introspection data.
4009 * ext/ogg/gstoggmux.c:
4012 * gst/playback/gstdecodebin2.c:
4013 Don't use gtk-doc style comment start for private stuff, but make it
4014 formatted like this for consistency.
4016 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4018 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4019 (gst_decode_bin_init), (gst_decode_bin_dispose),
4020 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
4021 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4022 (analyze_new_pad), (connect_pad), (expose_pad),
4023 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
4024 (gst_decode_group_expose), (gst_decode_group_free),
4025 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
4026 Remove fakesink hack, we can now implement this more elegantly.
4027 Added property to bypass typefinding.
4028 Removed underrun callback and demuxer pad probe, we now use the srcpad
4029 probe to expose groups.
4030 API::sink-caps property
4032 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
4033 Guard against multiple emissions of the no_more_pads signal, which
4034 happens when we are dealing with chained oggs.
4036 * gst/playback/gsturidecodebin.c: (remove_decoders),
4037 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
4039 For streams, use our own typefind element and plug our queue after it.
4040 We will need this to determine the type of buffering to use for the
4043 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4045 * gst-libs/gst/audio/gstbaseaudiosink.c:
4046 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
4047 Guard against over and underflows because of clock slaving.
4048 When we are using our own clock, still compensate for any calibrations
4049 that we might have done to our clock.
4051 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4053 * ext/theora/theoradec.c: (theora_handle_type_packet),
4055 Don't try to do anything fancy with the return code from pushing an
4056 event, it does not have enough information to turn it into a
4059 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4061 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4062 (gst_ogg_demux_chain_elem_pad):
4063 Add small debug line.
4064 Pass return code from the internal decoder instead of the too generic
4067 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4069 * gst-libs/gst/cdda/Makefile.am:
4070 * gst-libs/gst/cdda/base64.c:
4071 * gst-libs/gst/cdda/base64.h:
4072 * gst-libs/gst/cdda/gstcddabasesrc.c:
4073 (gst_cddabasesrc_calculate_musicbrainz_discid):
4074 Use GLib's base64 implementation instead of our own.
4076 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4078 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4079 (gst_ogg_demux_read_chain):
4080 Refix oggdemux, we only have a problem if we failed to find a chain and
4083 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4085 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4087 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4088 (gst_ogg_demux_read_chain):
4089 When we fail to find a BOS page and we and up with no chain, error out
4090 properly instead of segfaulting. Fixes #525665.
4092 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4094 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4095 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4096 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4099 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4101 * gst/playback/gstqueue2.c: (update_out_rates),
4102 (gst_queue_open_temp_location_file),
4103 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4104 (gst_queue_handle_src_query), (gst_queue_set_property):
4105 Update the estimated input data when we push out a buffer.
4106 Add some debug info about the temp file.
4107 Only forward src events when we are not using a temp file.
4108 Don't block the duration query, we need to find something better.
4109 Don't leak the temp filename.
4111 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
4114 Require GLib 2.12 and liboil 0.3.14.
4116 * gst/volume/gstvolume.c: (volume_process_double):
4117 Unconditionally use liboil 0.3.14 function.
4119 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
4121 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4122 ms-gsm can have arbitrarty sample rates. See #481354.
4124 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
4126 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4127 MP4S is generic MPEG-4, not a microsoft variant.
4129 2008-03-27 Michael Smith <msmith@fluendo.com>
4131 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4132 Check the body CRC (if set) when depayloading.
4135 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
4137 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4138 Fix Since: version for new property.
4140 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4142 * gst-libs/gst/rtsp/gstrtspconnection.c:
4143 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4144 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4145 Don't error when poll_wait returns EAGAIN.
4147 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4149 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4150 The queue is never filled when there are no buffers in the queue at all.
4153 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4155 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4156 (init_group), (free_group), (gst_play_bin_init),
4157 (gst_play_bin_finalize), (gst_play_bin_set_uri),
4158 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4159 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4160 (gst_play_bin_set_current_video_stream),
4161 (gst_play_bin_set_current_audio_stream),
4162 (gst_play_bin_set_current_text_stream),
4163 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4164 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4165 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4166 (activate_group), (deactivate_group), (setup_next_source),
4167 (save_current_group), (gst_play_bin_change_state):
4169 Add new locks and conds to protect pipeline creation and group
4171 Implement the sub-uri property.
4172 Keep track of pending uridecodebin creation and configure the output
4173 pipeline after all streams are configured.
4174 Propagate subtitle encoding to the uridecodebins.
4175 Implement getting the video/audio/visualisation elements.
4176 Use input-selector for stream switching.
4177 If we are asked to do visualisation, prefer to autoplug raw sinks
4178 instead of sinks that accept encoded data.
4180 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4182 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4183 (gst_play_sink_init), (gst_play_sink_dispose),
4184 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4185 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4186 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4187 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4188 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4189 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4190 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4191 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4192 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4193 * gst/playback/gstplaysink.h:
4194 Add methods to get audio/video/vis elements.
4195 Add methods to set the font description for the overlay.
4196 Remove properties, we're using this element with its methods only.
4197 Add support for subtitles.
4198 Rearrange the locking a bit to not use the object lock for protecting
4199 the pipeline construction.
4200 Try to use the volume and mute property on the sink when its available.
4201 Implement the mute option with volume when the sink does not have a mute
4203 Only add volume element when the sink has no volume property.
4204 Only do visualisations with raw audio pads.
4206 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4208 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4209 (gst_text_overlay_init), (gst_text_overlay_set_property),
4210 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4211 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4212 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4213 (gst_text_overlay_change_state):
4214 * ext/pango/gsttextoverlay.h:
4215 Add property to configure waiting for text on the textpad or not, with
4216 the default behaviour being the old one (always wait for text before
4217 rendering the video). This default behaviour is usually not the best one
4218 because the text stream can very sparse and could require queueing a lot
4220 Fix the flushing and EOS handing so that we don't mix up their meaning.
4222 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4224 * gst/playback/gsturidecodebin.c:
4225 (gst_uri_decode_bin_autoplug_factories),
4226 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4227 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4228 (gst_uri_decode_bin_set_property),
4229 (gst_uri_decode_bin_get_property), (no_more_pads_full),
4230 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4231 (proxy_autoplug_factories_signal), (make_decoder),
4232 (source_new_pad), (setup_source):
4233 Add a readonly source property and notify.
4234 Add new lock for protecting the construction of the pipeline.
4235 Keep track of the decodebins we plugged.
4236 Correctly proxy the autoplug signal so that it actually continues.
4237 Proxy subtitle-encoding to the decodebins.
4239 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4241 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4242 (text_toggle_cb), (update_streams), (main):
4243 Rearrange some buttons in playbin2 and make some other boxes insensitive
4245 Add language codes to subtitle selection boxes when we gind the right
4246 tags for the streams.
4248 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4250 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4251 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4252 (gst_decode_bin_set_subs_encoding),
4253 (gst_decode_bin_get_subs_encoding),
4254 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4255 (deactivate_free_recursive):
4256 Protect caps property with the object lock.
4257 Protect encoding property with the object lock.
4258 Keep list of elements we added that have the subtitle-encoding property.
4259 Distribute the subtitle-encoding to all of the elements when it
4262 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4264 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4265 Small debug improvement.
4267 * gst-libs/gst/audio/gstbaseaudiosink.c:
4268 (gst_base_audio_sink_render):
4269 Fix bug in determining the sample start/stop position, we want to base
4270 this decision on the fact that we are going forwards or backwards, not
4271 slower or faster. This fixes some ugly resync warnings when playing at
4274 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
4276 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4277 Correctly set the supported URI schemes and don't leave
4278 some schemes in the middle or at the start at NULL.
4280 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4282 * tests/check/elements/gdpdepay.c:
4283 Make test compile without unused function/variable warnings on PPC.
4285 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4288 * ext/alsa/gstalsamixerelement.c:
4289 (gst_alsa_mixer_element_class_init):
4290 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4291 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4292 * ext/cdparanoia/gstcdparanoiasrc.c:
4293 (gst_cd_paranoia_src_class_init):
4294 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4295 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4296 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4297 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4298 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4299 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4300 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4301 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4302 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4303 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4304 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4305 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4306 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4307 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4308 (gst_audio_filter_template_class_init):
4309 * gst-libs/gst/audio/gstbaseaudiosink.c:
4310 (gst_base_audio_sink_class_init):
4311 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4312 (gst_base_audio_src_class_init):
4313 * gst-libs/gst/cdda/gstcddabasesrc.c:
4314 (gst_cdda_base_src_class_init):
4315 * gst-libs/gst/interfaces/mixertrack.c:
4316 (gst_mixer_track_class_init):
4317 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4318 (gst_base_rtp_depayload_class_init):
4319 * gst-libs/gst/rtp/gstbasertppayload.c:
4320 (gst_basertppayload_class_init):
4321 * gst/audioconvert/gstaudioconvert.c:
4322 (gst_audio_convert_class_init):
4323 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4324 * gst/audioresample/gstaudioresample.c:
4325 (gst_audioresample_class_init):
4326 * gst/audiotestsrc/gstaudiotestsrc.c:
4327 (gst_audio_test_src_class_init):
4328 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4329 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4330 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4332 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4333 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4334 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4335 * gst/playback/gstqueue2.c: (gst_queue_class_init):
4336 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4337 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4338 (gst_stream_selector_class_init):
4339 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4340 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4341 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4342 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4343 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4344 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4345 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4346 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4347 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4348 * gst/videotestsrc/gstvideotestsrc.c:
4349 (gst_video_test_src_class_init):
4350 * gst/volume/gstvolume.c: (gst_volume_class_init):
4351 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4352 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4353 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4354 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4355 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4357 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4358 static strings (i.e. all). This gives us less memory usage,
4359 fewer allocations and thus less memory defragmentation. Depend
4360 on core CVS for this. Fixes bug #523806.
4362 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4364 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4365 Filter http and https protocols. GIO/GVfs handles them but it's
4366 impossible to implement iradio/icecast with it. Better use
4367 souphttpsrc or something else for this.
4369 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4370 If getting the file informations by a query fails try it with the
4371 seek-to-end trick too.
4373 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4375 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4376 (gst_volume_base_init), (gst_volume_class_init),
4377 (volume_process_double), (volume_process_float),
4378 (volume_transform_ip), (plugin_init):
4379 memset buffers to zero if we get a GAP buffer. We usually see a
4380 buffer as one unit so let's handle it as one and don't care about
4381 volume changes while processing one buffer.
4382 Also clean up some stuff a bit.
4384 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4386 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4387 (gst_audio_convert_create_silence_buffer),
4388 (gst_audio_convert_transform):
4389 Make audioconvert GAP-aware by outputting silence buffers when the
4390 input has the GAP flag set. This is up to 8x faster.
4391 Based on a patch by Stefan Kost. Fixes bug #517813.
4393 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4395 * gst/volume/gstvolume.c: (volume_process_double):
4396 Use oil_scalarmultiply_f64_ns() for double processing when it's
4397 available at compile time.
4399 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4402 Fix lrint/lrintf checks to actually work. These functions are
4403 in libm on Linux at least so try to link to it.
4405 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
4408 Back to development - 0.10.18.1
4410 === release 0.10.18 ===
4412 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
4415 releasing 0.10.18, "I will follow"
4417 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
4420 * win32/common/config.h:
4421 0.10.17.4 pre-release
4423 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4425 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4426 Use GST_STR_NULL when trying to print strings that could be NULL because
4427 this might crash on some platforms. See #520808.
4429 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4431 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4433 * gst-libs/gst/rtsp/gstrtspconnection.c:
4434 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4435 (read_line), (gst_rtsp_connection_read_internal):
4436 Generic Windows fixes that makes libgstrtsp work on Windows when
4437 coupled with the new GstPoll API. See #520808.
4439 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4441 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4443 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4444 If seeking to a new position succeeds don't simply return from
4445 create() without creating a buffer. Do this only in the case
4446 seeking to the new position fails. Fixes bug #523054.
4448 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4450 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4451 (gst_video_format_from_rgba32_masks):
4452 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4455 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4456 Add unit test for the RGB caps parsing and creation, checking for
4457 internal consistency of the new API and consistency of the API with
4458 the old GST_VIDEO_CAPS_* defines.
4460 2008-03-14 David Schleef <ds@schleef.org>
4462 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4463 because -base is in freeze.
4465 2008-03-14 David Schleef <ds@schleef.org>
4467 Patch by: William M. Brack
4469 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4471 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4473 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4474 (gst_selector_pad_chain):
4475 * gst/playback/gststreamselector.h:
4476 Revert change that caused regression until a real fix is found.
4479 2008-03-12 Michael Smith <msmith@fluendo.com>
4481 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4482 * gst-libs/gst/audio/gstringbuffer.h:
4483 Rename recently added buffer types to make more sense.
4484 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4485 (gst_alsasink_write):
4486 Adapt for above API changes.
4489 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4491 * win32/common/libgstnetbuffer.def:
4492 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4494 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4497 * win32/common/config.h:
4498 0.10.17.3 pre-release
4500 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4502 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4503 (gst_base_audio_src_create):
4504 Fix duration when no clock was provided. Fixes #520300.
4506 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4508 Patch by: Olivier Crete <tester at tester ca>
4510 * docs/libs/gst-plugins-base-libs-sections.txt:
4511 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4512 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4513 Add trivial function to compare GstNetAddress. See #520626.
4514 API: GstNetBuffer::gst_netaddress_equal
4516 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4518 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4519 Update mode property docs, it's deprecated now.
4521 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4523 * gst-libs/gst/rtsp/gstrtspconnection.c:
4524 (gst_rtsp_connection_create):
4525 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4526 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4527 * gst/tcp/gstmultifdsink.h:
4528 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4529 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4530 Remove GstPollMode from gstpoll constructor.
4532 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4535 * win32/common/config.h:
4536 0.10.17.2 pre-release
4538 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4541 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4544 * win32/common/libgstinterfaces.def:
4545 * win32/common/libgstrtp.def:
4546 Add new API to the defs
4548 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4550 Patch by: Mersad Jelacic <mersad at axis dot com>
4552 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4553 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4554 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4555 possible to specify the sample size in bits. (#509637)
4557 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4559 * tests/check/libs/mixer.c:
4560 Add a few simple checks for the new message types.
4562 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4564 * docs/libs/gst-plugins-base-libs-sections.txt:
4565 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4566 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4567 (gst_mixer_message_get_type),
4568 (gst_mixer_message_parse_option_changed),
4569 (gst_mixer_message_parse_options_list_changed):
4570 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4571 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4572 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4573 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4574 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4575 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4577 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4579 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4580 (gst_mixer_options_get_values):
4581 * gst-libs/gst/interfaces/mixeroptions.h:
4582 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4583 (_GstMixerOptions), (_GstMixerOptionsClass):
4584 API: add GstMixerOptions::get_values vfunc (#519906)
4586 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4589 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4590 plug-ins are included/excluded. (#498222)
4592 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4594 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4595 Add typefinder for IMelody files, using audio/x-imelody.
4598 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4600 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4601 * ext/alsa/gstalsasink.c: (set_hwparams):
4602 * ext/alsa/gstalsasrc.c: (set_hwparams):
4603 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4604 * ext/ogg/gstoggmux.h:
4605 * ext/ogg/gstogmparse.c:
4606 * gst-libs/gst/audio/audio.c:
4607 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4608 * gst-libs/gst/pbutils/missing-plugins.c:
4609 (gst_missing_uri_sink_message_new),
4610 (gst_missing_element_message_new),
4611 (gst_missing_decoder_message_new),
4612 (gst_missing_encoder_message_new):
4613 * gst-libs/gst/rtp/gstbasertppayload.c:
4614 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4615 (gst_rtcp_packet_bye_get_reason):
4616 * gst/audioconvert/gstaudioconvert.c:
4617 * gst/audioresample/gstaudioresample.c:
4618 * gst/ffmpegcolorspace/imgconvert.c:
4619 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4620 * gst/typefind/gsttypefindfunctions.c:
4621 * gst/videoscale/vs_4tap.c:
4622 * gst/videoscale/vs_4tap.h:
4623 * sys/v4l/gstv4lelement.c:
4624 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4625 * sys/v4l/v4l_calls.c:
4626 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4627 (gst_v4lsrc_try_capture):
4628 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4629 (gst_ximagesink_ximage_new):
4630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4631 (gst_xvimagesink_xvimage_new):
4632 * tests/check/elements/audioconvert.c:
4633 * tests/check/elements/audioresample.c:
4634 (fail_unless_perfect_stream):
4635 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4636 * tests/check/elements/decodebin.c:
4637 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4638 (setup_gdpdepay_streamheader):
4639 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4640 (setup_gdppay_streamheader):
4641 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4642 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4643 * tests/check/elements/textoverlay.c:
4644 * tests/check/elements/videorate.c: (setup_videorate):
4645 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4646 * tests/check/elements/volume.c: (setup_volume):
4647 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4648 * tests/check/elements/vorbistag.c:
4649 * tests/check/generic/clock-selection.c:
4650 * tests/check/generic/states.c: (setup), (teardown):
4651 * tests/check/libs/cddabasesrc.c:
4652 * tests/check/libs/video.c:
4653 * tests/check/pipelines/gio.c:
4654 * tests/check/pipelines/oggmux.c:
4655 * tests/check/pipelines/simple-launch-lines.c:
4656 (simple_launch_lines_suite):
4657 * tests/check/pipelines/streamheader.c:
4658 * tests/check/pipelines/theoraenc.c:
4659 * tests/check/pipelines/vorbisdec.c:
4660 * tests/check/pipelines/vorbisenc.c:
4661 * tests/examples/seek/scrubby.c:
4662 * tests/examples/seek/seek.c: (query_positions_elems),
4663 (query_positions_pads):
4664 * tests/icles/stress-xoverlay.c: (myclock):
4665 Correct all relevant warnings found by the sparse semantic code
4666 analyzer. This include marking several symbols static, using
4667 NULL instead of 0 for pointers and using "foo (void)" instead
4668 of "foo ()" for declarations.
4670 * win32/common/libgstrtp.def:
4671 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4673 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4675 Patch by: José Alburquerque <jaalburqu svn gnome org>
4677 * gst/playback/gstplaybin2.c:
4678 Make the function signature of the _get_*_tags() functions match
4679 the signature of the vfuncs they implement, ie. return a
4680 GstTagList rather than a GstStructure, which is more correct,
4681 even if one is typedef'ed to the other (#518940).
4683 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4685 * gst-libs/gst/rtsp/gstrtspconnection.c:
4686 Don't include unix headers unconditionally (fixes #518037).
4688 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4690 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4691 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4692 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4693 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4694 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4695 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4696 (gst_video_format_is_packed), (video_format_is_packed):
4697 Add unit test that makes sure that the strides, offsets and
4698 sizes returned for the various YUV formats by the new video API
4699 match the old reference implementation in videotestsrc.
4701 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4703 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4704 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4705 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4706 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4707 (gst_video_format_get_pixel_stride),
4708 (gst_video_format_get_component_width),
4709 (gst_video_format_get_component_height),
4710 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4711 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4712 (GST_VIDEO_FORMAT_Y42B):
4713 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4715 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4717 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4718 YV12 is I420 with swapped components 1 and 2, so the offset of
4719 component 1 for I420 should be the offset for component 2 for YV12
4722 2008-02-29 Rene Stadler <mail@renestadler.de>
4724 * sys/v4l/gstv4lelement.c:
4725 Add missing semicolon to fix indentation.
4727 2008-02-29 Julien Moutte <julien@fluendo.com>
4729 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4730 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4731 if we can do SPDIF output.
4732 * ext/alsa/gstalsa.h:
4733 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4734 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4735 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4736 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4737 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4738 to support AC3, EC3 and IEC958 buffers.
4740 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4742 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4743 (gst_mixer_message_parse_mute_toggled),
4744 (gst_mixer_message_parse_record_toggled),
4745 (gst_mixer_message_parse_volume_changed),
4746 (gst_mixer_message_parse_option_changed):
4747 De-cruft and fix message type assertions (NULL is not a really
4748 valid mixer message type string).
4750 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4752 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4753 When negotiating, actually start from a format that we can support
4754 instead of from the too generic template.
4756 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4758 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4761 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4762 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4763 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4765 Implement vis switching while playing.
4767 2008-02-28 David Schleef <ds@schleef.org>
4769 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4771 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4773 Patch by: Peter Kjellerstedt <pkj at axis com>
4775 * gst/tcp/Makefile.am:
4776 * gst/tcp/fdsetstress.c:
4777 * gst/tcp/gstfdset.c:
4778 * gst/tcp/gstfdset.h:
4779 Removed fdset and stress test, they are now known as GstPoll in
4782 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4783 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4784 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4785 (gst_multi_fd_sink_handle_client_write),
4786 (gst_multi_fd_sink_queue_buffer),
4787 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4788 (gst_multi_fd_sink_stop):
4789 * gst/tcp/gstmultifdsink.h:
4790 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4791 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4792 (gst_tcp_gdp_read_caps):
4794 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4795 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4796 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4797 * gst/tcp/gsttcpclientsink.h:
4798 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4799 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4800 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4801 * gst/tcp/gsttcpclientsrc.h:
4802 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4803 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4804 * gst/tcp/gsttcpserversink.h:
4805 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4806 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4807 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4808 * gst/tcp/gsttcpserversrc.h:
4809 Port to GstPoll. See #505417.
4811 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4813 Patch by: Peter Kjellerstedt <pkj at axis com>
4815 * gst-libs/gst/rtsp/gstrtspconnection.c:
4816 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4817 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4818 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4819 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4820 (gst_rtsp_connection_flush):
4821 * gst-libs/gst/rtsp/gstrtspconnection.h:
4822 Use GstPoll for the rtsp connection. See #505417.
4824 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4826 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4827 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4828 Add combo box for visualisations, populate it with a factory list
4829 of all visualisation plugins, configure vis plugin instance in
4832 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4834 * tests/check/libs/rtp.c: (GST_START_TEST):
4835 Add check for RTP buffer defaults, padding and marker bit API.
4837 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4839 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4840 Use memcpy() instead of upcasting a byte array to long *. This
4841 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4842 This should be ported to GCheckSum once we can use GLib 2.16.
4843 Partially fixes bug #500833.
4845 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4847 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4848 Push tag event after the newsegment event. Log the pointer of
4849 the buffer we're actually going to push rather than the buffer
4850 we're feeding to _make_metadata_writable().
4852 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4854 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4855 Comment smoke typefinder for now. The smokedec plugin needs one
4856 frame per buffer but we have no parser yet, thus it simply crashes
4859 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4861 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4862 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4864 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4866 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4868 Add midi typefinder, copied from the timidity plugin.
4870 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4872 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4874 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4875 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4877 Forward slashes at the beginning and end of a line also signify
4878 italics (Fixes: #518162).
4880 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4882 * tests/check/gst-plugins-base.supp:
4883 Add a suppression for a cached value in GIO that wasn't moved
4884 while moving gio from -bad to -base.
4886 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4888 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4891 Don't hardcode -Wall and -Werror for configure checks, this fails
4892 with non-GCC compilers. Fixes bug #517991.
4894 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4896 * gst/audioconvert/gstaudioconvert.c:
4897 * gst/audioconvert/gstaudioquantize.c:
4898 * gst/audioconvert/gstaudioquantize.h:
4899 Make audioconvert gap aware. If noiseshaping is used, wait for
4900 noiseshaping to converge before marking as GAP. Fixes #517813.
4902 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4904 * gst/audiotestsrc/gstaudiotestsrc.c:
4905 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4907 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4909 * ext/gnomevfs/gstgnomevfssink.c:
4910 (gst_gnome_vfs_sink_handle_event):
4911 Return FALSE when seeking for a new segment fails instead
4912 of silently ignoring the failure and appending every buffer
4913 that comes for the new segment.
4915 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4917 * gst/playback/gstplaysink.c: (find_property),
4918 (gst_play_sink_find_property), (gen_video_chain),
4919 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4920 Recursively search the sink element for a last-frame property so that we
4921 can also find the property in autovideosink and friends that don't
4922 always proxy the internal sink properties.
4924 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4926 * gst-libs/gst/audio/multichannel.c:
4927 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4928 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4929 (gst_audio_set_structure_channel_positions_list),
4930 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4931 (gst_audio_fixate_channel_positions):
4932 Fix confusing terminology in docs and code: structure fields are
4933 'fields' and not 'properties'.
4935 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4937 * gst-libs/gst/audio/multichannel.c:
4938 (gst_audio_check_channel_positions), (add_list_to_struct):
4939 Give more useful warning messages if one of the channel
4940 layout enums passed to us is invalid and if the "channels"
4941 field in the caps has a GType we don't expect.
4943 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4945 * gst-libs/gst/audio/multichannel.c:
4946 Fix typo in docs blurb.
4948 2008-02-19 Julien Moutte <julien@fluendo.com>
4950 Patch by: Josep Torra Valles <josep@fluendo.com>
4952 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4953 typefind lookup to fix typefinding on HD clips.
4955 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4957 * gst/playback/gstscreenshot.c:
4958 * gst/playback/gstscreenshot.h:
4959 Fix up copyright (I rewrote the GStreamer-0.10 code for
4960 this from scratch back in the days).
4962 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4964 * gst/playback/Makefile.am:
4965 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4966 (create_element), (gst_play_frame_conv_convert):
4967 * gst/playback/gstscreenshot.h:
4968 Add screenshot conversion code from totem.
4970 * gst/playback/gstplay-marshal.list:
4971 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4972 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4973 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4974 Implement frame property to get a color-unconverted snapshot.
4975 Implement convert-frame action signal to get a converted snapshot image.
4976 Configure connection speed in uridecodebin.
4977 Document some more properties.
4979 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4980 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4981 (gst_play_sink_get_last_frame):
4982 * gst/playback/gstplaysink.h:
4983 Use last-buffer property of the video sink to get a video snapshot.
4985 * tests/examples/seek/seek.c: (shot_cb), (main):
4986 Add snapshot button for playbin2 and use the frame property to save the
4987 frame as a png in the current directory.
4989 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4991 Patch by: Josep Torra Valles <josep at fluendo dot com>
4993 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4995 Add typefinding support for h264 elementary streams.
4998 2008-02-18 Stefan Kost <ensonic@users.sf.net>
5001 Require CVS of core for new API in collectpads.
5003 * gst/adder/gstadder.c:
5004 Use new API to make adder sparse stream aware.
5006 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
5008 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
5010 Get the object data correct so that we can remove our channels
5013 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5014 (gen_vis_chain), (gst_play_sink_reconfigure),
5015 (gst_play_sink_request_pad):
5016 Add option to disable async behaviour in the sinks when possible. This
5017 makes it possible to avoid an audio queue when dealing with
5019 Add option to add a queue for the audio path.
5021 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
5023 Disable the vis checkbox to match the defaults of playbin2.
5024 Only get the stream info when we need to.
5026 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
5028 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
5029 (gst_gio_base_sink_set_stream):
5030 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
5031 (gst_gio_base_src_set_stream):
5032 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
5033 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
5034 Don't use async operations as they require a running main loop.
5035 This makes us block again when closing streams and unable
5036 to mount the enclosing volume of an URI if it isn't yet.
5038 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
5040 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5041 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
5042 (gen_vis_chain), (gst_play_sink_reconfigure),
5043 (gst_play_sink_request_pad):
5044 Move tee in front of the audio and vis pipelines.
5045 Add queue for audio for now.
5046 Add visualisation support.
5048 * tests/examples/seek/seek.c: (main):
5049 Visualisation is by default disabled.
5051 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
5053 * ext/gio/gstgiobasesink.c: (close_stream_cb):
5054 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
5055 Improve debugging a bit.
5057 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5058 * ext/gio/gstgiosink.h:
5059 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5060 * ext/gio/gstgiosrc.h:
5061 Try to mount the enclosing volume of a GFile if it isn't mounted
5062 yet. This requires us to wait for an async operation to finish, done
5063 with an nested GMainLoop. Authentication is not supported yet, will
5066 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
5068 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5069 (gst_play_bin_set_property), (gst_play_bin_get_property),
5070 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5071 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5072 (gst_play_sink_get_mute), (gen_audio_chain):
5073 * gst/playback/gstplaysink.h:
5076 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5077 (gst_selector_pad_chain):
5078 * gst/playback/gststreamselector.h:
5079 Make sure we forward the event only once.
5081 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5082 Add and implement the mute button for playbin2.
5084 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
5086 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5088 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5089 Add some more debug info.
5090 Make sure we never return a negative delay. Fixes #516246.
5092 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
5094 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5095 Revert patch that makes the sink hold the object lock when
5096 calling snd_pcm_delay(), since it breaks playback for me.
5098 2008-02-12 Julien Moutte <julien@fluendo.com>
5100 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5101 some seek flags when changing rate.
5103 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
5105 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5106 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5107 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5108 Fix potential leaks.
5110 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5111 Fix leak when there is no function configured.
5113 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5115 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5116 (gst_v4lsrc_buffer_finalize):
5117 Correctly chain up the finalize method.
5119 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5121 * ext/gio/gstgiostreamsink.c:
5122 * ext/gio/gstgiostreamsrc.c:
5123 Add documentation and example code for giostreamsink/giostreamsrc.
5125 * tests/check/pipelines/gio.c: (GST_START_TEST):
5126 Ask the GMemoryOutputStream for the data instead of assuming that
5127 the pointer to the data stayed the same. It could've been realloc'ed.
5129 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5131 * ext/gio/gstgiosink.c:
5132 * ext/gio/gstgiosrc.c:
5133 Make the documentation of giosink/giosrc complete, large parts
5134 are based on the gnomevfssink/gnomevfssrc docs.
5136 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5138 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5139 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5140 * docs/plugins/gst-plugins-base-plugins.args:
5141 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5142 * docs/plugins/gst-plugins-base-plugins.interfaces:
5143 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5144 * docs/plugins/gst-plugins-base-plugins.signals:
5145 * docs/plugins/inspect/plugin-adder.xml:
5146 * docs/plugins/inspect/plugin-audioconvert.xml:
5147 * docs/plugins/inspect/plugin-audiorate.xml:
5148 * docs/plugins/inspect/plugin-audioresample.xml:
5149 * docs/plugins/inspect/plugin-decodebin.xml:
5150 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5151 * docs/plugins/inspect/plugin-gdp.xml:
5152 * docs/plugins/inspect/plugin-gio.xml:
5153 * docs/plugins/inspect/plugin-gnomevfs.xml:
5154 * docs/plugins/inspect/plugin-libvisual.xml:
5155 * docs/plugins/inspect/plugin-ogg.xml:
5156 * docs/plugins/inspect/plugin-pango.xml:
5157 * docs/plugins/inspect/plugin-playback.xml:
5158 * docs/plugins/inspect/plugin-queue2.xml:
5159 * docs/plugins/inspect/plugin-subparse.xml:
5160 * docs/plugins/inspect/plugin-theora.xml:
5161 * docs/plugins/inspect/plugin-uridecodebin.xml:
5162 * docs/plugins/inspect/plugin-videorate.xml:
5163 * docs/plugins/inspect/plugin-videoscale.xml:
5164 * docs/plugins/inspect/plugin-volume.xml:
5165 * docs/plugins/inspect/plugin-vorbis.xml:
5166 Add the GIO documentation again and while at that run make update.
5168 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5170 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5171 * ext/alsa/gstalsasink.c: (set_swparams):
5172 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5173 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5174 against libasound >= 1.0.16, since it's been deprecated in
5175 0.10.16, and alignment is always 1 then, apparently. (#512899)
5177 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5179 * gst/playback/gstplaybin.c: (gen_audio_element):
5180 * gst/playback/gstplaysink.c: (gen_audio_chain):
5181 Handle case where we can't create the volume element a bit
5184 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5186 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5187 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5188 Add support for https protocol. Fixes #510229.
5190 2008-02-11 Julien Moutte <julien@fluendo.com>
5192 Patch by: Alan Peevers <peeves@pacbell.net>
5194 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5195 lock when calling alsa methods.
5197 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5199 * gst/typefind/gsttypefindfunctions.c:
5200 Bump rank of jpeg and png typefinders, which will return maximum
5201 probability in the most common cases (thus short-circuiting more
5202 expensive typefinders like the mp3 one for these two quite common
5205 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5207 * ext/theora/theoraparse.c:
5208 Fix long description of the theora parser to be more verbose than just
5211 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5213 Patch by: Branko Čibej <brane at xbc dot nu>
5215 * sys/xvimage/xvimagesink.c:
5216 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5219 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5221 * gst/playback/gstplaybasebin.c:
5222 Set is_dynamic as True if there are elements with both request
5223 and sometimes src pad templates instead of breaking out when it
5224 finds the first pad template that is a src.
5226 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5228 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5229 (update_streams), (video_combo_cb), (audio_combo_cb),
5230 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5231 Add some stream switching and volume gui for playbin2.
5233 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5235 * gst/playback/gstplay-marshal.list:
5236 Added marshal for streamselector Tags.
5238 * gst/playback/gstplaybasebin.c: (set_active_source):
5239 Streamselector now selects pads based on the pad object instead of its
5242 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5243 (init_group), (gst_play_bin_init), (get_group), (get_tags),
5244 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5245 (gst_play_bin_get_text_tags),
5246 (gst_play_bin_set_current_video_stream),
5247 (gst_play_bin_set_current_audio_stream),
5248 (gst_play_bin_set_current_text_stream),
5249 (gst_play_bin_set_property), (gst_play_bin_get_property),
5250 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5251 Remove option to mute streams with the current-a/v/t property, we have
5252 this functionality in the flags.
5253 Add signals to notify when the number of A/V/T channels changed.
5254 Add action signals to get tags for the A/V/T streams.
5255 Implement setting the current A/V/T stream.
5256 Rearrange some things to simplify stream selection.
5259 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5260 (gst_play_sink_get_volume), (gst_play_sink_set_property),
5261 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5262 (activate_vis), (gst_play_sink_reconfigure):
5263 * gst/playback/gstplaysink.h:
5264 Add and implement volume setting methods.
5266 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5267 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5268 (gst_selector_pad_event), (gst_stream_selector_class_init),
5269 (gst_stream_selector_init), (gst_stream_selector_finalize),
5270 (gst_stream_selector_set_property),
5271 (gst_stream_selector_get_property),
5272 (gst_stream_selector_get_linked_pad),
5273 (gst_stream_selector_request_new_pad):
5274 * gst/playback/gststreamselector.h:
5275 Add pad properties for tags and status of pads.
5277 Make active pad selection based on pad object instead of name.
5279 2008-02-08 Stefan Kost <ensonic@users.sf.net>
5282 Revert last change as we now check in gtk-doc.m4 for sed.
5284 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
5287 Find and subst SED when building the docs.
5289 2008-02-08 Julien Moutte <julien@fluendo.com>
5291 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5292 (main): Make sure bus signals are reconnected when pressing STOP
5293 and then PLAY again for a parse launch pipeline. Fix a ref leak
5295 * win32/common/config.h: Updated.
5297 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5300 Make DISABLE_DEPRECATED defined *only* during CVS, not during
5301 pre-releases or releases.
5303 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5306 * ext/gio/Makefile.am:
5307 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5310 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5312 * docs/plugins/Makefile.am:
5313 Add the headers which need scanning for the GIO plugin. The rest of
5314 the docs still need migrating.
5316 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5319 * tests/check/Makefile.am:
5320 * tests/check/pipelines/.cvsignore:
5321 Add gio in a few more places.
5323 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5327 * tests/check/Makefile.am:
5328 Move gio plugin from -bad and mark as experimental.
5330 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5332 * gst-libs/gst/interfaces/mixeroptions.c:
5333 * gst-libs/gst/interfaces/mixertrack.c:
5334 Comment out a couple of other things which break the build when
5335 GST_DISABLE_DEPRECATED isn't on but -Werror is.
5337 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5339 * docs/libs/gst-plugins-base-libs-sections.txt:
5342 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5344 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5345 Fix compiler warning.
5347 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5349 Patch by: Peter Kjellerstedt <pkj at axis com>
5351 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5352 Clear the addrinfo struct using memset. Fixes #514937.
5354 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
5356 * gst/tcp/gstfdset.h:
5357 Remove unused field to same some memory.
5359 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5360 Mark action signals as such.
5362 2008-02-06 Michael Smith <msmith@fluendo.com>
5364 * ext/theora/theoradec.c: (_theora_granule_frame),
5366 Increment granulepos for new-bitstream versions appropriately.
5369 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
5371 * tests/examples/seek/seek.c: (do_seek),
5372 (rate_spinbutton_changed_cb), (update_streams), (main):
5373 Remove obsolete stream_time reset after flushing seek, core does that
5375 Improve accuracy of speed spinbutton.
5376 Only do playbin2 stuff when we actually use it.
5378 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5380 * tests/check/Makefile.am:
5381 Revert previous change of the test environment's GST_PLUGIN_PATH.
5382 The problem is not with the plugins, but with element factories
5383 and only occurs if elements are split out from existing plugins
5384 or if plugins change name (see #512740).
5386 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5388 * tests/check/Makefile.am:
5389 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5390 with the core's plugins first and our local build directories last,
5391 since we might be building against an installed core, and that
5392 core's plugin directory may contain older or other versions of
5393 our own -base plugins, but we really do want to test our local
5394 ones (if there are multiple plugins or element factories with the
5395 same name, those inspected last will trump those read in earlier).
5396 Fixes #512740 for the most part.
5398 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5401 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5402 Use gmtime_r if available as gmtime is not MT-safe.
5405 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5407 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5408 Cast glong to time_t as time_t might have a different type on
5409 other platforms, like FreeBSD, and we get a compiler warning
5410 otherwise. Fixes bug #511825.
5412 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5414 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5415 (get_group), (get_n_pads), (gst_play_bin_get_property),
5416 (pad_added_cb), (no_more_pads_cb), (perform_eos),
5417 (autoplug_select_cb), (deactivate_group):
5418 Remove stream-info, we going for something easier.
5419 Refactor getting the current group.
5420 Implement getting the number of audio/video/text streams.
5422 * gst/playback/gststreamselector.c:
5423 (gst_stream_selector_class_init), (gst_stream_selector_init),
5424 (gst_stream_selector_get_property),
5425 (gst_stream_selector_request_new_pad),
5426 (gst_stream_selector_release_pad):
5427 * gst/playback/gststreamselector.h:
5428 Add property for number of pads.
5430 * tests/examples/seek/seek.c: (set_scale), (update_flag),
5431 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5432 (text_toggle_cb), (update_streams), (msg_async_done),
5433 (msg_state_changed), (main):
5434 Block slider callback when updating the slider position.
5435 Add gui elements for controlling playbin2.
5436 Add callback for async_done that updates position/duration.
5438 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5440 * docs/plugins/Makefile.am:
5441 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5442 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5443 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5444 * docs/plugins/gst-plugins-base-plugins.interfaces:
5445 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5446 First round of plugin docs cleansups.
5448 * docs/plugins/inspect/plugin-adder.xml:
5449 * docs/plugins/inspect/plugin-alsa.xml:
5450 * docs/plugins/inspect/plugin-audioconvert.xml:
5451 * docs/plugins/inspect/plugin-audiorate.xml:
5452 * docs/plugins/inspect/plugin-audioresample.xml:
5453 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5454 * docs/plugins/inspect/plugin-cdparanoia.xml:
5455 * docs/plugins/inspect/plugin-decodebin.xml:
5456 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5457 * docs/plugins/inspect/plugin-gdp.xml:
5458 * docs/plugins/inspect/plugin-gnomevfs.xml:
5459 * docs/plugins/inspect/plugin-libvisual.xml:
5460 * docs/plugins/inspect/plugin-ogg.xml:
5461 * docs/plugins/inspect/plugin-pango.xml:
5462 * docs/plugins/inspect/plugin-subparse.xml:
5463 * docs/plugins/inspect/plugin-tcp.xml:
5464 * docs/plugins/inspect/plugin-theora.xml:
5465 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5466 * docs/plugins/inspect/plugin-video4linux.xml:
5467 * docs/plugins/inspect/plugin-videorate.xml:
5468 * docs/plugins/inspect/plugin-videoscale.xml:
5469 * docs/plugins/inspect/plugin-videotestsrc.xml:
5470 * docs/plugins/inspect/plugin-volume.xml:
5471 * docs/plugins/inspect/plugin-vorbis.xml:
5472 * docs/plugins/inspect/plugin-ximagesink.xml:
5473 * docs/plugins/inspect/plugin-xvimagesink.xml:
5476 * ext/ogg/Makefile.am:
5477 * ext/ogg/gstoggmux.c:
5478 * ext/ogg/gstoggmux.h:
5479 Add header for oggmux. the c-file needs a doc blob still.
5481 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5483 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5485 * gst-libs/gst/rtp/gstrtpbuffer.c:
5486 (gst_rtp_buffer_set_extension_data):
5487 * gst-libs/gst/rtp/gstrtpbuffer.h:
5488 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5489 Add gst_rtp_buffer_set_extension_data()
5490 Add a unit test for this addition. Fixes #511478.
5491 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5493 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5498 === release 0.10.17 ===
5500 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5503 releasing 0.10.17, "Peanut Butter and Jelly"
5505 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5507 * gst-libs/gst/interfaces/mixeroptions.c:
5508 * gst-libs/gst/interfaces/mixertrack.c:
5509 Also remove the conditional registration of the signals
5510 that disappeared with the ABI change in 0.10.14
5512 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5514 * gst-libs/gst/rtsp/gstrtspconnection.c:
5515 Revert patch to gstrtspconnection.c for brown paper bag
5516 release of -base. Re-opens: #511825
5518 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5520 * gst-libs/gst/interfaces/mixeroptions.h:
5521 * gst-libs/gst/interfaces/mixertrack.h:
5522 Change the way these deprecated function pointers are removed
5523 so that the compiled ABI is unconditionally smaller. This
5524 sets in stone an ABI break that actually occurred when the
5525 things were deprecated in 0.10.14, which seems to be the best
5526 fix as the only known users are oss-mixer and sunaudio-mixer in
5530 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5532 * win32/common/libgstpbutils.def:
5533 Export the two new _get_type() functions which are needed
5534 by the python bindings.
5536 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5538 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5539 Cast glong to time_t as time_t might have a different type on
5540 other platforms, like FreeBSD, and we get a compiler warning
5541 otherwise. Fixes bug #511825.
5543 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5545 * gst-libs/gst/audio/gstaudiofilter.c:
5546 (gst_audio_filter_class_init):
5547 Initialize the GstRingerBuffer class to get it's debug category
5548 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5549 category and otherwise we get some g_critical(). Fixes bug #512334.
5551 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5556 === release 0.10.16 ===
5558 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5561 releasing 0.10.16, "Scheduled Interruption"
5563 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5565 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5567 * gst-libs/gst/rtp/gstrtpbuffer.c:
5568 (gst_rtp_buffer_get_extension_data):
5569 Fix typos and wrong extension check. Fixes #511274.
5571 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5574 Oops - add new sk.po mentioned in the LINGUAS I just committed
5576 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5579 Add ca translation to the disted list.
5581 * win32/vs6/libgstsdp.dsp:
5582 Convert line endings to CRLF
5584 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5587 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5589 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5591 * win32/common/libgstsdp.def:
5592 * win32/common/libgstvideo.def:
5593 Add new API declarations
5595 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5597 * ext/theora/gsttheoradec.h:
5598 * ext/theora/gsttheoraparse.h:
5599 * ext/theora/theoradec.c:
5600 * ext/theora/theoraparse.c:
5601 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5602 and parser by inspecting the bitstream version of the incoming data.
5604 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5607 * pkgconfig/Makefile.am:
5608 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5609 * pkgconfig/gstreamer-audio.pc.in:
5610 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5611 * pkgconfig/gstreamer-cdda.pc.in:
5612 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5613 * pkgconfig/gstreamer-fft.pc.in:
5614 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5615 * pkgconfig/gstreamer-floatcast.pc.in:
5616 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5617 * pkgconfig/gstreamer-interfaces.pc.in:
5618 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5619 * pkgconfig/gstreamer-netbuffer.pc.in:
5620 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5621 * pkgconfig/gstreamer-pbutils.pc.in:
5622 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5623 * pkgconfig/gstreamer-riff.pc.in:
5624 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5625 * pkgconfig/gstreamer-rtp.pc.in:
5626 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5627 * pkgconfig/gstreamer-rtsp.pc.in:
5628 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5629 * pkgconfig/gstreamer-sdp.pc.in:
5630 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5631 * pkgconfig/gstreamer-tag.pc.in:
5632 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5633 * pkgconfig/gstreamer-video.pc.in:
5634 Provide one pkg-config file for every gst-plugins-base library.
5635 This makes linking to those libraries much more intuitive and
5636 provides standard pkg-config behaviour for them. Fixes bug #499697.
5638 2008-01-13 David Schleef <ds@schleef.org>
5640 * gst/videoscale/vs_4tap.c:
5641 Fix valgrind error on 4tap scaling method.
5643 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5645 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5646 Include Winsock2.h for VS6 and use a different way initialize
5647 hints structure so it can build with VS6.
5649 * win32/vs6/libgstsdp.dsp:
5650 * win32/common/libgstsdp.def:
5651 Add new files for libgstsdp.
5652 * win32/vs6/grammar.dsp:
5653 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5654 * win32/vs6/gst_plugins_base.dsw:
5655 * win32/vs6/libgstdecodebin.dsp:
5656 * win32/vs6/libgstdecodebin2.dsp:
5657 * win32/vs6/libgstplaybin.dsp:
5658 * win32/vs6/libgstvolume.dsp:
5659 Add new dependencies to the link list.
5661 2008-01-13 Julien Moutte <julien@fluendo.com>
5663 * win32/common/config.h:
5664 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5665 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5666 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5667 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5668 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5669 * win32/common/interfaces-enumtypes.c:
5670 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5671 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5672 (gst_mixer_track_flags_get_type),
5673 (gst_tuner_channel_flags_get_type):
5674 * win32/common/multichannel-enumtypes.c:
5675 (gst_audio_channel_position_get_type):
5676 * win32/common/pbutils-enumtypes.c:
5677 (gst_install_plugins_return_get_type):
5678 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5679 in the win32 build directory.
5681 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5683 * tests/check/Makefile.am:
5684 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5686 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5687 * tests/check/elements/playbin.c:
5688 * tests/check/libs/mixer.c: (test_element_interface_supported),
5689 (gst_implements_interface_init):
5690 * tests/check/libs/rtp.c: (GST_START_TEST):
5691 Fix various assignment type mismatches.
5693 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5696 * gst-libs/gst/rtsp/Makefile.am:
5697 Add test to see if hstrerror is available or if we need libresolv
5698 (Solaris) for it, then use it in libgstrtsp.
5700 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5702 * gst-libs/gst/tag/Makefile.am:
5703 Fix include path order
5705 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5707 * gst-libs/gst/pbutils/install-plugins.c:
5708 (gst_install_plugins_context_copy),
5709 (gst_install_plugins_context_get_type):
5710 * gst-libs/gst/pbutils/install-plugins.h:
5711 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5714 2008-01-11 Michael Smith <msmith@fluendo.com>
5716 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5717 (_theora_granule_frame), (_theora_granule_start_time),
5718 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5719 Adapt for post-alpha meaning of granulepos, when we
5720 have a newer version of libtheora.
5721 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5722 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5723 (theora_enc_is_discontinuous), (theora_enc_chain):
5725 * tests/check/Makefile.am:
5726 Link libtheora into theoraenc test so we can check which version of
5727 libtheora we're testing against.
5728 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5729 (check_buffer_granulepos),
5730 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5732 Adapt tests to check the values that are now defined for theora; make
5733 the tests backwards-adapt the passed values if we're running against an
5737 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5739 * gst-libs/gst/audio/gstbaseaudiosink.c:
5740 (gst_base_audio_sink_class_init):
5741 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5742 (gst_base_audio_src_class_init):
5743 Ref audio clock class from a thread-safe context to make sure
5744 we're not bit by GObjects lack of thread-safety here (#349410),
5745 however unlikely that may be in practice.
5747 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5750 Add -Wno-portability to the automake parameters to stop warnings
5751 about GNU make extensions being used. We require GNU make in almost
5752 every Makefile anyway.
5755 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5756 at the same time is required for per target flags.
5758 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5760 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5761 Post an error message if we can't pull as many bytes as we need
5762 for the tag. This makes sure the user gets to see a proper error
5763 message if a file with a partial ID3 tag is fed to decodebin, and
5764 not a 'no ID3 tag demuxer' error, which would be confusing
5767 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5769 * gst-libs/gst/pbutils/descriptions.c: (formats):
5770 Add description strings for ID3, APE, and ICY tags.
5772 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5774 * gst/playback/gstdecodebin.c: (try_to_link_1):
5775 Make sure we error out correctly if we can't activate one of
5776 the elements we've added. Fixes #508138.
5778 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5780 Patch by: Bastien Nocera <hadess at hadess net>
5782 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5783 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5784 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5785 the volume is the same for all channels. This works around
5786 some problem in alsa that leaves us with inconsistent state
5787 for some reason (#486840).
5789 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5791 Patch by: Jerone Young <jerone at gmail com>
5793 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5794 If there's no mixer track by the name of 'Master' or 'Front',
5795 check if there's one called 'PCM' before trying the generic
5796 fallback logic (fixes #506928, where we pick 'Mic' as master
5797 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5799 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5801 * gst/playback/gstplay-enum.c:
5802 (register_gst_autoplug_select_result),
5803 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5804 (gst_play_flags_get_type):
5805 * gst/playback/gstplay-enum.h:
5806 Add enums for configuration flags.
5808 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5809 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5810 (gst_play_bin_get_property), (no_more_pads_cb),
5811 (autoplug_select_cb), (gst_play_bin_change_state):
5812 Merge mode with flags.
5813 Add more property getters/setters, defaults and docs.
5814 Add properties to get number of audio/video/text streams.
5815 Create sink object in _init so that we can always rely on it being
5818 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5819 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5820 (activate_vis), (gst_play_sink_reconfigure),
5821 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5822 (gst_play_sink_change_state):
5823 * gst/playback/gstplaysink.h:
5824 Use flags to configure the sink pipelines.
5825 Add tee before audio pipeline so that we can use it for visualisations.
5826 Start working on integrating visualisations.
5827 Remove mode, we can do everything with the flags now.
5828 Add method to configue the sink pipeline.
5830 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5832 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5833 (check_buffer_timestamp), (check_buffer_duration):
5834 Turn these functions into macros so we can see right away
5835 where the failure occured.
5837 2008-01-05 Julien Moutte <julien@fluendo.com>
5839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5840 debugging information to understand how X calculates the stride
5843 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5845 * gst/volume/Makefile.am:
5846 * gst/volume/gstvolume.c: (volume_choose_func),
5847 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5849 * gst/volume/gstvolume.h:
5850 Use GstAudioFilter as base class for the volume element instead of
5851 plain GstBaseTransform.
5853 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5855 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5856 Don't set element details for the abstract GstAudioFilter class.
5858 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5860 * gst-libs/gst/audio/gstaudiofilter.c:
5861 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5862 Implement get_unit_size() vmethod of GstBaseTransform.
5864 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5866 * gst-libs/gst/pbutils/Makefile.am:
5867 * gst-libs/gst/pbutils/pbutils.h:
5868 Use glib-enum generator to have a proper enum GType for
5869 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5871 2007-12-31 David Schleef <ds@schleef.org>
5873 * tests/check/Makefile.am:
5874 * tests/check/pipelines/theoraenc.c:
5875 Reenable theoraenc test, which fails on the buildbot but
5878 2007-12-31 David Schleef <ds@schleef.org>
5880 * docs/libs/.cvsignore:
5881 * docs/plugins/.cvsignore:
5882 Add *-undeclared.txt to fix buildbot.
5884 2007-12-31 David Schleef <ds@schleef.org>
5886 * tests/check/Makefile.am:
5887 Second attempt at disabling theoraenc test long enough to
5888 get buildbot to compile -base.
5890 2007-12-31 David Schleef <ds@schleef.org>
5892 * tests/check/pipelines/theoraenc.c:
5893 Disable theoraenc test long enough to get the buildbot to
5894 compile a recent -base.
5896 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5898 * tests/examples/seek/seek.c: (stop_cb):
5899 Make sure we reset the slider value to 0.0 without racing against a
5900 possible g_idle that sets it to something else.
5902 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5904 * sys/ximage/ximagesink.c:
5907 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5909 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5910 * gst-libs/gst/rtsp/gstrtspdefs.h:
5911 Add Location header so that we can start implementing redirects.
5914 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5916 * gst/subparse/gstssaparse.c:
5919 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5921 * gst/subparse/gstssaparse.c:
5922 remove duplicate log message
5924 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5926 * ext/libvisual/visual.c: (gst_visual_chain):
5927 Fix 'xyz may be used uninitialized' compiler warnings caused
5928 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5929 abort() in any case but properly report the error.
5931 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5933 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5934 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5935 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5936 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5937 (autoplug_select_cb), (activate_group), (deactivate_group),
5938 (setup_next_source), (save_current_group),
5939 (gst_play_bin_change_state):
5941 Remove next-uri, we can use the uri property just fine.
5943 Unref uridecodebin when switching.
5946 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5947 (gst_play_sink_init), (gst_play_sink_dispose),
5948 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5949 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5950 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5951 (gst_play_sink_set_property), (gst_play_sink_get_property),
5952 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5953 (gen_vis_element), (gst_play_sink_get_mode),
5954 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5955 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5956 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5957 (gst_play_sink_change_state):
5958 * gst/playback/gstplaysink.h:
5959 Add some locking to make things threadsafe.
5961 * gst/playback/test7.c: (about_to_finish_cb):
5964 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5966 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5967 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5968 (gst_video_scale_transform):
5969 Don't claim to be able to handle/transform caps that can't really
5970 be handled by the currently selected scaling method (here: RGB or
5971 packed YUV with 4-tap method). Also add locking to method property.
5973 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5974 (test_basetransform_based):
5975 Some test pipelines for the above (not entirely valgrind clean yet
5978 2007-12-21 David Schleef <ds@schleef.org>
5980 * gst-libs/gst/video/video.c:
5981 * gst-libs/gst/video/video.h:
5982 Add additional RGBA and RGB-24 video formats.
5984 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5986 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5987 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5988 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5989 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5990 (cddabasesrc_suite):
5991 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5992 deprecated in the future (see #498924).
5994 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5996 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5999 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
6001 * gst-libs/gst/riff/riff-read.c:
6002 Use GST_ROUND_UP_2 macro
6004 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
6006 * gst/playback/.cvsignore:
6009 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
6011 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
6012 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
6013 (set_active_source):
6014 * gst/playback/gstplaybasebin.h:
6015 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6016 (setup_sinks), (playbin_set_subtitles_visible):
6017 Make switching off of subtitles work. To avoid all kind of
6018 problems with unlinking of the subtitle input, we just keep
6019 the subtitle inputs linked as they are and tell textoverlay
6020 not to render them. Fixes #373011.
6021 Other subtitle switching issues (esp. when there are both
6022 external and in-stream subtitles) remain. They'll be solved
6025 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6027 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
6028 Init the pad segment too.
6030 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6032 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6033 (gst_audioringbuffer_open_device),
6034 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6035 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6036 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
6037 (gst_audio_sink_create_ringbuffer):
6038 Improve debug output.
6040 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
6041 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
6042 Prevent some functions from doing things and failing when the
6043 ringbuffer is not yet acquired.
6045 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
6047 * gst-libs/gst/interfaces/interfaces.h:
6048 Also remove interfaces.h from CVS as it is not needed anymore.
6050 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
6052 * gst-libs/gst/interfaces/Makefile.am:
6053 interfaces.h is not used anymore so remove it from the build
6056 2007-12-17 David Schleef <ds@schleef.org>
6058 * gst/videotestsrc/gstvideotestsrc.c:
6059 * gst/videotestsrc/gstvideotestsrc.h:
6060 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
6061 for testing vertical refresh synchronization.
6063 2007-12-17 David Schleef <ds@schleef.org>
6065 * docs/libs/gst-plugins-base-libs-sections.txt:
6066 * gst-libs/gst/video/video.c:
6067 * gst-libs/gst/video/video.h:
6068 Add new GstVideFormat enum and write a bunch of helper functions
6071 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
6074 Use new common/win32.mak.
6076 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
6078 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6079 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6081 When going from PLAYING to PAUSED, pause the ringbuffer before calling
6082 the parent state change function, just like the audiosink, because the
6083 parent waits for the element to finish its processing before completing
6084 the state change. This makes going to PAUSED a lot snappier.
6085 When going from READY to PAUSED, don't allow the ringbuffer to start
6088 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6090 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6091 Yet another fix for broken software that produce files with an empty
6092 blockalign field. Instead of completely failing, make a second attempt
6093 at guessing the width/depth by looking at strf->size.
6095 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
6097 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6098 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6099 * gst-libs/gst/pbutils/install-plugins.c:
6100 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6101 * gst-libs/gst/pbutils/missing-plugins.c:
6102 (gst_missing_plugin_message_get_installer_detail),
6103 (gst_missing_encoder_installer_detail_new):
6104 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6105 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6106 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6107 avoid compiler warnings (#503930).
6109 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6111 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6112 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6113 for jpeg video streams.
6114 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6115 for the above modification.
6117 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
6119 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6120 (gst_x_overlay_handle_events):
6121 More guards (we don't want klass to end up being NULL).
6123 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
6126 * gst/volume/gstvolume.c: (gst_volume_init):
6127 Use new gst_base_transform_set_gap_aware() function as volume
6128 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
6131 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6133 * tests/examples/seek/seek.c: (msg_segment_done), (main):
6134 Don't go to READY on EOS as this avoids testing of seeking and
6135 restarting after EOS, use the stop button when you want to READY.
6136 Don't try to do a flushing seek in segment-done, it does not make
6137 sense to use this for gapless playback and is not needed.
6139 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6141 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6142 (reset_rate_timer), (update_in_rates), (update_out_rates),
6143 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6144 (gst_queue_chain), (gst_queue_loop):
6145 Use separate timers for input and output rates.
6146 Pause measuring the output rate when we block for more data.
6149 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6151 * gst/playback/gstqueue2.c: (gst_queue_chain):
6152 Pause the timer to measure the input rate when we block because the
6153 queue is filled. See #503262.
6155 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6157 Patch by: Peter Kjellerstedt <pkj at axis com>
6159 * gst-libs/gst/rtsp/gstrtspconnection.c:
6160 (gst_rtsp_connection_free):
6161 Close control sockets. Fixes #503440.
6163 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6165 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6166 Expose the right pad in the right place with the right element.
6168 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6170 * gst-libs/gst/pbutils/descriptions.c: (formats):
6171 Add description for 'private' dts caps (who come up with that name?).
6173 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6176 Add check-exports target and run it with 'make check'.
6179 Be stricter about what we export in our libraries: change regexp so that
6180 we only export _gst_foo(), but not __gst_foo().
6182 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6183 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6184 Change internal functions to __gst_foo so they dont' get exported.
6186 * win32/common/libgstaudio.def:
6187 Add missing symbols.
6189 2007-12-11 David Schleef <ds@schleef.org>
6191 * ChangeLog: remove conflict markers
6193 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6195 * ext/gnomevfs/Makefile.am:
6196 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6197 Use gst_tag_freeform_string_to_utf8() here, which also takes
6198 into account any character sets specified by the user via
6199 environment variables.
6201 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6203 * gst/audioconvert/Makefile.am:
6206 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6208 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6209 No need for floating point operations here. avoids having to link
6210 against the math library too.
6212 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
6214 * gst-libs/gst/pbutils/descriptions.c: (formats),
6215 (format_info_get_desc):
6216 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6218 Add one or two missing formats. Generate ADPCM description
6219 dynamically depending on layout/format.
6221 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6224 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6226 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
6228 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6230 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6231 Some .srt files start with chunk number 0 and not chunk number 1,
6232 recognise and accept those as well (fixes #502497).
6234 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6236 Add unit test for the above.
6238 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
6240 * gst/playback/gstplay-enum.c:
6241 (register_gst_autoplug_select_result),
6242 (gst_autoplug_select_result_get_type):
6243 * gst/playback/gstplay-enum.h:
6246 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6248 * gst/playback/Makefile.am:
6249 Group decodebin2 and uridecodebin into the same plugin so that they
6250 can share the GEnumType.
6252 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6253 (_gst_select_accumulator), (gst_decode_bin_class_init),
6254 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6255 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6256 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6257 Add signal to sort factories instead of the more awkward autoplug-select
6259 Modify autoplug_select so that we can try, skip or expose the
6260 autopluggin of an element on a pad.
6262 * gst/playback/gstfactorylists.c: (compare_ranks),
6263 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6264 (element_filter), (gst_factory_list_get_elements),
6265 (gst_factory_list_debug), (gst_factory_list_filter):
6266 * gst/playback/gstfactorylists.h:
6267 Simplify the API, allow getting elements based on mask.
6269 * gst/playback/gstplay-marshal.list:
6270 Add some more marshallers.
6272 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6273 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6274 (autoplug_select_cb), (activate_group):
6275 Add support for managing non-raw sinks by providing a custom element and
6276 sink list to decodebin2.
6277 Try to plug non-raw sinks when decodebin2 using autoplug-select of
6280 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6281 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6282 * gst/playback/gstplaysink.h:
6283 Add support for raw and non-raw sinks.
6284 Add support to force sinks selected by playbin2.
6285 Don't plug raw converters for non-raw sinks.
6287 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6288 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6289 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6291 Use right accumulators.
6294 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6296 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6297 Use runnning time as the base time instead of the timestamp.
6298 Spotted by Saur on IRC.
6300 2007-12-03 Edward Hervey <bilboed@bilboed.com>
6302 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6303 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6305 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6307 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6308 (gst_ogg_demux_read_chain):
6309 If we find a new serial number but it does not contain a BOS page, make
6310 sure we initialize the chain to NULL because else we will try to scan it
6311 and crash. Fixes #500763
6313 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
6315 * gst/playback/Makefile.am:
6316 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6317 (get_feature_array), (decoders_filter), (sinks_filter),
6318 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6319 (gst_factory_list_filter):
6320 * gst/playback/gstfactorylists.h:
6321 Refactor some common code to filter factories and check caps compat.
6323 * gst/playback/gstdecodebin.c:
6324 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6325 (gst_decode_bin_init), (gst_decode_bin_dispose),
6326 (gst_decode_bin_autoplug_continue),
6327 (gst_decode_bin_autoplug_factories),
6328 (gst_decode_bin_autoplug_select), (analyze_new_pad),
6330 * gst/playback/gstplaybin.c:
6331 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6332 (gst_play_bin_init), (gst_play_bin_finalize),
6333 (autoplug_factories_cb), (activate_group):
6334 * gst/playback/gstqueue2.c:
6335 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6336 (proxy_autoplug_continue_signal),
6337 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6338 (proxy_drained_signal):
6339 Add some more debug info and use factor filtering code.
6341 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6343 * gst/audiotestsrc/gstaudiotestsrc.c:
6344 * gst/volume/gstvolume.c:
6345 * gst/volume/gstvolume.h:
6346 Add GAP-flag support.
6348 2007-11-24 Julien MOUTTE <julien@moutte.net>
6350 * tests/examples/seek/seek.c: (main): Increase the range of the
6351 rate selector as I would like to test QOS behavior at higher
6352 forward and reverse playback speed like say 64x.
6354 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
6356 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6357 (audioresample_query), (audioresample_query_type),
6358 (gst_audioresample_set_property):
6359 Implement latency query.
6361 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6363 * gst-libs/gst/audio/gstbaseaudiosink.c:
6364 (gst_base_audio_sink_drain):
6365 Our EOS time contains the base_time, _wait_eos() expects a running_time
6366 so we have to subtract the base_time again before calling the function.
6367 This fixes an EOS regression where the base_time was added twice and EOS
6368 took longer and longer in certain situations.
6371 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6373 * docs/libs/gst-plugins-base-libs-sections.txt:
6374 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6375 (gst_base_audio_sink_set_provide_clock),
6376 (gst_base_audio_sink_get_provide_clock),
6377 (gst_base_audio_sink_set_slave_method),
6378 (gst_base_audio_sink_get_slave_method),
6379 (gst_base_audio_sink_set_property),
6380 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6381 (gst_base_audio_sink_none_slaving),
6382 (gst_base_audio_sink_handle_slaving):
6383 * gst-libs/gst/audio/gstbaseaudiosink.h:
6384 Expose methods for some object properties so that subclasses can more
6385 easily configure them.
6386 Added slave method none, that completely disables slaving to the
6388 API: gst_base_audio_sink_set_provide_clock()
6389 API: gst_base_audio_sink_get_provide_clock()
6390 API: gst_base_audio_sink_set_slave_method()
6391 API: gst_base_audio_sink_get_slave_method()
6393 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6394 (gst_base_audio_src_set_provide_clock),
6395 (gst_base_audio_src_get_provide_clock),
6396 (gst_base_audio_src_set_property),
6397 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6398 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6399 Expose methods for some object properties so that subclasses can more
6400 easily configure them.
6401 API: gst_base_audio_src_set_provide_clock()
6402 API: gst_base_audio_src_get_provide_clock()
6404 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
6406 Patch by: Joe Peterson <lavajoe at gentoo dot org>
6408 * gst-libs/gst/sdp/gstsdpmessage.c:
6409 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6411 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
6413 * tests/check/libs/fft.c: (GST_START_TEST):
6414 Fix scaling to really have dB instead of something else.
6416 2007-11-19 Julien MOUTTE <julien@moutte.net>
6418 * tests/examples/seek/seek.c: (main): There's a nice macro to check
6419 GTK version, use it.
6421 2007-11-19 Julien MOUTTE <julien@moutte.net>
6423 * tests/examples/seek/seek.c: (main): Try to support stable version
6426 2007-11-17 Stefan Kost <ensonic@users.sf.net>
6428 * gst/playback/README:
6429 * gst/playback/test7.c:
6430 Fix the build + little README update.
6432 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6434 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6435 Add playbin2 seek pipeline.
6437 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6439 * gst/playback/Makefile.am:
6440 * gst/playback/gstplayback.c: (plugin_init):
6441 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6442 (eos_cb), (about_to_finish_cb), (main):
6444 Added gapless playback example.
6446 * gst/playback/gstplaybasebin.c:
6447 * gst/playback/gstplaybasebin.h:
6448 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6449 * gst/playback/gstqueue2.c:
6450 * gst/playback/test.c:
6451 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6453 * gst/playback/gststreaminfo.h:
6456 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6457 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6458 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6459 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6460 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6461 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6462 (drained_cb), (unlink_group), (activate_group),
6463 (setup_next_source), (gst_play_bin_change_state),
6464 (gst_play_bin2_plugin_init):
6465 Added raw first version of playbin2. Does chained oggs and gapless
6466 playback fine. No support for raw sinks yet. No visualisations or
6469 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6470 (gst_play_sink_class_init), (gst_play_sink_init),
6471 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6472 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6473 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6474 (gst_play_sink_set_property), (gst_play_sink_get_property),
6475 (post_missing_element_message), (free_chain), (add_chain),
6476 (activate_chain), (gen_video_chain), (gen_text_element),
6477 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6478 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6479 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6480 (gst_play_sink_send_event), (gst_play_sink_change_state):
6481 * gst/playback/gstplaysink.h:
6482 Added Element that abstracts the sinks and their pipelines for playbin2.
6484 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6486 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6487 (gst_selector_pad_class_init), (gst_selector_pad_init),
6488 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6489 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6490 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6491 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6492 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6493 (gst_stream_selector_init), (gst_stream_selector_set_property),
6494 (gst_stream_selector_get_linked_pad),
6495 (gst_stream_selector_getcaps),
6496 (gst_stream_selector_is_active_sinkpad),
6497 (gst_stream_selector_activate_sinkpad),
6498 (gst_stream_selector_get_linked_pads),
6499 (gst_stream_selector_request_new_pad),
6500 (gst_stream_selector_release_pad):
6501 * gst/playback/gststreamselector.h:
6502 Improve streamselector, make it select and unselect the current pad more
6504 Subclass GstPad for the sinkpads of the selector.
6505 Handle segments more correctly.
6506 Fix caps negotiation.
6507 Implement release_pad.
6509 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6511 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6512 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6514 Add drained signal fired when decodebin finishes decoding the data.
6515 Remove deprecated STATE_DIRTY message.
6517 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6518 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6519 (analyse_source), (proxy_drained_signal), (make_decoder),
6520 (source_new_pad), (value_list_append_structure_list),
6521 (handle_redirect_message), (handle_message):
6522 Proxy the new drained signal.
6523 Handle pad removed from decodebin.
6524 Handle redirect messages by sorting multiple redirections based on the
6527 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6529 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6531 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6532 Fix leaking headers. Fixes #496761.
6534 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6536 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6538 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6539 (gst_ximagesink_change_state):
6540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6541 Don't leak the PAR on errors. Fixes #496731.
6543 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6545 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6546 (gst_tag_from_id3_user_tag):
6547 Add mapping for audio cd discid tags, so we can extract
6548 them from tags as well (see #347848). Also compare identifiers
6549 in ID3v2 TXXX frames in a case-insensitive way to increase
6550 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6552 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6554 * gst-plugins-base.doap:
6555 Oops, fix the release name.
6557 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6559 * gst-plugins-base.doap:
6562 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6567 === release 0.10.15 ===
6569 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6572 releasing 0.10.15, "No need to argue"
6574 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6576 * win32/vs6/libgstfft.dsp:
6577 Convert line endings to DOS.
6579 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6581 * win32/vs6/gst_plugins_base.dsw:
6582 * win32/vs6/libgstfft.dsp:
6584 Add a project file for fft plugin and remove socket
6585 based plugin which don't build from the workspace.
6586 * win32/vs6/libgstaudio.dsp:
6587 * win32/vs6/libgstrtp.dsp:
6588 * win32/vs6/libgsttag.dsp:
6589 Convert line endings back to DOS.
6592 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6594 * win32/vs6/libgstinterfaces.dsp:
6595 * win32/vs6/libgstrtsp.dsp:
6596 Convert line endings back to DOS
6598 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6600 * gst-libs/gst/fft/kiss_fft_f32.h:
6601 * gst-libs/gst/fft/kiss_fft_f64.h:
6602 * gst-libs/gst/fft/kiss_fft_s16.h:
6603 * gst-libs/gst/fft/kiss_fft_s32.h:
6604 Don't include malloc.h which doesn't exist on Mac OSX.
6605 Instead, pull in glib.h and use g_malloc/g_free for
6606 consistency. Fixes: #496548
6608 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6610 * gst/playback/gstdecodebin2.c:
6611 Dont leak ghostpad. Fixes #475451.
6613 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6615 * docs/design/design-decodebin.txt:
6616 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6617 Update some more docs and comments.
6619 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6621 Patch by: Sebastien Moutte <sebastien moutte net>
6623 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6624 (gst_rtcp_unix_to_ntp):
6625 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6626 Fix some C99-isms and and a missing function that some versions of
6627 MSVC don't like too much (#494346).
6629 * win32/vs6/gst_plugins_base.dsw:
6630 * win32/vs6/libgstaudio.dsp:
6631 * win32/vs6/libgstrtp.dsp:
6632 * win32/vs6/libgsttag.dsp:
6633 Update vs6 projects files (#494346).
6635 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6637 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6639 * win32/common/libgstaudio.def:
6640 * win32/common/libgstcdda.def:
6641 * win32/common/libgstinterfaces.def:
6642 * win32/common/libgstnetbuffer.def:
6643 * win32/common/libgstpbutils.def:
6644 * win32/common/libgstrtp.def:
6645 * win32/common/libgstrtsp.def:
6646 * win32/common/libgsttag.def:
6647 * win32/common/libgstvideo.def:
6648 More missing symbols to export (fixes #493986).
6650 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6652 * docs/libs/gst-plugins-base-libs-sections.txt:
6653 * gst-libs/gst/fft/gstfftf32.c:
6654 * gst-libs/gst/fft/gstfftf32.h:
6655 * gst-libs/gst/fft/gstfftf64.c:
6656 * gst-libs/gst/fft/gstfftf64.h:
6657 * gst-libs/gst/fft/gstffts16.c:
6658 * gst-libs/gst/fft/gstffts16.h:
6659 * gst-libs/gst/fft/gstffts32.c:
6660 * gst-libs/gst/fft/gstffts32.h:
6661 * tests/check/libs/fft.c: (GST_START_TEST):
6662 Remove the magnitude and phase calculation functions as these have
6663 very special use cases and can't even be used for the spectrum
6664 element. Also adjust the docs to mention some properties of the used
6665 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6667 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6669 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6671 Avoid crash when there are external subtitles (fixes #491722).
6673 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6675 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6676 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6677 'Could not open resource for writing' is not an acceptable
6678 error message when we can't open the audio device (see #492334),
6679 even less so when we're trying to open it to record something.
6681 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6683 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6685 * win32/common/libgstrtp.def:
6686 Add some more missing symbols (#492813).
6688 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6690 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6692 * tests/check/elements/audioconvert.c: (verify_convert):
6693 Add check to make sure that the out caps have a channel layout
6694 set on them where they should have one.
6696 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6698 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6700 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6701 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6702 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6705 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6706 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6707 (it disappeared in GLib 2.14.0) (#492306).
6709 * gst-libs/gst/sdp/Makefile.am:
6710 * gst-libs/gst/sdp/gstsdpmessage.c:
6711 Fix includes and LIBS for win32/Mingw (#492306).
6713 * tests/examples/dynamic/addstream.c (pause_play_stream):
6714 Use more portable g_usleep() instead of sleep() (#492306).
6716 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6718 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6720 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6721 (gst_ring_buffer_parse_caps):
6722 Return NULL instead of an enum that happens to be 0, fixes warning
6725 * gst-libs/gst/audio/gstringbuffer.h:
6726 No trailing commas in enum list (for gcc-2.9x).
6728 * gst/videotestsrc/videotestsrc.c: (random_char):
6729 Make information loss explicit instead of implicitly truncating to
6730 eight bits via the return value. Fixes runtime error on MSVC when
6731 using the debug CRT (#492114).
6733 * win32/common/config.h.in:
6734 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6736 * win32/common/libgstinterfaces.def:
6737 * win32/common/libgstrtp.def:
6738 Export a few more symbols (#492114).
6740 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6742 * gst-libs/gst/audio/audio.c:
6743 * gst-libs/gst/audio/audio.h:
6744 Readd the deprecation guards, but preserve compilability.
6746 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6748 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6749 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6750 Preserve channel layout when fixating the number of channels in the
6751 output caps, or make sure there's a suitable channel position layout
6752 set on the caps if required. Fixes #430677.
6754 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6756 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6757 Make sure the pipeline really operates in push mode as it should
6760 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6762 * gst-libs/gst/audio/audio.h:
6763 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6764 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6765 (ie. normal cvs builds) will fail.
6767 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6769 * docs/libs/Makefile.am:
6770 * gst-libs/gst/audio/audio.c:
6771 * gst-libs/gst/audio/audio.h:
6772 * gst-libs/gst/interfaces/mixer.c:
6773 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6775 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6777 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6778 (test_channel_layout_value_intersect), (audio_suite):
6779 Add simple unit test to make sure GstValue intersection
6780 of channel layouts works the way I think it does.
6782 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6784 * docs/libs/gst-plugins-base-libs-sections.txt:
6785 * gst-libs/gst/audio/gstaudiofilter.h:
6786 * gst-libs/gst/interfaces/mixer.h:
6787 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6788 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6789 * gst-libs/gst/sdp/gstsdpmessage.c:
6790 Fix the docs according to what gtk-doc complained about.
6792 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6794 * tests/icles/stress-playbin.c:
6797 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6799 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6800 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6801 Post nice/more useful error message if we don't have a decoder for
6804 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6806 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6807 Be a bit more useful, unblock the pads after we fired the no-more-pads
6808 signal so that we can use the signal to inspect and connect all pads
6809 without having to keep extra state outside of decodebin.
6811 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6813 * gst/playback/gsturidecodebin.c:
6814 (gst_uri_decode_bin_autoplug_continue),
6815 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6816 Implement default signal handler so that we return TRUE when nothing is
6819 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6821 * gst-libs/gst/riff/riff-media.c:
6822 (gst_riff_wavext_add_channel_layout),
6823 (gst_riff_wave_add_default_channel_layout),
6824 (gst_riff_wavext_get_default_channel_mask),
6825 (gst_riff_create_audio_caps):
6826 Use the ALSA channel layout as default for wav files without channel
6827 layout information. This fixes playback of chan-id.wav on 5.1 systems
6828 for example. Also refactor the channel layout setting a bit and add
6829 more default channel orders. Fixes #489010.
6831 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6833 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6834 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6835 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6838 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6840 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6841 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6842 (gst_decode_bin_set_subs_encoding),
6843 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6844 (gst_decode_bin_get_property), (analyze_new_pad):
6845 Move subtitle encoding property to decodebin2 so that it can set the
6846 property value on all elements that it autoplugs and that require it.
6847 Make caps refcounting more consistent in get/set.
6849 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6850 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6851 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6852 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6853 (proxy_autoplug_continue_signal),
6854 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6856 Proxy properties and relevant signals from the internal decodebin.
6857 Make properties MT safe.
6859 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6861 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6862 * gst-libs/gst/tag/tags.c:
6863 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6864 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6866 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6867 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6869 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6870 (gst_tag_to_vorbis_comments):
6871 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6872 just mapping everything I found in the wild) (#414539).
6874 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6876 Inspired by patch of: René Stadler <mail at renestadler dot de>
6878 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6879 (gst_decode_bin_autoplug_continue),
6880 (gst_decode_bin_autoplug_factories),
6881 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6883 * gst/playback/gstplay-marshal.list:
6884 Remove the autoplug-sort signal and replace it with a binding friendly
6885 autoplug-select signal.
6886 Add an autoplug-factories signal that can be used to generate a list of
6887 factories to try to autoplug.
6888 Add the GstPad to the autoplugging signal args as it might be needed to
6889 make a good factory selection.
6890 Fix up the marshallers for this. Fixes #407282.
6892 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6894 * gst-libs/gst/tag/gsttagdemux.c:
6895 Don't abort with an assertion if we receive a seek event with
6896 a start type of NONE (see launchpad bug #155878).
6898 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6900 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6901 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6902 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6903 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6904 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6905 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6906 Make sure that before we clean up the X resources, we shutdown and join
6908 Also make sure the event thread does not shut down immediatly after
6909 startup because the running variable is not yet correctly set.
6912 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6914 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6915 Make the window for a race in typefind and shutting down smaller until
6916 we figure out the right locking here. Avoids #485753 usually.
6918 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6919 Remove unneeded lock causing a race in typefind and shutting down.
6922 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6923 Also remove sinks when going to NULL because we might not complete the
6924 state change to PAUSED, causing the PAUSED->READY state change not to
6927 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6929 * gst-libs/gst/audio/gstbaseaudiosink.c:
6930 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6931 Also explicitly release the ringbuffer when going to NULL because it
6932 is required in the setcaps function, before the state change to PAUSED
6935 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6937 * tests/icles/.cvsignore:
6938 * tests/icles/Makefile.am:
6939 * tests/icles/stress-playbin.c:
6940 Does what it says on the tin.
6942 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6944 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6945 Fix queue negotiation. See #486758.
6947 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6950 (gst_xvimagesink_xwindow_new),
6951 (gst_xvimagesink_update_colorbalance),
6952 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6954 Fix handling of some of the X atoms. If the last parameter is True,
6955 XInternAtom won't create the atom if it doesn't exist, and therefore
6956 might return None. This causes X errors on Xv implementations that
6957 don't provide the colour balance attributes.
6959 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6961 * gst-libs/gst/tag/gstvorbistag.c:
6962 * tests/check/libs/tag.c:
6963 Extract vorbis comment LICENSE tags correctly.
6965 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6967 Patch by: Jason Kivlighn <jkivlighn gmail com>
6969 * gst-libs/gst/tag/gstid3tag.c:
6970 * tests/check/libs/tag.c:
6971 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6973 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6975 * gst-libs/gst/tag/gsttagdemux.c:
6976 Don't error out when a buggy downstream element doesn't
6977 handle the newsegment event we send properly (especially
6978 not without posting a meaningful error message on the
6979 bus). See bug #471370 and launchpad bug #136264.
6981 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6983 * gst-libs/gst/audio/gstbaseaudiosink.c:
6984 (gst_base_audio_sink_drain):
6985 Use new basesink method to make our EOS drain interruptable.
6987 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6989 * gst-libs/gst/rtp/gstrtppayloads.c:
6990 Fix silly search-replace oversight.
6992 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6994 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6996 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6997 (gst_basertppayload_set_outcaps):
6998 Fix caps memleak. Fixes #484989.
7001 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7003 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7004 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
7007 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7009 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7010 (gst_base_audio_src_create):
7011 Also handle the case where there is no clock set on the audio source,
7012 like in the unit tests.
7014 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
7016 * gst-libs/gst/rtp/gstrtppayloads.c:
7017 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
7018 to avoid compiler warnings
7020 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7022 * gst/playback/gstdecodebin.c: (type_found),
7023 (gst_decode_bin_change_state):
7024 * gst/playback/gstdecodebin2.c: (type_found),
7025 (gst_decode_bin_change_state):
7026 Don't disconnect the have_type signal because we never reconnect it
7027 later on. Instead keep a variable to see if we already detected a type.
7029 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7031 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
7032 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
7034 Unlink the signal handler when we found the type, we're not going to do
7035 anything sensible with more type_found signals anyway.
7037 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7039 * gst-libs/gst/tag/gsttagdemux.c:
7042 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7044 * gst-libs/gst/tag/Makefile.am:
7045 * gst-libs/gst/tag/gsttagdemux.c:
7046 * gst-libs/gst/tag/gsttagdemux.h:
7047 API: add GstTagDemux base class for simple tag demuxers.
7049 * docs/libs/gst-plugins-base-libs-docs.sgml:
7050 * docs/libs/gst-plugins-base-libs-sections.txt:
7051 Add GstTagDemux to docs.
7053 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
7055 * gst-libs/gst/rtp/gstrtpbuffer.c:
7056 (gst_rtp_buffer_get_payload_subbuffer):
7057 Fix bug introduced with last commit which inverted the logic and
7058 caused all buffers to be dropped. Fixes #483620.
7059 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7061 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7063 * gst-libs/gst/rtp/gstrtpbuffer.c:
7064 Replace g_return_if_val (as it could be disabled), with regular return
7067 2007-10-03 Stefan Kost <ensonic@users.sf.net>
7069 * tests/check/pipelines/simple-launch-lines.c:
7070 Print message name and not just number.
7072 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
7074 * gst-libs/gst/audio/gstbaseaudiosink.c:
7075 (gst_base_audio_sink_async_play):
7076 When slaved to the clock, don't try to align a sample with the previous
7077 one when going to PLAYING again.
7079 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7081 * tests/examples/snapshot/snapshot.c:
7084 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7086 * gst-libs/gst/sdp/gstsdpmessage.h:
7087 Add RFC 3556 bandwidth modifiers.
7089 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7091 * docs/libs/gst-plugins-base-libs-docs.sgml:
7092 * docs/libs/gst-plugins-base-libs-sections.txt:
7093 * gst-libs/gst/rtp/gstrtppayloads.c:
7094 Update documentation.
7096 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7098 * gst-libs/gst/rtp/Makefile.am:
7099 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7100 (gst_rtp_payload_info_for_name):
7101 * gst-libs/gst/rtp/gstrtppayloads.h:
7102 Added new file and header to deal with payload info.
7104 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7105 (gst_rtp_buffer_default_clock_rate):
7106 * gst-libs/gst/rtp/gstrtpbuffer.h:
7107 Payload specific stuff is move to new headers.
7108 Implement _default_clock rate using the new payload function.
7110 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7111 (gst_sdp_parse_line):
7112 * gst-libs/gst/sdp/gstsdpmessage.h:
7113 Add some more comments.
7115 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7117 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7118 (sdp_check_header), (sdp_type_find), (plugin_init):
7119 Add typefind function for application/sdp.
7120 Remove some old dirac typefind code that was ifdeffed out.
7122 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7124 * win32/common/libgstaudio.def:
7125 Add new exported functions.
7126 * win32/vs6/grammar.dsp:
7127 Add autogeneration and copy of some autegenerated files from win32/common
7129 * win32/vs6/libgstaudioconvert.dsp:
7130 Add gstaudioquantize.c to the build.
7131 * win32/vs6/libgstinterfaces.dsp:
7132 Add videoorientation.c to the build.
7133 * win32/vs6/libgstriff.dsp:
7134 Add libgsttag to the link libraries list.
7135 * win32/vs6/libgstvolume.dsp:
7136 Add liboil to the link.
7137 * win32/vs6/gst_plugins_base.dsw:
7138 * win32/vs6/libgstrtsp.dsp:
7139 * win32/common/libgstrtsp.def:
7140 Add files to build libgstrtsp library.
7142 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7144 * tests/examples/snapshot/snapshot.c: (main):
7145 Print error when pipeline failed to construct.
7147 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7150 * gst-libs/gst/tag/gstid3tag.c:
7151 * gst-libs/gst/tag/gstvorbistag.c:
7152 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7155 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7157 * gst-libs/gst/floatcast/floatcast.h:
7158 Don't include config.h in an installed public header, this
7159 might break compilation of applications that don't have such
7160 a header and doesn't necessarily do what it's supposed to do
7161 anyway (ie. check for the lrint/lrintf defines) (#442065).
7162 Add docs for the various macros and document how this header
7163 has to be used (link against libm, etc.); add a few FIXMEs;
7164 include math.h for non-c99 code path. Based on patch by
7167 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7170 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7171 of duplicating these macros in configure.ac.
7173 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7178 Updated translations to 0.10.14
7180 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7182 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7185 Added Polish translation.
7187 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7189 translated by: Ilkka Tuohela <hile@iki.fi>
7192 Added Finnish translation.
7194 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7196 translated by: Jorge González González <aloriel@gmail.com>
7199 Added Spanish translation.
7201 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7203 translated by: Mogens Jaeger <mogens@jaeger.tf>
7206 Added Danish translation.
7208 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7210 translated by: Funda Wang <fundawang@linux.net.cn>
7213 Added Chinese (simplified) translation.
7215 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7217 translated by: Alexander Shopov <ash@contact.bg>
7220 Added Bulgarian translation.
7222 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7224 * gst/playback/gstqueue2.c: (gst_queue_push_one):
7225 Fix compilation wrt printf arguments.
7227 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
7230 * tests/examples/Makefile.am:
7231 * tests/examples/snapshot/.cvsignore:
7232 * tests/examples/snapshot/Makefile.am:
7233 * tests/examples/snapshot/snapshot.c: (main):
7234 Add simple snapshot example program using appsink.
7236 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7238 * tests/check/generic/states.c:
7239 Improved state change unit test.
7241 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7243 * docs/plugins/.cvsignore:
7244 * tests/check/.cvsignore:
7245 Ignore registries in any format.
7247 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7249 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7250 (gst_base_rtp_depayload_chain),
7251 (gst_base_rtp_depayload_set_gst_timestamp):
7252 Only copy timestamp on outgoing packets if the depayloader did not set
7254 Also copy duration on outgoing packets.
7256 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7258 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7259 (gst_basertppayload_set_outcaps):
7260 Fix compilation because of missing %d in printf.
7261 When fixating caps, fixate what we can and throw away all remaining
7262 unfixed caps, subclasses should do something smart if they need to.
7264 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7266 * ext/gnomevfs/gstgnomevfssrc.c:
7267 Improve debug logs a bit and be more verbose if things go wrong.
7269 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7271 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7272 (gst_text_overlay_set_property):
7273 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7274 * gst-libs/gst/audio/gstbaseaudiosink.c:
7275 (gst_base_audio_sink_render):
7276 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7277 (gst_rtcp_unix_to_ntp):
7278 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7279 * gst/playback/gstqueue2.c:
7280 * tests/examples/seek/seek.c: (set_scale):
7281 Fix a bunch of compile warnings shown with Forte.
7283 * gst/audiorate/gstaudiorate.c:
7284 Always pull in config.h before including any system headers.
7286 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
7288 * gst/playback/gstqueue2.c: (update_buffering),
7289 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7290 (gst_queue_handle_sink_event), (gst_queue_chain),
7291 (gst_queue_push_one), (gst_queue_sink_activate_push),
7292 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7293 Also fix #476514 for queue2.
7295 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7297 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7298 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7299 (gst_base_rtp_depayload_chain),
7300 (gst_base_rtp_depayload_handle_sink_event),
7301 (gst_base_rtp_depayload_push_full),
7302 (gst_base_rtp_depayload_set_gst_timestamp),
7303 (gst_base_rtp_depayload_change_state):
7304 Remove code to deal with RTP to GST time conversion, we now just copy
7305 the GST timestamp we receive to the outgoing buffers.
7306 Handle segment and flushes correctly.
7308 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7309 When we have no valid input timestamp, use the previous rtp timestamp on
7310 the outgoing RTP packet instead of the RTP base time.
7312 2007-09-15 David Schleef <ds@schleef.org>
7314 * ext/alsa/gstalsa.c:
7315 * ext/alsa/gstalsadeviceprobe.c:
7316 * ext/alsa/gstalsamixer.c:
7317 * ext/alsa/gstalsasink.c:
7318 * ext/alsa/gstalsasrc.c:
7319 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7321 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
7323 * gst-libs/gst/rtp/gstbasertppayload.c:
7324 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7325 Add some debug info when negotiating caps.
7327 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7329 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7330 A buffer with an empty payload is also a valid buffer.
7332 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7334 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7335 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7336 (gst_basertppayload_change_state):
7337 Make sure we start our RTP timestamp from the random base RTP
7338 timestamp even if the buffer timestamp starts from some random value.
7340 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7343 * tests/examples/Makefile.am:
7344 * tests/examples/dynamic/.cvsignore:
7345 * tests/examples/dynamic/Makefile.am:
7346 * tests/examples/dynamic/addstream.c: (create_stream),
7347 (pause_play_stream), (message_received), (eos_message_received),
7348 (perform_step), (main):
7349 Add simple exmple app to demonstrate starting and pausing live and
7350 non-live bins in a PLAYING pipeline.
7352 2007-09-14 Julien MOUTTE <julien@moutte.net>
7354 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7355 typefind for QCP files (RFC #3625)
7357 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7359 * gst-libs/gst/audio/gstbaseaudiosink.c:
7360 (gst_base_audio_sink_init):
7361 Disable pull mode scheduling, we're not ready for it yet and it subtly
7362 breaks a lot of things.
7364 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7366 * tests/check/elements/libvisual.c:
7367 Test all libvisual plugins, not just the first one; this reproduces
7368 bug #450336 quite easily. Looks like a problem with the 'jess'
7371 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7373 * tests/check/Makefile.am:
7374 * tests/check/elements/.cvsignore:
7375 * tests/check/elements/libvisual.c:
7376 Add basic libvisual test case in an attempt to reproduce bug #450336.
7377 Doesn't reproduce that bug, but some other crasher instead (invalid
7378 free), at least with make elements/libvisual.forever and the bumscope
7379 plugin on x86-64/gutsy. Leaving test disabled for now.
7381 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7383 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7385 * gst-libs/gst/rtsp/gstrtspconnection.c:
7386 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7387 (read_body), (gst_rtsp_connection_receive):
7388 Make sure we can not cancel in the middle of receiving a message.
7391 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
7393 Patch by: Josep Torra Valles <josep@fluendo.com>
7395 * gst/playback/gstplaybasebin.c:
7396 Increase upper limit for audio queue a bit; fixes preroll problem
7397 with playbin and decodebin2 when playing a quicktime trailer with
7398 multichannel audio via http (#464666).
7400 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7402 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7403 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7404 (gst_base_audio_src_provide_clock),
7405 (gst_base_audio_src_set_property),
7406 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7407 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7408 Allow othe clocks than the internal clock to be used for the pipeline.
7409 Add property to disable clock provide.
7410 API: GstBaseAudioSrc::provide-clock
7412 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7414 * gst/playback/gstdecodebin2.c:
7415 Don't leak request pads. Fixes #475395.
7417 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7419 Patch by: René Stadler <mail at renestadler dot de>
7421 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7422 (gst_ximage_buffer_class_init):
7423 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7424 (gst_xvimage_buffer_class_init):
7425 Correctly chain up finalize with the parent class to prevent
7426 memory leaks. Fixes #474880.
7428 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7430 * gst/volume/gstvolume.c: (volume_choose_func):
7431 * tests/check/elements/volume.c: (GST_START_TEST):
7432 Revert the latest change: floating point samples are allowed to
7433 have any value, not only values in the range [-1,1]. Thanks to Andy
7435 Also fix processing of int32 samples with volumes > 4 by making the
7436 unity value smaller which prevents overflows.
7438 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7440 * gst-libs/gst/rtp/gstrtpbuffer.c:
7441 * tests/check/libs/rtp.c:
7442 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7444 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7446 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7448 * gst-libs/gst/rtp/gstrtpbuffer.c:
7449 Fix up GstRTPHeader helper struct so that compilers will not under
7450 any circumstances add padding in between our fields, as currently
7451 happens with MSVC on win32, because that would lead to us sending
7452 out RTP payloads with broken RTP headers (#471194).
7453 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7455 * tests/check/Makefile.am:
7456 * tests/check/libs/.cvsignore:
7457 * tests/check/libs/rtp.c:
7458 Add some simple unit tests for GstRTPBuffer. Some are disabled
7459 because the code tested still needs fixing (set_csrc() does not work).
7461 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7464 * win32/common/gstrtsp-enumtypes.c:
7465 * win32/common/gstrtsp-enumtypes.h:
7466 * win32/common/interfaces-enumtypes.c:
7467 * win32/common/interfaces-enumtypes.h:
7468 * win32/common/multichannel-enumtypes.c:
7469 Add rtsp enumtypes (#474384) and update others.
7471 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7474 Fix configure check for HAVE_LIBXML_HTML.
7476 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7478 * tests/check/libs/.cvsignore:
7479 Ignore more, in case the build bots work again one day.
7481 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7483 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7486 * gst-libs/gst/Makefile.am:
7487 * gst-libs/gst/fft/Makefile.am:
7488 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7489 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7490 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7491 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7492 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7493 * gst-libs/gst/fft/gstfft.h:
7494 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7495 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7496 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7497 * gst-libs/gst/fft/gstfftf32.h:
7498 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7499 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7500 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7501 * gst-libs/gst/fft/gstfftf64.h:
7502 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7503 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7504 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7505 * gst-libs/gst/fft/gstffts16.h:
7506 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7507 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7508 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7509 * gst-libs/gst/fft/gstffts32.h:
7510 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7511 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7512 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7513 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7514 * gst-libs/gst/fft/kiss_fft_f32.h:
7515 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7516 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7517 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7518 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7519 * gst-libs/gst/fft/kiss_fft_f64.h:
7520 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7521 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7522 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7523 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7524 * gst-libs/gst/fft/kiss_fft_s16.h:
7525 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7526 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7527 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7528 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7529 * gst-libs/gst/fft/kiss_fft_s32.h:
7530 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7531 (kiss_fftr_f32), (kiss_fftri_f32):
7532 * gst-libs/gst/fft/kiss_fftr_f32.h:
7533 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7534 (kiss_fftr_f64), (kiss_fftri_f64):
7535 * gst-libs/gst/fft/kiss_fftr_f64.h:
7536 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7537 (kiss_fftr_s16), (kiss_fftri_s16):
7538 * gst-libs/gst/fft/kiss_fftr_s16.h:
7539 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7540 (kiss_fftr_s32), (kiss_fftri_s32):
7541 * gst-libs/gst/fft/kiss_fftr_s32.h:
7542 * gst-libs/gst/fft/kiss_version:
7543 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7544 * pkgconfig/gstreamer-plugins-base.pc.in:
7545 Add libgstfft, a FFT library based on Kiss FFT which is
7546 BSD licensed. Supported sample formats are int16, int32,
7547 float and double. For those formats a real FFT and IFFT
7548 can be done, different windowing functions can be applied
7549 and functions for extracting the magnitude and phase exist.
7552 * docs/libs/Makefile.am:
7553 * docs/libs/gst-plugins-base-libs-docs.sgml:
7554 * docs/libs/gst-plugins-base-libs-sections.txt:
7555 Integrate libgstfft into the docs.
7557 * tests/check/Makefile.am:
7558 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7559 Add unit tests for libgstfft, currently only testing the FFT.
7560 Unit tests for IFFT will follow soon.
7562 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7564 Patch by: Peter Kjellerstedt <pkj at axis com>
7566 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7567 (gst_sdp_message_init), (gst_sdp_message_uninit),
7568 (is_multicast_address), (gst_sdp_message_as_text),
7569 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7570 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7571 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7572 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7573 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7574 (gst_sdp_media_init), (gst_sdp_media_uninit),
7575 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7576 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7577 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7578 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7579 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7580 * gst-libs/gst/sdp/gstsdpmessage.h:
7581 Separate INIT_ARRAY() and related macros into two versions, one for
7582 structures and one for pointers (e.g., INIT_ARRAY() and
7583 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7584 lists of emails and phone numbers.
7585 Add missing const as appropriate.
7586 Change all gint to guint since they all actually represent unsigned
7588 Do not use time as a variable name as it shadows the global time().
7589 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7590 Actually implement gst_sdp_message_add_time().
7591 Make gst_sdp_message_add_time() take repeat times as an argument.
7592 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7593 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7594 misspelled as badwidth).
7595 gst-indented and a little clean up. Fixes #471067.
7597 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7599 * gst/volume/gstvolume.c: (volume_choose_func),
7600 (volume_process_double), (volume_process_double_clamp),
7601 (volume_process_float_clamp):
7602 Correctly clamp float/double samples in the [-1.0,1.0] range to
7603 prevent weird effects.
7604 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7605 Add unit tests for all samples types that had none before.
7607 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7609 * gst-libs/gst/rtp/gstrtpbuffer.c:
7610 Need to include stdlib.h for abs() here too.
7612 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7614 * gst/playback/gststreaminfo.c:
7617 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7619 * gst/playback/gststreaminfo.c:
7620 Clean up some half-disabled code and comment.
7622 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7624 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7626 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7627 (gst_base_rtp_payload_audio_handle_event):
7628 Return FALSE from the event handler to let the parent class handle the
7629 event. Fixes #446766.
7631 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7632 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7633 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7635 * gst-libs/gst/rtp/gstbasertppayload.c:
7636 Bump the MTU to 1400.
7638 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7640 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7641 Add an audio/x-nsf typefind function for the nsfdec element.
7643 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7644 * gst/playback/gstplaybasebin.c:
7645 Included "myth://" on stream_uris list for enable buffering to mythtv files
7647 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7649 * docs/libs/gst-plugins-base-libs-sections.txt:
7650 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7651 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7652 (gst_rtcp_unix_to_ntp):
7653 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7654 Fix parsing of RB blocks.
7656 Added helper functions to convert to/from UNIX and NTP time.
7657 API: gst_rtcp_ntp_to_unix()
7658 API: gst_rtcp_unix_to_ntp()
7660 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7661 (gst_rtp_buffer_get_header_len),
7662 (gst_rtp_buffer_get_extension_data),
7663 (gst_rtp_buffer_get_payload_subbuffer),
7664 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7665 (gst_rtp_buffer_ext_timestamp):
7666 * gst-libs/gst/rtp/gstrtpbuffer.h:
7668 Implement handling of packets with extensions.
7669 Fix padding check in _validate().
7670 Added function to get extension data.
7671 API: gst_rtp_buffer_get_header_len()
7672 API: gst_rtp_buffer_get_extension_data()
7674 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7676 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7677 (gst_base_rtp_depayload_class_init),
7678 (gst_base_rtp_depayload_set_gst_timestamp):
7679 Add some more docs for the queue-delay property and fix a typo in a
7682 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7685 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7687 * gst-libs/gst/audio/gstbaseaudiosink.c:
7688 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7689 (gst_base_audio_sink_change_state):
7690 When skew slaving, try to hover around the middle of a segment so that
7691 we at most drift by half a segment.
7692 If we are aligning in the oposite direction of the clock skew, we don't
7695 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7697 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7698 (gst_base_rtp_depayload_setcaps),
7699 (gst_base_rtp_depayload_set_gst_timestamp):
7700 Be less silly with the segment start, just apply the clock-base to the
7703 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7705 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7706 (gst_base_rtp_depayload_class_init),
7707 (gst_base_rtp_depayload_finalize),
7708 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7709 (gst_base_rtp_depayload_handle_sink_event),
7710 (gst_base_rtp_depayload_set_gst_timestamp),
7711 (gst_base_rtp_depayload_change_state):
7712 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7713 Deprecate the queue handling thread thing and remove the code.
7714 Use new method to calculate the extended timestamp.
7716 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7718 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7719 (gst_rtcp_packet_sdes_copy_entry):
7720 Use g_strndup which does exactly what we want.
7722 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7723 (gst_rtp_buffer_ext_timestamp):
7724 * gst-libs/gst/rtp/gstrtpbuffer.h:
7725 Add helper function to compare seqnums.
7726 Add helper function to calculate extended timestamps.
7727 API: gst_rtp_buffer_compare_seqnum()
7728 API: gst_rtp_buffer_ext_timestamp()
7730 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7732 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7733 (gst_rtcp_packet_sdes_get_entry),
7734 (gst_rtcp_packet_sdes_copy_entry):
7735 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7736 Fix and document SDES item data function.
7737 Add new function that makes a proper copy of SDES item data.
7738 API: gst_rtcp_packet_sdes_copy_entry()
7740 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7744 The tcp and subparse plugins are under gst, but not totaly free of
7745 dependencies. Handle selection inconfigure.ac, so that they show up
7746 on the final list of what is build and what is not. Maybe they should
7747 better be moved to ext.
7749 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7751 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7755 Check if libxml provides HTML parser which subparse needs.
7758 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7760 * ext/alsa/gstalsa.c:
7761 Fix typo and compilation on big endian systems.
7763 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7765 * gst/subparse/gstssaparse.c:
7766 Convert SSA newline codes into actual newline characters (#470766).
7768 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7770 * docs/libs/gst-plugins-base-libs-sections.txt:
7771 * gst-libs/gst/pbutils/install-plugins.c:
7772 * gst-libs/gst/pbutils/install-plugins.h:
7773 * tests/check/libs/pbutils.c:
7774 API: also add gst_install_plugins_supported() while we're at it
7777 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7779 * docs/libs/gst-plugins-base-libs-sections.txt:
7780 * gst-libs/gst/pbutils/missing-plugins.c:
7781 * gst-libs/gst/pbutils/missing-plugins.h:
7782 * tests/check/libs/pbutils.c:
7783 API: add gst_missing_*_installer_detail_new() convenience API so
7784 that applications that know exactly what they're missing can request
7785 installer detail strings for those items directly instead of having
7786 to first create a dummy missing-plugin message and then get the
7787 installer detail string from that. Fixes #470456.
7789 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7791 * gst/playback/gstdecodebin.c: (close_pad_link):
7792 We need to set up delayed-linking whenever the caps are non-fixed,
7793 not just when there are multiple types - use gst_pad_is_fixed()
7796 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7798 * gst-libs/gst/pbutils/missing-plugins.c:
7799 (gst_missing_plugin_message_get_installer_detail):
7800 Add missing separator in PID fallback case.
7802 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7804 * ext/alsa/Makefile.am:
7805 There is no GST_PLUGINS_BASE_LIBS defined.
7807 * ext/alsa/gstalsa.c:
7808 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7809 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7810 Add support for ALSA 24-bit formats.
7811 snd_pcm_delay can return an error code, especially
7812 during XRUNS. In that case, the best we can do is assume
7815 * gst/audioconvert/Makefile.am:
7816 Add flags from -base before any more-remote dependencies.
7818 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7820 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7822 * gst/volume/gstvolume.c: (volume_choose_func),
7823 (volume_update_real_volume), (gst_volume_set_volume),
7824 (gst_volume_init), (volume_process_int32),
7825 (volume_process_int32_clamp), (volume_process_int24),
7826 (volume_process_int24_clamp), (volume_process_int16),
7827 (volume_process_int16_clamp), (volume_process_int8),
7828 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7829 * gst/volume/gstvolume.h:
7830 Add support for int32, int24 and int8 to the volume element.
7833 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7835 * tests/examples/Makefile.am:
7838 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7841 * docs/libs/Makefile.am:
7842 * docs/libs/gst-plugins-base-libs-docs.sgml:
7843 * docs/libs/gst-plugins-base-libs-sections.txt:
7844 * ext/gnomevfs/gstgnomevfssrc.c:
7845 * ext/gnomevfs/gstgnomevfssrc.h:
7846 * gst-libs/gst/Makefile.am:
7847 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7848 * pkgconfig/gstreamer-plugins-base.pc.in:
7849 * sys/v4l/v4lsrc_calls.c:
7850 * tests/examples/Makefile.am:
7851 * win32/common/config.h:
7852 Revert unwanted commit. many thanks to moap. I want a fix for
7853 https://thomas.apestaart.org/moap/trac/ticket/239
7855 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7857 * gst/volume/gstvolume.c:
7858 Move passthrough below gst_object_sync_values(). Fixes #442654.
7860 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7862 * gst-libs/gst/audio/audio.c:
7863 Clarify the docs a little.
7865 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7867 * gst/volume/gstvolume.c:
7868 Enable liboil for float and add more details about problems with
7871 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7873 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7874 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7876 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7878 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7879 When calculating the first timestamp of the buffers, don't go below 0
7880 and clip the samples because the offset was on the eos page.
7883 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7885 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7886 (gst_ogg_demux_collect_chain_info):
7887 Also submit the eos page when trying to find the first timestamp.
7890 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7892 * gst-libs/gst/audio/audio.h:
7893 Use gst_util_uint64_scale() instead of doing the math
7894 with double for GST_FRAMES_TO_CLOCK_TIME() and
7895 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7896 prevents rounding errors. Fixes #467667.
7898 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7900 * gst-libs/gst/rtsp/gstrtspconnection.c:
7901 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7902 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7903 * gst-libs/gst/rtsp/gstrtspconnection.h:
7905 On shutdown, don't read the control socket yet.
7906 Set timeout value correctly in all cases.
7907 Add function to check if the server accepts reads or writes.
7908 API: gst_rtsp_connection_poll()
7910 * gst-libs/gst/rtsp/gstrtspdefs.h:
7911 Fix compilation with -pedantic.
7914 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7916 Patch by: Olivier Crete <tester at tester ca>
7918 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7919 (gst_basertppayload_getcaps):
7920 * gst-libs/gst/rtp/gstbasertppayload.h:
7921 Add getcaps vfunc to basertppayload. See #465146.
7923 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7925 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7926 Only post buffering messages when we are a stream.
7928 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7930 * gst-libs/gst/pbutils/install-plugins.c:
7931 * gst-libs/gst/pbutils/missing-plugins.c:
7932 Small docs fix and addition.
7934 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7936 * tests/icles/.cvsignore:
7937 * tests/icles/Makefile.am:
7938 * tests/icles/test-textoverlay.c:
7939 Add a dumb little test for textoverlay alignments.
7941 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7943 Patch by: Dan Williams <dcbw redhat com>
7945 * ext/pango/gsttextoverlay.c:
7946 * ext/pango/gsttextoverlay.h:
7947 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7948 "silent" property so there's a Since tag in the API reference.
7950 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7952 * gst-libs/gst/rtp/gstbasertppayload.c:
7953 (gst_basertppayload_set_outcaps):
7954 * gst-libs/gst/rtp/gstbasertppayload.h:
7955 Improve caps negotiation so that downstream elements can confiure
7956 certain RTP properties by fixing them on the caps. See #465146.
7959 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7961 * docs/libs/gst-plugins-base-libs-sections.txt:
7962 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7963 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7964 Mark as deprecated some macros which were presumably meant to be
7965 private API and accidentally exposed in the public header file.
7966 Also actually _init() lock (only works at the moment because the
7967 struct is zeroed out when created and the initial values in the
7968 mutex struct are zeroes too). (#459585)
7970 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7972 * docs/libs/Makefile.am:
7973 Remove cruft and do some cleanups.
7975 * docs/libs/gst-plugins-base-libs-docs.sgml:
7976 Prepare for comming gtkdoc features (rebase against online docs).
7978 2007-08-10 Michael Smith <msmith@fluendo.com>
7980 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7982 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7984 Change the number of buffers used; 500 is too many and leads to
7987 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7989 * gst/playback/gstqueue2.c:
7990 * gst/videorate/gstvideorate.c:
7991 Printf format fixes (#465028).
7993 2007-08-09 Michael Smith <msmith@fluendo.com>
7995 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7996 If we have a large (> 1 second) discontinuity, push a series of
7997 smaller buffers rather than a single very large buffer. Avoids
7998 unreasonably large single buffer allocations when encountering a
8000 * tests/check/elements/audiorate.c: (GST_START_TEST),
8002 Add a test for this.
8004 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
8006 * gst/playback/gstplaybasebin.c: (group_commit),
8007 (queue_remove_probe), (queue_threshold_reached):
8009 Patch by: Josep Torra Valles <josep@fluendo.com>
8011 Make sure we remove the check_queues buffer probe from the
8012 correct queue to avoid racily going back to "buffering 99%" when
8013 buffering is actually complete.
8015 Also, fix the spelling of Josep's surname in the ChangeLog.
8017 2007-08-09 Stefan Kost <ensonic@users.sf.net>
8019 * ext/ogg/gstoggmux.c:
8020 Do not leak oggmux instance.
8022 * ext/vorbis/vorbisenc.c:
8025 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
8032 Updated translations.
8034 2007-08-08 Stefan Kost <ensonic@users.sf.net>
8036 patch by: Yang Hong <hongyang@redflag-linux.com>
8038 * ext/pango/gsttextoverlay.c:
8039 * ext/pango/gsttextoverlay.h:
8040 Add 'silent' property to GstTimeOverlay. Fixes #462979
8042 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
8044 Patch by: Josep Torra Valles <josep@fluendo.com>
8046 * docs/plugins/gst-plugins-base-plugins.args:
8047 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
8048 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
8049 (gst_uri_decode_bin_get_property), (gen_source_element):
8050 Add connection-speed property. Fixes #464690.
8052 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
8054 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
8057 * gst-libs/gst/rtsp/Makefile.am:
8058 * gst-libs/gst/rtsp/gstrtspconnection.c:
8059 (gst_rtsp_connection_connect):
8060 Fix compilation on windows. Fixes #464320.
8062 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
8064 Patch by: Josep Torra Valles <josep@fluendo.com>
8066 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8067 (gst_play_base_bin_init), (queue_threshold_reached),
8068 (gen_source_element), (setup_substreams),
8069 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8070 (gst_play_base_bin_get_streaminfo_value_array):
8071 * gst/playback/gstplaybasebin.h:
8072 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8073 (gst_play_bin_set_property), (gst_play_bin_get_property),
8074 (gst_play_bin_handle_redirect_message):
8075 Move connection-speed property from playbin to playbasebin so that we
8076 can also configure it in source elements that have the connection-speed
8077 property. Fixes #464028.
8078 Add some debug info here and there.
8080 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
8082 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8083 Properly respond to conversion queries. Fixes #464079.
8085 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8087 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8088 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8089 (gst_audio_test_src_init_sine_table),
8090 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8091 * gst/audiotestsrc/gstaudiotestsrc.h:
8092 Add float/double and int32 support to audiotestsrc. Fixes #460422.
8093 Also set the default volume to the default value specified in the
8096 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8098 Patch by: Jens Granseuer <jensgr at gmx dot net>
8100 * gst/audioconvert/gstaudioquantize.c:
8101 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8103 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
8105 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8106 Add rdt manager for rdt transport.
8107 Fix parsing of RDT transport.
8109 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8114 === release 0.10.14 ===
8116 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8119 releasing 0.10.14, "Light Years Ahead"
8121 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8123 * tests/check/libs/audio.c: (GST_START_TEST):
8124 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8126 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8128 * gst-libs/gst/audio/audio.c:
8129 When clipping a buffer with no timestamp, assume it is
8130 within the segment without warnings.
8134 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8136 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8137 Fire the signal on the object, not the interface.
8139 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8141 * gst-libs/gst/rtsp/.cvsignore:
8142 Ber. Don't include the full path, idiot.
8144 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8146 * gst-libs/gst/rtsp/.cvsignore:
8147 Ignore generated files.
8149 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8151 * gst-libs/gst/interfaces/Makefile.am:
8152 * gst-libs/gst/interfaces/interfaces-marshal.list:
8153 * gst-libs/gst/interfaces/rtspextension.c:
8154 * gst-libs/gst/interfaces/rtspextension.h:
8155 * gst-libs/gst/rtsp/Makefile.am:
8156 * gst-libs/gst/rtsp/gstrtsp.h:
8157 * gst-libs/gst/rtsp/gstrtspextension.c:
8158 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8159 (gst_rtsp_extension_detect_server),
8160 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8161 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8162 (gst_rtsp_extension_configure_stream),
8163 (gst_rtsp_extension_get_transports),
8164 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8165 * gst-libs/gst/rtsp/gstrtspextension.h:
8166 * gst-libs/gst/rtsp/rtsp-marshal.list:
8167 Move the rtspextension.h interface into gstrtspextension.h
8168 as part of libgstrtsp instead of libgstinterfaces, because it's
8169 only for use within plugins, not applications.
8170 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8171 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
8172 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8175 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8177 * gst-libs/gst/interfaces/Makefile.am:
8178 * gst-libs/gst/interfaces/interfaces-marshal.list:
8179 * gst-libs/gst/interfaces/rtspextension.c:
8180 (gst_rtsp_extension_iface_init),
8181 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8182 * gst-libs/gst/interfaces/rtspextension.h:
8183 Fix marshaller for the send signal.
8184 Add URL to stream selection interface method.
8186 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8188 * gst-libs/gst/riff/Makefile.am:
8189 Pull in our dependencies from -base before those from outside.
8191 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8193 * docs/libs/gst-plugins-base-libs-sections.txt:
8194 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8195 * gst-libs/gst/rtsp/gstrtspbase64.h:
8196 API: gst_rtsp_base64_decode_ip()
8197 Added function to decode Base64 in-place.
8199 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8201 * tests/check/libs/.cvsignore:
8202 Ignore the mixer test binary.
8204 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8206 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8207 Gratuitous comment change to trigger a rebuild on the buildbots.
8209 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8211 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8212 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8213 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8214 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8215 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8216 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8217 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8218 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8219 (gst_sdp_media_get_attribute_val):
8220 * gst-libs/gst/sdp/gstsdpmessage.h:
8221 Constify args where we can.
8223 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8225 * gst-libs/gst/interfaces/Makefile.am:
8226 * gst-libs/gst/interfaces/rtspextension.c:
8227 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8228 (gst_rtsp_extension_detect_server),
8229 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8230 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8231 (gst_rtsp_extension_configure_stream),
8232 (gst_rtsp_extension_get_transports),
8233 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8234 * gst-libs/gst/interfaces/rtspextension.h:
8235 Move interface for RTSP extensions from -good to here.
8236 Added helper methods to invoke interface methods.
8238 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8240 * docs/libs/gst-plugins-base-libs-sections.txt:
8241 * gst-libs/gst/rtsp/gstrtspdefs.h:
8242 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8243 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8244 (gst_rtsp_message_init_response),
8245 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8246 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8247 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8248 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8249 (gst_rtsp_message_get_body), (dump_key_value):
8250 * gst-libs/gst/rtsp/gstrtspmessage.h:
8251 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8252 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8253 (gst_rtsp_range_parse):
8254 * gst-libs/gst/rtsp/gstrtsprange.h:
8255 * gst-libs/gst/rtsp/gstrtsptransport.c:
8256 * gst-libs/gst/rtsp/gstrtspurl.c:
8257 Fix some more RTSP docs.
8258 Add some missing methods for dealing with messages.
8260 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8262 * docs/libs/gst-plugins-base-libs-docs.sgml:
8263 * docs/libs/gst-plugins-base-libs-sections.txt:
8264 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8265 * gst-libs/gst/rtsp/gstrtspbase64.h:
8266 * gst-libs/gst/rtsp/gstrtspconnection.c:
8267 (gst_rtsp_connection_connect), (add_auth_header),
8268 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8269 (read_body), (gst_rtsp_connection_receive),
8270 (gst_rtsp_connection_next_timeout),
8271 (gst_rtsp_connection_reset_timeout),
8272 (gst_rtsp_connection_set_auth):
8273 * gst-libs/gst/rtsp/gstrtspconnection.h:
8274 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8275 * gst-libs/gst/rtsp/gstrtspdefs.h:
8276 * gst-libs/gst/rtsp/gstrtspmessage.h:
8277 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8278 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8279 (gst_rtsp_range_parse):
8280 * gst-libs/gst/rtsp/gstrtspurl.h:
8281 Added beginnings of RTSP documentation.
8283 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8285 * docs/libs/Makefile.am:
8286 * docs/libs/gst-plugins-base-libs-docs.sgml:
8287 * docs/libs/gst-plugins-base-libs-sections.txt:
8288 * gst-libs/gst/sdp/gstsdp.h:
8289 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8290 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8291 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8292 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8293 (gst_sdp_message_get_attribute_val),
8294 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8295 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8296 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8297 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8298 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8299 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8300 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8301 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8302 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8303 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8304 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8305 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8306 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8307 (gst_sdp_media_get_attribute_val_n),
8308 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8309 (print_media), (gst_sdp_message_dump):
8310 * gst-libs/gst/sdp/gstsdpmessage.h:
8311 Document the SDP library.
8312 Add some of the missing SDPMedia methods.
8314 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8317 * gst-libs/gst/Makefile.am:
8318 * gst-libs/gst/rtsp/Makefile.am:
8319 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8320 * gst-libs/gst/rtsp/gstrtspbase64.h:
8321 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8322 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8323 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8324 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8325 (parse_response_status), (parse_request_line), (parse_line),
8326 (gst_rtsp_connection_read), (read_body),
8327 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8328 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8329 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8330 (gst_rtsp_connection_set_auth):
8331 * gst-libs/gst/rtsp/gstrtspconnection.h:
8332 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8333 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8334 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8335 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8336 (gst_rtsp_find_method):
8337 * gst-libs/gst/rtsp/gstrtspdefs.h:
8338 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8339 (gst_rtsp_message_new), (gst_rtsp_message_init),
8340 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8341 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8342 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8343 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8344 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8345 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8346 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8347 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8348 (gst_rtsp_message_dump):
8349 * gst-libs/gst/rtsp/gstrtspmessage.h:
8350 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8351 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8352 (gst_rtsp_range_parse), (gst_rtsp_range_free):
8353 * gst-libs/gst/rtsp/gstrtsprange.h:
8354 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8355 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8356 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8357 (range_as_text), (rtsp_transport_mode_as_text),
8358 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8359 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8360 (gst_rtsp_transport_free):
8361 * gst-libs/gst/rtsp/gstrtsptransport.h:
8362 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8363 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8364 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8365 * gst-libs/gst/rtsp/gstrtspurl.h:
8366 * gst-libs/gst/sdp/Makefile.am:
8367 * gst-libs/gst/sdp/gstsdp.h:
8368 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8369 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8370 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8371 (gst_sdp_attribute_init), (gst_sdp_message_new),
8372 (gst_sdp_message_init), (gst_sdp_message_uninit),
8373 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8374 (gst_sdp_media_uninit), (gst_sdp_media_free),
8375 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8376 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8377 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8378 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8379 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8380 (gst_sdp_message_get_attribute_val),
8381 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8382 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8383 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8384 (gst_sdp_media_get_attribute_val_n),
8385 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8386 (read_string), (read_string_del), (gst_sdp_parse_line),
8387 (gst_sdp_message_parse_buffer), (print_media),
8388 (gst_sdp_message_dump):
8389 * gst-libs/gst/sdp/gstsdpmessage.h:
8390 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8391 Move SDP and RTSP from helper objects in -good to a reusable library.
8392 Use a proper gst_ namespace.
8394 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8396 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8397 (vorbis_dec_flush_decode):
8398 Use the new buffer clipping function from gstaudio here.
8400 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8402 * docs/libs/gst-plugins-base-libs-sections.txt:
8403 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8404 * gst-libs/gst/audio/audio.h:
8405 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8406 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8407 Also add deprecation guards for gst_audio_structure_set_int() to the
8410 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8412 * docs/libs/gst-plugins-base-libs-sections.txt:
8415 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8417 Patch by: Dan Williams <dcbw at redhat dot com>
8419 * gst/playback/gstplaybasebin.c:
8420 (gst_play_base_bin_get_streaminfo_value_array):
8421 Don't return NULL when querying the stream info value array but instead
8422 return an empty array. Fixes #459204.
8424 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
8426 * gst/playback/gsturidecodebin.c:
8427 Init debug category before using it.
8429 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
8431 * gst-libs/gst/interfaces/mixer.h:
8432 Add padding vars in place of the signal pointers
8433 when building with DISABLE_DEPRECATED so that the
8434 interface structure doesn't change size.
8436 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
8438 * docs/libs/gst-plugins-base-libs-sections.txt:
8439 * ext/alsa/gstalsamixer.c:
8440 * ext/alsa/gstalsamixer.h:
8441 * ext/alsa/gstalsamixerelement.c:
8442 * ext/alsa/gstalsamixertrack.c:
8443 * gst-libs/gst/interfaces/mixer.c:
8444 * gst-libs/gst/interfaces/mixer.h:
8445 * gst-libs/gst/interfaces/mixeroptions.c:
8446 * gst-libs/gst/interfaces/mixeroptions.h:
8447 * gst-libs/gst/interfaces/mixertrack.c:
8448 * gst-libs/gst/interfaces/mixertrack.h:
8449 * tests/check/Makefile.am:
8450 * tests/check/libs/mixer.c:
8452 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8455 Add support for notifying mixer changes on the message bus, and
8456 implement it in alsamixer.
8458 API: gst_mixer_get_mixer_flags
8459 API: gst_mixer_message_parse_mute_toggled
8460 API: gst_mixer_message_parse_record_toggled
8461 API: gst_mixer_message_parse_volume_changed
8462 API: gst_mixer_message_parse_option_changed
8463 API: GstMixerMessageType
8466 2007-07-20 Michael Smith <msmith@fluendo.com>
8468 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8469 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8470 xcontext->im_format is only for testing XShm support (as the header
8471 file comments document). Use xvimage->im_format for everything else.
8472 Avoids spurious warnings on buffer allocation before setcaps.
8474 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8476 * tests/examples/volume/Makefile.am:
8477 * tests/icles/Makefile.am:
8478 We should use $(LIBM).
8480 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8482 * tests/icles/Makefile.am:
8485 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8487 * gst-libs/gst/rtp/gstbasertppayload.c:
8488 (gst_basertppayload_class_init), (gst_basertppayload_init),
8489 (gst_basertppayload_set_property),
8490 (gst_basertppayload_get_property):
8491 Don't break ABI, restore previous ranges. Keep the default random
8492 selection of timestamp and seqnum offset but as soon as the app sets a
8493 specific value, use that one.
8495 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8497 Patch by: Bastien Nocera <hadess at hadess dot net>
8499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8500 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8501 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8502 * sys/xvimage/xvimagesink.h:
8503 Add option to turn off double-buffering for debugging purposes.
8506 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8508 Patch by: Jorn Baayen <jorn at openedhand dot com>
8510 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8511 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8512 (gst_ximagesink_init), (gst_ximagesink_class_init):
8513 * sys/ximage/ximagesink.h:
8514 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8515 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8516 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8517 * sys/xvimage/xvimagesink.h:
8518 add 'handle-expose' property. Useful for video widgets which may want to
8519 be in control of Expose behaviour. Fixes #380625
8521 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8523 * gst-libs/gst/rtp/gstbasertppayload.c:
8524 (gst_basertppayload_class_init), (gst_basertppayload_init),
8525 (gst_basertppayload_event), (gst_basertppayload_push),
8526 (gst_basertppayload_set_property),
8527 (gst_basertppayload_get_property),
8528 (gst_basertppayload_change_state):
8529 * gst-libs/gst/rtp/gstbasertppayload.h:
8530 Fix ranges of rtp payloader properties so that the full range can be
8531 used in addition to -1 (random).
8532 Fix wrong seqnum reporting in caps.
8535 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8537 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8538 (gst_video_rate_query):
8540 Add latency query, might not be perfect yet but already works a lot
8541 better. Fixes #442557.
8543 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8546 (gst_xvimagesink_setcaps):
8547 * sys/xvimage/xvimagesink.h:
8548 After a caps change, redraw our borders to avoid garbage left there
8549 when the image format changes to a smaller size, like 16:9 -> 4:3
8550 Also, hold the flow_lock a bit longer in the set_caps while we're
8551 fiddling with the xcontext.
8553 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8557 * tests/Makefile.am:
8558 Remove bogus check for libcheck, since we check for
8559 gstreamer-check and it pulls in the required info from there, and we
8560 weren't actually _using_ the information for libcheck ourselves
8563 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8565 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8566 (gst_ffmpeg_caps_to_pixfmt):
8567 Fix the r_mask test for RGBA32 on little-endian.
8568 Fix a stupid typo that would have obviously broken
8569 compilation on big-endian, if anyone was testing.
8571 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8573 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8575 * gst/videotestsrc/videotestsrc.h:
8576 Add alpha to the color struct.
8577 Use a default alpha value of 255 instead of 128.
8579 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8581 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8583 Clear the dynamic pads counter when starting a new uri. This makes
8584 reusing playbin work again.
8587 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8590 Use pkg-config to locate check.
8592 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8595 * tests/check/elements/volume.c: (GST_START_TEST):
8596 Fix 'make check' build against core CVS.
8598 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8600 * gst-libs/gst/interfaces/propertyprobe.c:
8601 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8602 * gst-libs/gst/tag/gstvorbistag.c:
8605 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8607 * gst-libs/gst/audio/gstbaseaudiosink.c:
8608 (gst_base_audio_sink_callback):
8609 Quick hack to make audiosinks stop at EOS when operating in
8610 pull-mode; needs to be fixed properly some day.
8612 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8614 * docs/libs/gst-plugins-base-libs-sections.txt:
8615 Fix location of includes in the docs.
8617 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8619 * gst/ffmpegcolorspace/avcodec.h:
8620 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8621 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8622 (gst_ffmpegcsp_avpicture_fill):
8623 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8624 (img_get_alpha_info):
8625 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8626 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8627 end of the word. Partially fixes #451908
8629 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8631 * docs/libs/Makefile.am:
8632 * docs/plugins/Makefile.am:
8633 Simplify --extra-dir as gtkdoc scans recursively.
8635 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8637 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8638 (gst_adder_request_new_pad):
8639 Make getcaps more robust by not using the proxycaps function. This makes
8640 sure that we don't end up recursively calling getcaps upstream.
8643 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8645 * gst/audioconvert/audioconvert.c:
8646 Include math.h to fix compilation.
8648 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8650 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8651 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8652 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8653 format, as produced by some dc1394 cameras like the iSight.
8654 See http://www.fourcc.org/yuv.php#IYU1
8656 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8658 * gst/audioconvert/Makefile.am:
8659 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8660 (check_default), (audio_convert_prepare_context),
8661 (audio_convert_clean_context), (audio_convert_convert):
8662 * gst/audioconvert/audioconvert.h:
8663 * gst/audioconvert/gstaudioconvert.c:
8664 (gst_audio_convert_dithering_get_type),
8665 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8666 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8667 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8668 * gst/audioconvert/gstaudioconvert.h:
8669 * gst/audioconvert/gstaudioquantize.c:
8670 (gst_audio_quantize_setup_noise_shaping),
8671 (gst_audio_quantize_free_noise_shaping),
8672 (gst_audio_quantize_setup_dither),
8673 (gst_audio_quantize_free_dither),
8674 (gst_audio_quantize_setup_quantize_func),
8675 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8676 * gst/audioconvert/gstaudioquantize.h:
8677 Implement dithering and noise shaping in audioconvert. By default now
8678 TPDF dithering (and no noise shaping) will be used when converting
8679 from a higher bit depth to 20 bit depth or smaller, otherwise
8680 everything will be as it is now.
8681 For the last audioconvert in a pipeline it would make sense to
8682 use some kind of noise shaping, enabling it by default for all
8683 conversions would give undesired results though. Fixes #360246.
8684 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8686 Adjust unit test for the new audioconvert.
8688 2007-06-28 Wim Taymans <wim@fluendo.com>
8690 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8691 Use other metrics as well when estimating the buffer level.
8693 2007-06-28 Wim Taymans <wim@fluendo.com>
8695 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8696 Small debug improvement.
8698 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8700 Tweak the rate estimation period.
8701 When calculating the buffer filledness in rate estimation mode, don't
8702 mix it with other metrics.
8704 2007-06-28 Wim Taymans <wim@fluendo.com>
8706 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8707 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8708 When creating the groups, allow for a 5 second, unlimited buffers
8709 preroll phase after which we expose the group.
8710 When the group is exposed, use a small number of buffers up to a 2
8711 second limit. Also disconnect the overrun signal from multiqueue when we
8712 exposed the group because it is not needed anymore.
8714 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8716 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8717 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8718 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8719 (#451707); also, output some debugging info when dealing with
8722 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8723 Add unit test for the above.
8725 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8727 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8728 Add description for Windows Media RTP caps.
8730 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8731 Remove RTP fields that don't define the format from caps.
8733 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8735 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8736 Skip empty buffers, but not empty header buffers. That way the original
8737 vorbisdec unit test still passes (#451145); also, take into account
8738 that those empty packets might carry a granulepos.
8740 * tests/check/Makefile.am:
8741 * tests/check/elements/vorbisdec.c:
8742 (_create_codebook_header_buffer), (_create_audio_buffer),
8743 (GST_START_TEST), (vorbisdec_suite):
8744 Add unit test that sends an empty packet.
8746 2007-06-27 Wim Taymans <wim@fluendo.com>
8748 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8749 Don't error out on 0-sized packets, just emit a warning because this is
8750 not a fatal error. Fixes #451145.
8752 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8754 * docs/plugins/gst-plugins-base-plugins.args:
8755 * docs/plugins/gst-plugins-base-plugins.signals:
8756 * docs/plugins/inspect/plugin-adder.xml:
8757 * docs/plugins/inspect/plugin-alsa.xml:
8758 * docs/plugins/inspect/plugin-audioconvert.xml:
8759 * docs/plugins/inspect/plugin-audiorate.xml:
8760 * docs/plugins/inspect/plugin-audioresample.xml:
8761 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8762 * docs/plugins/inspect/plugin-cdparanoia.xml:
8763 * docs/plugins/inspect/plugin-decodebin.xml:
8764 * docs/plugins/inspect/plugin-decodebin2.xml:
8765 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8766 * docs/plugins/inspect/plugin-gdp.xml:
8767 * docs/plugins/inspect/plugin-gnomevfs.xml:
8768 * docs/plugins/inspect/plugin-libvisual.xml:
8769 * docs/plugins/inspect/plugin-ogg.xml:
8770 * docs/plugins/inspect/plugin-pango.xml:
8771 * docs/plugins/inspect/plugin-playbin.xml:
8772 * docs/plugins/inspect/plugin-subparse.xml:
8773 * docs/plugins/inspect/plugin-tcp.xml:
8774 * docs/plugins/inspect/plugin-theora.xml:
8775 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8776 * docs/plugins/inspect/plugin-video4linux.xml:
8777 * docs/plugins/inspect/plugin-videorate.xml:
8778 * docs/plugins/inspect/plugin-videoscale.xml:
8779 * docs/plugins/inspect/plugin-videotestsrc.xml:
8780 * docs/plugins/inspect/plugin-volume.xml:
8781 * docs/plugins/inspect/plugin-vorbis.xml:
8782 * docs/plugins/inspect/plugin-ximagesink.xml:
8783 * docs/plugins/inspect/plugin-xvimagesink.xml:
8784 Update docs with caps info.
8786 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8789 Add more files with translatable strings (#450875).
8791 2007-06-23 Edward Hervey <edward@fluendo.com>
8793 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8794 The chain should be freed if we error out here, else it will leak.
8795 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8796 (cleanup_decodebin):
8797 Don't forget to *properly* remove the signals, else it will leak.
8799 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8802 Updating all the maintainers files
8804 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8806 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8808 Destroy and recreate parse-launch based pipeline after stop to be able
8809 to play again. Reorder some code and add more comments.
8811 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8813 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8814 When handling a delayed-caps notification case, mark
8815 the group as dynamic so that the nbdynamic count is
8816 incremented and decremented correctly. Fixes: #449156
8817 Patch by: Wim Taymans <wim@fluendo.com>
8819 2007-06-19 Andy Wingo <wingo@pobox.com>
8821 * gst-libs/gst/audio/gstbaseaudiosink.c
8822 (gst_base_audio_sink_init): Enable pull-mode operation.
8824 2007-06-19 Michael Smith <msmith@fluendo.com>
8826 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8827 Change minimum rate back to 1000 to allow low-sample-rate wav files
8830 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8833 Update translations.
8835 2007-06-15 David Schleef <ds@schleef.org>
8837 * gst/playback/gstqueue2.c:
8838 Fix compile error from ignored return value.
8840 2007-06-15 Michael Smith <msmith@fluendo.com>
8842 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8843 Update tmpbuf for all neccesary rows, not just one, as is required
8847 2007-06-15 Michael Smith <msmith@fluendo.com>
8849 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8851 Add a test that ensures we set DELTA_UNIT on all non-header,
8852 non-video buffers, if we have a video stream.
8853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8854 (gst_ogg_mux_process_best_pad):
8855 Move setting delta_pad to earlier, where we inspect all pads, so
8856 that leading audio pages don't get DELTA_UNIT unset if they come
8857 before the first DELTA_UNIT from video pages. Fixes the newly-added
8858 test. Fixes #385527.
8860 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8862 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8863 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8864 fails on the p5-ppc64 build bot and the failure looks like it is due
8865 to the same issue as #348114, ie. a compiler bug.
8867 2007-06-13 Edward Hervey <edward@fluendo.com>
8869 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8870 Fix build on MacOSX.
8872 2007-06-13 Wim Taymans <wim@fluendo.com>
8874 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8875 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8876 Fix compilation on mingw. Fixes #446972.
8878 2007-06-12 Wim Taymans <wim@fluendo.com>
8880 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8882 * gst/playback/gstqueue2.c: (update_buffering),
8883 (gst_queue_locked_enqueue):
8884 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8885 also update the buffering status when receiving events. Fixes #446551.
8887 2007-06-11 Wim Taymans <wim@fluendo.com>
8889 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8891 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8892 (gst_queue_handle_src_query):
8893 Wait for preroll before attempting to forward a duration query upstream.
8896 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8898 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8899 (gst_base_rtp_depayload_set_gst_timestamp):
8900 Use G_GINT64_CONSTANT macro for int64 constant.
8901 * win32/common/libgstinterfaces.def:
8902 * win32/common/libgsttag.def:
8903 Add new exported functions.
8905 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8907 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8908 The BOS page of the first Dirac video stream needs to come before
8909 the BOS page of any Vorbis streams or other audio streams, just like
8912 2007-06-07 Wim Taymans <wim@fluendo.com>
8914 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8917 2007-06-06 Wim Taymans <wim@fluendo.com>
8919 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8921 * gst/playback/gstqueue2.c: (gst_queue_init),
8922 (gst_queue_handle_sink_event), (gst_queue_chain),
8923 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8924 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8925 (gst_queue_src_activate_pull):
8926 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8927 Does not yet completely work because duration queries upstream won't
8930 2007-06-06 Wim Taymans <wim@fluendo.com>
8933 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8934 Some more fseeko checks.
8936 2007-06-06 Wim Taymans <wim@fluendo.com>
8939 check for large file support.
8941 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8943 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8945 * gst/subparse/gstsubparse.c: (parse_subrip),
8946 (subviewer_unescape_newlines), (parse_subviewer),
8947 (gst_sub_parse_data_format_autodetect),
8948 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8949 * gst/subparse/gstsubparse.h:
8950 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8951 * tests/check/elements/subparse.c: (GST_START_TEST),
8953 Add a unit test for both SubViewer formats.
8955 2007-06-01 Michael Smith <msmith@fluendo.com>
8957 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8958 Don't overflow intermediate values when seeking to large time values
8961 2007-06-05 Wim Taymans <wim@fluendo.com>
8963 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8964 (gst_queue_create_read), (gst_queue_read_item_from_file),
8965 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8966 Include stdio to define fseeko.
8968 2007-06-05 Wim Taymans <wim@fluendo.com>
8970 Patch by: Edward Hervey <edward@fluendo.com>
8972 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8974 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8976 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8978 * gst-libs/gst/riff/Makefile.am:
8979 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8980 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8981 our own implementation.
8983 2007-06-05 Wim Taymans <wim@fluendo.com>
8985 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8986 (gst_base_rtp_depayload_setcaps),
8987 (gst_base_rtp_depayload_set_gst_timestamp),
8988 (gst_base_rtp_depayload_change_state):
8989 Handle timestamp wraparound.
8991 2007-06-05 Wim Taymans <wim@fluendo.com>
8993 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8994 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8995 (gst_uri_decode_bin_change_state):
8996 Make sure we name srcpads uniquely even when using different internal
8998 Signal no-more-pads when no more dynamic elements exist.
8999 Remove pads on cleanup.
9001 2007-06-05 Wim Taymans <wim@fluendo.com>
9003 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
9005 * gst/playback/gstqueue2.c: (gst_queue_class_init),
9006 (gst_queue_init), (gst_queue_finalize),
9007 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
9008 (gst_queue_create_read), (gst_queue_read_item_from_file),
9009 (gst_queue_open_temp_location_file),
9010 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
9011 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9012 (gst_queue_is_empty), (gst_queue_is_filled),
9013 (gst_queue_change_state), (gst_queue_set_temp_location),
9014 (gst_queue_set_property):
9015 Add support for filebased buffering. Fixes #441264.
9017 2007-06-05 Wim Taymans <wim@fluendo.com>
9019 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
9020 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
9021 (caps_notify_group_cb), (gst_decode_group_new),
9022 (gst_decode_group_free):
9023 Add support for delayed caps fixation when autoplugging.
9024 Optimize cases where a multiqueue is not needed/wanted, like right after
9025 anything that is not a demuxer.
9027 2007-06-05 Wim Taymans <wim@fluendo.com>
9029 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
9030 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
9031 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
9032 consideratly speedup ogg chain detection by not trying to find a base
9033 timestamp for skeleton streams.
9035 2007-06-05 Wim Taymans <wim@fluendo.com>
9037 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9038 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
9039 (gst_multi_fd_sink_remove_flush),
9040 (gst_multi_fd_sink_remove_client_link),
9041 (gst_multi_fd_sink_handle_client_write),
9042 (gst_multi_fd_sink_handle_clients):
9043 * gst/tcp/gstmultifdsink.h:
9044 Add support for remove_flush.
9046 2007-06-05 Wim Taymans <wim@fluendo.com>
9048 * docs/design/draft-keyframe-force.txt:
9049 * ext/theora/theoraenc.c: (theora_enc_sink_event),
9051 Add draft design for forcing keyframes in encoders and implement in
9054 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
9059 === release 0.10.13 ===
9061 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
9064 releasing 0.10.13, "What's Going on?"
9066 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
9068 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9069 In riff, the depth is stored in the size field but it just means that
9070 the least significant bits are cleared. We can therefore just play
9071 the sample as if it had a depth == width. Fixes: #440997
9073 Patch by: Wim Taymans <wim@fluendo.com>
9074 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
9076 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
9078 * gst-libs/gst/floatcast/floatcast.h:
9079 Define inline when needed on win32 builds. Fixes: #441295
9080 Patch by: Sebastien Moutte <sebastien@moutte.net>
9082 2007-05-29 Wim Taymans <wim@fluendo.com>
9084 * gst/playback/gstplaybasebin.c: (queue_overrun),
9085 (no_more_pads_full):
9086 Stop buffering when the group is commited because the queues filled up.
9089 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9091 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9092 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9093 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9094 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9095 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9096 * ext/alsa/gstalsamixer.h:
9097 * ext/alsa/gstalsamixerelement.c:
9098 (gst_alsa_mixer_element_interface_supported),
9099 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9100 (gst_alsa_mixer_element_set_property),
9101 (gst_alsa_mixer_element_get_property),
9102 (gst_alsa_mixer_element_change_state):
9103 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9104 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9105 (gst_mixer_option_changed):
9106 * gst-libs/gst/interfaces/mixer.h:
9107 Revert commits towards #152864 made so far. We'll pick it up again
9108 after the 0.10.13 release.
9110 2007-05-24 Wim Taymans <wim@fluendo.com>
9112 * gst-libs/gst/audio/gstbaseaudiosink.c:
9113 (gst_base_audio_sink_render):
9114 After an interrupt (PAUSED/flush) assume that the next sample should not
9115 be aligned to the previous sample. Fixes #417992.
9117 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
9119 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9120 Don't add channels and rate fields to the template caps for
9121 audio/x-dts, as wavparse might not always be able to set them,
9122 which would then lead to 'caps are not a real subset of the
9123 template caps' warnings.
9125 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9127 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9128 Handle unknown or invalid pads without crashing, as might occur if
9129 a media file like an mp3 is specified as a subtitle file.
9132 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9134 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9136 Block the subtitle bin output queue before ghosting it and linking,
9137 then unblock after. This avoids spurious not-linked errors caused
9138 by the queue starting up (because it gets linked when it is ghosted).
9141 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
9143 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9144 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9145 file. Avoids flukes where the input gets typefound to some valid but
9148 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9150 * tests/check/Makefile.am:
9151 * tests/check/elements/.cvsignore:
9152 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9153 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9154 Add unit test for gnomevfssink seeking and position reporting for
9157 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9159 Patch by: Mark Nauwelaerts <manauw at skynet be>
9161 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9162 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9163 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9164 * ext/gnomevfs/gstgnomevfssink.h:
9165 Fix position reporting, especially after a seek (from upstream),
9168 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9170 * ext/cdparanoia/gstcdparanoiasrc.c:
9173 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
9175 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9176 Specify the full valid range for MP3 samplerates. Fixes a regression
9177 caused by extra header checks since the last release.
9179 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
9181 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9182 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9183 Fix a locking-order bug I introduced with my changes the other day.
9184 Patch by Mike Smith.
9186 2007-05-21 Michael Smith <msmith@fluendo.com>
9188 * ext/theora/theoradec.c: (theora_handle_data_packet):
9189 Don't look inside 0-length packets (which indicate duplicated
9192 2007-05-21 Wim Taymans <wim@fluendo.com>
9194 * ext/cdparanoia/gstcdparanoiasrc.c:
9195 (gst_cd_paranoia_src_read_sector):
9196 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9197 (gst_base_audio_src_create):
9200 * ext/theora/theoradec.c: (theora_dec_sink_event):
9203 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9204 (gst_base_rtp_depayload_set_gst_timestamp):
9207 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9208 And some debug info when a FIXME path is hit.
9210 2007-05-21 Wim Taymans <wim@fluendo.com>
9212 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9213 (gst_base_rtp_audio_payload_class_init),
9214 (gst_base_rtp_audio_payload_init),
9215 (gst_base_rtp_audio_payload_finalize),
9216 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9217 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9218 (gst_base_rtp_payload_audio_handle_event):
9219 Some cleanups, remove minptime property as it is now in the parent
9221 Override parent class event function.
9223 * gst-libs/gst/rtp/gstbasertppayload.c:
9224 (gst_basertppayload_class_init), (gst_basertppayload_init),
9225 (gst_basertppayload_event), (gst_basertppayload_set_property),
9226 (gst_basertppayload_get_property):
9227 * gst-libs/gst/rtp/gstbasertppayload.h:
9228 Add min-ptime property.
9229 Add handle-event vmethod. Fixes #415001.
9231 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9233 * gst-libs/gst/audio/gstbaseaudiosink.c
9234 (gst_base_audio_sink_change_state):
9235 Fix typo in comment.
9237 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9238 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9239 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9241 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9242 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9243 Remove trailing whitespaces in comments.
9245 * gst/volume/Makefile.am:
9248 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9250 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9252 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9253 set_option, get_option, _gst_reserved):
9254 Revert reordering functions (keep ABI).
9256 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
9258 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9259 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9260 (gst_ximagesink_show_frame):
9261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9262 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9263 (gst_xvimagesink_show_frame):
9264 When we create our own window, indicate that we handle the
9265 WM_DELETE client message from the window manager, so that it won't
9266 kill our window (and our app) along with it. Handle ClientMessage,
9267 post an error on the bus, and close the window. Further buffers
9268 arriving will result in a FlowError because the window has been
9273 Clean up the X event handling loop and make them the same for
9274 both xvimagesink and ximagesink while I'm at it.
9276 2007-05-17 Wim Taymans <wim@fluendo.com>
9278 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9279 Make decodebin2 autoplug depayloaders too.
9281 * gst/playback/gsturidecodebin.c: (source_new_pad):
9282 Set the newly created decoder in a usable state when autoplugging a
9283 dynamic source such as RTSP.
9285 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9287 * gst/playback/gststreaminfo.c: (cb_probe):
9288 Ignore video-codec tag for audio streams and ignore audio-codec tags
9289 for video streams. Should make codec name collection a bit more
9290 robust against sloppy demuxers that send tag events containing both
9293 2007-05-17 Wim Taymans <wim@fluendo.com>
9295 * gst/playback/gstqueue2.c: (update_rates):
9296 Tweak the buffering thresholds a little.
9297 Update the buffer size with the previously calculate rate instead of
9298 only when we calculate a new rate so that we get smoother buffering
9301 * gst/playback/Makefile.am:
9302 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9303 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9304 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9305 (gst_uri_decode_bin_get_property), (unknown_type),
9306 (add_element_stream), (no_more_pads_full), (no_more_pads),
9307 (source_no_more_pads), (new_decoded_pad), (array_has_value),
9308 (gen_source_element), (has_all_raw_caps), (analyse_source),
9309 (remove_decoders), (make_decoder), (remove_source),
9310 (source_new_pad), (setup_source), (decoder_query_init),
9311 (decoder_query_duration_fold), (decoder_query_duration_done),
9312 (decoder_query_position_fold), (decoder_query_position_done),
9313 (decoder_query_latency_fold), (decoder_query_latency_done),
9314 (decoder_query_seeking_fold), (decoder_query_seeking_done),
9315 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9316 (gst_uri_decode_bin_change_state), (plugin_init):
9317 New element that intergrates a source, optional buffering element and
9320 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9323 Bump libtheora requirement to 1.0alpha5 for the pixformat check
9324 (also has a .pc file, so we don't need the fallback check any
9325 longer). Fixes #438840.
9327 2007-05-17 Wim Taymans <wim@fluendo.com>
9329 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9330 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9331 (apply_segment), (apply_buffer), (update_buffering),
9332 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9333 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9334 (gst_queue_handle_sink_event), (gst_queue_is_filled),
9335 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9339 2007-05-17 Wim Taymans <wim@fluendo.com>
9341 * gst/playback/Makefile.am:
9342 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9343 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9344 (gst_queue_getcaps), (gst_queue_bufferalloc),
9345 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9346 (apply_buffer), (update_buffering), (reset_rate_timer),
9347 (update_rates), (gst_queue_locked_flush),
9348 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9349 (gst_queue_handle_sink_event), (gst_queue_is_empty),
9350 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9351 (gst_queue_loop), (gst_queue_handle_src_event),
9352 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9353 (gst_queue_src_activate_push), (gst_queue_change_state),
9354 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9355 On our way to playbin2 this is the new network queue that does buffering
9356 all by itself using high and low watermarks. It can also measure up and
9357 downstream bandwidth to optimally size the queue.
9359 2007-05-17 Michael Smith <msmith@fluendo.com>
9361 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9362 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9363 Use the segment->last_stop value to calculate the next timestamp to
9364 generate after a seek; not the segment->start value.
9366 2007-05-15 David Schleef <ds@schleef.org>
9368 * docs/Makefile.am: Install docs even when --disable-gtk-doc
9369 is disabled. This matches the behavior of gtk+. Fixes #349099.
9371 2007-05-15 Wim Taymans <wim@fluendo.com>
9373 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9374 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9375 Some more chained streaming ogg timestamp fixes.
9377 2007-05-15 Wim Taymans <wim@fluendo.com>
9379 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9380 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9381 (gst_ogg_demux_handle_page):
9383 Fix chain start/stop segment handling based on patch by
9384 <ahalda at cs dot mcgill dot ca> see #320984.
9386 2007-05-15 Michael Smith <msmith@fluendo.com>
9389 We don't require a C++ compiler. So don't require one.
9391 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9393 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9394 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9395 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9396 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9397 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9398 gst_alsa_mixer_update_track):
9399 Apply some of the cleanup Tim suggested in #152864 afterwards.
9401 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9403 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9405 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9406 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9407 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9408 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9409 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9410 gst_alsa_mixer_handle_source_callback,
9411 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9412 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9413 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9414 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9415 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9416 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9417 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9418 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9419 gst_alsa_mixer_element_interface_supported,
9420 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9421 gst_alsa_mixer_element_set_property,
9422 gst_alsa_mixer_element_get_property,
9423 gst_alsa_mixer_element_change_state):
9424 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9425 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9426 gst_mixer_option_changed):
9427 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9428 volume_changed, option_changed, _gst_reserved):
9429 Implement notification for alsamixer. Fixes #152864
9431 2007-05-14 David Schleef <ds@schleef.org>
9433 * gst/videotestsrc/videotestsrc.c:
9434 * gst/videotestsrc/videotestsrc.h:
9435 Add support for video/x-raw-bayer.
9437 2007-05-12 David Schleef <ds@schleef.org>
9439 * sys/xvimage/xvimagesink.c:
9440 Add some sanity checking for the XVImage size returned by X.
9443 2007-05-12 Wim Taymans <wim@fluendo.com>
9445 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9446 (gst_base_rtp_depayload_setcaps),
9447 (gst_base_rtp_depayload_set_gst_timestamp):
9448 Parse and use additional caps fields as described in updated
9449 application/x-rtp caps spec.
9451 2007-05-12 Wim Taymans <wim@fluendo.com>
9453 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9454 (gst_ogg_demux_collect_chain_info):
9455 If there is a stream in a chain without any data packets, ignore the
9456 stream in the total length calculations. Might be related to #436820.
9458 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9460 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9461 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9462 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9463 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9466 Consolidate and re-work our mpeg system stream detection to probe
9467 more packets and produce a higher confidence result. Fixes a
9468 regression caused by lowering the typefind probability last year
9469 - related to bug #397810. Remove the redundant MPEG-1 specific
9470 typefind function, as the new one detects both MPEG-1 & MPEG-2
9473 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9476 Tested against my media test directory, with some improvements and
9479 2007-05-10 Wim Taymans <wim@fluendo.com>
9481 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9482 (queue_out_of_data):
9483 Connect to the new queue "pushing" signal instead of the broken
9486 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9488 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9489 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9490 Move variable declaration before the first instruction.
9491 * gst/videotestsrc/videotestsrc.c:
9492 Define M_PI if it's not defined yet.
9493 * win32/common/libgstrtp.def:
9494 Add new exported functions.
9496 2007-05-09 Michael Smith <msmith@fluendo.com>
9498 * ext/theora/theoradec.c: (theora_handle_type_packet):
9499 gst_pad_push_event() does not return a GstFlowReturn!
9501 2007-05-09 Wim Taymans <wim@fluendo.com>
9503 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9504 * tests/examples/seek/seek.c: (do_seek):
9505 Some small cosmetic changes.
9507 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9509 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9510 gst_adder_change_state):
9511 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9512 segment_pending, segment_position, segment_rate):
9513 Handle playback-rate on adder.
9515 2007-05-07 Michael Smith <msmith@fluendo.com>
9517 * ext/theora/gsttheoradec.h:
9518 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9519 (theora_dec_sink_event), (theora_handle_comment_packet),
9520 (theora_handle_type_packet), (theora_dec_change_state):
9521 Don't push events (newsegment, tags) before initialising the
9523 This is neccesary for seeking to work correctly in gnonlin.
9525 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9527 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9528 * gst/adder/gstadder.c:
9529 * gst/audiotestsrc/gstaudiotestsrc.c
9530 (gst_audio_test_src_create_white_noise):
9531 * gst/videotestsrc/gstvideotestsrc.c:
9532 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9533 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9534 volume_sink_template, volume_src_template, gst_volume_init,
9535 volume_process_double, volume_process_int16,
9536 volume_process_int16_clamp):
9537 Doc fixes and formatting.
9539 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9541 * tests/check/Makefile.am:
9542 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9543 Minimal check for volume's GstController usability; also another
9546 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9548 * gst-libs/gst/cdda/gstcddabasesrc.c:
9549 (gst_cdda_base_src_add_track):
9550 Fix it so that it (a) makes sense and (b) doesn't break
9551 everything cdda-related including the unit test.
9553 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9555 * gst-libs/gst/cdda/gstcddabasesrc.c:
9556 (gst_cdda_base_src_add_track):
9557 Fix build when disabling asserts.
9559 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9561 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9562 When XShm is not available, we might get row strides that are not
9563 rounded up to multiples of four; this is bad, because virtually
9564 every RGB-processing element in GStreamer assumes rowstrides are
9565 rounded up to multiples of four, so let's allocate at least enough
9566 memory to avoid crashes in this case. The image will still be
9567 displayed distorted though if this happens, so that still needs
9568 fixing (maybe by allocating a bigger image with an 'even' width
9569 and then clipping it appropriately when rendering - something for
9570 Xlib aficionados in any case).
9572 2007-05-03 Michael Smith <msmith@fluendo.com>
9574 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9575 If a buffer doesn't have a timestamp, assume it's contiguous with
9576 the previous buffer, and synthesise timestamps appropriately.
9578 2007-05-03 Edward Hervey <edward@fluendo.com>
9580 * tests/check/elements/videorate.c: (GST_START_TEST):
9581 Set buffer timestamp to a valid value in order to test the buffer
9582 really does stay in videorate.
9584 2007-05-03 Edward Hervey <edward@fluendo.com>
9586 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9587 There is no sensible way to handle incoming buffers which don't have a
9588 valid timestamp. We therefore discard them and wait for the next one.
9590 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9592 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9593 * gst/playback/gstdecodebin2.c: (plugin_init):
9594 Better error message for text files.
9596 2007-04-29 Wim Taymans <wim@fluendo.com>
9598 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9599 Fix offset bug in generation RR packets.
9601 2007-04-27 Julien MOUTTE <julien@moutte.net>
9603 * ext/theora/theoradec.c: (_theora_granule_time),
9604 (theora_dec_push_forward), (theora_handle_data_packet),
9605 (theora_dec_decode_buffer): Calculate buffer duration correctly
9606 to generate a perfect stream (#433888).
9607 * gst/audioresample/gstaudioresample.c:
9608 (audioresample_check_discont): Glib provides ABS.
9610 2007-04-27 Wim Taymans <wim@fluendo.com>
9612 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9613 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9614 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9615 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9616 (gst_rtcp_packet_bye_set_reason):
9617 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9618 Fix RB block parsing and writing.
9619 Add support for constructing BYE packets.
9621 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9623 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9624 (gst_base_audio_src_create):
9626 When posting a warning message because samples were dropped, post
9627 something more intelligible than he default error message for clock
9628 errors which is just confusing in this context (#432984).
9630 2007-04-25 Wim Taymans <wim@fluendo.com>
9632 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9633 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9634 (read_packet_header), (gst_rtcp_packet_move_to_next),
9635 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9636 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9637 (gst_rtcp_packet_sdes_get_item_count),
9638 (gst_rtcp_packet_sdes_first_item),
9639 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9640 (gst_rtcp_packet_sdes_first_entry),
9641 (gst_rtcp_packet_sdes_next_entry),
9642 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9643 (gst_rtcp_packet_sdes_add_entry):
9644 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9645 Implement code to write SR, RR and SDES packets.
9647 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9649 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9651 * sys/ximage/ximagesink.c:
9652 Fix build if XShm is not available (#432362).
9654 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9656 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9657 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9658 pointers to random memory which are passed to g_free() when
9659 audio_convert_prepare_context() is called the first time.
9661 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9663 Patch by: Dan Williams <dcbw redhat com>
9665 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9666 Don't leak incoming buffer if gst_pad_push() returns a
9667 non-OK flow. Fixes #432755.
9669 * tests/check/elements/videorate.c: (GST_START_TEST),
9671 Unit test for the above by Yours Truly.
9673 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9675 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9676 (gst_adder_sink_event), (gst_adder_collected):
9677 Fix non-flushing segmented seeks, Fixes #340060 for me
9679 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9681 Patch by: Olivier Crete <tester at tester ca>
9683 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9684 (gst_base_rtp_audio_payload_class_init),
9685 (gst_base_rtp_audio_payload_init),
9686 (gst_base_rtp_audio_payload_dispose):
9687 Chain up to parent class in dispose function; get rid of
9688 unnecessary 'diposed' flag in private structure (#415001).
9690 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9692 * docs/libs/gst-plugins-base-libs.types:
9693 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9694 (gst_base_rtp_audio_payload_class_init):
9695 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9696 * gst-libs/gst/rtp/gstbasertppayload.c:
9697 Some minor docs fixes and additions; also add missing 'Since' bits.
9699 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9701 Patch by: Zeeshan Ali <zeenix gmail com>
9703 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9704 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9705 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9706 (gst_base_rtp_audio_payload_push):
9707 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9708 The recently-added gst_base_rtp_audio_payload_push() should take an
9709 object of type GstBaseRTPAudioPayload as first argument (#431672).
9711 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9713 * gst/audioresample/gstaudioresample.c:
9714 Make more functions static, just because we can.
9716 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9718 * tests/check/elements/audioresample.c:
9719 Add unit test for audioresample shutdown crasher (#420106).
9721 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9723 * gst/subparse/gstsubparse.c:
9724 * gst/subparse/samiparse.c:
9725 Use GST_DISABLE_XML here
9727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9728 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9729 (gst_xvimagesink_buffer_alloc),
9730 (gst_xvimagesink_navigation_send_event):
9731 * sys/xvimage/xvimagesink.h:
9732 Include stdlib.h when using atoi.
9734 * tests/check/elements/playbin.c: (playbin_suite):
9735 Use GST_DISABLE_REGISTRY here
9737 2007-04-19 Michael Smith <msmith@fluendo.com>
9739 * ext/theora/gsttheoraenc.h:
9740 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9741 (theora_enc_sink_event), (theora_enc_change_state):
9742 Track initialisation state; don't try to use encoder state if we're
9743 not initialised (it'll segfault).
9745 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9747 * tests/check/pipelines/.cvsignore:
9750 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9752 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9753 Allow random depths between 1 and 32 instead of only multiplies of 8.
9755 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9757 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9758 Set the maximum number of channels for PCM and float in the correct
9759 place to have it also used when creating the template caps.
9761 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9763 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9764 Correctly support 4, 6 and 8 channels with normal PCM and float
9767 Fix the depth and signedness calculation in extensible wav files and
9768 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9771 Add support for float, alaw and mulaw in extensible wav files.
9773 This allows correct playback of all but 5 files from
9774 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9776 (gst_riff_create_audio_template_caps):
9777 Add voxware and float formats to the template caps.
9779 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9781 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9783 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9784 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9786 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9787 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9788 Use the correct format strings for integer formats.
9790 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9792 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9793 Don't use pad_alloc_buffer_and_set_caps to create a small header
9794 packet, or, worse, to create a big temporary video buffer using the
9797 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9799 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9800 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9801 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9802 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9804 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9806 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9807 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9808 streamheader_suite):
9809 Add another test set up for failure
9811 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9813 * tests/check/Makefile.am:
9814 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9815 GST_START_TEST, streamheader_suite, main):
9816 Add a test for the streamheader bug Wim fixed.
9818 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9820 * ext/theora/theoradec.c: (theora_dec_sink_event):
9821 Fix misleading comment.
9823 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9825 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9826 More sanity checks for the header fields.
9828 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9830 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9831 Try encodings from all environment variables, not just those in the
9832 first environment variable that is set.
9834 2007-04-12 Wim Taymans <wim@fluendo.com>
9836 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9837 (gst_video_rate_chain):
9840 * tests/check/elements/videorate.c: (GST_START_TEST),
9842 Added check for videorate changing caps handling. Closes #421834.
9844 2007-04-12 Michael Smith <msmith@fluendo.com>
9846 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9847 Use scale functions to avoid overflow when calculating duration of
9850 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9852 * docs/libs/gst-plugins-base-libs-sections.txt:
9853 * gst-libs/gst/tag/tag.h:
9854 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9855 API: add gst_tag_freeform_string_to_utf8() (#405072).
9857 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9858 Use gst_tag_freeform_string_to_utf8() here.
9860 2007-04-12 Wim Taymans <wim@fluendo.com>
9862 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9863 (gst_gdp_pay_sink_event):
9864 Make sure we set the IN_CAPS flag correctly.
9866 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9867 Get the IN_CAPS flag before we call functions that mess with the flags.
9869 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9871 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9872 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9873 Only stamp buffers with offset/offset_end right before they get
9874 pushed. This ensures offset continuity, which was not the case
9876 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9878 2007-04-06 Wim Taymans <wim@fluendo.com>
9880 * gst/playback/gstplaybin.c: (add_sink),
9881 (gst_play_bin_change_state):
9882 Activate sync in playbin, we are ready to handle it for live streams.
9884 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9886 * tests/check/elements/playbin.c:
9887 (test_sink_usage_video_only_stream), (playbin_suite):
9888 Add small test for stream-info-value-array code paths.
9890 2007-04-05 Wim Taymans <wim@fluendo.com>
9892 * gst-libs/gst/audio/gstbaseaudiosink.c:
9893 (gst_base_audio_sink_skew_slaving):
9894 Don't try to create invalid calibration parameters by making the
9895 internal time go backwards, instead make external time go forward.
9897 2007-04-05 Wim Taymans <wim@fluendo.com>
9899 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9901 * gst/playback/gstplaybasebin.c: (add_stream):
9902 Fix leak in add_stream(), when g_value_set_object() increases the
9903 refcount of streaminfo object. Fixes #426250.
9905 2007-04-03 David Schleef <ds@schleef.org>
9907 * gst/videotestsrc/gstvideotestsrc.c:
9908 * gst/videotestsrc/gstvideotestsrc.h:
9909 * gst/videotestsrc/videotestsrc.c:
9910 * gst/videotestsrc/videotestsrc.h:
9911 Add a test pattern called "circular", which has concentric
9912 rings with varying radial frequency. The main purpose of this
9913 pattern is to test fidelity loss in a filter or scaler element.
9914 Notably, this pattern is scale invariant, and is optimally viewed
9915 with a width (and height) of 400.
9917 2007-04-03 Wim Taymans <wim@fluendo.com>
9919 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9921 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9922 (deactivate_free_recursive):
9923 Decodebin2 doesn't unref pads it obtains in some occasions:
9924 - multiqueue src pads, when either connecting further or exposing
9925 - sink pads of new autoplugged elements
9926 - peer pads when recursively freeing elements
9929 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9931 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9932 Add audio/x-raw-float support, now that audioconvert support
9933 non-native endianness floats.
9935 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9937 * docs/libs/gst-plugins-base-libs-docs.sgml:
9938 gstreamer-plugins-base.pc doesn't exist, it's
9939 gstreamer-plugins-base-0.10.pc.
9941 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9943 Patch by: René Stadler <mail at renestadler dot de>
9944 with some minor changes
9946 * gst-libs/gst/floatcast/floatcast.h:
9947 Use more efficient float endianness conversion functions that don't
9948 involve 2 function calls per value.
9949 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9950 (check_default), (audio_convert_prepare_context):
9951 * gst/audioconvert/gstaudioconvert.c:
9952 (gst_audio_convert_parse_caps), (make_lossless_changes):
9953 Support non-native endianness floats as input and output.
9955 * tests/check/elements/audioconvert.c: (verify_convert),
9957 Add unit tests for the non-native endianness float conversions.
9959 2007-03-29 Wim Taymans <wim@fluendo.com>
9961 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9962 (gst_base_rtp_depayload_base_init),
9963 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9964 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9965 (gst_base_rtp_depayload_set_gst_timestamp),
9966 (gst_base_rtp_depayload_change_state),
9967 (gst_base_rtp_depayload_set_property),
9968 (gst_base_rtp_depayload_get_property):
9969 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9970 Add Private structure.
9971 Bring element code to 2007.
9972 Parse clock-base caps param and use it when generating the
9974 Reset variables before going to PAUSED.
9977 2007-03-29 Wim Taymans <wim@fluendo.com>
9979 * docs/libs/gst-plugins-base-libs-docs.sgml:
9980 * docs/libs/gst-plugins-base-libs-sections.txt:
9981 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9982 (gst_base_rtp_audio_payload_get_adapter):
9986 * gst-libs/gst/rtp/Makefile.am:
9987 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9988 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9989 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9990 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9991 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9992 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9993 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9994 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9995 (gst_rtcp_packet_sr_get_sender_info),
9996 (gst_rtcp_packet_sr_set_sender_info),
9997 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9998 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9999 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
10000 (gst_rtcp_packet_sdes_get_chunk_count),
10001 (gst_rtcp_packet_sdes_first_chunk),
10002 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
10003 (gst_rtcp_packet_sdes_first_item),
10004 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
10005 (gst_rtcp_packet_bye_get_ssrc_count),
10006 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
10007 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
10008 (gst_rtcp_packet_bye_get_reason_len),
10009 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
10010 * gst-libs/gst/rtp/gstrtcpbuffer.h:
10011 Add new helper object for parsing and creating RTCP messages.
10013 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10015 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10016 PCM samples with width=8 must be always unsigned, no matter what
10019 2007-03-29 Andy Wingo <wingo@pobox.com>
10021 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
10022 perfect offsets also, not just timestamps.
10024 * tests/check/elements/videorate.c (test_more): Test that given
10025 any incoming offsets, that videorate produces perfect offsets.
10027 2007-03-29 Wim Taymans <wim@fluendo.com>
10029 * gst-libs/gst/riff/riff-ids.h:
10030 Add some more RIFF formats.
10032 2007-03-29 Wim Taymans <wim@fluendo.com>
10034 * gst-libs/gst/rtp/gstrtpbuffer.c:
10035 (gst_rtp_buffer_default_clock_rate):
10036 * gst-libs/gst/rtp/gstrtpbuffer.h:
10037 Fix fixed payload names and docs.
10038 Added method to get the default clock rates of fixed payload types.
10039 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
10041 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10043 * tests/check/pipelines/.cvsignore:
10044 Add new vorbisdec test to cvsignore.
10046 2007-03-28 Wim Taymans <wim@fluendo.com>
10048 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
10049 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10050 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
10051 (gst_base_audio_sink_set_property),
10052 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
10053 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
10054 (gst_base_audio_sink_skew_slaving),
10055 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10056 (gst_base_audio_sink_async_play):
10057 * gst-libs/gst/audio/gstbaseaudiosink.h:
10058 Store private stuff in GstBaseAudioSinkPrivate.
10059 Add configurable clock slaving modes property.
10060 API:: GstBaseAudioSink::slave-method property
10061 Some more latency reporting tweaks.
10062 Added skew based clock slaving correction and make it the default until
10063 the resampling method is more robust.
10065 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
10067 * gst/audioconvert/audioconvert.c:
10068 Add docs to the integer pack functions and implement proper
10069 rounding. Before we had rounding towards negative infinity, i.e.
10070 always the smaller number was taken. Now we use natural rounding,
10071 i.e. rounding to the nearest integer and to the one with the largest
10072 absolute value for X.5. The old rounding introduced some minor
10073 distortions. Fixes #420079
10074 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10075 Fix one unit test that assumed the old rounding and added unit tests
10076 for checking signed/unsigned int16 <-> signed/unsigned int16 with
10077 depth 8, one for signed int16 <-> unsigned int16 and one for the new
10078 rounding from signed int32 to signed/unsigned int16.
10080 2007-03-27 Michael Smith <msmith@fluendo.com>
10082 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10083 (gst_audio_convert_transform_caps):
10084 Fix typo in debug line introduced recently, as pointed out on irc.
10086 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
10088 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10089 * tests/check/libs/tag.c: (GST_START_TEST):
10090 Make sure we parse floating-point numbers in vorbis comments
10091 correctly with either '.' or ',' as separator, no matter what
10092 the current locale is. Add unit test for this too.
10094 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
10096 Patch by: René Stadler <mail at renestadler de>
10098 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10099 When writing out floating-point numbers to vorbis comment tags, always
10100 use the same character as separator no matter what the current locale is
10103 * tests/check/libs/tag.c: (GST_START_TEST):
10104 Add unit tests for replaygain tags in vorbis comments (closes #423055).
10106 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
10108 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10109 vorbis_handle_data_packet):
10110 Correctly set DURATION to generate a timestamp-continuous stream.
10111 One bug left at the end; see
10112 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10113 * tests/check/Makefile.am:
10114 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10115 Add a test to check this. Without the above patch this test fails.
10117 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
10119 * gst-libs/gst/rtp/Makefile.am:
10120 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10122 2007-03-23 Michael Smith <msmith@fluendo.com>
10124 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10125 (gst_video_rate_reset), (gst_video_rate_chain):
10126 If videorate changes caps, we can no longer use the old buffer
10127 (which may have a different size, incompatible with our caps).
10128 So don't do that; just duplicate the new frame more times.
10130 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
10132 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10133 Remove playbin's override of the set_clock vmethod. It's irrelevant
10134 after Wim's commit on the 19th.
10136 2007-03-22 Wim Taymans <wim@fluendo.com>
10138 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10139 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10140 * ext/gnomevfs/gstgnomevfssrc.h:
10141 Don't cache file sizes. Fixes #341078.
10143 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10145 * gst/playback/gstplaybin.c: (add_sink):
10146 Use GST_PTR_FORMAT to log caps.
10148 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10150 Patch by: Young-Ho Cha <ganadist at chollian net>
10152 * gst/subparse/samiparse.c: (handle_start_font):
10153 Special-case some more colour names that pango doesn't handle by
10154 default. Fixes #420578.
10156 2007-03-20 Michael Smith <msmith@fluendo.com>
10158 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10159 If we get a zero-sized input buffer, don't pass it to libvorbis, as
10160 that marks EOS internally. After that, libvorbis will buffer all
10161 input data, and encode none of it, eventually leading to memory
10164 2007-03-19 Wim Taymans <wim@fluendo.com>
10166 * gst/playback/gstdecodebin.c: (remove_fakesink):
10167 Don't post STATE_DIRTY anymore.
10169 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10170 (gst_play_bin_change_state):
10171 Remove stream_time reset in seek handling, core does that now.
10172 Disable clocking for live pipelines by forcing a NULL clock to the
10173 complete pipeline, core is too smart now for our previous hack.
10174 We can always autoplug in PAUSED now.
10176 2007-03-17 David Schleef <ds@schleef.org>
10178 * REQUIREMENTS: Update this file, change the formatting to make
10179 it more consistent, plus more machine readable.
10181 2007-03-16 Michael Smith <msmith@fluendo.com>
10183 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10184 (strip_width_64), (append_with_other_format):
10185 Previous fix was too simplistic, and broke the tests. Use a better
10186 approach; only strip 64 from widths for integer audio.
10188 2007-03-16 Michael Smith <msmith@fluendo.com>
10190 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10191 (gst_audio_convert_transform_caps):
10192 We don't support 64 bit integer audio, so don't try to claim we can.
10193 Stops us producing caps don't match our template caps.
10196 2007-03-15 Michael Smith <msmith@fluendo.com>
10198 * gst/audioresample/gstaudioresample.c:
10199 (audioresample_check_discont), (audioresample_transform):
10200 Don't trigger discontinuities for very small imperfections; a filter
10201 flush will sound bad, and many plugins have rounding errors leading
10204 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10206 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10208 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10209 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10210 API: add "min-ptime" property to RTP base audio payloader.
10211 API: add gst_base_rtp_audio_payload_push().
10212 API: add gst_base_rtp_audio_payload_get_adapter().
10214 Indentation/whitespace/documentation fixes.
10216 2007-03-14 Julien MOUTTE <julien@moutte.net>
10218 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10219 (audioresample_transform_size), (audioresample_do_output),
10220 (audioresample_transform), (audioresample_pushthrough): Handle
10221 discontinuous streams.
10222 * gst/audioresample/gstaudioresample.h:
10223 * tests/check/elements/audioresample.c:
10224 (test_discont_stream_instance), (GST_START_TEST),
10225 (audioresample_suite): Add a test for discontinuous streams.
10226 * win32/common/config.h: Updated.
10228 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10243 Update translations from translation project.
10245 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10247 * gst/audioresample/debug.h:
10248 * gst/audioresample/resample.c: (resample_init):
10249 Since I really am not interested in a debug line for each sample
10250 being processed, move the library's debugging to its own category,
10253 2007-03-13 Michael Smith <msmith@fluendo.com>
10255 * ext/theora/theoradec.c: (theora_handle_type_packet):
10256 Since the plugin doesn't support anything other than 4:2:0 right
10257 now, post an error and fail if we get something else. Won't matter
10258 until libtheora supports the other pixel formats, but hopefully
10261 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10263 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10264 Use gst_guint64_to_gdouble for conversion.
10266 Add new files to the win32 MANIFEST.
10267 * win32/common/libgstaudio.def:
10268 * win32/common/libgstpbutils.def:
10269 Add new exported functions.
10270 * win32/vs6/gst_plugins_base.dsw:
10271 * win32/vs6/libgstdecodebin.dsp:
10272 * win32/vs6/libgstplaybin.dsp:
10273 Change the link to libgstpbutils.lib.
10274 * win32/vs6/libgstdecodebin2.dsp:
10275 Add a new project for decodebin2.
10276 * win32/vs6/libgstpbutils.dsp:
10277 Add a new project for pbutils.
10279 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10281 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10282 Also accept partial dates with only year and month,
10283 like 1999-12-00 (fixes #410396 even more).
10285 * tests/check/libs/tag.c: (GST_START_TEST):
10286 Add unit test for the above.
10288 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10290 * tests/check/elements/subparse.c: (GST_START_TEST),
10292 Add unit test for MPL2 subtitle format (#413799).
10294 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10296 Patch by: Kamil Pawlowski <kamilpe gmail com>
10298 * gst/subparse/Makefile.am:
10299 * gst/subparse/gstsubparse.c:
10300 (gst_sub_parse_data_format_autodetect),
10301 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10302 (gst_subparse_type_find):
10303 * gst/subparse/gstsubparse.h:
10304 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10305 * gst/subparse/mpl2parse.h:
10306 Add support for MPL2 subtitle format (#413799).
10308 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10311 We require core CVS for the new buffer metadata copy functions.
10313 2007-03-09 Wim Taymans <wim@fluendo.com>
10315 * gst-libs/gst/tag/gstid3tag.c:
10316 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10319 Patch by: Alex Lancaster <alexl at users sourceforge net>
10321 2007-03-09 Wim Taymans <wim@fluendo.com>
10323 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10324 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10325 Improve adapter usage and comments.
10327 2007-03-09 Wim Taymans <wim@fluendo.com>
10329 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10330 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10331 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10332 Use new metadata copy function.
10334 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10335 (gst_ffmpegcsp_transform):
10336 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10337 Basetransform copied the metadata for us.
10339 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10341 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10342 (gst_text_overlay_video_event):
10343 Some more logging. Only accept newsegment events in TIME format and
10344 send a WARNING message if they are not in TIME format.
10346 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10347 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10348 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10349 * gst/subparse/gstsubparse.h:
10350 No need to allocate GstSegment structure dynamically, just put it
10351 into the instance structure; ignore newsegment events in BYTE
10352 format and in particular don't let it overwrite our saved TIME
10353 segment from the last seek.
10355 2007-03-09 Michael Smith <msmith@fluendo.com>
10357 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10358 Replace AC3 typefinder with one that isn't terrible, and actually
10361 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
10363 * gst/audioconvert/gstaudioconvert.c:
10364 (gst_audio_convert_transform):
10365 fix error category and translatable string
10368 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10370 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10371 * pkgconfig/gstreamer-plugins-base.pc.in:
10372 Fix up utils => pbutils here too.
10374 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10376 * gst/subparse/gstsubparse.c: (handle_buffer):
10377 Break out of loop in chain function as soon as possible if we get
10378 a non-OK flow return.
10380 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10382 * tests/check/elements/alsa.c: (GST_START_TEST):
10383 Unref the mixer if the state change fails too (if the
10384 alsa devices are inaccessible, for example)
10386 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10388 * tests/check/Makefile.am:
10389 Don't test libvisual elements in the states check, because libvisual
10390 seems to leak internally.
10392 Re-enable the alsa and states tests now that there's new suppressions
10395 * tests/check/elements/alsa.c: (GST_START_TEST):
10396 Don't leak the alsamixer we instantiated.
10398 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10400 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10401 (gst_ximagesink_change_state), (gst_ximagesink_reset),
10402 (gst_ximagesink_finalize):
10403 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10404 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10405 Move some cleanup stuff from the state change handler into a _reset()
10406 function that can be called from _finalize(). This ensures that things
10407 get freed even if (for some reason) the NULL->READY state transition
10408 fails in the parent class.
10409 Even if a parent state change fails, process our downward state change
10410 logic instead of bailing out early.
10411 Free the correct xcontext pointer in ximagesink's xcontext_clear.
10413 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10415 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10418 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10419 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10420 Use pango_font_description_set_family_static instead of
10421 pango_font_description_set_family to save a string copy (it was
10422 leaking due to the strdup anyway)
10424 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10425 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10426 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10427 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10428 Chain up in finalize.
10430 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
10432 * gst-libs/gst/interfaces/mixertrack.c:
10433 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10434 (gst_mixer_track_set_property):
10435 API: add "untranslated-label" property which should be set by
10436 implementations at construct time (#414645).
10438 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10439 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10440 Set "untranslated-label" when constructing mixer track objects.
10442 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10443 Unit test to check the above.
10445 2007-03-07 Wim Taymans <wim@fluendo.com>
10447 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10448 Fix confusing debug message.
10450 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10452 * gst-plugins-base.doap:
10453 update doap file with new version
10455 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10460 === release 0.10.12 ===
10462 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10465 releasing 0.10.12, "Zombie Horde"
10467 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10470 Bump version to 0.10.11.4 pre-release
10472 2007-03-06 Wim Taymans <wim@fluendo.com>
10474 * gst-libs/gst/audio/gstbaseaudiosink.c:
10475 (gst_base_audio_sink_async_play):
10476 Fix regression that made GStreamer skip the first samples of audio.
10479 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10482 Bump version to 0.10.11.3 pre-release
10484 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10487 Update paths for the rename from utils to pbutils to fix the build.
10489 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10491 * gst-libs/gst/pbutils/Makefile.am:
10492 Change directory to install headers in from gst/utils to gst/pbutils
10495 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10498 * docs/libs/gst-plugins-base-libs-docs.sgml:
10499 * docs/libs/gst-plugins-base-libs-sections.txt:
10500 * gst-libs/gst/Makefile.am:
10501 * gst-libs/gst/interfaces/mixer.c:
10502 * gst-libs/gst/pbutils/Makefile.am:
10503 * gst-libs/gst/pbutils/descriptions.c:
10504 (gst_pb_utils_get_source_description),
10505 (gst_pb_utils_get_sink_description),
10506 (gst_pb_utils_get_decoder_description),
10507 (gst_pb_utils_get_encoder_description),
10508 (gst_pb_utils_get_element_description),
10509 (gst_pb_utils_add_codec_description_to_tag_list),
10510 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10511 * gst-libs/gst/pbutils/descriptions.h:
10512 * gst-libs/gst/pbutils/install-plugins.c:
10513 * gst-libs/gst/pbutils/install-plugins.h:
10514 * gst-libs/gst/pbutils/missing-plugins.c:
10515 (gst_missing_uri_source_message_new),
10516 (gst_missing_uri_sink_message_new),
10517 (gst_missing_element_message_new),
10518 (gst_missing_decoder_message_new),
10519 (gst_missing_encoder_message_new),
10520 (gst_missing_plugin_message_get_description):
10521 * gst-libs/gst/pbutils/missing-plugins.h:
10522 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10523 * gst-libs/gst/pbutils/pbutils.h:
10524 * gst-libs/gst/utils/Makefile.am:
10525 * gst-libs/gst/utils/base-utils.c:
10526 * gst-libs/gst/utils/base-utils.h:
10527 * gst-libs/gst/utils/descriptions.c:
10528 * gst-libs/gst/utils/descriptions.h:
10529 * gst-libs/gst/utils/install-plugins.c:
10530 * gst-libs/gst/utils/install-plugins.h:
10531 * gst-libs/gst/utils/missing-plugins.c:
10532 * gst-libs/gst/utils/missing-plugins.h:
10533 * gst-plugins-base.spec.in:
10534 * gst/playback/Makefile.am:
10535 * gst/playback/gstdecodebin.c:
10536 * gst/playback/gstdecodebin2.c:
10537 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10538 (gen_source_element):
10539 * gst/playback/gstplaybin.c: (plugin_init):
10540 * tests/check/Makefile.am:
10541 * tests/check/libs/pbutils.c: (GST_START_TEST),
10542 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10543 * tests/check/libs/utils.c:
10544 rename utils to pbutils
10546 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10548 * docs/plugins/Makefile.am:
10549 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10550 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10551 * docs/plugins/inspect/plugin-decodebin2.xml:
10552 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10553 Add documentation for decodebin2 that indicates that the API
10556 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10559 Update to 0.10.11.2 (0.10.12 pre-release)
10561 2007-03-01 Wim Taymans <wim@fluendo.com>
10563 * gst-libs/gst/audio/gstbaseaudiosink.c:
10564 (gst_base_audio_sink_async_play):
10565 base time is irrelevant here.
10567 2007-03-01 Wim Taymans <wim@fluendo.com>
10569 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10570 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10573 * gst-libs/gst/audio/gstbaseaudiosink.c:
10574 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10575 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10576 Improve latency and clock slaving calculations.
10577 Improve slave clock calibration.
10579 * gst-libs/gst/audio/gstringbuffer.c:
10580 (gst_ring_buffer_commit_full):
10581 When we are asked to render N sample to 0 bytes, return N.
10583 2007-03-01 Wim Taymans <wim@fluendo.com>
10585 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10586 (gst_alsasink_write), (gst_alsasink_reset):
10587 * ext/alsa/gstalsasink.h:
10588 Remove unused dispose function.
10589 Rename lock to not interfere with alsasrc lock.
10591 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10592 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10593 (gst_alsasrc_read), (gst_alsasrc_reset):
10594 * ext/alsa/gstalsasrc.h:
10595 Implement finalize function.
10596 Use lock to protect alsa access.
10598 Fine tune sw params.
10600 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10603 Convert to new AG_GST style.
10605 2007-02-28 Wim Taymans <wim@fluendo.com>
10607 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10609 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10610 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10611 Fix race condition when rapidly switching visualisations in playbin.
10614 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10616 * tests/check/Makefile.am:
10617 Include local stuff before system installed things in LDFLAGS and
10620 2007-02-28 Wim Taymans <wim@fluendo.com>
10622 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10625 2007-02-28 Wim Taymans <wim@fluendo.com>
10627 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10628 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10629 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10630 Fix duration and timestamping, taking latency into account.
10631 Implement latency query.
10633 2007-02-28 Wim Taymans <wim@fluendo.com>
10635 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10636 (gst_audio_clock_new):
10639 * gst-libs/gst/audio/gstbaseaudiosink.c:
10640 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10641 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10642 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10643 (gst_base_audio_src_create):
10644 Improve latency query code.
10645 Use proper clock names.
10647 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10649 * tests/check/generic/states.c: (GST_START_TEST):
10650 Copy the states.c test from core again
10651 * tests/check/Makefile.am:
10652 ignore cdio and cdparanoiasrc
10654 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10656 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10657 (double_hq), (audio_convert_get_func_index), (check_default),
10658 (audio_convert_prepare_context), (audio_convert_convert):
10659 Also make valgrind happy and avoid copying data in some cases.
10661 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10663 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10664 (double_hq), (audio_convert_get_func_index),
10665 (audio_convert_prepare_context), (audio_convert_convert):
10666 * gst/audioconvert/gstaudioconvert.c:
10667 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10668 (gst_audio_convert_transform_caps):
10669 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10670 (audioconvert_suite):
10671 Don't run inplace if that overwrites source data as we go. Add more
10672 tests. Fixes #339837 even more.
10674 2007-02-27 Julien MOUTTE <julien@moutte.net>
10676 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10677 (msg_segment_done): Fix various seeking bugs (Slider was not
10678 updating when doing a non flushing seek, Reverse playback
10679 on segment seek was wrong).
10681 2007-02-26 Wim Taymans <wim@fluendo.com>
10683 * tests/examples/seek/seek.c: (stop_seek):
10684 When we stop scrubbing, don't leave the pipeline PLAYING when we
10685 requested a PAUSED state.
10687 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10689 Patch by: René Stadler <mail at renestadler de>
10691 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10692 Parse date strings in vorbis comments that have an invalid (zero)
10693 month or day (#410396).
10695 * tests/check/libs/tag.c: (GST_START_TEST):
10696 Test case for the above.
10698 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10700 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10703 * ext/alsa/Makefile.am:
10704 * gst/audiotestsrc/Makefile.am:
10705 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10707 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10709 * gst/playback/gstplaybin.c:
10710 Improve docs: point out that the application needs to assist playbin
10713 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10715 * gst-libs/gst/utils/install-plugins.c:
10716 * gst-libs/gst/utils/missing-plugins.c:
10717 * tests/check/libs/utils.c: (missing_msg_check_getters):
10718 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10719 to just 'gstreamer'. Document the caps string component of the
10720 decoder/encoder detail a bit better, since not everyone will be
10721 familiar with the GStreamer media type/caps system (but they better
10722 enjoy nested itemized lists).
10724 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10726 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10727 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10728 Fix copying of GstNetBuffer (would crash before, or at least lead to
10729 invalid memory access, #410772), for now by copying the GstBuffer copy
10730 code from the core over here so we can copy the GstBuffer fields on a
10731 provided buffer instance (of type GstNetBuffer in this case). Would be
10732 better to fix this with some support by the core though (and in the long
10733 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10735 * tests/check/Makefile.am:
10736 Enable unit test for GstNetBuffer.
10738 2007-02-22 Andy Wingo <wingo@pobox.com>
10740 * gst-libs/gst/audio/gstbaseaudiosink.c
10741 (gst_base_audio_sink_init): Disable pull-mode activation until we
10742 figure out how to make audio sinks go to PLAYING.
10744 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10746 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10747 (double_hq), (audio_convert_get_func_index),
10748 (audio_convert_prepare_context), (audio_convert_convert):
10749 * gst/audioconvert/audioconvert.h:
10750 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10751 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10752 * gst/audioconvert/gstchannelmix.h:
10753 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10754 Add float as an intermediate format, as well as float mixing. Enable
10755 test that was failing before. Fixes #339837
10757 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10759 * tests/examples/seek/seek.c: (do_seek):
10760 Undo the previous commit: -1 as a stop time implies that the stop
10761 time is the end of file, clearing any previously configured segment.
10763 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10765 * tests/examples/seek/seek.c: (do_seek):
10766 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10768 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10770 * gst/volume/gstvolume.c: (volume_process_int16),
10771 (volume_process_int16_clamp), (volume_set_caps):
10772 Unbreak volume, value remains gint.
10774 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10776 * gst/volume/gstvolume.c: (volume_choose_func),
10777 (volume_update_real_volume), (gst_volume_set_volume),
10778 (gst_volume_init), (volume_process_double), (volume_process_float),
10779 (volume_process_int16), (volume_process_int16_clamp),
10780 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10781 * gst/volume/gstvolume.h:
10782 Extend float audio support (double) and some int->uint cleanups.
10784 2007-02-20 Edward Hervey <edward@fluendo.com>
10786 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10787 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10788 (sort_end_pads), (gst_decode_group_expose),
10789 (gst_decode_group_hide):
10790 Don't free groups from the streaming threads. Just put them aside and
10791 free them in dispose.
10793 2007-02-20 Edward Hervey <edward@fluendo.com>
10795 * gst/playback/gstdecodebin2.c: (connect_element),
10796 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10797 (sort_end_pads), (gst_decode_group_expose):
10798 Handle dynamic pads within groups.
10799 Sort pads before exposing them in order to make playbin happy.
10800 There still is a race with the multiqueue filling up. This should be
10804 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10806 * gst-libs/gst/utils/base-utils.c:
10807 * gst-libs/gst/utils/descriptions.c:
10808 * gst-libs/gst/utils/install-plugins.c:
10809 * gst-libs/gst/utils/missing-plugins.c:
10810 Some more docs (and descriptions for two subtitle formats).
10812 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10814 * gst-libs/gst/audio/audio.c:
10817 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10819 Patch by: Yves Lefebvre <ivanohe abacom com>
10821 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10822 Don't leak caps. Fixes #408278.
10824 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10826 * ext/cdparanoia/gstcdparanoiasrc.h:
10827 * ext/ogg/gstoggdemux.h:
10828 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10829 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10830 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10831 * gst-libs/gst/audio/audio.h:
10832 * gst-libs/gst/audio/gstaudiofilter.h:
10833 * gst-libs/gst/interfaces/videoorientation.h:
10834 * gst/adder/gstadder.h:
10835 More docs coverage and some ChangeLog surgery (add missing names)
10837 2007-02-15 Wim Taymans <wim@fluendo.com>
10839 * sys/ximage/ximagesink.c:
10840 (gst_ximagesink_calculate_pixel_aspect_ratio):
10841 * sys/xvimage/xvimagesink.c:
10842 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10843 Small constifications.
10845 2007-02-15 Wim Taymans <wim@fluendo.com>
10847 * gst-libs/gst/audio/gstbaseaudiosink.c:
10848 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10849 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10850 (gst_base_audio_sink_async_play),
10851 (gst_base_audio_sink_change_state):
10852 Answer latency query.
10853 Use configured latency when syncing.
10856 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10857 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10858 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10859 Fix possible memleak.
10860 Implement latency query.
10863 2007-02-15 Wim Taymans <wim@fluendo.com>
10865 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10866 Ignore errors in reset, these are not fatal. They also grab the element
10867 lock which is already taking when this function is called. Fixes
10870 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10873 Remove 'tests/examples/xerror/Makefile' from output files again.
10875 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10878 * docs/plugins/Makefile.am:
10879 Also crossref against gst-plugins-base-libs.
10881 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10884 * docs/libs/Makefile.am:
10885 * docs/plugins/Makefile.am:
10886 Add crossreferences to glib/gobject/gstream docs.
10888 * gst-libs/gst/audio/audio.h:
10891 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10892 Add own debug category.
10894 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10896 Patch by: René Stadler <mail at renestadler de>
10898 * gst-libs/gst/tag/gstvorbistag.c:
10899 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10902 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10904 * gst/playback/gstplaybasebin.c: (setup_source):
10905 When we have external subtitles and wait for the subtitle decodebin
10906 to get up and running, we set up a (sync) bus handler for the
10907 subtitle decodebin, so we can stop waiting when it posts an error
10908 message. However, we should do that before we set the subtitle
10909 decodebin's state to playing, otherwise things are racy and we might
10910 miss error messages posted before we had a chance to set up the bus.
10911 This should finally fix totem hanging on .txt pseudo-subtitle files.
10913 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10915 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10916 Use gst_gdouble_to_guint64 for conversions.
10917 * win32/common/config.h.in:
10918 Add a define for GST_INSTALL_PLUGINS_HELPER
10919 * win32/common/libgstaudio.def:
10920 * win32/common/libgstcdda.def:
10921 * win32/common/libgstnetbuffer.def:
10922 * win32/common/libgstrtp.def:
10923 * win32/common/libgutils.def:
10924 Add new exported functions.
10925 * win32/vs6/gst_plugins_base.dsw:
10926 * win32/vs6/libgstdecodebin.dsp:
10927 * win32/vs6/libgstnetbuffer.dsp:
10928 * win32/vs6/libgstplaybin.dsp:
10929 * win32/vs6/libgstrtp.dsp:
10930 * win32/vs6/libgstvorbis.dsp:
10931 * win32/vs6/libgstcdda.dsp:
10932 * win32/vs6/libgstgdp.dsp:
10933 * win32/vs6/libgstutils.dsp:
10934 Update and add new project files.
10936 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10938 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10939 (subrip_remove_unhandled_tags), (parse_subrip):
10940 For SubRip (.srt) subtitles, ignore all markup tags we don't
10941 handle (like font tags, for example).
10943 * tests/check/elements/subparse.c:
10946 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10948 * gst/playback/gstdecodebin.c: (add_fakesink),
10949 (gst_decode_bin_change_state):
10950 * gst/playback/gstdecodebin2.c: (add_fakesink),
10951 (gst_decode_bin_change_state):
10952 Don't error out if there is no fakesink in the NULL to READY state
10953 change, since when decodebin is re-used, we're only adding the
10954 fakesink element in READY to PAUSED.
10956 * tests/check/elements/decodebin.c:
10957 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10959 Minimal unit test to make sure we can use the same decodebin
10960 instance twice (at least with audiotestsrc input).
10962 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10964 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10965 Try to get devic-name from device string first, and from handle only
10966 as fallback (seems to yield better results and is more robust
10967 against buggy probing code on the application side).
10969 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10971 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10973 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10974 (gst_alsa_find_device_name):
10975 * ext/alsa/gstalsa.h:
10976 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10977 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10978 Improve device-name detection a bit, especially in the case where
10979 the device is not actually open (#405020, #405024). Move common code
10980 into gstalsa.c instead of duplicating it.
10982 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10984 * gst/audioconvert/gstaudioconvert.c:
10985 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10987 2007-02-06 Julien MOUTTE <julien@moutte.net>
10989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10990 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10991 (gst_xvimagesink_interface_supported),
10992 (gst_xvimagesink_probe_get_properties),
10993 (gst_xvimagesink_probe_probe_property),
10994 (gst_xvimagesink_probe_needs_probe),
10995 (gst_xvimagesink_probe_get_values),
10996 (gst_xvimagesink_property_probe_interface_init),
10997 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10998 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10999 (gst_xvimagesink_get_type):
11000 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
11001 for XVAdaptors so that one can choose the adaptor to use with
11002 gstreamer-properties.
11004 2007-02-06 Stefan Kost <ensonic@users.sf.net>
11006 * gst/audioconvert/gstaudioconvert.c:
11007 Also mention that a conversion from double to float is suboptimal still.
11009 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11011 * gst-libs/gst/audio/gstaudiofilter.c:
11012 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
11013 Clear our formats structure and free the caps contained in it when
11016 2007-02-05 Andy Wingo <wingo@pobox.com>
11018 * gst-libs/gst/audio/gstbaseaudiosink.c
11019 (gst_base_audio_sink_callback): Update basesink->offset so that we
11020 pull monotonically increasing offsets instead of, um, seeking back
11021 to 0 each time. Fixes alsasrc ! alsasink!
11023 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
11025 * gst/videoscale/gstvideoscale.c:
11026 A width and height of 1 makes us crash, so increase minimum size to
11027 2x2 pixels until someone feels like fixing this (#404512).
11029 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
11031 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
11032 Add small test to make sure request pads are cleaned up properly
11033 even if oggmux never changes state out of NULL.
11035 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
11037 * tests/check/libs/utils.c: (GST_START_TEST):
11038 Fix unit test. Turns out things work much better when you
11039 NULL-terminate string arrays. Should make p5 build bot happy again.
11041 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11043 * gst-libs/gst/audio/Makefile.am:
11044 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11045 (gst_audio_filter_template_base_init),
11046 (gst_audio_filter_template_class_init),
11047 (gst_audio_filter_template_init),
11048 (gst_audio_filter_template_set_property),
11049 (gst_audio_filter_template_get_property),
11050 (gst_audio_filter_template_setup),
11051 (gst_audio_filter_template_filter),
11052 (gst_audio_filter_template_filter_inplace), (plugin_init):
11053 Oops, forgot to commit fixed-up example.
11055 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11057 * docs/libs/gst-plugins-base-libs-sections.txt:
11058 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11059 (gst_audio_filter_class_init), (gst_audio_filter_init),
11060 (gst_audio_filter_set_caps),
11061 (gst_audio_filter_class_add_pad_templates):
11062 * gst-libs/gst/audio/gstaudiofilter.h:
11063 Port GstAudioFilter to 0.10. This change technically breaks
11064 API and ABI (and thus also every library developer's heart),
11065 but seems justifiable on the grounds that the base class was
11066 completely unusable before (ie. would crash immediately when
11067 actually used). Fixes #403963 (and eventually also #403572).
11068 Also document all of this a bit.
11070 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11072 * gst-libs/gst/utils/install-plugins.c:
11073 (gst_install_plugins_spawn_child):
11074 * tests/check/libs/utils.c:
11075 (test_base_utils_install_plugins_do_callout):
11076 Lowering log level to see why things fail on the p5 build bot;
11077 fix some typos in unit test messages.
11079 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11081 * tests/check/libs/utils.c:
11082 (test_base_utils_install_plugins_do_callout):
11083 Don't hard-code temp directory for test helper; use GLib functions
11084 to write out file and do error checking etc.
11086 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11088 * gst-libs/gst/utils/Makefile.am:
11089 * gst-libs/gst/utils/base-utils.h:
11090 * gst-libs/gst/utils/install-plugins.c:
11091 (gst_install_plugins_context_set_xid),
11092 (gst_install_plugins_context_new),
11093 (gst_install_plugins_context_free),
11094 (gst_install_plugins_get_helper),
11095 (gst_install_plugins_spawn_child),
11096 (gst_install_plugins_return_from_status),
11097 (gst_install_plugins_installer_exited),
11098 (gst_install_plugins_async), (gst_install_plugins_sync),
11099 (gst_install_plugins_return_get_name),
11100 (gst_install_plugins_installation_in_progress):
11101 * gst-libs/gst/utils/install-plugins.h:
11102 API: add API for applications to initiate installation of missing
11103 plugins, ie. gst_install_plugins_async() primarily.
11104 Based on libgimme-codec by Ryan Lortie.
11107 Add --with-install-plugins-helper configure option so distros can specify
11108 the path of the helper script or program to call when plugin installation
11109 is requested (distros: please do any argument munging in this helper
11110 script instead of patching GStreamer to pass arguments differently
11111 to another program directly).
11113 * docs/libs/gst-plugins-base-libs-docs.sgml:
11114 * docs/libs/gst-plugins-base-libs-sections.txt:
11115 Build and document new API.
11117 * tests/check/libs/utils.c: (result_cb),
11118 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11119 (libgstbaseutils_suite):
11120 Some simple checks for the new API.
11122 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11124 * tests/check/elements/audioconvert.c: (test_float_conversion):
11125 Add small test for 32bit float <=> 64bit float conversion (works
11126 only one way so far, 32=>64 produces structured noise).
11128 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11130 * gst/audioconvert/gstaudioconvert.c:
11131 (set_structure_widths_32_and_64), (make_lossless_changes):
11132 We don't support floats with a width of 40, 48 or 56 bits.
11134 2007-02-02 Stefan Kost <ensonic@users.sf.net>
11136 * gst/audioconvert/audioconvert.c: (float), (double),
11137 (audio_convert_get_func_index):
11138 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11139 (make_lossless_changes):
11140 Support for 64-bit float audio in audioconvert (#339837)
11142 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
11144 Patch by: Holger Wansing <linux wansing-online de>
11148 Add German translation (#352069).
11150 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
11152 reviewed by: Wim Taymans <wim@fluendo.com>
11154 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11155 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11156 Use newly added GstCollectPads API to free the allocated resources in
11157 the GstOggPad structures (#402393).
11159 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
11161 * gst/playback/gstplaybin.c: (gen_vis_element):
11162 Add audioresample+audioconvert in front of the visualisation
11163 element, so that elements like libvisual 0.4 that don't support all
11164 samplerates can work.
11168 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11170 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11171 (gst_play_base_bin_get_streaminfo_value_array):
11172 Take some locks and make a copy of the streaminfo value array we
11173 maintain while holding the lock, so that the application can
11174 retrieve the stream-info as a value array in a thread-safe way.
11176 2007-01-30 Wim Taymans <wim@fluendo.com>
11178 * gst/audioconvert/gstaudioconvert.c:
11179 Don't fail on 0 sized buffers. Fixes #396835.
11181 2007-01-29 David Schleef <ds@schleef.org>
11183 * gst/typefind/gsttypefindfunctions.c:
11184 Detect BBCD as video/x-dirac, so we can play raw dirac
11187 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
11189 * ext/theora/theoraenc.c: (theora_enc_chain):
11190 Check return value of theora_encode_header(), or we might try to
11191 allocate a random number of bytes. theora_encode_header() can fail
11192 if libtheora has been compiled with encoding support disabled.
11195 2007-01-29 Wim Taymans <wim@fluendo.com>
11197 * tests/check/gst/.cvsignore:
11198 Do as buildbot says.
11200 2007-01-29 Wim Taymans <wim@fluendo.com>
11202 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11203 Fix strides in libvisual. Gst uses X strides.
11204 Inspired by: <ed at catmur dot co dot uk> and
11205 <tim at centricular dot net>
11208 2007-01-27 Wim Taymans <wim@fluendo.com>
11210 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11211 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11212 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11213 (gst_ogg_demux_perform_seek),
11214 (gst_ogg_demux_bisect_forward_serialno),
11215 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11216 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11217 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11218 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11219 * ext/ogg/gstoggdemux.h:
11220 Properly propagate streaming errors when we are scanning the file for
11221 chains so that we don't crash when shut down. Might fix some crashers
11222 when quickly switching oggs in RB such as #332503 and #378436.
11224 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
11226 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11227 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11228 error code as well.
11230 2007-01-25 Wim Taymans <wim@fluendo.com>
11232 * gst/playback/gstplaybasebin.c: (remove_source):
11233 Don't try to disconnect a signal from a finalized object.
11235 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11237 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11238 Cast lock macro parameters to make sure we're actually accessing the
11239 lock member at the right class level. Free list itself in _dispose()
11240 as well and NULL it in case dispose gets called multiple times.
11242 2007-01-25 Edward Hervey <edward@fluendo.com>
11244 * gst/playback/gstdecodebin2.c:
11245 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11246 Free GstDecodeGroups no longer used.
11247 (gst_decode_group_expose):
11248 Don't unlock too many times !
11249 (deactivate_free_recursive):
11250 Free iterator once we're done with it.
11251 Fix for recursively deactivating elements (stop at ghostpads).
11253 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11255 * gst/playback/gstplaybin.c: (handoff):
11256 Fix up caps on the frame buffer before we save it and potentially
11257 make it accessible to other threads via g_object_get; also use
11258 gst_buffer_replace() instead of gst_mini_object_replace().
11260 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11262 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11263 Make getting the current frame thread-safe.
11265 2007-01-25 Edward Hervey <edward@fluendo.com>
11267 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11268 (gst_decode_group_new), (gst_decode_group_free):
11269 Set queues to bigger sizes to cope with HD contents.
11270 Fix some mutex freeing and add comment about MT safe methods.
11272 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
11274 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11275 (gst_text_overlay_text_event):
11276 Don't unnecessarily ref (and then leak) upstream events if the text
11277 pad is not linked. Fixes #399948.
11279 * tests/check/gst-plugins-base.supp:
11280 Add suppression for pango on edgy/x86 for textoverlay test.
11282 2007-01-24 Wim Taymans <wim@fluendo.com>
11284 * gst-libs/gst/rtp/gstrtpbuffer.h:
11285 Add some more fixed payloads.
11287 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11289 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11290 Error out properly if we get an error from libogg while reading the
11291 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11293 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11295 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11298 * tests/check/elements/playbin.c:
11299 (test_sink_usage_video_only_stream),
11300 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11301 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11302 (test_missing_suburisource_handler),
11303 (test_missing_primary_decoder), (playbin_suite):
11304 Run all tests once with decodebin and once with decodebin2.
11305 One test does not pass yet with decodebin2.
11307 2007-01-23 Edward Hervey <edward@fluendo.com>
11309 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11310 Fix the cases where oggmux doesn't properly figure out that all
11311 sinkpads have gone EOS, and therefore doesn't push out the remaining
11312 buffers and the final EOS event.
11315 2007-01-23 Julien MOUTTE <julien@moutte.net>
11317 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11319 Don't lock on navigation event push, just on keysym to string.
11320 Fixes #397673 again.
11322 2007-01-22 Edward Hervey <edward@fluendo.com>
11324 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11325 (get_current_group), (group_demuxer_event_probe),
11326 (gst_decode_group_expose), (deactivate_free_recursive),
11327 (gst_decode_group_free):
11329 Don't forget to emit 'no-more-pads' once a group is exposed.
11330 Cleanup elements from a DecodeGroup once we remove it.
11331 Protect call to gst_decode_group_expose() with the decodebin lock.
11333 2007-01-22 Julien MOUTTE <julien@moutte.net>
11335 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11337 Looking at Xorg code i can't figure out if that XKeysymToString
11338 function is thread sensible or not. Lock it just in case as
11339 recommended by Radek Doulik <rodo at ximian dot com>.
11341 2007-01-22 Julien MOUTTE <julien@moutte.net>
11343 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11345 Lock that X Call as well. Fixes #397673.
11347 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11349 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11350 Don't go into an endless loop if the file starts with 00 00 01 2X,
11351 like quicktime redirect files might. Fixes #396042.
11353 * tests/check/Makefile.am:
11354 * tests/check/gst/.cvsignore:
11355 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11356 (typefindfunctions_suite):
11357 Add unit test for the above.
11359 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11361 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11362 On second thought, use "depth" field rather than "bpp" field.
11364 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11366 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11367 Camtasia caps apparently need a bpp field (#398875).
11369 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11371 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11372 (gen_source_element), (gst_play_base_bin_change_state):
11373 Attempt at a better error message in case we don't have the required
11374 URI handler installed; post missing-plugin message also when we're
11375 missing an URI handler for the subtitle URI; clean up properly also
11376 when an error occurs and we never made it to PAUSED state.
11378 * tests/check/elements/playbin.c: (GST_START_TEST),
11380 Check that we're also getting a missing-plugin messsage for a
11381 missing subtitle URI handler (and clean up properly).
11383 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11385 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11386 Plug a few reference leaks.
11388 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11390 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11391 Lower probability a bit if the marker isn't right at the start,
11392 to decrease the chance of false positives.
11394 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11396 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11397 Small mpeg2 system stream typefinding improvement: make typefinder
11398 probe a bit into the stream instead of just looking for a marker
11399 at the beginning. Fixes #397810.
11401 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11403 * gst/audioconvert/gstchannelmix.c:
11404 Remove compatibility cruft for prehistoric GLib versions.
11406 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
11408 * gst/playback/Makefile.am:
11409 * gst/playback/gstdecodebin.c: (close_pad_link):
11410 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11411 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11412 (gst_play_base_bin_handle_message_func), (unknown_type):
11413 Let decodebin be the element to post missing-plugin messages for
11414 missing decoders (rather than playbin); make playbin implement
11415 GstBin::handle_message so we can suppress missing-plugin messages
11416 for types we're not handling on purpose (don't want to bring up an
11417 installer in those cases).
11419 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
11421 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11422 * gst-libs/gst/tag/gstvorbistag.c:
11423 (gst_tag_list_to_vorbiscomment_buffer):
11424 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11425 Fix potentially unaligned access (#397207).
11427 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11429 * tests/examples/seek/seek.c: (set_scale), (update_scale),
11430 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11431 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11433 Allow to toggle looping while it plays. Fix callback prototype. Clean
11434 up code a bit more. Add copyright header.
11436 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11439 Red and blue mask was swapped (spotted by Dan Williams).
11441 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11443 * gst-libs/gst/tag/gstid3tag.c:
11444 * gst-libs/gst/tag/gstvorbistag.c:
11445 Use new beats-per-minute tag from core.
11447 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11450 Add new files with translatable strings, so they actually make it
11451 into the template file one day.
11453 2007-01-12 Andy Wingo <wingo@pobox.com>
11455 * gst-libs/gst/audio/gstbaseaudiosink.c
11456 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11457 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11458 stuff, as the base class handles this now. Actually tell the ring
11460 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11461 How did this work before? Maybe I'm not as awesome a programmer as
11464 * gst-libs/gst/audio/gstbaseaudiosrc.c
11465 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11468 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11470 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11471 Remove more fields so that the application can better blacklist
11472 formats that have been tried before.
11474 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11476 * gst-libs/gst/audio/mixerutils.h:
11477 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11478 used when compiling with c++ compilers as well.
11480 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11482 * gst/typefind/gsttypefindfunctions.c:
11485 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11487 * gst/playback/gstplaybin.c: (post_missing_element_message),
11488 (gen_video_element), (gen_text_element), (gen_audio_element),
11490 Post missing-plugin messages also when we error out because
11491 converters, textoverlay or auto*sinks are missing (#161922).
11493 2007-01-10 Wim Taymans <wim@fluendo.com>
11495 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11496 (is_demuxer_element), (new_caps):
11497 * gst/playback/gstplaybasebin.c: (source_new_pad):
11498 Fix the case where we try to ref a NULL element when we delay a link
11499 because of unfixed caps.
11500 Set the state of autoplugged decodebins to PAUSED.
11501 RTSP now works in playbin, we can remove it from the blacklist.
11503 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11505 * gst/playback/Makefile.am:
11506 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11507 (unknown_type), (setup_subtitle), (gen_source_element):
11508 * gst/playback/gstplaybin.c: (plugin_init):
11509 Post missing-plugin messages on the bus for missing sources and
11510 missing decoders/demuxers/depayloaders; fix error code used when
11511 we're missing an URI handler source; for media types that we are not
11512 handling on purpose at the moment, don't print "don't know how to
11513 handle xyz" messages to the terminal or post missing-plugin
11514 messages on the bus.
11516 * tests/check/elements/playbin.c: (create_playbin),
11517 (GST_START_TEST), (gst_codec_src_uri_get_type),
11518 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11519 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11520 (gst_codec_src_init_type), (gst_codec_src_base_init),
11521 (gst_codec_src_create), (gst_codec_src_class_init),
11522 (gst_codec_src_init), (plugin_init), (playbin_suite):
11523 Add some tests for the missing-plugin stuff.
11525 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11528 * gst-libs/gst/Makefile.am:
11529 * gst-libs/gst/utils/Makefile.am:
11530 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11531 * gst-libs/gst/utils/base-utils.h:
11532 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11533 (find_format_info), (caps_are_rtp_caps),
11534 (gst_base_utils_get_source_description),
11535 (gst_base_utils_get_sink_description),
11536 (gst_base_utils_get_decoder_description),
11537 (gst_base_utils_get_encoder_description),
11538 (gst_base_utils_get_element_description),
11539 (gst_base_utils_add_codec_description_to_tag_list),
11540 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11541 * gst-libs/gst/utils/descriptions.h:
11542 * gst-libs/gst/utils/missing-plugins.c:
11543 (missing_structure_get_type), (copy_and_clean_caps),
11544 (gst_missing_uri_source_message_new),
11545 (gst_missing_uri_sink_message_new),
11546 (gst_missing_element_message_new),
11547 (gst_missing_decoder_message_new),
11548 (gst_missing_encoder_message_new),
11549 (missing_structure_get_string_detail),
11550 (missing_structure_get_caps_detail),
11551 (gst_missing_plugin_message_get_installer_detail),
11552 (gst_missing_plugin_message_get_description),
11553 (gst_is_missing_plugin_message):
11554 * gst-libs/gst/utils/missing-plugins.h:
11555 API: add new libgstbaseutils library with functions
11556 - to create and parse missing-plugins messages
11557 - that provide (translated) descriptions for caps/decoders/sources/etc.
11560 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11561 * pkgconfig/gstreamer-plugins-base.pc.in:
11564 * docs/libs/gst-plugins-base-libs-docs.sgml:
11565 * docs/libs/gst-plugins-base-libs-sections.txt:
11566 Generate docs for new lib and API.
11568 * tests/check/Makefile.am:
11569 * tests/check/libs/.cvsignore:
11570 * tests/check/libs/utils.c: (missing_msg_check_getters),
11571 (GST_START_TEST), (libgstbaseutils_suite):
11572 Add some basic unit tests.
11574 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11576 * ext/ogg/Makefile.am:
11577 Dist gstoggdemux.h to fix 'make distcheck'.
11579 * sys/v4l/Makefile.am:
11580 Fix 'make distcheck' even more.
11582 2007-01-09 Wim Taymans <wim@fluendo.com>
11584 * docs/plugins/Makefile.am:
11585 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11586 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11587 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11588 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11589 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11590 (gst_ogg_demux_perform_seek):
11591 * ext/ogg/gstoggdemux.h:
11593 Add some more comments.
11596 2007-01-09 Wim Taymans <wim@fluendo.com>
11598 * ext/theora/theoradec.c:
11599 * ext/vorbis/vorbisdec.c:
11600 * gst-libs/gst/audio/gstringbuffer.c:
11601 (gst_ring_buffer_commit_full):
11602 * gst-libs/gst/audio/gstringbuffer.h:
11603 * gst-libs/gst/rtp/gstrtpbuffer.c:
11604 * gst-libs/gst/tag/gstvorbistag.c:
11605 Small documentation updates/fixes
11607 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11610 Require core CVS HEAD for Andy's basesrc/sink API additions.
11612 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11614 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11616 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11618 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11619 on flac.sf.net (there appear to be other versions of the first
11620 ogg page in the wild) (#391365).
11622 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11625 Check if localtime_r() is available.
11627 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11628 If localtime_r() is not available, fall back to localtime(). Should
11629 fix build on MingW (#393310).
11631 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11633 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11634 * gst/subparse/gstsubparse.h:
11635 Remove spurious 1000 subtrahend when calculating the timestamp from
11636 the frame number and the frame rate . Also, use the frames/second
11637 value specified in the first line of the file, if one is specified
11638 there. Should fix #357503.
11640 * tests/check/elements/subparse.c: (do_test),
11641 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11643 Add some basic unit tests for the microdvd subtitle format.
11645 2007-01-07 Julien MOUTTE <julien@moutte.net>
11647 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11649 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11650 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11651 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11652 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11653 (gst_xvimagesink_set_xwindow_id),
11654 (gst_xvimagesink_set_event_handling),
11655 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11656 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11658 Add an adaptor property to select a specific XV adaptor.
11659 * sys/xvimage/xvimagesink.h:
11661 2007-01-07 Julien MOUTTE <julien@moutte.net>
11663 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11664 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11665 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11666 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11667 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11668 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11669 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11670 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11671 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11672 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11673 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11674 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11675 Use flow_lock much more to protect every access to xwindow.
11676 Try to catch erros while creating images in case some drivers are
11677 just generating an XError when the requested image is too big.
11678 Should fix : #354698, #384008, #384060.
11679 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11680 Implement some stress testing of setting window xid.
11682 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11684 * win32/common/libgsaudio.def:
11685 Add new exported function.
11686 * win32/common/libgstogg.dsp:
11687 Add gstoggaviparse.c to the build.
11688 * win32/common/libgstvideoscale.dsp:
11689 Add vs_4tap.c to the build.
11690 * win32/common/libgstvorbis.dsp:
11691 Add vorbistag.c to the build.
11693 2007-01-06 Andy Wingo <wingo@pobox.com>
11695 * gst-libs/gst/audio/gstbaseaudiosink.c
11696 (gst_base_audio_sink_class_init)
11697 (gst_base_audio_sink_init):
11698 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11699 to baseaudiosink, and tell basesink that we can work in pull mode.
11700 This way the ring buffer thread drives the pipeline directly, if
11701 pull mode is possible. There is some lingering nastiness regarding
11703 (gst_base_audio_sink_callback): Implement the callback to pull
11704 data. This interface is a bit light, though -- it should get a
11705 GstFlowReturn return value at least.
11707 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11709 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11710 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11711 * gst/playback/gstdecodebin2.c:
11712 (gst_decode_group_check_if_blocked):
11713 Printf format and missing argument fixes.
11715 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11717 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11718 (gst_ogm_parse_change_state):
11719 Activate pads before adding them to the element.
11721 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11723 * tests/examples/seek/scrubby.c: (main):
11724 * tests/examples/seek/seek.c: (main):
11725 Call g_thread_init() first thing in main() (see #391278).
11727 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11729 * tests/check/Makefile.am:
11730 * tests/check/libs/.cvsignore:
11731 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11733 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11734 for the time being, since it's broken, see #393099.
11736 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11738 * tests/check/Makefile.am:
11739 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11741 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11744 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11745 so that GST_BASE_CFLAGS can go inbetween them, making sure
11746 we use uninstalled gst-libs headers
11747 * docs/libs/Makefile.am:
11748 * ext/alsa/Makefile.am:
11749 * ext/cdparanoia/Makefile.am:
11750 * ext/gnomevfs/Makefile.am:
11751 * ext/libvisual/Makefile.am:
11752 * ext/ogg/Makefile.am:
11753 * ext/theora/Makefile.am:
11754 * ext/vorbis/Makefile.am:
11755 * gst-libs/gst/audio/Makefile.am:
11756 * gst-libs/gst/cdda/Makefile.am:
11757 * gst-libs/gst/interfaces/Makefile.am:
11758 * gst-libs/gst/riff/Makefile.am:
11759 * gst-libs/gst/rtp/Makefile.am:
11760 * gst-libs/gst/tag/Makefile.am:
11761 * gst/adder/Makefile.am:
11762 * gst/audioconvert/Makefile.am:
11763 * gst/audiorate/Makefile.am:
11764 * gst/audioresample/Makefile.am:
11765 * gst/playback/Makefile.am:
11766 * gst/tcp/Makefile.am:
11767 * gst/videoscale/Makefile.am:
11768 * gst/volume/Makefile.am:
11769 * sys/ximage/Makefile.am:
11770 * sys/xvimage/Makefile.am:
11771 * tests/icles/Makefile.am:
11774 2007-01-04 Julien MOUTTE <julien@moutte.net>
11776 * gst-libs/gst/interfaces/xoverlay.c:
11777 (gst_x_overlay_handle_events):
11778 * gst-libs/gst/interfaces/xoverlay.h:
11779 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11780 (gst_ximagesink_set_xwindow_id),
11781 (gst_ximagesink_set_event_handling),
11782 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11783 (gst_ximagesink_get_property), (gst_ximagesink_init),
11784 (gst_ximagesink_class_init):
11785 * sys/ximage/ximagesink.h:
11786 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11787 (gst_xvimagesink_set_xwindow_id),
11788 (gst_xvimagesink_set_event_handling),
11789 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11790 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11791 (gst_xvimagesink_class_init):
11792 * sys/xvimage/xvimagesink.h:
11793 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11794 Add a method to the XOverlay interface to allow disabling of
11795 event handling in x[v]imagesink elements. This will let X events
11796 propagate to parent windows which can be usefull in some cases.
11797 Be carefull that the application is then responsible of pushing
11798 navigation events and expose events to the video sink.
11801 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11803 * gst-libs/gst/tag/gstvorbistag.c:
11804 * tests/check/libs/tag.c: (GST_START_TEST):
11805 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11808 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11811 * docs/Makefile.am:
11812 * docs/design/Makefile.am:
11815 2006-12-27 Julien MOUTTE <julien@moutte.net>
11817 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11818 typo. Fixes: #390063.
11820 2006-12-27 Julien MOUTTE <julien@moutte.net>
11822 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11823 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11825 * win32/common/config.h: Updated.
11827 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11829 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11830 (setup_gdpdepay_streamheader):
11831 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11832 (setup_gdppay_streamheader):
11833 Fix the dp tests, but activating the pads for the streamheader tests
11834 too and cleaning up conditionaly
11836 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11838 * gst/ffmpegcolorspace/avcodec.h:
11839 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11840 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11841 (gst_ffmpegcsp_avpicture_fill):
11842 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11843 (img_get_alpha_info):
11844 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11845 other end of the word. Fixes: #387073.
11847 Add some inconsequential branch hints in a couple of places.
11849 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11851 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11852 (gst_ffmpeg_caps_to_smpfmt):
11853 The "signed" field in raw audio caps is of boolean type, trying to
11854 extract the value with _get_int() will fail (fix to keep in sync with
11855 the copy in gst-ffmpeg)
11857 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11859 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11860 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11861 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11862 (cleanup_gdpdepay):
11863 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11864 * tests/check/elements/subparse.c: (teardown_subparse):
11865 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11866 * tests/check/elements/videorate.c: (cleanup_videorate):
11867 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11868 * tests/check/elements/volume.c: (cleanup_volume):
11869 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11870 (cleanup_vorbisdec):
11871 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11872 (cleanup_vorbistag):
11873 consistent pad (de)activation
11875 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11877 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11878 Forgot to register the extensions.
11880 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11882 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11884 Add typefinder for VIVO files (my christmas present to the 90s).
11886 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11888 * gst/playback/gstdecodebin.c: (type_found):
11889 Special-case the text/plain media type: we only want to recognise it
11890 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11891 parser, but not if the entire stream is of text/plain type. If the
11892 entire stream is text/plain, we should just error out.
11894 This fixes playback of audio files with lyrics in totem. Totem can't
11895 distinguish between text files and subtitle files and passes any
11896 .txt file with the same basename as the main file to playbin as
11897 suburi, and playbin will then throw a 'subtitle found, but no video
11898 stream' error, which isn't entirely helpful. See #380342.
11900 Also, with this change we'll show a slightly more correct error
11901 message in case totem passes a playlist file to us (although a
11902 custom error message wording instead of the default text would
11903 probably not be a bad idea either).
11905 Same problem also needs to be fixed for playbin+decodebin2.
11907 * tests/check/Makefile.am:
11908 * tests/check/elements/decodebin.c: (src_handoff_cb),
11909 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11911 Add simple unit test for decodebin for the above.
11913 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11915 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11916 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11917 Refuse to change state to READY when we failed to create any of the
11918 required elements in our instance init function.
11920 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11922 * docs/libs/gst-plugins-base-libs-sections.txt:
11923 Small docs fixes/updates.
11925 * gst-libs/gst/video/gstvideosink.h:
11926 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11927 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11928 removed from the base sink API between 0.9.6 and 0.9.7).
11929 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11930 accessor macros, so we don't do a runtime GObject type check every
11933 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11936 * gst-plugins-base.doap:
11937 * gst-plugins-base.spec.in:
11940 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11942 Patch by: Jens Granseuer <jensgr at gmx net>
11944 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11945 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11946 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11947 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11948 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11949 Declare variables at the beginning of a block. Fixes #383195.
11951 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11954 Bump version nano - back to CVS.
11957 === release 0.10.11 ===
11959 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11962 releasing 0.10.11, "Dumb things"
11964 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11966 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11967 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11968 Handle the case where an element has multiple pads with
11969 unfixed caps as well as still possibly producing more dynamic
11970 pads by storing each case as a distinct entry in the dynamic list.
11971 Fixes #38223 again.
11973 2006-12-04 Wim Taymans <wim@fluendo.com>
11975 * gst/playback/gstdecodebin.c: (close_pad_link):
11976 Fix #382223, add more dynamic caps handling.
11978 2006-12-04 Wim Taymans <wim@fluendo.com>
11980 * gst-libs/gst/audio/gstringbuffer.h:
11981 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11982 (gst_netaddress_set_ip4_interface),
11983 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11984 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11985 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11986 (gst_netaddress_get_ttl):
11987 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11988 * gst/playback/gstdecodebin.c: (close_pad_link):
11989 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11990 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11991 * win32/common/config.h:
11993 2006-12-01 Michael Smith <msmith@fluendo.com>
11995 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11996 Delete bad debug code.
11999 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
12001 * gst/videoscale/vs_4tap.c:
12003 * win32/common/config.h:
12004 * win32/vs8/libgstvideoscale.vcproj:
12005 Fix compilation on win32 under VS8
12006 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12007 Partially fixes #381175
12009 2006-11-30 Michael Smith <msmith@fluendo.com>
12011 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12013 It would be very bad if, after a discont buffer, we thought every
12014 single following buffer was also discont. So, add to the test to
12015 ensure that this isn't the case.
12017 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
12018 ... it was the case. So fix it.
12020 2006-11-28 Wim Taymans <wim@fluendo.com>
12022 * gst/playback/gstplaybasebin.c: (check_queue_event):
12025 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
12026 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
12027 padtemplate caps. Refixes #357577.
12029 2006-11-28 Wim Taymans <wim@fluendo.com>
12031 * gst/playback/gstplaybasebin.c: (check_queue_event),
12032 (queue_threshold_reached), (queue_out_of_data),
12033 (gen_preroll_element):
12034 Add event probe to see when EOS is in a queue and we can disable the
12035 underrun signals. Fixes #357577.
12037 2006-11-28 Edward Hervey <edward@fluendo.com>
12039 * gst/playback/Makefile.am:
12040 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
12041 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
12042 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12043 (gst_decode_bin_init), (gst_decode_bin_dispose),
12044 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
12045 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
12046 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
12047 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
12048 (connect_element), (expose_pad), (type_found),
12049 (pad_added_group_cb), (pad_removed_group_cb),
12050 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
12051 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
12052 (are_raw_caps), (multi_queue_overrun_cb),
12053 (multi_queue_underrun_cb), (gst_decode_group_new),
12054 (get_current_group), (group_demuxer_event_probe),
12055 (gst_decode_group_control_demuxer_pad),
12056 (gst_decode_group_control_source_pad),
12057 (gst_decode_group_check_if_blocked),
12058 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12059 (gst_decode_group_hide), (gst_decode_group_free),
12060 (gst_decode_group_set_complete), (source_pad_blocked_cb),
12061 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12062 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12064 New decodebin2 element.
12066 * gst/playback/gstplay-marshal.list:
12067 Added marshallers for new signals in decodebin2
12068 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12069 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12072 2006-11-28 Wim Taymans <wim@fluendo.com>
12074 * gst/playback/gstplaybasebin.c: (setup_source),
12075 (gst_play_base_bin_change_state):
12076 Disable rtsp:// uris for the release, it's not good enough yet.
12079 2006-11-26 Wim Taymans <wim@fluendo.com>
12081 * ext/theora/theoradec.c: (gst_theora_dec_reset),
12082 (theora_dec_push_forward), (theora_dec_push_reverse),
12083 (theora_handle_data_packet), (theora_dec_decode_buffer),
12084 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12085 (theora_dec_chain_forward), (theora_dec_chain):
12086 Implement reverse playback.
12088 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12089 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12090 (vorbis_dec_chain_forward):
12091 Clear buffers used for reverse playback in _reset.
12092 No need to set the eos flag, we clip samples using the segment.
12094 2006-11-24 Wim Taymans <wim@fluendo.com>
12096 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12097 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12098 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12099 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12101 Handle continued pages in reverse mode.
12103 2006-11-24 Wim Taymans <wim@fluendo.com>
12105 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12106 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12107 (vorbis_dec_flush_decode):
12109 Don't try to add invalid timestamps.
12110 Clipping will unref the buffer.
12112 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12114 * gst/adder/gstadder.h:
12115 * gst/audiotestsrc/gstaudiotestsrc.h:
12116 remove obsolete _factory_init protos
12118 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12120 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12121 Fix spacing in debug message.
12123 2006-11-23 Wim Taymans <wim@fluendo.com>
12125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12126 (gst_ogg_demux_chain):
12127 Don't just ignore return values from _pad_push().
12128 Small debug improvements.
12130 2006-11-23 Michael Smith <msmith@fluendo.com>
12132 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12133 If our incoming buffer is marked as DISCONT, then increment the page
12134 number (so that the discontinuity is marked in the final ogg
12135 bitstream) and flush the previous page.
12137 2006-11-22 Michael Smith <msmith@fluendo.com>
12139 * ext/theora/gsttheoraenc.h:
12140 * ext/theora/theoraenc.c: (gst_theora_enc_init),
12141 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12142 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12143 (theora_enc_chain), (theora_enc_change_state):
12144 Mark discontinuities of > 3/4 of a frame, reinit encoder.
12146 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12147 (GST_START_TEST), (theoraenc_suite):
12148 Enable discontinuity test, fix it.
12150 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12152 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12153 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12154 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12155 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12156 (gst_text_overlay_change_state):
12157 * ext/pango/gsttextoverlay.h:
12158 Some textoverlay fixes: for one, in the video chain function,
12159 actually wait for a text buffer to come in if there is none at the
12160 moment and there should be one; also, deal more gracefully with
12161 incoming buffers that do not have a timestamp or duration; discard
12162 text buffer when not needed any longer. Fixes #341681.
12164 * tests/check/Makefile.am:
12165 * tests/check/elements/.cvsignore:
12166 * tests/check/elements/textoverlay.c:
12167 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12168 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12169 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12170 (test_video_waits_for_text_send_text_newsegment_thread),
12171 (test_video_waits_for_text_shutdown_element),
12172 (test_render_continuity_push_video_buffers_thread),
12173 (textoverlay_suite):
12174 Add some unit tests for textoverlay.
12176 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12178 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12179 Avoid integer underflow when the found probability for mp3 is
12180 smaller than the 'penalty' we subtract if there's not a clean
12181 mp3 header sync at offset 0.
12183 2006-11-21 Stefan Kost <ensonic@users.sf.net>
12185 * docs/libs/gst-plugins-base-libs-sections.txt:
12186 Add some new symbols to the docs
12188 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12190 * tests/check/Makefile.am:
12191 * tests/check/elements/ffmpegcolorspace.c:
12192 (ffmpegcolorspace_suite):
12193 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12194 (for now not for valgrinding though, since it takes too long).
12196 2006-11-20 Wim Taymans <wim@fluendo.com>
12198 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12199 (gst_ffmpeg_pixfmt_to_caps):
12200 Fix RGBA32 caps. Fixes #357038.
12202 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12204 * gst-libs/gst/interfaces/mixertrack.h:
12205 Add FIXME so we can add some padding here in 0.11
12207 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12209 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12210 Fix GstBaseRTPAudioPayload structure so the whole GObject
12211 inheritance business actually works (parent class instance structure
12212 must always come first in the derived class instance structure).
12214 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12216 * gst/videotestsrc/Makefile.am:
12217 * tests/check/Makefile.am:
12218 Make sure our checks and the videotestsrc plugin link against the
12219 local uninstalled gst libs and not any installed gst libs that
12220 might happen to exist as well.
12222 * tests/check/elements/adder.c: (message_received),
12223 (test_event_message_received), (test_play_twice_message_received):
12224 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12225 Fix compiler warnings when compiling against core with disabled
12228 2006-11-16 Michael Smith <msmith@fluendo.com>
12230 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12231 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12232 Fix audiorate, so that it accurately sets offsets and timestamps.
12233 Doesn't change the fundamental algorithmic decisions; so should be
12236 * tests/check/Makefile.am:
12237 Enable audiorate test now that it passes.
12239 2006-11-09 Stefan Kost <ensonic@users.sf.net>
12241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12242 clear xv when going to NULL, remove // commented non-existant proto
12244 * tests/examples/seek/seek.c: (main):
12245 add missing tooltip description for scrub and play_scrub
12247 2006-11-14 David Schleef <ds@schleef.org>
12250 Bump liboil requirement to 0.3.8.
12251 * gst-libs/gst/riff/riff-media.c:
12253 * gst/videoscale/vs_image.h:
12254 * gst/videoscale/vs_scanline.h:
12255 Use liboil's stdint.h.
12256 * gst/videotestsrc/videotestsrc.c:
12257 Remove liboil related ifdef's, since they aren't needed now, and
12258 won't work with future versions.
12260 2006-11-14 David Schleef <ds@schleef.org>
12262 * gst/videoscale/Makefile.am:
12263 * gst/videoscale/gstvideoscale.c:
12264 * gst/videoscale/gstvideoscale.h:
12265 * gst/videoscale/vs_4tap.c:
12266 * gst/videoscale/vs_4tap.h:
12267 * gst/videoscale/vs_image.c:
12268 * gst/videoscale/vs_image.h:
12269 * gst/videoscale/vs_scanline.c:
12270 * gst/videoscale/vs_scanline.h:
12271 Add a 4-tap image scaler. Theoretically looks much prettier.
12272 The tap calculation could use some improvement.
12274 2006-11-14 Wim Taymans <wim@fluendo.com>
12276 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12278 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12279 (gst_riff_parse_strf_iavs):
12280 * gst/subparse/gstsubparse.c: (convert_encoding):
12281 * gst/tcp/gstmultifdsink.c:
12282 (gst_multi_fd_sink_handle_client_write):
12283 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12284 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12285 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12286 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12287 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12288 (gst_ximagesink_ximage_new):
12289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12290 Various gsize and gssize printf fixes. Fixes #372507.
12292 2006-11-13 Wim Taymans <wim@fluendo.com>
12294 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12295 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12296 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12297 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12298 (vorbis_dec_chain_forward), (vorbis_dec_chain):
12299 * ext/vorbis/vorbisdec.h:
12300 First stab at vorbis reverse playback.
12302 2006-11-13 Wim Taymans <wim@fluendo.com>
12304 * gst-libs/gst/audio/gstbaseaudiosink.c:
12305 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12306 * gst-libs/gst/audio/gstbaseaudiosink.h:
12307 Make the clock sync code more accurate wrt resampling and playback
12308 at different rates.
12310 * gst-libs/gst/audio/gstringbuffer.c:
12311 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12312 * gst-libs/gst/audio/gstringbuffer.h:
12313 Use better algorithm to interpolate sample rates.
12315 2006-11-13 Michael Smith <msmith@fluendo.com>
12317 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12318 Improve a debug line slightly.
12320 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12321 Call gst_riff_init() in plugin_init, to avoid getting errors from
12322 the debug system (unrelated changes to another plugin made this turn
12325 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12327 Patch by: Sergey Scobich <sergery.scobich at gmail com>
12329 * win32/common/libgsttag.def:
12330 Add missing symbol (#366492).
12332 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
12334 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12335 Don't unref a NULL pad.
12337 2006-11-09 Wim Taymans <wim@fluendo.com>
12339 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12340 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12341 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12342 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12343 (gst_ogg_demux_loop):
12344 Implement first stab at reverse playback.
12346 2006-11-07 Stefan Kost <ensonic@users.sf.net>
12348 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12349 (gst_riff_create_video_template_caps):
12350 add h263/h264 variants to the caps, Fixes #363118
12352 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
12354 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12355 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12356 Use g_strerror instead of strerror so we get UTF-8.
12358 2006-11-03 David Schleef <ds@schleef.org>
12360 * ext/ogg/gstoggdemux.c:
12361 * ext/ogg/gstoggmux.c:
12362 Add/remove KW-DIRAC header here, since it is ogg-specific.
12364 2006-11-03 Michael Smith <msmith@fluendo.com>
12366 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12367 Recognise more mpeg4 elementary video streams.
12369 2006-11-02 Edward Hervey <edward@fluendo.com>
12371 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12372 Lower the probability of mp3 typefinding functions if we don't find a
12373 valid mp3 header at the start of the file.
12376 2006-11-02 Wim Taymans <wim@fluendo.com>
12378 * ext/theora/gsttheoradec.h:
12379 * ext/theora/theoradec.c: (gst_theora_dec_init),
12380 (theora_dec_sink_event), (theora_dec_chain_forward),
12381 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12382 (theora_dec_chain):
12383 Document and partially implement an algorithm for doing reverse playback
12386 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12388 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12390 * win32/common/config.h:
12391 * win32/common/interfaces-enumtypes.c:
12392 * win32/common/libgsttag.def:
12393 * win32/vs8/gst-plugins-base.sln:
12394 * win32/vs8/libgstaudioresample.vcproj:
12395 * win32/vs8/libgstinterfaces.vcproj:
12396 * win32/vs8/libgstogg.vcproj:
12397 * win32/vs8/libgstriff.vcproj:
12398 * win32/vs8/libgsttag.vcproj:
12399 * win32/vs8/libgsttheora.vcproj:
12400 * win32/vs8/libgstvideoscale.vcproj:
12401 * win32/vs8/libgstvorbis.vcproj:
12402 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12403 to libgsttag.def; add missing dependencies for some vs8 projects;
12404 re-arrange placement of .def files in vs8 projects (#366334).
12406 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12408 * ext/ogg/gstogg.c:
12409 Remove unused variable.
12411 * ext/ogg/gstoggdemux.c:
12412 Fix Wim's surname in plugin description.
12414 2006-10-31 Wim Taymans <wim@fluendo.com>
12416 * gst-plugins-base.spec.in:
12417 spec new .h file. Fixes #368310.
12419 2006-10-31 Michael Smith <msmith@fluendo.com>
12421 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12422 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12423 (gst_multi_fd_sink_get_stats),
12424 (gst_multi_fd_sink_remove_client_link),
12425 (gst_multi_fd_sink_queue_buffer),
12426 (gst_multi_fd_sink_handle_clients):
12427 * gst/tcp/gstmultifdsink.h:
12428 Make using the remove or clear signals threadsafe.
12429 Make calling get-stats with an invalid fd not segfault.
12432 2006-10-31 Wim Taymans <wim@fluendo.com>
12434 * gst-libs/gst/rtp/Makefile.am:
12435 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12436 (gst_base_rtp_audio_payload_init):
12437 Fix and activate base audio payloader.
12439 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12441 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12443 Add typefinder for QuickTime Image Files (see #366156).
12445 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12447 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12448 Another typo fix (#366212).
12450 2006-10-27 Wim Taymans <wim@fluendo.com>
12452 * gst/volume/gstvolume.c: (volume_transform_ip):
12453 Use stream time to synchronize volume property instead of rather random
12454 timestamps. This is needed when gnonlin does its time shifting.
12456 2006-10-27 Wim Taymans <wim@fluendo.com>
12458 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12460 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12461 Remove the pad from the element in release_pad. Fixes #364812.
12463 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12465 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12467 Explicitly create our custom buffer classes at a thread-safe
12468 location as well, since g_type_class_ref() doesn't seem to be
12469 entirely thread-safe either (#365501; also see #349410).
12471 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12473 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12474 (gst_riff_parse_info):
12475 If strings in INFO chunk are not UTF-8, do something similar to
12476 what we do for ID3v1 tags: check a number of environment variables
12477 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12478 character sets to try, otherwise try the current locale and/or fall
12479 back on ISO-8859-1. Fixes #360552.
12481 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12483 * gst/videotestsrc/gstvideotestsrc.c:
12484 (gst_video_test_src_pattern_get_type),
12485 (gst_video_test_src_set_pattern):
12486 * gst/videotestsrc/gstvideotestsrc.h:
12487 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12488 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12489 (gst_video_test_src_checkers8):
12490 * gst/videotestsrc/videotestsrc.h:
12491 Add a bunch of exciting new checkers patterns.
12493 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12495 * gst/subparse/Makefile.am:
12496 * gst/subparse/gstsubparse.c:
12497 (gst_sub_parse_data_format_autodetect),
12498 (gst_sub_parse_format_autodetect), (handle_buffer),
12499 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12500 * gst/subparse/gstsubparse.h:
12501 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12503 * gst/subparse/tmplayerparse.h:
12504 Add support for TMPlayer-type subtitles (#362845).
12506 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12507 (GST_START_TEST), (subparse_suite):
12508 Add some basic unit tests for the above.
12510 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12512 * tests/check/elements/audiorate.c: (test_injector_base_init),
12513 (test_injector_class_init), (test_injector_chain),
12514 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12515 (GST_START_TEST), (audiorate_suite):
12516 More tests for audiorate: inject buffers to check behaviour when
12519 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12521 * tests/check/Makefile.am:
12522 * tests/check/elements/.cvsignore:
12523 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12524 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12525 Add some basic unit tests for audiorate. Disabled at the moment
12526 since it doesn't pass yet (see bug #363119).
12528 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12530 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12531 (parse_subrip), (handle_buffer):
12532 Add missing closing tags for markup and fix broken markup,
12533 otherwise pango won't render anything (fixes #357531). Also,
12534 make sure the text we send out is always NUL-terminated
12535 (better safe than sorry etc.).
12537 * tests/check/elements/subparse.c: (test_srt_do_test),
12539 Some more tests for .srt incl. tests for the above stuff.
12541 2006-10-20 Julien MOUTTE <julien@moutte.net>
12543 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12545 Patch by: Stefan Kost <ensonic@users.sf.net>
12546 Try to redraw borders only when needed. Apparently this consumes
12547 resources on small devices... :-O (#363607)
12549 2006-10-20 Michael Smith <msmith@fluendo.com>
12551 * gst/tcp/gstmultifdsink.c:
12552 (gst_multi_fd_sink_client_queue_buffer):
12553 If caps change, then update the client's idea of the caps so that we
12554 don't end up re-sending streamheaders for every single buffer after
12557 2006-10-20 Michael Smith <msmith@fluendo.com>
12559 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12560 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12561 Set caps on pushed buffers; fix up refcounting of caps objects.
12563 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12565 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12567 Typefind mmsh header data packet to application/x-mmsh (#362625).
12569 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12571 * tests/check/Makefile.am:
12572 * tests/check/elements/.cvsignore:
12573 * tests/check/elements/subparse.c: (buffer_from_static_string),
12574 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12575 (GST_START_TEST), (subparse_suite):
12576 Add very simple unit test for subparse.
12578 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12580 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12582 Strip trailing newlines from subtitle text output.
12584 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12586 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12587 (gst_sub_parse_change_state):
12588 Fix memleak; clear subparse->textbuf n state change function.
12590 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12592 * gst/subparse/gstsubparse.c:
12593 (gst_sub_parse_data_format_autodetect):
12594 Don't require subrip (.srt) files to start with a chunk number of 1.
12596 2006-10-18 Wim Taymans <wim@fluendo.com>
12598 * gst-libs/gst/audio/gstbaseaudiosink.c:
12599 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12600 * gst-libs/gst/audio/gstbaseaudiosink.h:
12601 Extract rate from the NEWSEGMENT event.
12602 Use commit_full to also take rate adjustment into account when writing
12603 samples to the ringbuffer.
12605 * gst-libs/gst/audio/gstringbuffer.c:
12606 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12607 (gst_ring_buffer_read):
12608 * gst-libs/gst/audio/gstringbuffer.h:
12609 Added _commit_full() to also take rate into account.
12610 Use simple interpolation algorithm to resample audio.
12611 API: gst_ring_buffer_commit_full()
12613 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12614 * tests/examples/seek/seek.c: (segment_done):
12615 Don't try to seek with 0.0 rate, just pause instead.
12616 Remove bogus debug line.
12618 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12620 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12622 Catch async errors when starting up the subtitle bin, so we can
12623 stop waiting and continue with the main film instead of hanging
12624 forever. Fixes #339366.
12626 * tests/check/elements/playbin.c: (playbin_suite):
12627 Enable unit test for the above.
12629 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12631 * tests/check/Makefile.am:
12632 * tests/check/elements/.cvsignore:
12633 * tests/check/elements/playbin.c: (GST_START_TEST),
12634 (gst_red_video_src_uri_get_type),
12635 (gst_red_video_src_uri_get_protocols),
12636 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12637 (gst_red_video_src_uri_handler_init),
12638 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12639 (gst_red_video_src_create), (gst_red_video_src_class_init),
12640 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12641 Some small and basic unit tests for playbin; not very useful yet,
12642 but at least a start.
12644 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12646 * gst/playback/gstplaybin.c: (setup_sinks):
12647 The old pad activation spiel.
12649 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12651 * gst/playback/gstplaybasebin.c: (setup_source):
12652 Don't hang forever if the subbin already fails to start up in
12653 the state change to PAUSED (#339366).
12655 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12657 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12658 (gst_tuner_set_channel), (gst_tuner_get_channel),
12659 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12660 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12661 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12662 (gst_tuner_find_channel_by_name):
12663 Fix some function guards, add some more function guards.
12665 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12667 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12668 (remove_element_chain):
12669 Don't return a pad from get_our_ghost_pad unless it is actually the
12671 Change a cast in remove_element_chain slightly.
12673 2006-10-13 Julien MOUTTE <julien@moutte.net>
12675 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12676 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12677 Segment seeking needs to use the rate and set stop to -1.
12679 2006-10-13 Wim Taymans <wim@fluendo.com>
12681 * gst-libs/gst/audio/gstbaseaudiosink.c:
12682 (gst_base_audio_sink_setcaps):
12683 Don't crash when ringbuffer is not yet created.
12684 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12687 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12688 * gst/playback/gststreamselector.c:
12689 (gst_stream_selector_request_new_pad):
12690 Activate pads befre adding them to running elements.
12692 2006-10-13 Julien MOUTTE <julien@moutte.net>
12694 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12695 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12696 updater when we start grabing the slider. Don't wait for the
12697 pipeline to be PAUSED.
12699 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12701 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12702 (gst_mixer_set_volume), (gst_mixer_get_volume),
12703 (gst_mixer_set_mute), (gst_mixer_set_option),
12704 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12705 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12706 (gst_mixer_option_changed):
12707 Guard mixer interface functions against bogus arguments.
12709 2006-10-12 Julien MOUTTE <julien@moutte.net>
12711 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12712 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12713 (msg_state_changed), (main): Use state-changed messages to trigger
12714 start/stop of scale update timer. Indeed the scale slider was
12715 jumping here and there because the update timer was activated
12716 before seek completed. This fixes instant applying of rate changes
12717 by pressing the spinbutton like a crazy man !
12719 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12721 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12723 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12724 (gst_basertppayload_finalize):
12725 Fix two small memory leaks (#361456).
12727 2006-10-10 Julien MOUTTE <julien@moutte.net>
12729 * tests/examples/seek/seek.c: (do_seek),
12730 (rate_spinbutton_changed_cb): When changing spinbutton we try
12731 to change the rate on the fly.
12733 2006-10-10 Wim Taymans <wim@fluendo.com>
12735 * gst-libs/gst/riff/riff-ids.h:
12736 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12737 (gst_riff_create_audio_template_caps):
12740 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12742 Patch by: Josep Torra Valles <josep@fluendo.com>
12744 * ext/gnomevfs/gstgnomevfssink.c:
12745 * ext/gnomevfs/gstgnomevfssrc.c:
12746 Fix URI interface implementation return type.
12747 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12748 Fix what looks like a copy/paste issue when assigning values.
12749 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12750 (gst_audio_filter_template_get_type):
12751 Cast to prevent Forte warnings.
12752 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12753 Fix URI interface implementation return type.
12754 gst_pad_query_position requires a signed integer pointer as
12755 3rd parameter, GstClockTime is unsigned.
12756 * gst/audioconvert/audioconvert.c:
12757 Fix integer overflow when treated as signed.
12758 * gst/audioresample/resample.c: (resample_add_input_data):
12759 Cast to prevent warnings on Forte.
12760 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12761 Fix integer overflow when treated as signed.
12762 * gst/ffmpegcolorspace/imgconvert_template.h:
12763 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12764 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12765 (cleanup_decodebin):
12766 Who initialises a guint to -1!
12767 Cast function pointers to prevent warnings on Forte.
12768 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12769 (queue_threshold_reached):
12770 Cast function pointers correctly to prevent warnings on Forte.
12771 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12772 Cast function pointers correctly to prevent warnings on Forte.
12773 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12774 Obvious change to unsigned, 0xEF > max signed char.
12775 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12776 GstClockTime is unsigned, initialise correctly.
12777 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12778 Cast so pointer arithemetic doesn't cause warnings on Forte.
12779 * gst/videorate/gstvideorate.c:
12780 Use correct return value.
12781 * tests/examples/seek/scrubby.c:
12782 GstClockTime is unsigned, initialise correctly.
12784 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12786 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12788 * gst/typefind/gsttypefindfunctions.c:
12789 Recognise XML files and XML-like files shorter than 256 bytes as
12790 well (fixes #359237).
12792 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12794 Patch by: Renato Filho <renato.filho@indt.org.br>
12796 * gst/typefind/gsttypefindfunctions.c:
12797 Added typefind functions to video/x-nuv media.
12799 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12801 * gst-libs/gst/interfaces/xoverlay.c:
12802 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12803 Some more guards against invalid input.
12805 2006-10-07 Julien MOUTTE <julien@moutte.net>
12807 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12809 * tests/examples/seek/seek.c: (do_seek),
12810 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12811 seek example to experiment with rates != 1.0 (reverse playback !)
12813 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12815 * gst-libs/gst/interfaces/xoverlay.c:
12816 Unref message in doc-example (spotted by Robert McQueen)
12818 2006-10-06 Wim Taymans <wim@fluendo.com>
12820 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12821 (mpeg1_parse_header), (mpeg1_sys_type_find):
12824 2006-10-06 Wim Taymans <wim@fluendo.com>
12826 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12828 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12829 Activate dynamic pads before adding them to the element.
12831 2006-10-06 Michael Smith <msmith@fluendo.com>
12833 * gst-libs/gst/floatcast/floatcast.h:
12834 Fix obviously-bogus macros; use the correct types.
12836 2006-10-06 Wim Taymans <wim@fluendo.com>
12838 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12839 (gst_base_rtp_depayload_change_state):
12840 Also call parent state change function to activate pads.
12842 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12843 (mpeg1_parse_header), (mpeg1_sys_type_find):
12844 Add some more debug info in mpeg typefinding.
12846 2006-10-06 Michael Smith <msmith@fluendo.com>
12848 * ext/theora/theoradec.c: (theora_dec_chain):
12849 Zero byte theora packets are valid and well-defined; don't warn on
12852 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12854 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12855 (gst_multi_fd_sink_get_stats), (find_limits),
12856 (gst_multi_fd_sink_queue_buffer):
12857 API: add dropped_buffers to the get-stats GValueArray
12859 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12861 * ext/alsa/gstalsadeviceprobe.c:
12862 (gst_alsa_device_property_probe_get_values):
12863 * ext/alsa/gstalsasink.c: (set_hwparams):
12864 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12865 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12866 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12867 (gst_ogg_mux_process_best_pad):
12868 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12869 (gst_ogg_parse_chain):
12870 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12871 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12872 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12873 (gst_vorbis_enc_buffer_check_discontinuous):
12874 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12875 * gst-libs/gst/audio/gstbaseaudiosink.c:
12876 (gst_base_audio_sink_render):
12877 * gst-libs/gst/cdda/gstcddabasesrc.c:
12878 (gst_cdda_base_src_handle_track_seek):
12879 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12880 (gst_base_rtp_depayload_push_full):
12881 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12882 * gst/audioresample/resample.c: (resample_input_pushthrough):
12883 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12884 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12885 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12886 (wavpack_type_find):
12887 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12888 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12889 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12890 * tests/check/elements/volume.c: (GST_START_TEST):
12891 Printf format fixes.
12893 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12895 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12896 Fix a simple mistake (see the docs)
12899 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12901 * docs/plugins/Makefile.am:
12902 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12903 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12904 * docs/plugins/gst-plugins-base-plugins.args:
12905 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12906 * docs/plugins/inspect/plugin-adder.xml:
12907 * docs/plugins/inspect/plugin-alsa.xml:
12908 * docs/plugins/inspect/plugin-audioconvert.xml:
12909 * docs/plugins/inspect/plugin-audiorate.xml:
12910 * docs/plugins/inspect/plugin-audioresample.xml:
12911 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12912 * docs/plugins/inspect/plugin-cdparanoia.xml:
12913 * docs/plugins/inspect/plugin-decodebin.xml:
12914 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12915 * docs/plugins/inspect/plugin-gdp.xml:
12916 * docs/plugins/inspect/plugin-gnomevfs.xml:
12917 * docs/plugins/inspect/plugin-libvisual.xml:
12918 * docs/plugins/inspect/plugin-ogg.xml:
12919 * docs/plugins/inspect/plugin-pango.xml:
12920 * docs/plugins/inspect/plugin-playbin.xml:
12921 * docs/plugins/inspect/plugin-subparse.xml:
12922 * docs/plugins/inspect/plugin-tcp.xml:
12923 * docs/plugins/inspect/plugin-theora.xml:
12924 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12925 * docs/plugins/inspect/plugin-video4linux.xml:
12926 * docs/plugins/inspect/plugin-videorate.xml:
12927 * docs/plugins/inspect/plugin-videoscale.xml:
12928 * docs/plugins/inspect/plugin-videotestsrc.xml:
12929 * docs/plugins/inspect/plugin-volume.xml:
12930 * docs/plugins/inspect/plugin-vorbis.xml:
12931 * docs/plugins/inspect/plugin-ximagesink.xml:
12932 * docs/plugins/inspect/plugin-xvimagesink.xml:
12933 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12935 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12937 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12939 * ext/vorbis/Makefile.am:
12940 * ext/vorbis/vorbis.c: (plugin_init):
12941 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12942 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12943 * ext/vorbis/vorbisparse.h:
12944 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12945 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12946 (gst_vorbis_tag_parse_packet):
12947 * ext/vorbis/vorbistag.h:
12948 Add new vorbistag element which derives from vorbisparse
12949 and is essentially the same as well, only that it implements
12950 the GstTagSetter interface and can modify the stream's
12951 vorbiscomment on the fly (#335635).
12953 * tests/check/Makefile.am:
12954 * tests/check/elements/.cvsignore:
12955 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12956 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12957 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12958 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12959 Add unit test for new vorbistag element.
12961 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12963 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12964 (vorbis_parse_push_headers), (vorbis_parse_chain):
12965 Set BOS flag in packet structure to fix 'jump depends
12966 on unitialized value' errors in valgrind; various minor
12969 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12971 * gst/playback/gstdecodebin.c: (close_pad_link):
12972 Fix typo in a debug statement.
12974 * gst/playback/gstplaybasebin.c: (probe_triggered),
12975 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12976 (gen_source_element), (source_new_pad), (analyse_source),
12978 When handling no_more_pads in new_decoded_pad, make sure to treat
12979 subtitle pads correctly. Fixes playback with subtitle files.
12981 Move a recurring message to LOG level.
12983 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12984 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12985 which ends up as -1 when cast to an int. Make the logic handle the
12986 max value as an unsigned mask and only change the colorkey when it's
12987 a value we recognise.
12989 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12991 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12992 Removed empty * between paragraphs
12994 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12996 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12997 * gst-libs/gst/rtp/README:
12998 Moved some documentation into .c file
13000 2006-09-29 Wim Taymans <wim@fluendo.com>
13002 * gst/playback/gstdecodebin.c: (no_more_pads):
13005 2006-09-29 Wim Taymans <wim@fluendo.com>
13007 * gst/playback/gstdecodebin.c: (new_caps):
13010 * gst/playback/gstplaybin.c:
13013 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
13015 * tests/check/Makefile.am:
13016 Re-enable cddabasesrc test to see if it works again
13019 2006-09-29 Wim Taymans <wim@fluendo.com>
13021 * gst/playback/gstplaybasebin.c: (setup_subtitle),
13022 (gen_source_element):
13023 Handle invalid URIs a bit more gracefully.
13025 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
13027 * tests/check/pipelines/oggmux.c:
13028 Remove obsolete comment.
13030 2006-09-29 Michael Smith <msmith@fluendo.com>
13032 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13033 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
13034 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13035 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
13036 (gst_ogg_mux_collected):
13037 Commit patch from James "Doc" Livingston, adds proper EOS handling
13038 in oggmux. GStreamer can, for the first time ever, create a valid
13041 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
13043 Reenable tests now that they pass.
13045 2006-09-29 Wim Taymans <wim@fluendo.com>
13047 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
13048 Stop reading commands when EOF (we read 0) as well.
13050 2006-09-28 Wim Taymans <wim@fluendo.com>
13052 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
13053 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
13054 (find_dynamic), (unlinked), (close_link):
13055 Implement delayed caps linking needed for element with a lot of
13056 different caps on the src pads that get fixed at runtime.
13057 Improve management of dynamic elements.
13059 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13060 (group_destroy), (group_commit), (check_queue), (queue_overrun),
13061 (gen_preroll_element), (remove_groups), (unknown_type),
13062 (add_element_stream), (no_more_pads_full), (no_more_pads),
13063 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13064 (new_decoded_pad), (setup_subtitle), (array_has_value),
13065 (gen_source_element), (source_new_pad), (has_all_raw_caps),
13066 (analyse_source), (remove_decoders), (make_decoder),
13067 (remove_source), (setup_source), (finish_source), (prepare_output),
13068 (gst_play_base_bin_change_state):
13069 * gst/playback/gstplaybasebin.h:
13070 Use more _CAST instead of full type checking casts.
13071 Small cleanups, plug some leaks.
13072 Handle dynamic sources.
13073 Add some helper functions to create lists of strings used for
13074 blacklisting and other stuff.
13075 Refactor some code dealing with analysing the source.
13076 Re-enable sources without pads (like cd:// or other selfcontained
13079 2006-09-28 Wim Taymans <wim@fluendo.com>
13081 * gst-libs/gst/audio/gstbaseaudiosink.c:
13082 (gst_base_audio_sink_render):
13083 When we have a timestamp, we can still perform clipping.
13084 When we have no clock, we must play the sample ASAP.
13086 2006-09-28 Wim Taymans <wim@fluendo.com>
13088 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13089 Set caps on outgoing buffers.
13091 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13092 (gst_video_rate_event), (gst_video_rate_chain):
13093 * gst/videorate/gstvideorate.h:
13094 Fix videorate some more. Fixes #357977
13096 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13098 * tests/check/elements/adder.c: (adder_suite):
13099 Don't set timeout to 6 seconds when we're running
13100 in valgrind ... (and how is 6 seconds longer than
13101 the default anyway?)
13103 2006-09-28 Wim Taymans <wim@fluendo.com>
13105 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13106 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13107 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13108 Keep sink and src segment to keep track of time and support more
13110 Fix bogus next_offset and run_time calculation, don't understand how
13111 this could have worked before. Fixes #357976.
13112 Remove some unneeded vars.
13114 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13116 * gst/playback/gstplaybin.c: (remove_sinks):
13117 Only remove visualisation from visbin if there is a visbin (or:
13118 don't throw warnings when closing totem without playing a file).
13120 2006-09-27 Wim Taymans <wim@fluendo.com>
13122 * gst-libs/gst/audio/gstbaseaudiosink.c:
13123 (gst_base_audio_sink_render):
13124 Add some more info in a WARNING.
13126 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13127 (gst_base_audio_src_create):
13128 Handle PAUSE in create function, use new -core addition to
13129 wait for playing. Fixes pausing and resuming capture from an
13132 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13133 (gst_ring_buffer_read):
13134 Constify some more.
13135 Caller supports interrupted reads now.
13137 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13139 * tests/check/Makefile.am:
13140 Another attempt to make the gen64 buildbot happy.
13142 2006-09-27 Stefan Kost <ensonic@users.sf.net>
13144 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13146 * ext/libvisual/visual.c: (gst_visual_clear_actors),
13147 (gst_visual_chain), (gst_visual_change_state):
13148 Libvisual plugin was not passing audio data to libvisual 0.4.0
13149 correctly. Fixes #357800
13151 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13153 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13154 Add timeout to _get_state() so we see which pipeline it is
13155 that causes trouble on the gen64 build bot.
13157 2006-09-27 Wim Taymans <wim@fluendo.com>
13159 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13160 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13161 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13162 (gst_base_rtp_depayload_set_gst_timestamp):
13163 the source pad always uses fixed caps.
13165 2006-09-27 Wim Taymans <wim@fluendo.com>
13167 * docs/libs/gst-plugins-base-libs-docs.sgml:
13168 * docs/libs/gst-plugins-base-libs-sections.txt:
13169 * gst-libs/gst/audio/gstaudioclock.c:
13170 * gst-libs/gst/audio/gstaudioclock.h:
13171 * gst-libs/gst/audio/gstaudiosink.c:
13172 * gst-libs/gst/audio/gstaudiosink.h:
13173 * gst-libs/gst/audio/gstaudiosrc.c:
13174 * gst-libs/gst/audio/gstbaseaudiosink.c:
13175 (gst_base_audio_sink_render):
13176 * gst-libs/gst/audio/gstbaseaudiosink.h:
13177 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13178 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13179 * gst-libs/gst/audio/gstringbuffer.h:
13180 Added docs for the audio libs.
13182 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13184 * tests/check/Makefile.am:
13185 Temporarily disable test that fails on the bots for unknown reasons.
13187 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13189 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13190 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13191 Moved AudioCodecType into priv
13192 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13194 2006-09-25 Wim Taymans <wim@fluendo.com>
13196 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13197 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13198 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13200 Cleanups and small leak fixes.
13201 Added Depayloaders to valid list of autopluggable elements.
13203 2006-09-25 Wim Taymans <wim@fluendo.com>
13205 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13206 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13207 (gen_video_element), (gen_text_element), (gen_audio_element),
13208 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13209 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13210 Detect NO_PREROLL state change returns and disable clock distribution to
13211 the sinks so that sync is disabled.
13212 Avoid some type checking and do simple casts instead.
13213 Small cleanups, fix some FIXMEs.
13214 Be more robust when linking user specified elements, catch an report
13215 errors. Fixes #357404.
13216 Fix some leaks in the error paths.
13218 2006-09-25 Stefan Kost <ensonic@users.sf.net>
13221 ChangeLog surgery for missing bug-number
13223 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13225 Patch by: Peter Kjellerstedt <pkj at axis com>
13227 * gst/playback/test.c:
13228 Fix compilation with uClibc and -Werror (#357591).
13230 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13232 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13233 Parse dates that are followed by a time as well (#357532).
13235 * tests/check/libs/tag.c: (test_vorbis_tags):
13236 Add unit test for this.
13238 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13240 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13241 (gst_audio_convert_transform_caps):
13242 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13243 * gst/videotestsrc/videotestsrc.h:
13244 A few array const-ifications.
13246 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13248 * tests/check/Makefile.am:
13249 See if this makes the build bots happy.
13251 * tests/check/libs/cddabasesrc.c:
13254 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13256 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13258 * gst/subparse/samiparse.c: (handle_start_font),
13259 (fix_invalid_entities):
13260 More case-insensitivity for certain tags; recognise entities with
13261 decimal codes as special entities as well (#357330).
13263 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13265 * gst-libs/gst/Makefile.am:
13266 Need to build tag directory before cdda.
13268 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13270 * docs/libs/gst-plugins-base-libs-sections.txt:
13271 * gst-libs/gst/cdda/Makefile.am:
13272 * gst-libs/gst/cdda/gstcddabasesrc.c:
13273 (gst_cdda_base_src_base_init):
13274 * gst-libs/gst/cdda/gstcddabasesrc.h:
13275 * gst-libs/gst/tag/tag.h:
13276 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13277 (gst_tag_register_musicbrainz_tags):
13278 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13279 depend on libgsttag. This is required so we can extract/read tags like
13280 DISCID without depending on libgstcddabasesrc (which used to register
13283 * gst-libs/gst/tag/gstvorbistag.c:
13284 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13285 tags (also see #347848).
13287 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13288 Log vorbis comments we are actually writing. Const-ify array.
13290 2006-09-23 Wim Taymans <wim@fluendo.com>
13292 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13293 Improve buffering a bit by avoiding a deadlock because we cannot assume
13294 the underrun is always called.
13296 2006-09-23 Wim Taymans <wim@fluendo.com>
13298 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13300 * gst-libs/gst/riff/riff-ids.h:
13301 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13302 (gst_riff_create_audio_template_caps):
13303 Added MPEG-4 AAC and id and caps. Fixes #357289
13304 Added WMA9 Lossless id.
13306 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13308 * ext/gnomevfs/gstgnomevfssrc.c:
13309 Fix misleading docs addition.
13311 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13312 Get rid of compiler warning the right way.
13314 2006-09-22 Wim Taymans <wim@fluendo.com>
13316 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13317 (gst_base_rtp_depayload_finalize),
13318 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13319 (gst_base_rtp_depayload_push_full),
13320 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13321 (gst_base_rtp_depayload_process),
13322 (gst_base_rtp_depayload_set_gst_timestamp),
13323 (gst_base_rtp_depayload_queue_release):
13324 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13327 Refactored the process method and added methods to push from the process
13329 Use _scale functions.
13330 API: gst_base_rtp_depayload_push_ts
13331 API: gst_base_rtp_depayload_push
13333 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13334 timestamps are uint.
13336 2006-09-22 Stefan Kost <ensonic@users.sf.net>
13338 * gst-libs/gst/interfaces/xoverlay.c:
13339 Remove unused statement from doc example.
13341 2006-09-21 Stefan Kost <ensonic@users.sf.net>
13343 * gst-libs/gst/interfaces/videoorientation.c:
13344 (gst_video_orientation_iface_init),
13345 (gst_video_orientation_get_hflip),
13346 (gst_video_orientation_get_vflip),
13347 (gst_video_orientation_get_hcenter),
13348 (gst_video_orientation_get_vcenter),
13349 (gst_video_orientation_set_hflip),
13350 (gst_video_orientation_set_vflip),
13351 (gst_video_orientation_set_hcenter),
13352 (gst_video_orientation_set_vcenter):
13353 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13356 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
13358 * tests/check/Makefile.am:
13359 * tests/check/elements/.cvsignore:
13360 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13361 (create_rgb_conversions), (rgb_conversion_free),
13362 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13363 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13364 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13365 but disable for now since it doesn't pass (something wrong with
13368 2006-09-21 Wim Taymans <wim@fluendo.com>
13370 * gst/playback/gstplaybasebin.c: (group_commit),
13371 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13372 (queue_out_of_data), (gen_preroll_element),
13373 (preroll_remove_overrun), (probe_triggered):
13374 Refactor handling of overrun detection.
13375 Separate handling of group completion and deadlock detection when doing
13376 network buffering. This should fix some deadlocks that were not detected
13377 because the group was completed.
13378 Add more comments, improve debugging.
13380 2006-09-21 Wim Taymans <wim@fluendo.com>
13382 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13383 * tests/check/libs/audio.c:
13384 Some more compilation fixes.
13386 2006-09-21 Wim Taymans <wim@fluendo.com>
13388 * gst-libs/gst/audio/gstringbuffer.c:
13389 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13390 (gst_ring_buffer_read):
13391 Early morning compilation fix.
13393 2006-09-20 Wim Taymans <wim@fluendo.com>
13395 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13396 * tests/check/elements/multifdsink.c: (GST_START_TEST):
13397 * tests/check/elements/videorate.c: (GST_START_TEST):
13398 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13399 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13402 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13404 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13405 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13406 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13407 Handcrafted merge to help CVS understanding what I changed and what
13410 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13413 (gst_xvimagesink_get_times):
13414 change colorkey behaviour back according to #354773 comment 6/7
13416 2006-09-19 Michael Smith <msmith@fluendo.com>
13418 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13419 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13420 (gst_multi_fd_sink_recover_client),
13421 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13422 (gst_multi_fd_sink_get_property):
13423 * gst/tcp/gstmultifdsink.h:
13424 Implement stubbed out properties unit-type, units-soft-max,
13425 units-max, to allow specifying maximum sizes in units other than
13429 2006-09-19 Wim Taymans <wim@fluendo.com>
13431 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13432 (gst_riff_create_audio_template_caps):
13433 Reorder the audio formats a bit for clarity.
13434 Detect and create caps for MSGSM and MSN (WAV49).
13437 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13438 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13439 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13440 Small cleanups, move error handling out of normal flow for clarity.
13442 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13444 * docs/libs/gst-plugins-base-libs-docs.sgml:
13445 * docs/libs/gst-plugins-base-libs.types:
13446 * gst-libs/gst/interfaces/Makefile.am:
13447 * gst-libs/gst/interfaces/videoorientation.c:
13448 (gst_video_orientation_get_type),
13449 (gst_video_orientation_iface_init),
13450 (gst_video_orientation_get_hflip),
13451 (gst_video_orientation_get_vflip),
13452 (gst_video_orientation_get_hcenter),
13453 (gst_video_orientation_get_vcenter),
13454 (gst_video_orientation_set_hflip),
13455 (gst_video_orientation_set_vflip),
13456 (gst_video_orientation_set_hcenter),
13457 (gst_video_orientation_set_vcenter):
13458 * gst-libs/gst/interfaces/videoorientation.h:
13459 API: Add new interface to control video orientation (fixes #354908)
13461 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13463 * gst/videotestsrc/gstvideotestsrc.c:
13464 Use G_UNLIKELY in _create and log one more detail.
13466 (gst_video_test_src_get_times), (gst_video_test_src_create):
13467 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13468 Use gst_util_uint64_scale_int in _get_times().
13470 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13473 Give better warning message (add object and detail).
13475 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13478 (gst_xvimagesink_get_times):
13479 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13480 #354773), use gst_util_uint64_scale_int in _get_times()
13482 2006-09-18 Michael Smith <msmith@fluendo.com>
13484 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13485 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13486 always true, leading to dropping all timestamps.
13488 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13490 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13491 (gst_visual_chain), (gst_visual_change_state):
13492 update to work also with libvisual 0.4 API, fix double unref (#355914)
13494 * tools/gst-launch-ext.1.in:
13495 * tools/gst-visualise.1.in:
13496 remove references to old man-pages
13498 * tests/examples/seek/seek.c: (main):
13499 add real meadi-buttons, add tool-tips for the seek-options, arrange
13500 seek options in a table
13502 2006-09-18 Michael Smith <msmith@fluendo.com>
13504 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13505 (gst_ogg_mux_push_buffer):
13506 Don't generate out-of-order timestamps from oggmux, instead clamp
13507 output timestamps to be >= the previously output ts.
13510 2006-09-18 Michael Smith <msmith@fluendo.com>
13512 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13513 (gst_multi_fd_sink_class_init):
13514 Updates, fixes, and typo corrections for multifdsink. No functional
13517 2006-09-17 Michael Smith <msmith@fluendo.com>
13519 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13520 Don't crash on truncated files - check that we got an 8 byte buffer
13521 before trying to memcmp it.
13523 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13525 * gst/playback/gstplaybasebin.c: (get_active_source):
13526 Make stream-switching appear instant to the application
13527 (ie. make sure that a g_object_get on 'current-foo' returns
13528 the stream previously set with g_object_set(). Totem needs
13529 this to update stream-related meta-info (like audio-codec)
13530 correctly when switching streams.
13532 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13534 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13535 (gst_alsa_mixer_ensure_track_list):
13536 Try harder to guess which mixer track is the master mixer
13537 track (instead of just taking the first one that has a pvolume).
13540 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13542 reviewed by: <delete if not using a buddy>
13544 * gst-libs/gst/audio/audio.h:
13545 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13547 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13549 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13550 (gst_audio_convert_transform_caps):
13551 Get structure-name just once.
13553 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13555 * tests/check/elements/audioresample.c: (GST_START_TEST):
13556 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13557 * tests/check/elements/volume.c: (GST_START_TEST):
13558 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13559 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13560 (test_pipeline), (GST_START_TEST):
13561 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13562 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13563 Fix big batch of compiler warnings.
13565 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13567 * ext/gnomevfs/gstgnomevfssrc.c:
13568 Add docs about icydemux usage in connection with gnomevfssrc
13570 * ext/libvisual/visual.c:
13571 * ext/ogg/gstoggaviparse.c:
13572 * ext/ogg/gstoggdemux.c:
13573 * ext/ogg/gstoggmux.c:
13574 * ext/ogg/gstoggparse.c:
13575 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13576 * gst-libs/gst/audio/gstaudiosink.c:
13577 * gst-libs/gst/audio/gstaudiosrc.c:
13578 * gst/audiorate/gstaudiorate.c:
13579 More G_OBJECT macro fixing.
13581 * gst/audiotestsrc/gstaudiotestsrc.h:
13582 Fix wrong info in header due to copy & paste
13584 2006-09-15 Wim Taymans <wim@fluendo.com>
13586 * gst-libs/gst/audio/gstbaseaudiosink.c:
13587 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13588 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13589 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13590 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13591 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13592 Do the delay calculation in the source/sink base classes as this is
13593 specific for the capture/playback mode.
13594 Try to fixate a bit better, like round depth up to a multiple of 8
13596 Handle underruns correctly by marking DISCONT on buffers and adjusting
13597 timestamps to handle the gap.
13598 Set offset/offset_end correctly on buffers.
13600 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13601 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13602 (gst_ring_buffer_read):
13603 Remove resync and underrun recovery from the ringbuffer.
13604 Fix ringbuffer read code on under/overrun.
13606 2006-09-15 Wim Taymans <wim@fluendo.com>
13608 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13609 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13610 (queue_threshold_reached), (gst_play_base_bin_set_property),
13611 (gst_play_base_bin_get_property):
13612 * gst/playback/gstplaybasebin.h:
13613 Don't use a 0 low watermark when buffering, it is catching starvation
13614 way too late. Instead, use a 3 second queue with 30 and 95
13615 percent low/high watermarks.
13616 Added queue-min-threshold property to configure low watermark.
13617 Use new _buffering message API.
13618 Make queue_threshold variable big enough to store a uint64 time value.
13619 API: playbin::queue-min-threshold property.
13621 2006-09-15 Wim Taymans <wim@fluendo.com>
13624 We require 0.10.10.1 now because of _wait_preroll().
13626 * gst-libs/gst/audio/gstbaseaudiosink.c:
13627 (gst_base_audio_sink_render):
13628 Use gst_base_sink_wait_preroll().
13630 2006-09-15 Wim Taymans <wim@fluendo.com>
13632 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13633 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13634 Use DEBUG_OBJECT more.
13636 === release 0.10.10 ===
13638 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13640 patch by: Michael Smith <msmith at fluendo dot com>
13642 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13643 (gst_multi_fd_sink_client_queue_buffer),
13644 (gst_multi_fd_sink_new_client):
13645 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13646 (multifdsink_suite):
13647 Fix implementation of sync-method 'next-keyframe'
13650 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13652 patch by: Wim Taymans <wim at fluendo dot com>
13654 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13655 This patch removes the RANDOM flag that was incorrectly introduced with
13656 revision 1.91. Fixes #354590
13658 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13660 * tests/check/Makefile.am:
13661 Random variation in Makefile line to see if it makes the
13662 gen64-base-full bot any happier.
13664 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13666 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13667 Disable test that fails at the moment (killed after timeout).
13669 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13671 Patch by: James Livingston <doclivingston at gmail.com>
13673 * tests/check/Makefile.am:
13674 * tests/check/pipelines/.cvsignore:
13675 * tests/check/pipelines/oggmux.c: (get_page_codec),
13676 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13677 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13678 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13679 (test_theora_vorbis), (oggmux_suite):
13680 Add simple unit test for oggmux from #337026 with checking for the
13681 EOS flags disabled for the time being.
13683 2006-09-04 Wim Taymans <wim@fluendo.com>
13685 patch by: Alessandro Dessina <alessandro nnva org>
13687 * ext/ogg/gstoggmux.c:
13688 Add cmml caps to oggmux. Fixes #353912
13690 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13692 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13693 Returning a return value often helps. In this case, we
13694 don't need the return value anyway, so just get rid of it.
13695 Should make build bots much happier.
13697 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13699 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13700 (paint_get_structure), (gst_video_test_src_get_size),
13701 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13702 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13703 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13704 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13705 * gst/videotestsrc/videotestsrc.h:
13706 Add support for AYUV and the various RGBA formats. Initialise
13707 fields of paintinfo structs allocated on the stack.
13709 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13710 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13711 (check_rgb_buf), (videotestsrc_suite):
13712 Add unit tests for videotestsrc's RGB output.
13714 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13716 * gst/videotestsrc/gstvideotestsrc.c:
13717 (gst_video_test_src_pattern_get_type),
13718 (gst_video_test_src_set_pattern):
13719 * gst/videotestsrc/gstvideotestsrc.h:
13720 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13721 (gst_video_test_src_black), (gst_video_test_src_white),
13722 (gst_video_test_src_red), (gst_video_test_src_green),
13723 (gst_video_test_src_blue):
13724 * gst/videotestsrc/videotestsrc.h:
13725 Add more uni-colour patterns ("white", "red", "green", and "blue").
13727 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13729 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13730 Fix stride for YVYU, should be word-aligned (#353658).
13732 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13734 * gst/adder/gstadder.c: (gst_adder_src_event):
13737 2006-08-31 Edward Hervey <edward@fluendo.com>
13739 * gst/adder/gstadder.c: (forward_event_func),
13740 (gst_adder_src_event), (gst_adder_collected),
13741 (gst_adder_change_state):
13742 * gst/adder/gstadder.h:
13743 Remember the start position asked in the incoming seeks, so we can
13744 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13745 of assuming it will always be 0).
13747 2006-08-31 Edward Hervey <edward@fluendo.com>
13749 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13750 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13751 (gst_ogg_demux_loop):
13752 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13754 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13756 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13757 (gst_ffmpegcsp_get_unit_size):
13758 Return FALSE instead of returning a random false unit
13759 size when the format isn't known/supported (even if
13760 this shouldn't happen under normal circumstances).
13762 2006-08-29 Wim Taymans <wim@fluendo.com>
13764 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13766 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13767 (gst_gnome_vfs_src_start):
13768 Try harder to get the size from a uri by using _info_uri() when
13769 _info_from_handle() does not give us enough info.
13770 Also follow symlinks when getting the size.
13771 Partially Fixes #332864.
13773 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13775 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13777 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13778 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13779 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13780 (gst_alsa_mixer_set_record):
13781 * ext/alsa/gstalsamixertrack.c:
13782 (gst_alsa_mixer_track_update_alsa_capabilities),
13783 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13784 (gst_alsa_mixer_track_update):
13785 * ext/alsa/gstalsamixertrack.h:
13786 Improve and fix mixer track handling, in particular better handling
13787 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13788 separate track objects for tracks that have both capture and playback
13789 volume (and label them differently as well so they're not mistakenly
13790 assumed to be duplicates); classify mixer tracks that only affect
13791 the audible volume of something (rather than the capture volume)
13792 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13793 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13794 (following the meaning documented in the mixer interface header
13795 file); add support for alsa's exclusive cswitch groups; update/sync
13796 state/flags better if mixer settings are changed by another
13797 application. Fixes #336075.
13799 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13801 * gst/playback/gstplaybin.c:
13802 Improve docs: add section about BUFFERING messages sent by playbin.
13804 2006-08-29 Michael Smith <msmith@fluendo.com>
13806 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13807 (gst_vorbis_enc_buffer_check_discontinuous),
13808 (gst_vorbis_enc_chain):
13809 Ignore explicit DISCONT marked on buffers (which is often spurious,
13810 particularly when using multiple segments), in favour of solely
13811 using the timestamps/durations.
13813 2006-08-29 Edward Hervey <edward@fluendo.com>
13815 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13816 Don't rely on incoming buffers offset anymore, since it is completely
13817 broken when using multiple segments.
13818 Instead convert the incoming buffers timestamp to running time, and
13819 then convert that value to the offsets.
13820 Also inform GstSegment of the last outputted stop position, which is
13821 needed if we received several segments with an unknown stop value.
13823 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13825 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13826 fix buffer unreffing on a header push failure
13828 2006-08-28 Wim Taymans <wim@fluendo.com>
13830 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13831 (gst_audio_rate_chain):
13832 Make the metadata of the buffer writable before changing its
13835 2006-08-28 Wim Taymans <wim@fluendo.com>
13837 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13838 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13839 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13840 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13841 Fix audiorate some more.
13842 Reset and resync counters on flush and READY.
13843 Handle the DISCONT flag correctly.
13844 Use GstSegment to track position.
13845 Fail when not negotiated.
13848 2006-08-25 Michael Smith <msmith@fluendo.com>
13850 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13852 Remove accidently included debug line.
13854 2006-08-25 Wim Taymans <wim@fluendo.com>
13856 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13858 If a buffer is received with no caps, make the buffer metadata
13859 writable and set the caps, making sure that we don't screw up the
13862 2006-08-25 Michael Smith <msmith@fluendo.com>
13864 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13865 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13866 Fix memory leaks and misleading debug messages, add a couple of
13869 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13870 (gst_multi_fd_sink_render):
13871 Do not use gst_buffer_make_writable() in a basesink render method,
13872 as it may incorrectly unref the buffer. Instead, use convoluted
13873 dance to avoid copying the buffer except when we need to.
13875 2006-08-25 Michael Smith <msmith@fluendo.com>
13877 * ext/vorbis/vorbisenc.c:
13878 (gst_vorbis_enc_buffer_check_discontinuous):
13879 Allow very small discontinuities in the timestamps. These we can't
13880 do anything useful with anyway (because vorbis's timestamps have
13881 only sample granularity), and are commonly produced by elements with
13882 minor bugs. Allow up to 1/2 a sample out.
13885 2006-08-24 Wim Taymans <wim@fluendo.com>
13887 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13888 (play_scrub_toggle_cb), (main):
13889 Add a checkbox to enable play scrubbing. Makes it possible to disable
13892 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13894 * tests/check/elements/.cvsignore:
13895 make buildbot happy
13897 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13899 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13900 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13901 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13902 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13903 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13904 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13905 (gst_ogm_text_parse_strip_trailing_zeroes),
13906 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13907 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13908 Refactor ogm parse, do better input checking, misc. clean-ups.
13909 Cache incoming events and push them once the source pad has
13910 been created. Don't pass unterminated strings to sscanf().
13911 Strip trailing zeroes from subtitle text output, since they
13912 are not valid UTF-8. Don't push vorbiscomment packets on
13913 the subtitle text pad. Output perfect streams if possible.
13915 2006-08-23 Wim Taymans <wim@fluendo.com>
13917 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13918 Waits for tasks to settle down so that we clean up correctly for
13921 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13923 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13924 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13925 actually return return value in taglists_are_equal.
13927 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13929 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13930 Fix crash due to broken bitstream parsing on x86-64: can't make
13931 any assumptions about sizeof(struct) due to alignment/packing
13932 differences on different architectures. Fixes #351790.
13934 2006-08-22 Wim Taymans <wim@fluendo.com>
13936 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13937 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13938 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13939 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13940 (gst_riff_parse_info):
13941 Protect public functions against bad input.
13945 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13947 * gst-libs/gst/riff/riff-ids.h:
13948 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13949 Add voxware audio IDs (even if we can't play it) (#351795).
13951 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13953 * gst-libs/gst/riff/riff-media.c:
13954 (gst_riff_create_video_template_caps),
13955 (gst_riff_create_audio_template_caps),
13956 (gst_riff_create_iavs_template_caps):
13957 Const-ify some arrays and use G_N_ELEMENTS instead
13958 of wasting oodles of RAM on terminator bits.
13960 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13962 * gst-libs/gst/tag/gstvorbistag.c:
13963 (gst_tag_list_to_vorbiscomment_buffer):
13964 * tests/check/libs/tag.c: (GST_START_TEST):
13965 And the same for _to_vorbiscomment_buffer(): allow
13966 id_data_len == 0 for speex.
13968 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13971 * docs/plugins/Makefile.am:
13972 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13973 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13974 * docs/plugins/inspect/plugin-gdp.xml:
13975 * gst/gdp/Makefile.am:
13976 * tests/check/Makefile.am:
13977 Move GDP plugin to -base from -bad. Closes #347783.
13979 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13981 * gst-libs/gst/tag/gstvorbistag.c:
13982 (gst_tag_list_from_vorbiscomment_buffer):
13983 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13984 Also add some checks to make sure we don't memcmp() beyond the end of
13985 vorbiscomment buffer if the ID to check for is larger than the buffer.
13987 * tests/check/libs/tag.c: (GST_START_TEST):
13988 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13990 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13992 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13993 (gst_vorbis_enc_set_metadata):
13994 Use vorbis comment utility functions from libgsttag
13995 instead of re-inventing the wheel (partially fixes #347091).
13997 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13999 * tests/check/elements/audioconvert.c: (GST_START_TEST):
14000 Fix leaks. Wait for state transitions that might happen ASYNC, as well
14001 as some that won't.
14003 2006-08-21 Wim Taymans <wim@fluendo.com>
14005 * docs/libs/Makefile.am:
14006 * docs/libs/gst-plugins-base-libs-sections.txt:
14007 * docs/libs/gst-plugins-base-libs.types:
14008 Don't try to GObject scan the netbuffer as it's not a GObject.
14011 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14012 * gst-libs/gst/netbuffer/gstnetbuffer.h:
14013 Document GstNetBuffer.
14015 2006-08-21 Stefan Kost <ensonic@users.sf.net>
14017 * tests/check/elements/audioconvert.c: (GST_START_TEST),
14018 (audioconvert_suite):
14019 Add testcase for caps-size-explosion
14021 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14023 * gst/audioconvert/gstaudioconvert.c:
14024 (gst_audio_convert_get_unit_size), (set_structure_widths):
14025 Lower debug, use g_assert in _get_unit_size
14027 * gst/audioresample/gstaudioresample.c:
14028 (audioresample_get_unit_size):
14029 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14030 (gst_ffmpegcsp_get_unit_size):
14031 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
14032 use g_assert in _get_unit_size
14034 2006-08-18 Wim Taymans <wim@fluendo.com>
14036 * docs/libs/gst-plugins-base-libs-sections.txt:
14037 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
14038 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
14039 (gst_rtp_buffer_get_payload_buffer):
14040 * gst-libs/gst/rtp/gstrtpbuffer.h:
14041 Document GstRTPBuffer.
14042 Added function to efficiently strip payload headers.
14043 API: gst_rtp_buffer_get_payload_subbuffer()
14045 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
14047 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14048 (gst_tag_to_vorbis_comments):
14049 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
14050 tags and deserialise them properly as well (#347091).
14051 Add some more gtk-doc blurbs and also some g_return_if_fail().
14053 * tests/check/libs/tag.c: (GST_START_TEST),
14054 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
14057 2006-08-17 Wim Taymans <wim@fluendo.com>
14059 * ext/ogg/Makefile.am:
14060 * ext/ogg/gstogg.c: (plugin_init):
14061 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14062 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14063 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14064 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14065 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14066 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14067 Added ogg-in-avi parser element. Fixes #140139.
14069 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14070 Fixed a bug in oggdemux debug code.
14072 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14073 (gst_riff_create_audio_template_caps):
14074 Recognise Ogg in the AVI extensible wave format.
14076 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
14078 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14079 Make buffer durations add up (duration should be next_ts-ts for
14080 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14083 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14084 (test_buffer_timestamps), (cddabasesrc_suite):
14085 Add unit test for the above.
14087 * tests/check/Makefile.am:
14088 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14089 to see what happens.
14091 2006-08-16 Wim Taymans <wim@fluendo.com>
14093 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14094 (gst_alsasink_open):
14095 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14096 (gst_alsasrc_open):
14097 Avoid setting and using a NULL device name.
14098 Print more info when we fail to open a device.
14100 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14102 * docs/libs/gst-plugins-base-libs-sections.txt:
14103 * gst-libs/gst/tag/tag.h:
14104 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14105 API: add gst_tag_parse_extended_comment() (#351426).
14107 * tests/check/Makefile.am:
14108 * tests/check/libs/.cvsignore:
14109 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14110 Add unit test for gst_tag_parse_extended_comment().
14112 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14114 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14116 Fix leak (#351502).
14118 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14120 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14121 * docs/plugins/gst-plugins-base-plugins-sections.txt:
14122 * docs/plugins/gst-plugins-base-plugins.args:
14123 * gst/playback/gstplaybin.c:
14126 * docs/plugins/inspect/plugin-adder.xml:
14127 * docs/plugins/inspect/plugin-alsa.xml:
14128 * docs/plugins/inspect/plugin-audioconvert.xml:
14129 * docs/plugins/inspect/plugin-audiorate.xml:
14130 * docs/plugins/inspect/plugin-audioresample.xml:
14131 * docs/plugins/inspect/plugin-audiotestsrc.xml:
14132 * docs/plugins/inspect/plugin-cdparanoia.xml:
14133 * docs/plugins/inspect/plugin-decodebin.xml:
14134 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14135 * docs/plugins/inspect/plugin-gnomevfs.xml:
14136 * docs/plugins/inspect/plugin-ogg.xml:
14137 * docs/plugins/inspect/plugin-pango.xml:
14138 * docs/plugins/inspect/plugin-playbin.xml:
14139 * docs/plugins/inspect/plugin-subparse.xml:
14140 * docs/plugins/inspect/plugin-tcp.xml:
14141 * docs/plugins/inspect/plugin-theora.xml:
14142 * docs/plugins/inspect/plugin-typefindfunctions.xml:
14143 * docs/plugins/inspect/plugin-video4linux.xml:
14144 * docs/plugins/inspect/plugin-videorate.xml:
14145 * docs/plugins/inspect/plugin-videoscale.xml:
14146 * docs/plugins/inspect/plugin-videotestsrc.xml:
14147 * docs/plugins/inspect/plugin-volume.xml:
14148 * docs/plugins/inspect/plugin-vorbis.xml:
14149 * docs/plugins/inspect/plugin-ximagesink.xml:
14150 * docs/plugins/inspect/plugin-xvimagesink.xml:
14151 Update to CVS version.
14153 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14155 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14156 (gst_play_bin_set_property), (gst_play_bin_get_property),
14157 (value_list_append_structure_list),
14158 (gst_play_bin_handle_redirect_message),
14159 (gst_play_bin_handle_message):
14160 API: GstPlayBin::connection-speed
14161 Add "connection-speed" property; re-order redirect messages with
14162 multiple redirect locations depending on the minimum bitrate if
14163 that information is available and a connection speed is set
14166 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14168 * gst/playback/gstplaybin.c:
14169 Update max volume to the same value that the volume element uses.
14171 2006-08-14 Wim Taymans <wim@fluendo.com>
14173 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14176 2006-08-14 Wim Taymans <wim@fluendo.com>
14178 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14179 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14180 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14181 Add some more debug info.
14182 Don't crash when a seek failed.
14183 Actually return the result of the seek instead of TRUE.
14184 Ignore multiple BOS pages with the same serial so that we don't create
14185 the same stream multiple times.
14186 Post an error when we fail to do the initial seek.
14188 2006-08-13 Wim Taymans <wim@fluendo.com>
14190 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14191 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14192 Small code cleanup.
14194 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14195 (gst_alsa_mixer_new):
14196 Remove hack that always set the device to hw:0*.
14197 Properly find the card name for whatever device was configured.
14198 Do some better debugging.
14201 * ext/alsa/gstalsamixerelement.c:
14202 (gst_alsa_mixer_element_set_property),
14203 (gst_alsa_mixer_element_change_state):
14205 Handle setting of a NULL device name better.
14207 2006-08-11 Wim Taymans <wim@fluendo.com>
14209 * gst/adder/gstadder.c:
14210 Don't clip float values. Fixes #350900.
14212 2006-08-11 Andy Wingo <wingo@pobox.com>
14214 * gst/tcp/gsttcp.c: Really fix the build?
14216 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14219 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14221 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14222 Float caps shouldn't have a "signed" field.
14224 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14226 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14227 Implement SEEKING query in its most basic form, so that we can
14228 at least check if we're seekable or not (#350655).
14230 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
14232 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14233 The checks here are not even close to anything that would
14234 justify MAXIMUM probability, lowering to POSSIBLE until someone
14235 fixes the checks (case at hand: quicktime redirection files
14236 might start with 00 00 01 XX and pass the checks here just
14237 fine, see #350399).
14239 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14241 Patch by: Sjoerd Simons <sjoerd at luon net>
14243 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14244 Better detection for multipart/x-mixed-replace: accept leading
14245 whitespaces before the boundary marker as well (as our very own
14246 multipartmux used to produce) (#349068).
14248 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
14250 Patch by: Young-Ho Cha <ganadist at chollian net>
14252 * gst-libs/gst/riff/riff-ids.h:
14253 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14254 (gst_riff_create_audio_template_caps):
14255 Detect DTS audio streams (#350157).
14257 2006-08-05 Andy Wingo <wingo@pobox.com>
14259 * ext/theora/gsttheoraparse.h:
14260 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14261 (theora_parse_dispose, theora_parse_set_property)
14262 (theora_parse_get_property, theora_parse_munge_granulepos)
14263 (theora_parse_push_buffer, theora_parse_change_state):
14264 API: GstTheoraParse::synchronization-points
14265 Add a property 'synchronization-points' to fix badly synchronized oggs.
14267 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14269 * tests/check/Makefile.am:
14270 * tests/check/libs/.cvsignore:
14271 * tests/check/libs/audio.c: (structure_contains_channel_positions),
14272 (fixed_caps_have_channel_positions), (GST_START_TEST),
14273 (audio_suite), (main):
14274 Add a few tests for the channel position stuff in libgstaudio.
14276 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14278 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14279 (gst_alsa_detect_channels):
14280 * ext/alsa/gstalsasink.c:
14281 Add support for cards that (only) do more than 8 channels,
14282 like the Delta 44 (#345188).
14284 * gst-libs/gst/audio/multichannel.c:
14285 (gst_audio_check_channel_positions):
14286 * gst-libs/gst/audio/multichannel.h:
14287 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14288 unspecified channel position and cannot be combined with any
14289 of the other audio channel positions; adjust position layout
14290 checks accordingly (#345188).
14292 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14294 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14295 Recognise ancient RealAudio files (see #349779).
14297 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14299 Patch by: Jens Granseuer <jensgr at gmx net>
14301 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14302 Add typefinder for Interplay's MVE format (#348973).
14304 2006-08-02 Wim Taymans <wim@fluendo.com>
14306 Patch by: Marcel Moreaux <marcelm at luon dot net>
14308 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14309 (gst_base_rtp_depayload_add_to_queue):
14310 * gst-libs/gst/rtp/gstbasertpdepayload.h:
14311 Handle RTP sequence number rollover.
14312 Disable jitterbuffer by default.
14314 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
14316 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14317 (audioresample_set_caps):
14318 Don't leak references to the incoming caps. Clean them up when
14321 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14322 (gst_video_scale_finalize):
14323 Don't leak our temporary pixel buffer.
14325 * tests/check/Makefile.am:
14326 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14327 (GST_START_TEST), (simple_launch_lines_suite):
14329 Fix leaks and re-enable the test for valgrind checking.
14331 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14333 Patch by: Sjoerd Simons <sjoerd at luon net>
14335 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14337 Add typefind function for multipart/x-mixed-replace (#348916).
14339 2006-07-28 Wim Taymans <wim@fluendo.com>
14341 * gst/adder/gstadder.c: (gst_adder_setcaps),
14342 (gst_adder_query_duration):
14343 Fix leak in duration query.
14344 Reflow some docs and notes.
14346 2006-07-28 Michael Smith <msmith@fluendo.com>
14348 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14350 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14353 2006-07-28 Michael Smith <msmith@fluendo.com>
14355 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14356 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14357 (gst_vorbis_enc_push_buffer),
14358 (gst_vorbis_enc_buffer_check_discontinuous),
14359 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14360 * ext/vorbis/vorbisenc.h:
14361 Handle discontinuities in the input vorbis stream correctly,
14362 so that the output is properly timestamped (and has good granulepos
14363 values). Needs some oggmux fixes too.
14365 2006-07-27 Wim Taymans <wim@fluendo.com>
14367 patch by: Kai Vehmanen <kv2004 eca cx>
14369 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14370 (gst_base_rtp_depayload_chain),
14371 (gst_base_rtp_depayload_handle_sink_event),
14372 (gst_base_rtp_depayload_change_state):
14373 Don't send multiple newsegments with different formats.
14376 2006-07-26 Wim Taymans <wim@fluendo.com>
14378 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14379 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14380 Make seeking in ogg more accurate again by doing the more correct
14381 granuletime to stream time conversion.
14383 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
14385 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14386 (gst_multi_fd_sink_new_client):
14387 debug a little more understandably
14388 do not use goto as a substitute for break, especially if
14389 break is also being used
14391 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14393 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14394 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14395 Remove GLib-2.6 compatibility cruft.
14397 2006-07-24 Wim Taymans <wim@fluendo.com>
14399 * gst-libs/gst/audio/gstbaseaudiosink.c:
14400 (gst_base_audio_sink_render):
14401 Don't try to align a sample to an unknown value.
14403 2006-07-24 Wim Taymans <wim@fluendo.com>
14405 * gst-libs/gst/audio/gstbaseaudiosink.c:
14406 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14407 When the audio clock is slaved to another clock, never try to align
14408 samples but trust the rate interpolation algorithm.
14410 2006-07-24 Wim Taymans <wim@fluendo.com>
14412 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14413 Don't try to calculate silence samples, base class does this much
14416 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14417 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14418 (gst_ring_buffer_acquire):
14419 Calculate silence samples correctly.
14421 * gst-libs/gst/audio/gstringbuffer.h:
14424 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
14426 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14427 Limit search for the first markup tag to the first few kB of
14428 the file. If we don't find one there, it's highly unlikely that
14429 this is an XML(-ish) file.
14431 2006-07-21 Andy Wingo <wingo@pobox.com>
14433 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14434 test to the one in vorbisenc. Also commented out.
14436 * tests/check/pipelines/vorbisenc.c:
14437 (test_discontinuity): New test, commented out until Mike lands
14438 some elite vorbisenc patches.
14440 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14441 Bufferstraw was actually factored out of these tests. Now we share
14444 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14445 for bufferstraw addition to gstcheck.
14447 2006-07-21 Wim Taymans <wim@fluendo.com>
14449 * ext/theora/theoradec.c: (clip_buffer):
14452 2006-07-21 Wim Taymans <wim@fluendo.com>
14454 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14455 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14456 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14458 Avoid type casting when we can.
14460 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14463 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14465 * ext/alsa/gstalsamixerelement.c:
14466 (gst_alsa_mixer_element_change_state):
14467 Make state change fail if the specified device can't be opened
14470 2006-07-20 Wim Taymans <wim@fluendo.com>
14472 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14473 (cb_newpad), (main):
14474 Example of a small audio/video player using decodebin.
14476 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14478 * gst-libs/gst/riff/riff-ids.h:
14479 Add 'fact' chunk id
14481 2006-07-19 Wim Taymans <wim@fluendo.com>
14483 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14484 (gst_base_rtp_depayload_chain),
14485 (gst_base_rtp_depayload_change_state):
14486 Don't assert when not negotiated but post a meaningfull
14487 error message. Fixes #347918.
14489 * gst-libs/gst/rtp/gstbasertppayload.c:
14490 Add comment about better default MTU size.
14492 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14493 Small cleanups, start docs.
14495 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14497 Patch by: Martin Szulecki
14499 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14500 If "device-name" is requested and the device is not
14501 open, try to temporarily open it to obtain this
14502 information (#342494).
14504 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14506 * gst-libs/gst/tag/gstid3tag.c:
14507 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14509 * gst-libs/gst/tag/gsttageditingprivate.h:
14510 * gst-libs/gst/tag/gstvorbistag.c:
14511 Some more random const-ifications.
14513 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14515 * gst-libs/gst/riff/riff-ids.h:
14516 * gst-libs/gst/riff/riff-media.c:
14517 (gst_riff_create_video_template_caps):
14518 Add more FOURCCs (sort list to make stuff easier to find),
14519 add comment what those 16 bytes in struct _gst_riff_strh according to
14522 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14524 * gst-libs/gst/audio/multichannel.c:
14525 (gst_audio_check_channel_positions),
14526 (gst_audio_fixate_channel_positions):
14527 Const-ify two arrays.
14529 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14531 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14532 Fix typo, so that alsasink also advertises 8 channels
14533 if that's supported (tags: can, worms, open, alsa, ph34r).
14535 2006-07-17 Wim Taymans <wim@fluendo.com>
14537 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14538 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14539 *sigh*, when is the compiler going to warn when the comments
14540 are out-of-sync with the code.. Refix case of busted theora
14541 headers with 0 granule pos.
14543 2006-07-14 Wim Taymans <wim@fluendo.com>
14545 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14546 (gst_base_rtp_depayload_wait),
14547 (gst_base_rtp_depayload_change_state),
14548 (gst_base_rtp_depayload_set_property),
14549 (gst_base_rtp_depayload_get_property):
14550 Fix 99% cpu load by waiting for absolute times on the
14551 clock. Fixes #347300.
14553 2006-07-14 Andy Wingo <wingo@pobox.com>
14555 * ext/theora/gsttheoraparse.h:
14556 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14557 (theora_parse_push_headers, theora_parse_clear_queue)
14558 (theora_parse_drain_queue_prematurely, )
14559 (theora_parse_sink_event, theora_parse_change_state): Queue events
14560 until we initialized our state, like in vorbisparse.
14562 * ext/vorbis/vorbisparse.h:
14563 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14564 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14565 (vorbis_parse_drain_queue_prematurely, )
14566 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14567 until we have initialized our state. Fixes seeking after an
14570 2006-07-14 Andy Wingo <wingo@pobox.com>
14572 Patch by: Iain Holmes <iaingnome@gmail.com>
14574 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14576 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14579 Bump nano back to CVS
14581 === release 0.10.9 ===
14583 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14586 releasing 0.10.9, "I walk the line"
14588 2006-07-14 Michael Smith <msmith@fluendo.com>
14590 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14591 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14592 (commonly happens when running this test under valgrind) when trying
14593 to remove the buffer probe.
14595 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14597 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14598 Fix missing g_unlock from the previous commit
14600 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14602 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14603 (gst_ximagesink_change_state):
14604 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14605 (gst_xvimagesink_change_state):
14606 Implement a locking order to ensure we always take the object lock
14607 before the x_lock and never vice-versa.
14609 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14611 * gst/playback/gstdecodebin.c: (find_compatibles):
14612 Fix a caps leak when linking (#347304)
14614 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14615 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14616 (gst_ximagesink_change_state):
14617 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14618 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14619 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14620 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14621 Don't leak shared memory resources. Use the object lock to protect
14622 against the xcontext disappearing while returning a buffer from the
14623 pipeline. (#347304)
14625 2006-07-12 Edward Hervey <edward@fluendo.com>
14627 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14628 (vorbis_handle_comment_packet):
14629 gst_tag_list_merge() returns a new object. Take that into account when
14630 using it. This avoids memleak.
14631 Revert previous commit which is not needed.
14633 2006-07-12 Edward Hervey <edward@fluendo.com>
14635 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14636 Reset the decoder in finalize so that all fields get cleared.
14638 2006-07-12 Wim Taymans <wim@fluendo.com>
14640 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14641 (gst_base_audio_src_set_clock),
14642 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14643 Don't try to post an error message when setting the clock fails
14644 as this can happen when adding an element to a bin which will then
14645 deadlock. Fixes #347296.
14647 2006-07-12 Edward Hervey <edward@fluendo.com>
14649 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14650 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14651 (vorbis_handle_type_packet):
14652 Post tag messages on the bus even if we're not initialized.
14653 If we're not initialized, we still postpone the event pushing of tags.
14655 2006-07-12 Wim Taymans <wim@fluendo.com>
14657 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14658 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14659 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14660 Revert last two changes that broke the freeze.
14662 2006-07-12 Wim Taymans <wim@fluendo.com>
14664 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14665 basesink calculates silence sample correctly for us.
14667 2006-07-12 Wim Taymans <wim@fluendo.com>
14669 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14670 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14671 Calculate correct silence samples so we don't fill our ringbuffer
14674 2006-07-12 Edward Hervey <edward@fluendo.com>
14676 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14677 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14678 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14679 * ext/vorbis/vorbisdec.h:
14680 Delay sending events (newsegment, tags) until the decoder is properly
14684 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14686 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14687 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14688 Patch from #347221 adding a test for audioconvert
14689 channel remappings.
14691 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14693 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14694 (gst_ssa_parse_parse_line):
14695 Don't include the terminating NUL in the buffer size,
14696 it's only there for extra paranoia (would add random
14697 '*' characters at the end of each subtitle since the
14698 terminator itself is not valid UTF-8 technically).
14699 Also fix indenting after boilerplate macro.
14701 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14703 * gst/playback/gstdecodebin.c: (close_pad_link):
14704 Also emit 'unknown-type' signal (which should really be
14705 called unhandled-type) if we found potential decoders/demuxers
14706 in the registry but none of them worked in the end (as in the
14707 case where the plugins don't exist any longer but are still
14708 listed in the registry). Fixes #329798.
14710 2006-07-08 Andy Wingo <wingo@pobox.com>
14712 * theoraparse.c (theora_parse_push_buffer)
14713 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14714 Add some more debugging. Fix granulepos reconstruction in the face
14715 of discontinuities.
14717 2006-07-06 Wim Taymans <wim@fluendo.com>
14719 * gst-libs/gst/audio/gstbaseaudiosink.c:
14720 (gst_base_audio_sink_class_init),
14721 (gst_base_audio_sink_provide_clock):
14722 Use gobject_class instead of G_OBJECT_CLASS (klass)
14724 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14725 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14726 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14727 (gst_base_audio_src_get_time),
14728 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14729 (gst_base_audio_src_create_ringbuffer):
14730 Fix latency and buffer-time constants and properties ala basesink.
14731 Implement pull based scheduling. Fixes #346527.
14732 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14734 Refuse slaving to another clock instead of silently not working.
14735 Only provide a clock when we are actually able to do so.
14736 Various small cleanups and compiler hints.
14738 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14740 Patch by: Lutz Mueller <lutz at topfrose de>
14742 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14744 Add typefinding for text/html (#346581).
14746 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14748 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14749 (xml_check_first_element), (xml_type_find), (smil_type_find):
14750 Fix SMIL typefinding, make xml_check_first_element() more
14753 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14755 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14756 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14757 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14758 * gst/playback/gstplaybasebin.h:
14759 Protect list of elements with a subtitle-encoding property and
14760 the subtitle encoding member itself with a lock of their own
14761 instead of using the object lock. This prevents a dead-lock in
14762 the element-remove callback in some circumstances when shutting
14765 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14767 * win32/common/libgsttag.def:
14768 Export some new functions.
14769 * win32/vs6/libgstogg.dsp:
14770 Add a link to libgsttag-0.10.lib.
14772 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14774 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14775 Some const-ification.
14777 2006-07-04 Wim Taymans <wim@fluendo.com>
14779 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14780 Improve checking if we are dealing with a stream. Added some
14781 more uris that need buffering.
14783 2006-07-03 Edward Hervey <edward@fluendo.com>
14785 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14786 Remove unused variable.
14788 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14793 add GCOV_LIBS to GST_LIBS
14795 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14797 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14799 * ext/alsa/gstalsasrc.c:
14800 Add 32 bps to template caps and increase channels range
14801 from [1,2] to [1,MAX]. See #346326.
14803 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14805 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14806 Recognise 'WMVA' video codec fourcc (#345879).
14808 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14810 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14811 Fixed nasty memory leak
14813 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14815 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14816 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14819 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14821 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14822 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14823 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14824 Protect remove_fakesink using a mutex, so that we don't try and
14825 remove the fakesink simultaneously from multiple threads.
14827 When going from READY to PAUSED, restore the fakesink, so that
14828 it is there when decodebin gets reused.
14830 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14832 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14833 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14834 * gst-libs/gst/rtp/gstbasertppayload.c:
14835 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14836 * gst/tcp/gstmultifdsink.c:
14837 * gst/tcp/gsttcpclientsink.c:
14838 * gst/tcp/gsttcpclientsrc.c:
14839 * gst/tcp/gsttcpserversink.c:
14840 * gst/tcp/gsttcpserversrc.c:
14841 * gst/videorate/gstvideorate.c:
14842 * gst/videotestsrc/gstvideotestsrc.c:
14843 * sys/v4l/gstv4ljpegsrc.c:
14844 * sys/v4l/gstv4lmjpegsink.c:
14845 * sys/v4l/gstv4lsrc.c:
14846 * tests/examples/seek/scrubby.c:
14847 * tests/examples/seek/seek.c:
14848 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14850 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14852 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14853 Second field in GEnumValue shouldn't be a description,
14854 but a stringified version of the enum value.
14856 2006-06-22 Wim Taymans <wim@fluendo.com>
14858 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14859 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14860 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14861 Avoid type checking in buffer casts.
14862 Avoid caps copy in buffer_alloc when we can.
14863 Use pad_peer_accept.
14865 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14867 * gst-libs/gst/tag/tag.h:
14868 Oops, make that 'Since: 0.10.9'.
14870 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14872 * docs/libs/gst-plugins-base-libs-sections.txt:
14873 * gst-libs/gst/tag/tag.h:
14874 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14875 (gst_tag_image_type_get_type):
14876 API: add GstTagImageType enum to describe images contained
14877 in image tags (#345641).
14879 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14881 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14882 Fix warnings with gst-inspect: "buffers-min" property
14883 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14884 typo in property description.
14886 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14888 Patch by: Cody Russell <bratsche at gnome org>
14890 * gst/audioresample/gstaudioresample.c:
14891 (gst_audioresample_class_init):
14892 * gst/playback/gststreamselector.c:
14893 (gst_stream_selector_class_init):
14894 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14895 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14896 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14897 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14898 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14899 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14900 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14901 * gst/videotestsrc/gstvideotestsrc.c:
14902 (gst_video_test_src_class_init):
14903 * gst/volume/gstvolume.c: (gst_volume_class_init):
14904 Avoid unnecessary class cast check in class_init
14905 functions (#337747).
14907 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14909 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14910 (gst_text_overlay_video_chain):
14911 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14912 and doesn't validate its input either (and neither did
14913 textoverlay it seems). Let's do that then and fix #345206.
14915 2006-06-19 Wim Taymans <wim@fluendo.com>
14917 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14918 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14919 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14920 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14921 (find_syncframe), (find_limits), (assign_value),
14922 (count_burst_unit), (gst_multi_fd_sink_new_client),
14923 (gst_multi_fd_sink_handle_client_write),
14924 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14925 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14926 (gst_multi_fd_sink_change_state):
14927 * gst/tcp/gstmultifdsink.h:
14928 Added shiny new burst-on-connect methods.
14929 Add properties to control the minimal amount of data queued.
14931 API: bytes-min property
14932 API: time-min property
14933 API: buffers-min property
14934 API: burst-unit property
14935 API: burst-value property
14936 API: add-full signal
14938 * gst/tcp/gsttcp-marshal.list:
14939 Added new marshaller code for the new signal.
14941 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14942 (multifdsink_suite):
14943 Added testcases for new burst methods.
14945 2006-06-19 Edward Hervey <edward@fluendo.com>
14947 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14948 Implement clipping for accurate seeking.
14951 2006-06-19 Wim Taymans <wim@fluendo.com>
14953 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14955 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14956 (gst_video_scale_transform):
14957 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14959 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14962 Fix --disable-external (can't set conditionals conditionally,
14965 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14967 * tests/check/elements/audioresample.c: (test_reuse),
14968 (audioresample_suite):
14969 Add test case for bug #342789 fixed below.
14971 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14973 * gst/audioresample/gstaudioresample.c:
14974 (gst_audioresample_class_init), (gst_audioresample_init),
14975 (audioresample_start), (audioresample_stop),
14976 (gst_audioresample_set_property), (gst_audioresample_get_property):
14977 Implement GstBaseTransform::start and ::stop so that audioresample
14978 can clear its internal state properly and be reused instead of
14979 causing non-negotiated errors with playbin under some circumstances
14982 * tests/check/elements/audioresample.c: (setup_audioresample),
14983 (cleanup_audioresample):
14984 Need to set element state here so that ::start and ::stop are
14987 2006-06-16 Wim Taymans <wim@fluendo.com>
14989 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14991 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14992 Parse extra data better, apparently it's right behind
14993 the normal strf header size. Fixes #343500.
14995 2006-06-16 Wim Taymans <wim@fluendo.com>
14997 * ext/alsa/gstalsasink.c: (set_hwparams):
14998 If we fail to set the buffer_time and period_time alsa
14999 parameters, post a warning and leave alsa select a
15000 default instead of failing. Fixes #342085
15002 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15004 * docs/libs/gst-plugins-base-libs-sections.txt:
15005 * gst-libs/gst/cdda/gstcddabasesrc.h:
15006 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
15007 out in the header file and shouldn't be listed in the docs.
15009 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15010 Must dereference pointer to fourcc in the debug statement.
15012 2006-06-16 Stefan Kost <ensonic@users.sf.net>
15014 * docs/libs/Makefile.am:
15015 * docs/libs/gst-plugins-base-libs-docs.sgml:
15016 * docs/libs/gst-plugins-base-libs-sections.txt:
15017 * docs/libs/gst-plugins-base-libs.types:
15018 add remaining symbols into correct setions
15020 * gst-libs/gst/audio/gstringbuffer.c:
15021 fix incomplete docs
15023 * gst-libs/gst/audio/gstringbuffer.h:
15024 comment out not yet implemented function
15027 * gst-libs/gst/floatcast/floatcast.h:
15028 * gst-libs/gst/netbuffer/gstnetbuffer.c:
15029 add short descriptions
15032 * gst-libs/gst/interfaces/propertyprobe.c:
15033 fix return value docs
15035 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15036 simplify debug logging
15038 * gst-libs/gst/riff/riff-read.h:
15039 sync function prototype and docs
15041 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15042 remove left over symbol
15044 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15048 * docs/Makefile.am:
15049 Use GST_PLUGIN_DOCS macro in configure.ac, add
15050 --enable-plugin-docs default to autogen.sh and use
15051 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
15053 2006-06-15 Wim Taymans <wim@fluendo.com>
15055 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15056 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15057 (gst_ogg_demux_loop):
15058 Combine GstFlowReturn from the source pads to give a
15059 meaningfull result to the upstream peer or to stop the
15060 processing task in case of errors.
15062 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15064 * gst/playback/gststreaminfo.c: (cb_probe):
15065 Try GST_TAG_CODEC as fallback when extracting the
15066 codec name; more debug info.
15068 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15070 * ext/ogg/Makefile.am:
15071 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15072 Extract language tags from ogm subtitle streams, so that
15073 the subtitle menu choices are labelled correctly in
15074 Totem (fixes #344708).
15076 2006-06-14 Wim Taymans <wim@fluendo.com>
15078 Patch by: Alessandro Decina <alessandro at nnva dot org>
15080 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15081 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15082 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15083 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15084 Fix various leaks. Fixes #343699.
15085 Add x-smoke mime type.
15087 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15089 * gst-libs/gst/riff/riff-ids.h:
15090 Add IDs for 'bext' chunks (see #343837).
15092 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15094 Patch by: Young-Ho Cha <ganadist at chollian net>
15096 * gst/subparse/samiparse.c: (sami_context_pop_state),
15097 (handle_start_font), (end_sami_element):
15098 Honour font face tags in SAMI subtitles (#344503).
15100 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15103 add missing files containing translatable strings
15105 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15107 * docs/libs/tmpl/.cvsignore:
15108 we don't want those *.sgml files in CVS either
15110 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15112 * docs/libs/.cvsignore:
15113 * tests/check/elements/.cvsignore:
15114 * tests/check/libs/.cvsignore:
15117 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15119 * docs/libs/Makefile.am:
15120 also commiting the changed Makefile.am (added more libs to the
15123 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15125 * docs/libs/gst-plugins-base-libs-docs.sgml:
15126 * docs/libs/gst-plugins-base-libs-sections.txt:
15127 * docs/libs/gst-plugins-base-libs.types:
15128 first batch of reordering things, add index & hierarchy
15130 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15133 use GST_PKG_CHECK_MODULES, cleans up output
15135 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15137 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15138 Add support for burn:// URIs (#343385); const-ify things a bit,
15139 use G_N_ELEMENTS instead of hard-coded array size.
15141 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15143 Patch by: Young-Ho Cha <ganadist at chollian net>
15145 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15146 Fix up broken entities before passing them to libxml *sigh*.
15149 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15154 === release 0.10.8 ===
15156 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15159 releasing 0.10.8, "Moar gij ziet mij nie"
15161 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15178 * win32/common/config.h:
15179 0.10.7.2 prerelease
15181 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15183 * docs/libs/tmpl/gstaudio.sgml:
15184 * docs/libs/tmpl/gstcolorbalance.sgml:
15185 * docs/libs/tmpl/gstmixer.sgml:
15186 * docs/libs/tmpl/gstringbuffer.sgml:
15187 * docs/libs/tmpl/gsttuner.sgml:
15188 * docs/libs/tmpl/gstxoverlay.sgml:
15189 * gst-libs/gst/audio/audio.c:
15190 * gst-libs/gst/audio/gstringbuffer.c:
15191 * gst-libs/gst/interfaces/colorbalance.c:
15192 * gst-libs/gst/interfaces/mixer.c:
15193 * gst-libs/gst/interfaces/tuner.c:
15194 * gst-libs/gst/interfaces/xoverlay.c:
15195 move last template doc snippets to source code and delete them
15197 2006-06-06 Michael Smith <msmith@fluendo.com>
15199 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15200 (theora_parse_drain_queue):
15201 Mark DELTA_UNIT on non-keyframes.
15203 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
15205 * gst-libs/gst/audio/gstbaseaudiosink.c:
15206 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15207 * gst-libs/gst/audio/gstbaseaudiosink.h:
15208 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15209 (gst_ring_buffer_samples_done):
15210 * gst-libs/gst/audio/gstringbuffer.h:
15211 Document better the fact that latency_time and buffer_time are values
15212 stored in microseconds, and not the usual GStreamer nanoseconds.
15213 Change the variables (compatibly) that store them from GstClockTime
15214 to guint64 to make it more clear that they're not storing clock times.
15215 Also, remove the bogus property description that says the user can
15216 specify -1 to get the default value, since that's never been the case.
15218 When computing the default segment size for the ring buffer, make it
15219 an integer number of samples.
15221 When the sub-class indicates a delay greater than the number of
15222 samples we've written return 0 from the audio sink get_time method.
15224 2006-06-02 Michael Smith <msmith@fluendo.com>
15226 * tests/check/elements/audioconvert.c: (set_channel_positions),
15227 (get_float_mc_caps), (get_int_mc_caps):
15228 * tests/check/elements/audioresample.c:
15229 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15230 * tests/check/elements/videorate.c:
15231 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15232 * tests/check/elements/volume.c:
15233 * tests/check/elements/vorbisdec.c:
15234 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15235 Don't busy-wait in tests; this was causing test timeouts very
15236 frequently when running under valgrind.
15238 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15241 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15242 (gst_multi_fd_sink_remove_client_link),
15243 (gst_multi_fd_sink_client_queue_caps),
15244 (gst_multi_fd_sink_client_queue_buffer),
15245 (gst_multi_fd_sink_handle_client_write),
15246 (gst_multi_fd_sink_render):
15247 * gst/tcp/gstmultifdsink.h:
15248 make multifdsink properly deal with streamheader:
15249 - streamheader is taken from caps
15250 - buffers marked with IN_CAPS are not sent
15251 - streamheaders are sent, on connection, from the caps of the
15252 buffer where the client gets positioned to
15253 - further streamheader changes are done every time the client
15254 will receive a buffer with different caps
15255 * tests/check/elements/multifdsink.c: (GST_START_TEST),
15256 (gst_multifdsink_create_streamheader):
15259 2006-06-02 Michael Smith <msmith@fluendo.com>
15261 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15262 Reinstate limit on channel count. Vorbis does not define the meaning
15263 of > 6 channels, so they're just independent channels. Gstreamer
15264 currently has no mechanism to represent N independent channels.
15266 2006-06-02 Michael Smith <msmith@fluendo.com>
15268 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15269 Don't arbitrarily restrict channel counts and rate in vorbis.
15270 In terms of effects likely on real-world files, this fixes 96kHz
15271 playback of vorbis.
15273 2006-06-02 Michael Smith <msmith@fluendo.com>
15275 * gst/audioconvert/audioconvert.c: (float):
15276 More correct float->int conversion.
15278 2006-06-02 Michael Smith <msmith@fluendo.com>
15280 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15281 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15282 value. Fixes g-critical on trying to play back ogg containing
15285 2006-06-02 Wim Taymans <wim@fluendo.com>
15287 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15289 * gst/playback/gstplaybasebin.h:
15290 Make the subtitle detection work from any thread so we don't
15291 deadlock. Fixes #343397.
15293 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15295 * gst/volume/Makefile.am:
15296 Seriously, it's not *that* hard to get compilation right. Even
15297 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15299 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15301 * gst/volume/gstvolume.c: (volume_choose_func),
15302 (volume_update_real_volume), (gst_volume_class_init),
15303 (gst_volume_init), (volume_process_float), (volume_process_int16),
15304 (volume_process_int16_clamp), (volume_set_caps),
15305 (volume_transform_ip), (plugin_init):
15306 * gst/volume/gstvolume.h:
15307 rewrite the passthrough check, split _int16 and _int16_clamp, fix
15308 another property desc., remove unused param from process function
15310 * tests/check/elements/volume.c: (volume_suite):
15311 reactivate the passthrough test
15313 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15315 * ext/alsa/gstalsamixerelement.h:
15316 * ext/alsa/gstalsamixeroptions.h:
15317 * ext/alsa/gstalsamixertrack.h:
15318 * ext/gnomevfs/gstgnomevfssink.h:
15319 * ext/gnomevfs/gstgnomevfssrc.h:
15320 * ext/theora/gsttheoradec.h:
15321 * ext/theora/gsttheoraenc.h:
15322 * ext/theora/gsttheoraparse.h:
15323 * ext/vorbis/vorbisparse.h:
15324 * gst-libs/gst/audio/gstaudioclock.h:
15325 * gst-libs/gst/audio/gstaudiofilter.h:
15326 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15327 * gst/audioconvert/gstaudioconvert.h:
15328 * gst/audioresample/gstaudioresample.h:
15329 * gst/audiotestsrc/gstaudiotestsrc.h:
15330 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15331 * gst/playback/gststreamselector.h:
15332 * gst/tcp/gstmultifdsink.h:
15333 * gst/tcp/gsttcpclientsink.h:
15334 * gst/tcp/gsttcpclientsrc.h:
15335 * gst/tcp/gsttcpserversink.h:
15336 * gst/tcp/gsttcpserversrc.h:
15337 * gst/videorate/gstvideorate.h:
15338 * gst/videoscale/gstvideoscale.h:
15339 * gst/videotestsrc/gstvideotestsrc.h:
15340 * gst/volume/gstvolume.h:
15341 * sys/v4l/gstv4ljpegsrc.h:
15342 * sys/v4l/gstv4lmjpegsink.h:
15343 * sys/v4l/gstv4lmjpegsrc.h:
15344 * sys/v4l/gstv4lsrc.h:
15345 * sys/ximage/ximagesink.h:
15346 * sys/xvimage/xvimagesink.h:
15347 * tests/old/testsuite/alsa/sinesrc.h:
15348 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15350 2006-05-31 Wim Taymans <wim@fluendo.com>
15352 * ext/libvisual/visual.c: (gst_visual_reset),
15353 (gst_visual_sink_setcaps), (gst_visual_sink_event),
15354 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15356 Use running time before doing QoS.
15359 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
15361 * docs/libs/Makefile.am:
15362 set a magic variable to indicate we know the docs are incomplete
15364 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15366 * win32/common/libgstvideo.def:
15367 export gst_video_calculate_display_ratio
15368 * win32/vs6/libgstvideoscale.dsp:
15369 add link to libgstvideo-0.10.lib
15371 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15373 * gst/playback/gstplaybasebin.c: (gen_source_element):
15374 Throw a more comprehensible error for rtsp:// URIs (rather
15375 than erroring out with a negotiation error later on) until
15376 we fix playbin to handle rtspsrc etc.
15378 2006-05-30 Wim Taymans <wim@fluendo.com>
15380 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15381 (gst_text_overlay_text_event):
15384 2006-05-30 Wim Taymans <wim@fluendo.com>
15386 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15387 (gst_adder_request_new_pad), (gst_adder_release_pad):
15388 * gst/adder/gstadder.h:
15389 Implement release_request_pad.
15390 Make padcounter atomic.
15392 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15393 Added check for release_pad in adder.
15395 2006-05-30 Wim Taymans <wim@fluendo.com>
15397 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15400 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
15402 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15403 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15404 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15405 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15406 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15407 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15408 (gst_ogg_demux_bisect_forward_serialno),
15409 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15410 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15412 clean up printf formats for granulepos and serialno
15414 2006-05-30 Michael Smith <msmith@fluendo.com>
15416 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15417 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15418 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15419 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15420 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15421 * ext/vorbis/vorbisenc.h:
15422 Multi-channel caps negotiation, so we can do proper multichannel
15423 vorbis encoding, negotiated through audioconvert.
15425 2006-05-30 Wim Taymans <wim@fluendo.com>
15427 * tests/check/elements/adder.c: (test_event_message_received),
15428 (test_play_twice_message_received), (GST_START_TEST),
15430 Added check to show that #339935 is fixed with ongoing
15431 adder and collectpads fixes.
15433 2006-05-29 Wim Taymans <wim@fluendo.com>
15435 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15436 Don't leak pad name.
15438 2006-05-29 Wim Taymans <wim@fluendo.com>
15440 * gst/adder/gstadder.c: (gst_adder_query_duration),
15441 (forward_event_func), (forward_event), (gst_adder_src_event):
15443 Make query/seeking code threadsafe.
15445 * tests/check/Makefile.am:
15446 * tests/check/elements/adder.c: (test_event_message_received),
15447 (GST_START_TEST), (test_play_twice_message_received):
15448 Fix adder test case.
15450 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15452 Patch by: Young-Ho Cha <ganadist at chollian net>
15454 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15455 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15456 (set_encoding_element), (decodebin_element_added_cb),
15457 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15458 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15459 * gst/playback/gstplaybasebin.h:
15460 Add 'subtitle-encoding' property to playbin, so applications can
15461 force a subtitle encoding for non-UTF8 subtitles (#342268).
15463 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15464 (gst_sub_parse_set_property):
15465 Rename recently-added 'encoding' property to 'subtitle-encoding'
15466 (so it can be proxied by playbin/decodebin in a generic way
15467 with less danger of false positives).
15469 2006-05-29 Michael Smith <msmith@fluendo.com>
15471 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15472 (append_with_other_format), (set_structure_widths),
15473 (gst_audio_convert_transform_caps):
15474 Patch from #341562: give more specific audio caps in get_caps, so
15475 that basetransform can make better decisions on what caps to
15478 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15480 * tests/check/elements/volume.c:
15481 make it compile again
15483 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15485 * tests/check/elements/volume.c: (volume_suite):
15486 disable test until #343196 gets resolved
15488 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15490 * gst/adder/gstadder.c: (gst_adder_get_type):
15491 Make it easier to copy&paste
15493 * gst/volume/Makefile.am:
15494 * gst/volume/gstvolume.c: (volume_update_real_volume),
15495 (gst_volume_set_volume), (gst_volume_set_mute),
15496 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15497 (volume_transform_ip), (volume_update_mute),
15498 (volume_update_volume):
15499 * gst/volume/gstvolume.h:
15500 Add own debug category, move duplicate code to helper function, fix
15501 property texts, add more comments and prepare ffor liboil-goodness
15503 * tests/check/Makefile.am:
15504 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15505 add test for mute and passtrough case, be a bit more verbose to track
15508 * tests/check/generic/states.c: (GST_START_TEST):
15509 catch elements that fail to instantiate
15511 2006-05-28 Edward Hervey <edward@fluendo.com>
15513 * tests/check/pipelines/simple-launch-lines.c:
15514 * tests/check/pipelines/theoraenc.c:
15515 * tests/check/pipelines/vorbisenc.c:
15516 Comment out tests using parse_launch() if core was built without
15517 parsing capabilities.
15519 2006-05-27 Edward Hervey <edward@fluendo.com>
15521 * tests/check/Makefile.am:
15522 Extra bonus points for whoever explains to ensonic that you are meant
15523 to test unit tests thoroughly before commiting them, especially if
15524 you know it's going to break.
15525 De-activated element/adder tests.
15527 2006-05-27 Edward Hervey <edward@fluendo.com>
15529 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15530 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15531 Marking caps conversion issues as GST_WARNING is way too verbose,
15532 Moving them to GST_LOG.
15534 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15537 Replace current README (containing the release notes from
15538 some 0.9.x version) with a proper README taken from the core.
15540 2006-05-26 Wim Taymans <wim@fluendo.com>
15542 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15543 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15544 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15545 (vorbis_dec_change_state):
15548 Clip output samples to segment boundaries.
15550 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15552 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15553 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15554 Improve the errors produced on bad output, including some human
15555 readable description strings.
15556 Handle the (theoretical for ximagesink) case where the XServer
15557 has a different idea about the size required for a particular
15558 frame and gives us too small a memory allocation.
15560 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15562 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15563 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15564 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15565 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15566 Improve the errors produced on bad output, including some human
15567 readable description strings.
15568 Handle RGB Xv formats properly by transforming them into our
15569 big-endian caps description.
15570 Use gst_caps_truncate to ensure that we never try and choose a
15571 non-fixed caps in buffer_alloc.
15572 Handle the case where the XServer has a different idea about the size
15573 required for a particular frame and gives us too small a memory
15575 Use -1 to indicate 'no image format', because 0 is a valid XServer
15576 image format number.
15577 Put RGB Xv formats at the end of the caps, so that we always prefer
15579 Iterate the available Xv Encodings to determine the maximum width and
15580 height, and then return that in our caps.
15581 (Closes #315312, #337544)
15583 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15585 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15586 When there is only one unfinished pad and it receives an event that
15587 doesn't match our requirements, we need to set alldone=FALSE so that
15588 the fakesink is not removed yet.
15590 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15592 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15593 Use gst_type_find_helper_for_buffer() to find the type
15594 of stream from the first packet.
15597 Bump requirements to core CVS (needed for vorbis
15598 typefinding to work).
15600 2006-05-24 Edward Hervey <edward@fluendo.com>
15602 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15603 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15604 contain. Else they play perfectly fine with qtdemux.
15606 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15608 * ext/theora/theoradec.c:
15609 * ext/theora/theoraenc.c:
15610 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15611 * gst/audiorate/gstaudiorate.c:
15612 make more debug catagories static
15614 * tests/check/Makefile.am:
15615 * tests/check/elements/adder.c: (message_received),
15616 (test_event_message_received), (GST_START_TEST),
15617 (test_play_twice_message_received), (adder_suite):
15618 added test case for using element twice, extra bonus points for anyone
15619 who can make these test run reliably
15621 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15623 * ext/theora/theoradec.c: (theora_dec_chain):
15624 Make work with time-stamped input buffers that do not
15625 have a granulepos in BUFFER_OFFSET_END (like theora
15626 buffers coming from matroskademux). Fixes #342448.
15628 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15630 Patch by: Peter Kjellerstedt <pkj at axis com>
15632 * gst/tcp/Makefile.am:
15633 fdstresstest doesn't need Gtk+, fix compilation if
15634 gtk is not available (#342566).
15636 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15638 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15640 Removed redundant floor()
15642 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15644 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15645 On second thought, just skip JUNK chunks automatically, so
15646 the caller doesn't have to handle this. Fixes #342345.
15647 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15648 not GST_FLOW_ERROR.
15650 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15652 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15653 Don't bail out on JUNK chunks with a size of 0 (would try to
15654 pull_range 0 bytes before, which sources don't like too much).
15657 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15659 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15661 Use the gstutil scaling function to preserve 64 bits while calculating
15662 output width and height from the display-aspect-ratio. (A continuation
15665 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15667 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15668 (gst_xvimagesink_buffer_alloc):
15669 * sys/xvimage/xvimagesink.h:
15670 When performing buffer allocations, remember the caps and image format
15671 we return so that if the same caps are asked for next time we can
15672 return them immediately without doing any caps intersections.
15674 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15676 * gst-libs/gst/rtp/README:
15677 Some new documentation
15678 * gst-libs/gst/rtp/gstrtpbuffer.h:
15679 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15680 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15681 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15682 New RTP audio base payloader class. Supports frame or sample based
15683 codecs. Not enabled in Makefile.am until approved.
15685 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15687 * tests/check/elements/alsa.c: (test_device_property_probe):
15688 Fix test case: don't try to free NULL GValueArray when there
15691 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15693 * tests/check/Makefile.am:
15694 * tests/check/elements/alsa.c: (test_device_property_probe),
15695 (alsa_suite), (main):
15696 Add simple test that runs a device property probe on alsasrc,
15697 alsasink and alsamixer. Disable valgrind check for now (too
15698 many leaks in libasound, and valgrind ignored my suppressions
15701 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15703 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15704 (gst_alsa_device_property_probe_probe_property),
15705 (gst_alsa_device_property_probe_needs_probe),
15706 (gst_alsa_device_property_probe_get_values),
15707 (gst_alsa_type_add_device_property_probe_interface):
15708 * ext/alsa/gstalsadeviceprobe.h:
15709 * ext/alsa/gstalsamixerelement.c:
15710 (gst_alsa_mixer_element_init_interfaces):
15711 * ext/alsa/gstalsamixerelement.h:
15712 Clean up and simplify alsa device probing. Make it actually work
15713 for multiple classes. Don't cache results any longer.
15715 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15716 (gst_alsasink_init):
15717 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15718 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15719 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15720 Make alsasink and alsasrc implement the GstPropertyProbe interface
15721 for device probing (#342181).
15722 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15724 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15726 * gst/subparse/samiparse.c: (handle_start_font):
15727 Don't ignore return value of strtol (++compiler_happiness).
15729 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15731 Patch by: Young-Ho Cha <ganadist chollian net>
15733 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15734 (gst_sub_parse_class_init), (gst_sub_parse_init),
15735 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15736 (convert_encoding):
15737 * gst/subparse/gstsubparse.h:
15738 Add 'encoding' property (#341681).
15740 * gst/subparse/samiparse.c: (characters_sami):
15741 Output is pango markup, so we need to escape text
15742 between tags (#342143).
15744 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15746 * gst-libs/gst/audio/multichannel.c:
15747 (gst_audio_check_channel_positions):
15748 It's okay to have caps with channels=1 and a channel position
15749 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15750 (deinterleavers might want to keep the position in the caps,
15751 so that they can be re-interleaved again properly later).
15752 Leave check for unexpected 2-channel layouts intact for now.
15754 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15756 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15757 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15758 basesrc can do its job correctly.
15760 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15762 * ext/alsa/Makefile.am:
15763 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15764 (gst_alsa_detect_formats), (get_channel_free_structure),
15765 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15766 (gst_alsa_probe_supported_formats):
15767 * ext/alsa/gstalsa.h:
15768 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15769 Refactor and improve caps probing code: probe signedness
15770 when we probe the supported formats/widths; set endianness
15771 to the one we actually probed for (ie. cpu endianness).
15773 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15774 (gst_alsasrc_close):
15775 * ext/alsa/gstalsasrc.h:
15776 Implement caps probing for alsasrc.
15778 2006-05-15 Wim Taymans <wim@fluendo.com>
15780 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15781 (theora_dec_src_query), (theora_dec_src_event),
15782 (theora_dec_sink_event), (theora_handle_comment_packet),
15783 (theora_handle_data_packet), (theora_dec_change_state):
15784 Cleanups, add some G_LIKELY.
15785 Use segment helpers instead of our own wrong code.
15786 Clear queued buffers on seek and READY.
15788 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15789 (vorbis_dec_convert), (vorbis_dec_src_query),
15790 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15791 (vorbis_handle_comment_packet), (vorbis_dec_push),
15792 (vorbis_handle_data_packet), (vorbis_dec_chain),
15793 (vorbis_dec_change_state):
15794 * ext/vorbis/vorbisdec.h:
15795 Remove old useless packetno variable.
15796 Do position query properly.
15798 Do cleanup of queued buffers in new helper function
15801 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15803 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15804 Query supported sample rates. Fixes #341732.
15806 2006-05-15 Julien MOUTTE <julien@moutte.net>
15808 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15809 (gst_decode_bin_change_state): Make decodebin reusable
15810 when going from PAUSE_TO_READY and then back to PAUSED.
15813 2006-05-15 Wim Taymans <wim@fluendo.com>
15815 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15816 (vorbis_dec_convert), (vorbis_dec_src_query),
15817 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15818 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15819 (vorbis_dec_clean_queued), (vorbis_dec_push),
15820 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15821 Cleanups. Use refcounting and DEBUG_OBJECT.
15822 Reset segment on flush, use code methods instead of our
15824 Fix potential memleak.
15826 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15828 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15829 (gst_alsasink_init):
15830 * ext/alsa/gstalsasink.h:
15831 Don't leak allocated snd_output_t structure if there's
15832 more than one alsasink instance at a time (#341873).
15833 Also fix GObject macros in header file.
15835 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15837 * gst/subparse/gstsubparse.c:
15838 (gst_sub_parse_data_format_autodetect):
15839 Don't use libxml functions in the typefinding code.
15841 2006-05-15 Wim Taymans <wim@fluendo.com>
15843 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15844 Fix seeking performance in the case where a non-header
15845 packet has a 0 granulepos (busted theora case).
15847 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15848 the first place, you limelight stealer you)
15850 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15852 * gst/subparse/gstsubparse.c:
15853 (gst_sub_parse_data_format_autodetect):
15854 Improve SAMI typefinding: handle case where there are
15855 whitespaces or newlines in front of the first <SAMI>
15858 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15861 Build video4linux plugin even if there's no XVIDEO, just
15862 without implementing the GstXOverlay interface (#334002).
15864 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15867 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15869 Add tentative support for libvisual-0.4 (#336881).
15871 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15873 Patch by: Young-Ho Cha <ganadist at chollian net>
15875 * gst/subparse/samiparse.c: (handle_start_font):
15876 Need to map "silver" colour explicitly (#169936).
15878 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15880 Patch by: Young-Ho Cha <ganadist at chollian net>
15882 * gst/subparse/Makefile.am:
15883 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15884 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15885 (gst_sub_parse_format_autodetect), (feed_textbuf),
15886 (gst_subparse_type_find), (plugin_init):
15887 * gst/subparse/gstsubparse.h:
15888 * gst/subparse/samiparse.c:
15889 * gst/subparse/samiparse.h:
15890 Add support for SAMI subtitles (#169936).
15892 2006-05-14 Michael Smith <msmith@fluendo.com>
15894 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15895 Fix #341696: crash when mixing L+R+C to mono or stereo.
15896 * tests/check/Makefile.am:
15897 * tests/check/elements/audioconvert.c: (set_channel_positions),
15898 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15899 (audioconvert_suite):
15900 Add test for the above, including some generic framework bits for
15901 testing multichannel things.
15903 === release 0.10.7 ===
15905 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15908 releasing 0.10.7, "Leave the gun"
15910 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15912 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15916 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15918 * docs/libs/gst-plugins-base-libs-docs.sgml:
15919 * docs/libs/gst-plugins-base-libs-sections.txt:
15920 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15921 * gst-libs/gst/video/video.h:
15922 * gst/videoscale/Makefile.am:
15923 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15925 * tests/check/Makefile.am:
15926 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15928 Fix integer overflow problem with pixel-aspect-ratio calculations
15929 in videoscale and xvimagesink (#341542)
15931 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15933 * gst-libs/gst/tag/gstid3tag.c:
15934 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15936 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15939 update win32 files listing
15941 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15943 patch by: Sjoerd Simons (sjoerd@luon.net)
15945 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15946 (group_create), (group_destroy), (add_stream),
15947 (gst_play_base_bin_get_property),
15948 (gst_play_base_bin_get_streaminfo_value_array):
15949 * gst/playback/gstplaybasebin.h:
15950 API: GstPlayBaseBin::stream-info-value-array property
15951 use a more bindings-friendly way of exposing streaminfo
15952 using a GValueArray. Tested in ipython.
15955 2006-05-11 Wim Taymans <wim@fluendo.com>
15957 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15958 (queue_underrun_cb), (queue_filled_cb):
15959 Also catch queue underruns but don't do anything yet.
15960 Refactor and comment queue enlarging code a bit.
15962 * gst/playback/gstplaybasebin.c: (queue_overrun),
15963 (queue_threshold_reached), (queue_out_of_data),
15964 (gen_preroll_element):
15965 If a queue over/underruns check that we don't create nasty
15966 deadlocks when the min-threshold is not reached but the
15967 max-bytes is. In those cases disable max-bytes when we
15968 know that the queue is fed timed data.
15971 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15973 * gst/playback/gstplaybin.c: (gen_audio_element):
15974 Make playbin automatically plug an 'audioresample'
15975 element before the audio sink as well. This solves
15976 problems with sinks that only accept a very specific
15977 sample rate, like esdsink (e.g. #340379).
15979 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15981 * gst/playback/gstplaybasebin.c: (gen_source_element):
15982 Make http sources send special headers so that we receive
15983 icecast metadata if the http stream is an icecast stream
15984 (otherwise the server will just ignore them). This also
15985 means that from now on users will need the 'icydemux'
15986 element from gst-plugins-good installed if they want to
15987 listen to icecast radio streams. (#341432, #333657).
15989 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15991 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15992 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15993 remove stupid example from docs - it should come with a simple
15996 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15997 (fail_if_can_read), (GST_START_TEST),
15998 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15999 add a test for changing streamheader which exposes a bug in
16002 2006-05-11 Michael Smith <msmith@fluendo.com>
16004 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
16005 (gst_gnome_vfs_src_received_headers_callback):
16006 * ext/gnomevfs/gstgnomevfssrc.h:
16007 Don't set icy-caps unless we have a sane interval value. Move
16008 interval to a local variable; we never use it outside this function.
16010 2006-05-11 Wim Taymans <wim@fluendo.com>
16012 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
16013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
16014 Register special buffer types along with the objects so
16015 that they are not registered at runtime from N different
16016 streaming threads since they are not threadsafe.
16018 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
16020 * tests/check/elements/multifdsink.c: (wait_bytes_served),
16021 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
16022 add two more tests, one doing streamheader
16024 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
16026 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
16027 clean up the bufqueue when shutting down
16028 * tests/check/Makefile.am:
16029 * tests/check/elements/multifdsink.c: (setup_multifdsink),
16030 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
16032 add a test for the leak that was just fixed
16034 2006-05-10 Wim Taymans <wim@fluendo.com>
16036 * gst/adder/gstadder.c: (gst_adder_setcaps),
16037 (gst_adder_query_duration), (gst_adder_query), (forward_event),
16038 (gst_adder_src_event), (gst_adder_sink_event),
16039 (gst_adder_class_init), (gst_adder_finalize),
16040 (gst_adder_request_new_pad), (gst_adder_collected):
16041 * gst/adder/gstadder.h:
16042 Updated some docs. Added comments and FIXMEs all over the place.
16043 Improve debugging info.
16044 Fix leak on finalize by not calling the parent.
16045 Implement duration query.
16046 Make event forwarding threadsafe.
16047 Correctly send NEWSEGMENT at start and after flush.
16048 Handle EOS correctly.
16049 Post error when not negotiated.
16051 * tests/check/elements/adder.c: (GST_START_TEST):
16052 Added FIXME in the test.
16054 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16056 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16057 (gst_text_overlay_halign_get_type),
16058 (gst_text_overlay_wrap_mode_get_type):
16059 * ext/theora/theoradec.c: (theora_handle_type_packet),
16060 (theora_handle_data_packet):
16061 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16062 (theora_enc_sink_setcaps), (theora_enc_chain):
16063 * gst-libs/gst/cdda/gstcddabasesrc.c:
16064 (gst_cdda_base_src_mode_get_type):
16065 * gst/audiotestsrc/gstaudiotestsrc.c:
16066 (gst_audiostestsrc_wave_get_type):
16067 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16068 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16069 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16070 (gst_sync_method_get_type), (gst_unit_type_get_type),
16071 (gst_client_status_get_type):
16072 * gst/videoscale/gstvideoscale.c:
16073 (gst_video_scale_method_get_type):
16074 * gst/videotestsrc/gstvideotestsrc.c:
16075 (gst_video_test_src_pattern_get_type):
16076 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16077 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16078 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16079 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16080 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16081 (paint_setup_RGB565), (paint_setup_xRGB1555):
16082 Const-ify GEnumValue and GFlagsValue arrays. Use
16083 GST_ROUND_UP_* macros instead of home-made ones.
16085 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16088 Require core CVS for the new newsegment stuff.
16090 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16092 Patch by: Sjoerd Simons <sjoerd at luon net>
16094 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16095 Register nick for enum value (#341160).
16097 2006-05-09 Stefan Kost <ensonic@users.sf.net>
16099 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16101 backout typefind patch #340375
16103 * tests/check/elements/adder.c: (message_received),
16104 (GST_START_TEST), (adder_suite):
16105 redo, signal-handling of test
16107 2006-05-09 Wim Taymans <wim@fluendo.com>
16109 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16110 (gst_adder_collected):
16111 * gst/adder/gstadder.h:
16112 Remove bogus segment merging and forwarding, we don't
16113 care about timestamps anyway and we just produce a
16115 Also create a nice NEWSEGMENT event when we start.
16116 Use _scale_int some more.
16118 2006-05-09 Edward Hervey <edward@fluendo.com>
16120 * tests/icles/stress-xoverlay.c:
16121 Fix if core was built without parsing support.
16123 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16125 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16126 Add SEDG (Samsung MPEG-4) fourcc.
16128 2006-05-09 Edward Hervey <edward@fluendo.com>
16130 * tests/icles/stress-xoverlay.c:
16131 * tests/examples/volume/volume.c:
16132 Fix if core was built without parsing support.
16134 * tests/examples/seek/seek.c:
16135 Disable the parse_launch example if core was built without parsing
16138 2006-05-08 Edward Hervey <edward@fluendo.com>
16140 * autogen.sh: (CONFIGURE_DEF_OPT):
16141 libtoolize on Darwin/MacOSX is called glibtoolize
16143 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16145 * tests/check/Makefile.am:
16146 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16147 Disable the adder test, until the build-slaves posses the kindness to
16148 either like it or to give valid reason for not doing so
16150 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16152 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16154 Shuffle NULL state change around and raise timeout more
16156 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16158 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16159 (mp4_type_find), (plugin_init):
16160 Add typefind to distinguish between "audio/x-m4a" and new type
16161 "video/mp4". Fixes #340375
16163 * tests/check/elements/adder.c: (adder_suite):
16164 Raise timeout to make buildbot happy
16166 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16168 * gst/adder/gstadder.c: (gst_adder_sink_event),
16169 (gst_adder_request_new_pad), (gst_adder_change_state):
16170 * gst/adder/gstadder.h:
16171 * tests/check/Makefile.am:
16172 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16173 (adder_suite), (main):
16174 Add sink-event handling to adder. It tries to merge incomming
16175 newsegment-events. Added test to check if segment_done is comming
16176 through. Fixes #340060
16178 2006-05-05 Andy Wingo <wingo@pobox.com>
16180 * ext/theora/theoraparse.c (gst_theora_parse_init)
16181 (theora_parse_src_convert, theora_parse_src_query):
16182 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16183 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16184 query functions on the source pads of the theora and vorbis parse
16185 elements. Fixes position querying when doing a remux.
16187 2006-05-05 Michael Smith <msmith@fluendo.com>
16189 * ext/theora/theoraparse.c: (parse_granulepos),
16190 (theora_parse_drain_queue_prematurely),
16191 (theora_parse_queue_buffer), (theora_parse_sink_event):
16193 Fix invalid granulepos outputs when starting with a non-keyframe.
16195 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
16197 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16198 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16199 Rearrange MPEG system stream detection, fixing some memleaks in the
16201 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16202 they clean up their data correctly.
16203 Remove unused ogganx caps and move the 'is_annodex' check to inside
16204 the 'is_ogg' if statement.
16206 2006-05-05 Wim Taymans <wim@fluendo.com>
16208 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16209 Properly remove ghostpads. Fixes #340392
16211 2006-05-04 David Schleef <ds@schleef.org>
16213 * gst/typefind/gsttypefindfunctions.c:
16215 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
16217 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16218 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16220 When typefinding an MP3 in push-based mode, don't penalise the
16221 probability down to 74% when we found 5 valid frames just because we
16222 can't peek the end of the file.
16224 Make the probability for detecting MPEG Transport Streams based on the
16225 number of sequential headers we successfully detected.
16227 2006-05-03 Wim Taymans <wim@fluendo.com>
16229 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16230 (vorbis_dec_push), (vorbis_dec_chain):
16231 Still produce an error when we receive an empty packet.
16233 2006-05-03 Wim Taymans <wim@fluendo.com>
16235 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16236 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16237 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16238 Mark buffers with DISCONT after seek and after activating new
16241 * ext/theora/gsttheoradec.h:
16242 * ext/theora/theoradec.c: (gst_theora_dec_reset),
16243 (theora_get_query_types), (theora_dec_sink_event),
16244 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16245 (theora_dec_change_state):
16247 Detect and mark DISCONT buffers.
16249 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16250 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16251 (vorbis_dec_change_state):
16252 * ext/vorbis/vorbisdec.h:
16254 Detect and mark DISCONT buffers.
16255 Don't crash on 0 sized buffers.
16257 2006-05-03 Wim Taymans <wim@fluendo.com>
16259 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16260 (volume_transform_ip):
16261 Increase "volume" property to 10.0. Fixes #340369.
16262 Set the process function to NULL when capsnego fails so that
16263 we properly error out.
16265 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16267 * gst/playback/gstplaybin.c: (add_sink):
16268 * gst/playback/test.c: (main):
16269 * gst/playback/test5.c: (dump_element_stats):
16270 * gst/playback/test6.c: (main):
16271 free caps using gst_caps_unref, don't leak caps-strings
16273 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
16275 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16277 Refine musepack typefinding a bit. Return MAXIMUM
16278 probability when we detect stream version 7 to make
16279 sure the mpeg audio typefinder doesn't trump us.
16281 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16283 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16284 Protect against unexpected NULL strf_data buffer.
16286 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16288 * tests/check/elements/audioconvert.c: (verify_convert),
16290 interpret the out[] buffer in the order the bytes are actually
16291 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16292 Other tests should use BYTE_ORDER since the array is filled in
16295 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16297 * tests/check/elements/audioconvert.c: (verify_convert),
16299 when a test fails, give an indication of which it is
16301 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16303 * gst-libs/gst/cdda/gstcddabasesrc.c:
16304 compile fix; strtol() needs <stdlib.h>
16306 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16308 * ext/alsa/gstalsamixerelement.c:
16309 * ext/alsa/gstalsasrc.c:
16310 * ext/cdparanoia/gstcdparanoiasrc.c:
16311 * ext/gnomevfs/gstgnomevfssink.c:
16312 * ext/gnomevfs/gstgnomevfssrc.c:
16313 * ext/ogg/gstoggdemux.c:
16314 * ext/ogg/gstoggmux.c:
16315 * ext/ogg/gstoggparse.c:
16316 * ext/ogg/gstogmparse.c:
16317 * ext/pango/gstclockoverlay.c:
16318 * ext/pango/gsttextoverlay.c:
16319 * ext/pango/gsttextrender.c:
16320 * ext/pango/gsttimeoverlay.c:
16321 * ext/theora/theoradec.c:
16322 * ext/theora/theoraenc.c:
16323 * ext/vorbis/vorbisdec.c:
16324 * ext/vorbis/vorbisenc.c:
16325 * gst-libs/gst/audio/gstaudiofilter.c:
16326 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16327 * gst/audioconvert/gstaudioconvert.c:
16328 * gst/audiorate/gstaudiorate.c:
16329 * gst/audioresample/gstaudioresample.c:
16330 * gst/audiotestsrc/gstaudiotestsrc.c:
16331 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16332 * gst/playback/gstdecodebin.c:
16333 * gst/playback/gstplaybin.c:
16334 * gst/playback/gststreamselector.c:
16335 * gst/subparse/gstsubparse.c:
16336 * gst/tcp/gstmultifdsink.c:
16337 * gst/tcp/gsttcpclientsink.c:
16338 * gst/tcp/gsttcpclientsrc.c:
16339 * gst/tcp/gsttcpserversink.c:
16340 * gst/tcp/gsttcpserversrc.c:
16341 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16342 * gst/videorate/gstvideorate.c:
16343 * gst/videoscale/gstvideoscale.c:
16344 * gst/videotestsrc/gstvideotestsrc.c:
16345 * gst/volume/gstvolume.c:
16346 * sys/v4l/gstv4ljpegsrc.c:
16347 * sys/v4l/gstv4lmjpegsink.c:
16348 * sys/v4l/gstv4lmjpegsrc.c:
16349 * sys/v4l/gstv4lsrc.c:
16350 * sys/ximage/ximagesink.c:
16351 * sys/xvimage/xvimagesink.c:
16352 * tests/check/libs/cddabasesrc.c:
16353 make GstElementDetails const
16355 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16357 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16359 send events from src-pad to all sink-pads fixes #338657
16361 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16363 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16364 (alsasink_parse_spec):
16365 query width capabilities from alsa, fixes #338919
16367 2006-04-28 Wim Taymans <wim@fluendo.com>
16369 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16370 (gst_multi_fd_sink_remove_client_link):
16371 * gst/tcp/gstmultifdsink.h:
16372 Fix race condition in multifdsink that can lead to spurious
16373 duplicate clients. this patch adds a new signal that is fired when
16374 multifdsink has removed all references to the fd.
16376 Updated documentation.
16377 API: client-fd-removed signal added
16379 2006-04-28 Michael Smith <msmith@fluendo.com>
16381 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16382 When asking g_value_array_new to prealloc elements, we may as well
16383 ask for the right number of elements.
16385 2006-04-28 Wim Taymans <wim@fluendo.com>
16387 * gst-libs/gst/audio/gstbaseaudiosink.c:
16388 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16389 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16390 patch to make timestamp checking more tollerant to rounding
16391 errors given that real discontinuities are to be marked on
16392 buffers. Fixes some asf files and #338778.
16393 Also avoid some crashers when we receive an event in the
16396 2006-04-28 Michael Smith <msmith@fluendo.com>
16398 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16399 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16400 (gst_gnome_vfs_src_get_property),
16401 (gst_gnome_vfs_src_send_additional_headers_callback),
16402 (gst_gnome_vfs_src_received_headers_callback),
16403 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16404 (gst_gnome_vfs_src_stop):
16405 * ext/gnomevfs/gstgnomevfssrc.h:
16406 Remove ICY handling (mostly) from gnomevfssrc, in favour of
16407 proper shared support within icydemux.
16409 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16411 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16412 (gst_video_rate_swap_prev), (gst_video_rate_chain):
16414 fix a leak when no caps negotiated
16415 fix counting of input frames
16416 * tests/check/elements/.cvsignore:
16417 * tests/check/elements/videorate.c: (assert_videorate_stats),
16418 (GST_START_TEST), (videorate_suite):
16419 add tests for these
16421 2006-04-28 Wim Taymans <wim@fluendo.com>
16423 * gst-libs/gst/audio/gstringbuffer.c:
16424 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16425 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16426 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16427 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16428 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16429 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16430 (gst_ring_buffer_commit), (gst_ring_buffer_read),
16431 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16432 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16433 Check arguments passed to public functions instead of
16436 2006-04-28 Wim Taymans <wim@fluendo.com>
16438 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16439 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16440 GstBaseAudioSrc must be live or it does not work.
16442 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16443 Don't set live to TRUE as this is the default in the parentclass.
16445 2006-04-28 Wim Taymans <wim@fluendo.com>
16447 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16448 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16449 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16450 fixation cases better. Fixes #338991
16452 2006-04-28 Wim Taymans <wim@fluendo.com>
16454 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16455 Handle 0/1 framerate correctly Fixes #331901.
16457 2006-04-28 Wim Taymans <wim@fluendo.com>
16459 * tests/check/elements/audioconvert.c: (get_float_caps),
16460 (GST_START_TEST), (audioconvert_suite):
16461 Added check for correct clipping when doing float samples
16464 2006-04-28 Wim Taymans <wim@fluendo.com>
16466 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16467 (gst_video_rate_chain):
16468 Print more debugging info.
16470 2006-04-28 Wim Taymans <wim@fluendo.com>
16472 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16473 (resample_set_state_from_caps):
16474 Add support for other formats audioresample can handle such as
16475 32 bits in and float and 64 bits float. Fixes #301759
16477 2006-04-28 Wim Taymans <wim@fluendo.com>
16479 * gst/audioconvert/audioconvert.c: (float):
16480 correctly clip float samples > 1.0. Fixes #338718
16482 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16484 Patch by: Young-Ho Cha <ganadist at chollian net>
16486 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16487 (gst_text_overlay_render_text):
16488 Don't strip newlines from the text. Also, center lines
16489 within multi-line paragraphs (#339405).
16491 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16493 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16494 Fix wavpack typefinding to work in more cases (don't peek
16495 for chunks of multiple hundred kBs at once, but process
16496 things step-by-step in smaller units). Fixes #339786.
16498 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16503 === release 0.10.6 ===
16505 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16508 releasing 0.10.6, "Chao"
16510 2006-04-26 David Schleef <ds@schleef.org>
16512 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16515 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16518 * win32/common/config.h:
16521 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16523 patch by: Wim Taymans
16525 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16526 (gst_ogg_demux_perform_seek):
16527 make sure correct newsegments are sent, so that the decoder
16528 and the demuxer agree on timestamps. Fixes playback of a lot
16529 of Ogg files that do not start from 0. Fixes #339833.
16531 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16533 Patch by: Edward Hervey <edward@fluendo.com>
16535 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16536 * tests/check/Makefile.am:
16537 * tests/check/elements/videorate.c: (assert_videorate_stats),
16538 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16539 (videorate_suite), (main):
16540 Fix an infinite loop if frames are passed in with wrongly ordered
16541 timestamps. Fixes #339013.
16543 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16545 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16547 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16548 fix typefinding on some ISO files. Fixes #339212.
16550 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16552 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16554 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16555 add another H264 fourcc. Fixes #339047.
16557 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16559 Patch by: Jan Schmidt
16561 * gst/playback/gststreamselector.c:
16562 (gst_stream_selector_bufferalloc):
16563 Restore old StreamSelector behaviour.
16566 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16569 * win32/common/config.h:
16572 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16574 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16576 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16577 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16578 Fix some memory leaks: on finalize, free buffers left in the queue
16579 before destroying the queue; in _push(), unref rtp_buf even if
16580 the process vfunc returned a NULL buffer as output buffer (#337548);
16581 demote some recuring debug messages to LOG level.
16583 2006-04-11 Wim Taymans <wim@fluendo.com>
16585 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16586 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16587 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16588 (gst_ogg_demux_loop):
16590 Respect segment stop when emiting EOS or SEGMENT_DONE.
16593 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16595 * gst/playback/gststreamselector.c:
16596 (gst_stream_selector_get_property):
16597 Don't leak pad name.
16599 2006-04-10 Michael Smith <msmith@fluendo.com>
16601 * tests/check/Makefile.am:
16602 * tests/check/gst-plugins-base.supp:
16603 Suppress an old libtheora bug (fixed in more recent versions), so
16604 that FC4 buildslaves can pass.
16606 2006-04-10 Wim Taymans <wim@fluendo.com>
16608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16609 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16610 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16611 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16612 (gst_ogg_demux_loop):
16614 Remember what error we got when finding chains, if we
16615 were shutdown, that would not be an error.
16617 2006-04-10 Wim Taymans <wim@fluendo.com>
16619 * gst-libs/gst/audio/gstbaseaudiosink.c:
16620 (gst_base_audio_sink_event):
16621 Starting the ringbuffer when we did not acquire it can cause
16622 a deadlock, is pointless and causes nasty things for
16624 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16626 2006-04-10 Wim Taymans <wim@fluendo.com>
16628 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16629 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16630 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16631 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16632 (gst_ogg_demux_deactivate_current_chain),
16633 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16634 (gst_ogg_demux_bisect_forward_serialno),
16635 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16636 Add some more debugging.
16638 2006-04-10 Wim Taymans <wim@fluendo.com>
16640 * ext/theora/theoradec.c: (theora_dec_src_event),
16641 (theora_handle_data_packet):
16642 Some more debug info.
16644 * tests/examples/seek/seek.c: (start_seek), (main):
16645 Print element messages too.
16647 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16649 * gst/audioresample/debug.h:
16650 replace debug macros with variable number of parameters
16651 by a simple alias to gstreamer standard debug macros
16652 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16653 supported by MSVC 6.0 and 7.1)
16654 * gst/audioresample/resample.h:
16655 define M_PI and rint for WIN32
16656 * win32/common/libgstaudio.def:
16657 * win32/common/libgstriff.def:
16658 * win32/common/libgsttag.def:
16659 * win32/common/libgstvideo.def:
16660 add new exported functions
16662 update project files
16664 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16666 * ext/alsa/gstalsamixeroptions.c:
16667 (gst_alsa_mixer_options_class_init):
16668 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16669 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16670 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16671 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16672 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16673 * gst-libs/gst/audio/gstaudiofilter.c:
16674 (gst_audio_filter_class_init):
16675 * gst-libs/gst/audio/gstaudiosink.c:
16676 (gst_audioringbuffer_class_init):
16677 * gst-libs/gst/audio/gstaudiosrc.c:
16678 (gst_audioringbuffer_class_init):
16679 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16680 * gst-libs/gst/interfaces/colorbalancechannel.c:
16681 (gst_color_balance_channel_class_init):
16682 * gst-libs/gst/interfaces/mixeroptions.c:
16683 (gst_mixer_options_class_init):
16684 * gst-libs/gst/interfaces/mixertrack.c:
16685 (gst_mixer_track_class_init):
16686 * gst-libs/gst/interfaces/tunerchannel.c:
16687 (gst_tuner_channel_class_init):
16688 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16689 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16690 (gst_netbuffer_class_init):
16691 * gst-libs/gst/rtp/gstbasertppayload.c:
16692 (gst_basertppayload_class_init):
16693 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16694 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16695 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16696 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16697 * gst/playback/gststreamselector.c:
16698 (gst_stream_selector_class_init):
16699 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16700 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16701 * sys/v4l/gstv4lcolorbalance.c:
16702 (gst_v4l_color_balance_channel_class_init):
16703 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16704 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16705 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16706 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16707 (gst_v4l_tuner_norm_class_init):
16708 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16710 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16711 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16713 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16715 * ext/pango/gsttextrender.h:
16716 * gst-libs/gst/audio/gstaudiosink.h:
16717 * gst-libs/gst/audio/gstaudiosrc.h:
16718 * gst-libs/gst/audio/gstbaseaudiosink.h:
16719 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16720 * gst-libs/gst/audio/gstringbuffer.h:
16721 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16722 * gst-libs/gst/rtp/gstbasertppayload.h:
16723 * gst-libs/gst/video/gstvideofilter.h:
16724 * gst-libs/gst/video/gstvideosink.h:
16725 * gst/playback/gstplaybasebin.h:
16726 * gst/tcp/gstmultifdsink.h:
16727 * sys/v4l/gstv4lelement.h:
16728 Fix broken GObject macros
16730 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16732 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16733 More debug to trace why my USB headset is not working with gst
16735 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16737 * gst/playback/gstplaybasebin.c: (group_destroy):
16738 Clean up our group elements properly in the case where it never
16739 got committed - it still got added unconditionally to the bin.
16741 2006-04-07 Wim Taymans <wim@fluendo.com>
16743 * ext/theora/theoradec.c: (theora_dec_sink_event),
16744 (theora_handle_data_packet), (theora_dec_chain):
16745 Unref unhandled events.
16746 Protect against empty buffers.
16747 Perform QoS on running time.
16749 2006-04-07 Michael Smith <msmith@fluendo.com>
16751 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16752 (gst_vorbis_enc_chain):
16753 Remove leaks from vorbisenc.
16754 Mostly minor changes, the only significant one is that now the
16755 buffers we set as 'streamheader' on the caps are copies of the
16756 original buffers, to avoid circular refcounting problems.
16758 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16760 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16761 Don't remove our mute-probe if someone else already did so.
16762 Don't set a 2nd one if there is already one pending on the pad.
16764 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16766 When a seek fails, ensure that playbin is still set back to playing.
16768 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16769 (mpeg_ts_type_find), (plugin_init):
16770 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16772 2006-04-06 Andy Wingo <wingo@pobox.com>
16774 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16775 (gst_video_rate_init): Caps-related parameters should not be reset
16776 by a flush -- move their inits to the instance init function.
16777 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16778 is not OK, just return the result.
16780 * gst/audiotestsrc/gstaudiotestsrc.c
16781 (gst_audio_test_src_class_init)
16782 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16783 broken by Stefan's commit on 24 March.
16785 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16786 buffers being pushed out. Fixes oggmux ! multifdsink.
16788 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16790 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16791 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16792 * ext/vorbis/vorbisdec.h:
16793 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16794 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16795 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16796 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16797 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16798 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16799 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16800 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16801 (gst_vorbis_enc_buffer_from_packet),
16802 (gst_vorbis_enc_buffer_from_header_packet),
16803 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16804 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16805 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16806 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16807 (gst_vorbis_enc_change_state):
16808 * ext/vorbis/vorbisenc.h:
16809 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16810 vorbisenc adhere to the official nomenclature; use boilerplate
16813 2006-04-04 Andy Wingo <wingo@pobox.com>
16815 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16816 Whoops, fix bug introduced. Bad hacker!
16818 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16819 Properly handle the case where you get EOS before any buffers are
16820 received. Use gst_buffer_make_metadata_writable where appropriate.
16822 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16823 is often negative -- make it signed so as not to wrap around.
16824 Fixes segfaults introduced on 9 March.
16826 2006-04-03 Wim Taymans <wim@fluendo.com>
16828 * ext/theora/gsttheoradec.h:
16829 * ext/theora/theoradec.c: (theora_dec_src_event):
16830 Don't try to store a gdouble in a gboolean.
16833 2006-04-03 Michael Smith <msmith@fluendo.com>
16835 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16837 Make it suck slightly less by writing out the final page.
16838 Still can't encode a vorbis-in-ogg file correctly, though.
16840 2006-04-03 Andy Wingo <wingo@pobox.com>
16842 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16845 * ext/theora/theora.c (plugin_init): Register theoraparse.
16847 * ext/theora/gsttheoraparse.h:
16848 * ext/theora/theoraparse.c: New files implementing a theora
16849 parser. Now we can properly remux ogg/theora+vorbis, yay.
16851 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16853 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16855 * gst/audiotestsrc/gstaudiotestsrc.c:
16856 Fixed the sample pipeline (see #323798)
16858 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16861 * win32/common/config.h:
16862 * win32/common/config.h.in:
16863 use AS_VERSION and AS_NANO
16866 2006-03-31 Andy Wingo <wingo@pobox.com>
16868 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16869 uninitialized variable return that would happen.
16871 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16872 uninitialized variable return that would never happen.
16874 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16875 (vorbis_parse_sink_event): Add an event function to flush our
16876 state on a seek, and to drain buffers on a premature EOS.
16877 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16878 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16879 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16880 (vorbis_parse_drain_queue): Queue up buffers until we can set
16881 their timestamps and granulepos values.
16883 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16884 and keep track of data needed for deriving granulepos and
16885 timestamps for buffers.
16887 2006-03-29 Wim Taymans <wim@fluendo.com>
16889 Patch by: j^ <j at bootlab dot org>
16891 * ext/alsa/gstalsamixerelement.c:
16892 (gst_alsa_mixer_element_class_init):
16893 * ext/alsa/gstalsasink.c:
16894 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16895 * ext/ogg/gstoggdemux.c:
16896 * ext/ogg/gstoggmux.c:
16897 * ext/ogg/gstoggparse.c:
16898 * ext/pango/gstclockoverlay.c:
16899 * ext/pango/gsttextoverlay.c:
16900 * ext/pango/gsttextrender.c:
16901 * ext/pango/gsttimeoverlay.c:
16902 * ext/theora/theoradec.c:
16903 * ext/theora/theoraenc.c:
16904 * ext/vorbis/vorbisdec.c:
16905 * ext/vorbis/vorbisenc.c:
16906 * gst/audioconvert/gstaudioconvert.c:
16907 * gst/subparse/gstsubparse.c:
16908 * gst/tcp/gstmultifdsink.c:
16909 * gst/tcp/gsttcpclientsink.c:
16910 * gst/tcp/gsttcpclientsrc.c:
16911 * gst/tcp/gsttcpserversink.c:
16912 * gst/tcp/gsttcpserversrc.c:
16913 better/unified long descriptions
16916 2006-03-29 Wim Taymans <wim@fluendo.com>
16918 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16920 Don't let double and triple clicks mess up our state.
16922 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16924 * gst/playback/gstplaybin.c: (gen_video_element),
16925 (gen_text_element), (gen_audio_element), (gen_vis_element):
16926 Error out gracefully when we can't create any of the usual
16927 conversion elements for some reason. Also, don't try to
16928 create an audioscale (sic) element that's not used anyway.
16930 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16932 * gst/playback/gstplaybasebin.c: (setup_source):
16933 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16934 element for a particular protocol, that's confusing for users.
16935 Instead, post a RESOURCE_FAILED error, so that our own error
16936 message is actually shown in totem etc. (#336303).
16938 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16940 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16942 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16943 (gst_gnome_vfs_src_get_icy_metadata):
16944 Fix some minor memory leaks (#336194).
16946 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16948 * ext/gnomevfs/gstgnomevfs.c:
16949 (gst_gnome_vfs_location_to_uri_string):
16950 * ext/gnomevfs/gstgnomevfs.h:
16951 * ext/gnomevfs/gstgnomevfssink.c:
16952 (gst_gnome_vfs_sink_set_property):
16953 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16954 Make gnomevfssink accept filenames as well as URIs for the
16955 "location" property, just like gnomevfssrc does (and
16956 filesrc/filesink do) (#336190).
16958 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16960 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16961 set to NULL before unreffing, fixes a valgrind leak.
16962 Why was this not triggering the error that an object needs to
16963 be NULL before unreffing ?
16964 * win32/common/config.h:
16967 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16969 * gst/subparse/gstsubparse.c: (convert_encoding),
16970 (gst_sub_parse_change_state):
16971 * gst/subparse/gstsubparse.h:
16972 Text subtitle files may or may not be UTF-8. If it's not, we
16973 don't really want to see '?' characters in place of non-ASCII
16974 characters like accented characters. So let's assume the input
16975 is UTF-8 until we come across text that is clearly not. If it's
16976 not UTF-8, we don't really know what it is, so try the following:
16977 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16978 is set; if not, check (b) if the current locale encoding is
16979 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16980 the current locale encoding is UTF-8 and the environment variable
16981 was not set to any particular encoding. Not perfect, but better
16982 than nothing (and better than before, I think) (fixes #172848).
16984 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16987 update core requirement to 0.10.4.1 because of async_playback
16988 vmethod on GstBaseSink
16990 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16992 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16993 * gst/adder/gstadder.c: (gst_adder_init):
16994 use DEBUG_FUNCPTR for collectpads
16996 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16998 * docs/plugins/Makefile.am:
16999 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17000 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17001 * ext/cdparanoia/gstcdparanoiasrc.c:
17002 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
17003 (gst_gnome_vfs_sink_class_init):
17004 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
17005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
17006 * ext/ogg/gstoggmux.c:
17007 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
17008 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
17009 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
17010 * ext/pango/gsttextoverlay.c:
17011 * ext/pango/gsttextrender.c:
17012 * ext/theora/theoradec.c:
17013 * ext/theora/theoraenc.c:
17014 * ext/vorbis/vorbisdec.c:
17015 * ext/vorbis/vorbisenc.c:
17016 * gst-libs/gst/audio/gstaudiofilter.c:
17017 (gst_audio_filter_base_init):
17018 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17019 (gst_audio_filter_template_base_init):
17020 * gst/adder/gstadder.c: (gst_adder_get_type):
17021 * gst/adder/gstadder.h:
17022 * gst/audioconvert/gstaudioconvert.c:
17023 * gst/audiotestsrc/gstaudiotestsrc.c:
17024 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
17025 (gst_audio_test_src_create):
17026 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17027 * gst/playback/gstdecodebin.c:
17028 * gst/playback/gstplaybin.c:
17029 * gst/playback/gststreamselector.c:
17030 (gst_stream_selector_base_init):
17031 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
17032 * gst/volume/gstvolume.c:
17033 * sys/v4l/gstv4lmjpegsink.c:
17034 * sys/v4l/gstv4lmjpegsrc.c:
17035 * tests/check/libs/cddabasesrc.c:
17036 * tests/old/examples/gob/gst-identity2.gob:
17037 Add docs for adder, use GST_ELEMENT_DETAILS macro,
17038 define GstElementDetails at the top
17040 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
17042 * win32/common/libgstinterfaces.def:
17043 Add a lot of export functions for gst-python
17044 * win32/vs6/libgstinterfaces.dsp:
17045 Add a missing include folder in the project configuration
17047 2006-03-23 Wim Taymans <wim@fluendo.com>
17049 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17050 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17051 (gst_base_audio_src_change_state):
17052 Fix audio sources, forgot to make the ringbuffer
17055 2006-03-23 Wim Taymans <wim@fluendo.com>
17057 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17058 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17059 (gst_base_audio_src_change_state):
17060 unparent instead of unref the ringbuffer.
17062 2006-03-23 Wim Taymans <wim@fluendo.com>
17064 * gst-libs/gst/audio/gstbaseaudiosink.c:
17065 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17066 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17067 Implement new async_play vmethod to start slaving and allow
17068 playback start in case of async PLAY state changes.
17070 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17071 Enable QoS with new method in base class.
17073 2006-03-23 Wim Taymans <wim@fluendo.com>
17075 Patch by: Julien MOUTTE <julien at moutte dot net>
17077 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17078 (gst_video_test_src_do_seek), (gst_video_test_src_create):
17079 Partially handle 0 framerate, only EOS after the first frame
17082 2006-03-23 Wim Taymans <wim@fluendo.com>
17084 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17086 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17087 (gst_riff_create_video_template_caps):
17088 * gst/ffmpegcolorspace/avcodec.h:
17089 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17090 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17091 (gst_ffmpegcsp_avpicture_fill):
17092 * gst/ffmpegcolorspace/imgconvert.c:
17093 Patch for support of YVU9 AVI files (#334822)
17095 2006-03-22 Edward Hervey <edward@fluendo.com>
17097 * docs/design/design-decodebin.txt:
17098 Added design document for new decodebin
17099 (Target Caps): text/x-pango-markup is also a default target caps.
17101 2006-03-22 Wim Taymans <wim@fluendo.com>
17103 * gst-libs/gst/audio/gstbaseaudiosink.c:
17104 (gst_base_audio_sink_dispose):
17105 Since we _parent the ringbuffer, we also need to
17106 _unparent instead of a plain _unref.
17108 2006-03-22 Wim Taymans <wim@fluendo.com>
17110 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17111 (stop_seek), (scrub_toggle_cb), (main):
17112 Add scrub checkbox.
17114 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17116 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17117 (gst_ogg_parse_chain):
17118 Fix very inefficient usage of linked lists (#335365).
17120 2006-03-21 Edward Hervey <edward@fluendo.com>
17122 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17123 * gst/playback/gstplaybin.c: (handoff):
17124 * gst/playback/gststreamselector.c:
17125 (gst_stream_selector_set_property):
17126 gcc 4.1 unreferenced pointer fixes.
17127 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17129 gst_buffer_ref() now takes a GstBuffer*.
17131 2006-03-20 Julien MOUTTE <julien@moutte.net>
17133 * sys/xvimage/xvimagesink.c:
17134 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17137 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
17139 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17140 (id3v1_type_find), (apetag_type_find), (plugin_init):
17141 Can't do tag preferences via probability, as tags would then
17142 lose against types that are recognised with MAXIMUM probability
17143 (like .wav); so let all tag typefinders return MAXIMUM themselves
17144 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17145 that we can prefer APE to ID3v1 (fixes #335028).
17147 2006-03-17 Wim Taymans <wim@fluendo.com>
17149 * gst-libs/gst/audio/gstbaseaudiosink.c:
17150 (gst_base_audio_sink_change_state):
17151 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17152 (gst_ring_buffer_may_start):
17153 * gst-libs/gst/audio/gstringbuffer.h:
17154 Only start playback if we are playing.
17155 should fix #330748.
17157 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
17159 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17160 * win32/common/config.h:
17161 Revert accidental commits to these files.
17163 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17165 Patch by: Michal Benes <michal dot benes at xeris dot cz>
17167 * tests/Makefile.am:
17168 Don't try to build tests in tests/icles if we
17169 don't have X (#323852)
17171 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17173 * gst-libs/gst/tag/gstid3tag.c:
17174 Add TXXX frame identifiers for replaygain stuff as used
17175 by some taggers (see #323721).
17177 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
17179 * gst/playback/gststreamselector.c:
17180 (gst_stream_selector_set_property),
17181 (gst_stream_selector_bufferalloc):
17182 Preserve the existing buggy streamselector behaviour by performing
17183 a fallback buffer allocation when downstream isn't linked yet.
17184 This should really be fixed in playbin by blocking pads until it's
17186 Also, use gst_pad_alloc_buffer instead of
17187 gst_pad_alloc_buffer_and_set.
17189 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17191 * gst-libs/gst/tag/gstid3tag.c:
17192 Don't crash on unknown ID3v2 TXXX frames.
17194 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17196 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17197 Chain up to the parent finalize method.
17198 Add 32-bit sample size to the template caps.
17200 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17201 (gst_riff_create_video_template_caps):
17202 Add the fourcc that the VMWare codec uses.
17204 * gst/playback/gststreamselector.c:
17205 (gst_stream_selector_set_property),
17206 (gst_stream_selector_bufferalloc),
17207 (gst_stream_selector_request_new_pad):
17208 For the active pad, forward buffer-alloc requests, otherwise
17209 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17210 having to memcpy every frame when used by playbin.
17212 * gst/tcp/gstmultifdsink.c:
17213 (gst_multi_fd_sink_handle_client_write):
17214 Get negotiated caps from the sink pad, rather than the sink
17217 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17219 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17221 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17222 Don't forget to set src->callbacks_pushed to FALSE again when
17223 popping them, otherwise re-activation in a different mode won't
17226 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17228 Patch by: Sebastien Moutte <sebastien moutte net>
17230 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17231 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17232 (gst_ffmpeg_smpfmt_to_caps):
17233 Replace __VA_ARGS__ caps creation macros with varargs functions.
17234 Makes things compile on MSVC (#320765), looks nicer, and we can
17235 tell the compiler to check for the NULL terminator.
17237 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17239 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17241 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17242 Make sure the buffer we copy into is really always big
17243 enough, this time for real (#333488).
17245 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17247 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17248 Add support for 24bpp DIB (#305279).
17250 2006-03-14 Wim Taymans <wim@fluendo.com>
17252 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17253 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17254 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17255 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17256 (gst_video_scale_init), (gst_video_scale_src_event):
17257 Re-enable QoS after the release.
17258 Rework videoscale to use the base class src_event handler.
17260 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17265 === release 0.10.5 ===
17267 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
17270 releasing 0.10.5, "Net"
17272 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
17274 * docs/plugins/Makefile.am:
17275 Part of previous cdparanoiasrc docs fixes, forgot to commit.
17277 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17279 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17280 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17281 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17282 Add cdparanoiasrc to docs.
17284 * gst-libs/gst/cdda/gstcddabasesrc.c:
17285 More GstCddaBaseSrc docs.
17287 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17289 * docs/libs/gst-plugins-base-libs-sections.txt:
17290 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17291 * gst-libs/gst/tag/tag.h:
17292 API: libgsttag: new method gst_tag_from_id3_user_tag().
17294 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17296 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17297 NULL-terminate array of mpeg4 video file extensions.
17298 Fixes crash on PPC (#334226).
17300 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17302 * ext/gnomevfs/gstgnomevfssrc.c:
17303 (gst_gnome_vfs_src_check_get_range):
17304 gnome_vfs_uri_is_local() alone is not a good indicator
17305 whether we can operate in pull-mode with a specific URI,
17306 as it returns FALSE for file:// URIs that point to an
17307 NFS-mounted path. Be more conservative here: whitelist
17308 local files, blacklist http URIs and use the old
17309 mechanism for anything else (fixes #334216).
17311 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17316 === release 0.10.4 ===
17318 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17321 releasing 0.10.4, "Power"
17323 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
17325 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17326 Disable max-lateness by setting it to -1 for now, so that
17327 we can bed QoS stuff in thoroughly between now and the next
17330 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
17332 Patch by: Fabrizio Gennari
17334 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17335 Make sure we don't read beyond the palette buffer in case of
17336 broken or manipulated files (#333488)
17338 2006-03-10 Edward Hervey <edward@fluendo.com>
17340 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17341 Fix for variable not initialized.
17343 2006-03-09 Wim Taymans <wim@fluendo.com>
17345 * ext/libvisual/visual.c: (gst_visual_get_type),
17346 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17347 (gst_visual_chain):
17350 * ext/theora/gsttheoradec.h:
17351 * ext/theora/theoradec.c: (gst_theora_dec_init),
17352 (gst_theora_dec_reset), (_theora_granule_time),
17353 (theora_dec_src_convert), (theora_dec_sink_convert),
17354 (theora_dec_src_query), (theora_dec_src_event),
17355 (theora_dec_sink_event), (theora_handle_comment_packet),
17356 (theora_handle_header_packet), (theora_dec_push),
17357 (theora_handle_data_packet), (theora_dec_chain),
17358 (theora_dec_change_state):
17361 2006-03-09 Wim Taymans <wim@fluendo.com>
17363 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17364 (audiocast_register_listener), (gst_gnome_vfs_src_start):
17367 2006-03-09 Wim Taymans <wim@fluendo.com>
17369 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17370 Don't try to activate NULL chains.
17372 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17374 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17375 Fix invalid memory access to region before peek'd data (#332964).
17377 2006-03-09 Wim Taymans <wim@fluendo.com>
17379 Patch by: Christophe Fergeau
17381 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17382 * ext/pango/gsttextrender.c: (gst_text_render_init):
17383 * gst/adder/gstadder.c: (gst_adder_init):
17384 Don't leak padtemplates, closes #333510.
17386 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17388 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17389 Fix invalid memory access: make sure string passed to
17390 regexec() is NUL-termianted.
17392 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17394 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17396 Refactor mpeg/audio typefinding to make it more maintainable
17397 and easier to fine-tune. Make probing into middle of the file
17398 work properly (fixes #333900, also see #152688).
17400 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17402 * gst/typefind/gsttypefindfunctions.c:
17403 (utf8_type_find_have_valid_utf8_at_offset):
17404 Remove part from previous commit that was bogus:
17405 g_utf8_validate() does in fact not accept embedded
17406 zeroes, so we don't need to check for those (thanks
17407 to Mike for the hint).
17409 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17411 * gst/typefind/gsttypefindfunctions.c:
17412 (utf8_type_find_count_embedded_zeroes),
17413 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17414 Make plain/text typefinder more conservative: firstly, check
17415 for embedded zeroes, which are perfectly valid UTF-8 characters,
17416 but also a fairly good sign that something is not a plain text
17417 file; secondly, probe into the middle of the file if possible.
17418 If we can't probe into the middle, limit the probability value
17419 to be returned to TYPE_FIND_POSSIBLE (see #333900).
17421 2006-03-08 Michael Smith <msmith@fluendo.com>
17423 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17424 Make typefind function name for mpeg4 video unique.
17426 2006-03-08 Wim Taymans <wim@fluendo.com>
17428 * ext/libvisual/visual.c: (gst_visual_init),
17429 (gst_visual_clear_actors), (gst_visual_dispose),
17430 (gst_visual_reset), (gst_visual_src_setcaps),
17431 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17432 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17433 (gst_visual_chain), (gst_visual_change_state):
17434 Cleanups, post nice errors.
17435 Handle sink and src events.
17436 Implement simple QoS.
17438 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17439 Use new basesink methods to configure max-lateness.
17442 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17443 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17444 Debug statement cleanups.
17446 * gst/volume/gstvolume.c: (gst_volume_class_init):
17449 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17451 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17452 (gst_text_overlay_init), (gst_text_overlay_set_property),
17453 (gst_text_overlay_get_property):
17454 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17455 as string type properties, but mark them deprecated. Add
17456 'halignment' and 'valignment' properties that use enums
17457 instead of strings.
17459 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17461 Patch by: Fabrizio Gennari
17463 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17464 Allow palettes with less than 256 colours in AVI files
17467 2006-03-07 Julien MOUTTE <julien@moutte.net>
17469 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17470 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17471 pad. We were releasing the queued text buffer when we should keep
17472 it until video pad gets EOS or discard the text buffer because it's
17473 too old. That was eating the last subtitle buffer. Add some more
17476 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17478 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17479 (gst_text_overlay_video_chain):
17480 Fix invalid memory access (we can't access a buffer after it's been
17481 pushed downstream without taking a reference); fix memory leak (if
17482 there's no text to render, bail out before allocating stuff).
17484 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17486 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17487 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17488 * ext/pango/gsttextoverlay.h:
17489 If input is plain text, escape it before passing it to
17490 pango_layout_set_markup().
17492 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17494 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17495 Don't ignore flow return from gst_pad_push().
17497 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17499 Patch by: Fabrizio Gennari
17501 * ext/libvisual/visual.c: (gst_visual_getcaps),
17502 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17503 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17504 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17505 (gst_vorbisenc_convert_sink):
17506 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17507 (gst_audio_duration_from_pad_buffer):
17508 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17509 (gst_audio_filter_chain):
17510 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17511 (gst_base_rtp_depayload_setcaps):
17512 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17513 (gst_video_get_size):
17514 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17515 Don't leak references returned by gst_pad_get_parent()
17518 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17520 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17521 change location param details
17522 * gst/volume/gstvolume.c: (plugin_init):
17523 correct plugin description
17525 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17527 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17528 (gst_gnome_vfs_src_check_get_range):
17529 Override GstBaseSrc::check_get_range() in order to avoid opening
17530 the resource just to check whether we can operate in pull-mode or
17531 not - we can predict that pretty well from the URI alone. Should
17532 fix problems with last.fm (#331690). (Requires latest core CVS).
17534 2006-03-06 Wim Taymans <wim@fluendo.com>
17536 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17537 (gst_video_sink_class_init):
17538 Throw away frames that are later than 20 ms.
17540 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17542 Patch by: Fabrizio Gennari
17544 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17545 Set depth on WMA caps (#333545)
17547 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17549 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17550 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17551 put Theora BOS pages before others. This hardcodes
17552 the Ogg/Theora I profile, but hey.
17554 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17557 updated with some examples
17558 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17559 (granulepos_add), (theora_buffer_from_packet):
17560 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17561 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17562 (gst_vorbisenc_chain):
17563 implement strategy from ext/ogg/README
17564 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17565 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17566 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17567 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17568 Fix muxer so that oggz-validate is happy with all streams;
17569 except for no eos mark, and the BOS page ordering
17570 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17571 (check_buffer_granulepos):
17572 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17573 update tests to check for OFFSET being set as requested
17574 fixed type of granulepos, it's not a ClockTime
17576 2006-03-05 Julien MOUTTE <julien@moutte.net>
17578 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17579 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17580 Check that the xvimage we are creating has a correct size
17581 before returning it. (#314897)
17583 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17585 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17586 Give id3 and ape tag typefinders a rank slightly higher
17587 than PRIMARY to ensure they're always run before any of
17588 the other typefinders (in particular wav and mp3) (#324186).
17590 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17592 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17593 Add support for '3IVD' fourcc (#333403).
17595 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17598 Bump requirements to GStreamer CVS for the new error enum.
17600 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17601 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17602 space left on the device (fixes #333352).
17604 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17607 add a project file for libgstvolume
17608 update the workspace
17610 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17612 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17613 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17615 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17616 Set IN_CAPS on header buffers
17618 2006-03-02 Wim Taymans <wim@fluendo.com>
17620 * docs/plugins/Makefile.am:
17621 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17622 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17623 Add audioresample to docs.
17625 * gst/audioconvert/gstaudioconvert.c:
17628 * gst/audioresample/gstaudioresample.c:
17629 (gst_audioresample_base_init), (gst_audioresample_class_init),
17630 (gst_audioresample_init), (gst_audioresample_dispose),
17631 (audioresample_get_unit_size), (audioresample_transform_caps),
17632 (resample_set_state_from_caps), (audioresample_transform_size),
17633 (audioresample_set_caps), (audioresample_event),
17634 (audioresample_do_output), (audioresample_transform),
17635 (audioresample_pushthrough), (gst_audioresample_set_property),
17636 (gst_audioresample_get_property), (plugin_init):
17637 * gst/audioresample/gstaudioresample.h:
17639 Small code cleanups.
17641 2006-03-02 Wim Taymans <wim@fluendo.com>
17643 * docs/plugins/Makefile.am:
17644 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17645 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17646 Added videoscale to docs.
17648 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17649 (gst_video_rate_swap_prev), (gst_video_rate_event),
17650 (gst_video_rate_chain):
17653 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17654 (gst_video_scale_init), (gst_video_scale_prepare_size),
17655 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17656 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17657 * gst/videoscale/gstvideoscale.h:
17658 Added docs, examples.
17659 Some code cleanups.
17660 Post errors instead of g_warning.
17662 2006-03-02 Wim Taymans <wim@fluendo.com>
17664 * docs/libs/gst-plugins-base-libs-docs.sgml:
17665 * docs/libs/gst-plugins-base-libs-sections.txt:
17666 * docs/libs/gst-plugins-base-libs.types:
17667 * docs/plugins/Makefile.am:
17668 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17669 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17670 Added some more docs to libs and plugins.
17672 * gst-libs/gst/audio/gstringbuffer.c:
17673 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17674 * gst-libs/gst/audio/gstringbuffer.h:
17675 Document ringbuffer some more.
17677 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17678 (gst_video_rate_setcaps), (gst_video_rate_reset),
17679 (gst_video_rate_init), (gst_video_rate_flush_prev),
17680 (gst_video_rate_swap_prev), (gst_video_rate_event),
17681 (gst_video_rate_chain), (gst_video_rate_change_state):
17682 * gst/videorate/gstvideorate.h:
17683 Fix videorate to use segments.
17684 Make it work with 0/1 framerates (closes #331903)
17685 Handle EOS correctly.
17688 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17690 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17691 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17692 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17693 In state change function, first chain up to parent class,
17694 then handle downwards state change stuff. Remove some
17695 commented out cruft from 0.8 code.
17697 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17699 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17700 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17701 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17702 (gst_ogm_parse_chain):
17703 Don't remove/re-add source pad if the new caps are the same as
17704 the old caps anyway (#333042). When removing source pad, don't
17705 unref it afterwards - we didn't ref it when adding. Sprinkle some
17706 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17707 after using gst_pad_get_parent(). Return downstream flow return
17708 value in chain function.
17710 2006-03-02 Wim Taymans <wim@fluendo.com>
17712 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17713 * docs/plugins/gst-plugins-base-plugins.args:
17714 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17715 * docs/plugins/gst-plugins-base-plugins.interfaces:
17716 * docs/plugins/gst-plugins-base-plugins.signals:
17717 Fix hierarchy, added some more elements to the docs.
17719 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17720 (gst_ffmpegcsp_get_type):
17721 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17722 Fix docs for ffmpegcolorspace.
17724 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17726 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17727 (apetag_type_find), (ape_type_find), (plugin_init):
17728 Some typefinding fine-tuning:
17729 - rank ID3/APE tags in order of preference via probabilities, so that
17730 ID3v2 > APEv2 > APEv1 > ID3v1.
17731 - three or four bytes don't really justify MAXIMUM probability,
17732 change those to 'very likely' (musepack and monkeysaudio).
17734 2006-03-01 Wim Taymans <wim@fluendo.com>
17736 * docs/plugins/Makefile.am:
17737 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17738 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17739 * ext/alsa/gstalsamixer.c:
17740 * ext/alsa/gstalsamixer.h:
17741 * ext/alsa/gstalsamixerelement.c:
17742 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17743 * ext/alsa/gstalsamixerelement.h:
17744 * ext/alsa/gstalsasink.c:
17745 * ext/alsa/gstalsasink.h:
17746 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17747 (gst_alsasrc_init):
17748 * ext/alsa/gstalsasrc.h:
17750 Small code cleanups.
17752 2006-03-01 Wim Taymans <wim@fluendo.com>
17754 * ext/theora/Makefile.am:
17755 Dist new header too,
17757 2006-03-01 Wim Taymans <wim@fluendo.com>
17759 * docs/plugins/Makefile.am:
17760 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17761 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17762 * ext/gnomevfs/gstgnomevfssink.h:
17763 * ext/gnomevfs/gstgnomevfssrc.h:
17764 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17765 * ext/vorbis/vorbisdec.h:
17766 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17767 * ext/vorbis/vorbisenc.h:
17768 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17769 (vorbis_parse_chain), (vorbis_parse_change_state):
17770 * ext/vorbis/vorbisparse.h:
17771 * gst/audioconvert/gstaudioconvert.h:
17772 * gst/tcp/gsttcpserversink.h:
17773 * gst/videotestsrc/gstvideotestsrc.c:
17774 * gst/videotestsrc/gstvideotestsrc.h:
17775 * gst/volume/gstvolume.c:
17776 * gst/volume/gstvolume.h:
17777 Fix some more docs.
17778 Added docs for vorbisdec and vorbisparse.
17781 2006-03-01 Wim Taymans <wim@fluendo.com>
17783 * docs/plugins/Makefile.am:
17784 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17785 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17786 * ext/pango/gstclockoverlay.h:
17787 * ext/pango/gsttextoverlay.h:
17788 * ext/pango/gsttextrender.h:
17789 * ext/pango/gsttimeoverlay.h:
17790 * ext/theora/gsttheoradec.h:
17791 * ext/theora/gsttheoraenc.h:
17792 * ext/theora/theoradec.c:
17793 * ext/theora/theoraenc.c:
17794 * gst/audioconvert/gstaudioconvert.h:
17795 * gst/audiotestsrc/gstaudiotestsrc.h:
17796 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17797 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17798 * gst/tcp/gstmultifdsink.h:
17799 Updated/added documentation.
17801 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17802 (gst_text_overlay_halign_get_type),
17803 (gst_text_overlay_wrap_mode_get_type),
17804 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17805 (gst_text_overlay_init), (gst_text_overlay_set_property),
17806 (gst_text_overlay_get_property):
17807 Fix up properties to be enums instead of string to make bindings,
17808 introspection and automatic GUI creation possible.
17809 Add getters for the properties.
17811 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17813 * gst/audiotestsrc/gstaudiotestsrc.c:
17814 added defines of M_PI and M_PI_2
17815 * gst/ffmpegcolorspace/avcodec.h:
17816 removed #include "stdint.h" for win32 as _stdint.h is
17817 autogenerated to win32/common
17818 * win32/common/libgstaudio.def:
17819 * win32/common/libgsttag.def:
17822 some project files bugs corrected
17824 project files are reset to the default vs7 configuration
17825 (they link to msvcr71.dll using default optimizations)
17827 2006-02-28 Wim Taymans <wim@fluendo.com>
17829 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17832 2006-02-28 Edward Hervey <edward@fluendo.com>
17834 * ext/alsa/gstalsasrc.c:
17835 Set proper class on the ElementDetails:
17836 Source/Audio instead of Src/Audio/
17838 2006-02-28 Edward Hervey <edward@fluendo.com>
17840 * gst/videoscale/vs_scanline.c:
17841 (vs_scanline_resample_nearest_RGBA):
17842 Revert optimization in videoscale. It should go in liboil and have
17843 an appropriate liboil function.
17845 2006-02-28 Wim Taymans <wim@fluendo.com>
17847 * gst-libs/gst/audio/gstbaseaudiosink.c:
17848 (gst_base_audio_sink_provide_clock):
17849 Don't try to provide a clock in the NULL state.
17851 2006-02-28 Wim Taymans <wim@fluendo.com>
17853 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17854 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17855 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17856 (gst_ogg_demux_deactivate_current_chain),
17857 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17858 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17859 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17860 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17861 Use GstSegment infrastructure to remove duplicated code
17862 and handle more seek cases correctly.
17864 2006-02-28 Wim Taymans <wim@fluendo.com>
17866 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17867 (gst_ffmpegcsp_transform):
17868 Don't ignore return code from ffmpeg convert function.
17870 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17871 Split out some long statements to ease debugging.
17873 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17875 * ext/libvisual/visual.c: (gst_visual_init),
17876 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17877 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17878 being able to renegotiate the size. Instead, use the negotiation
17879 algorithm from the goom plugin to pick an initial output caps.
17881 Also, allow theoretical libvisual plugins that might support non-GL
17882 output even if they also do GL.
17884 2006-02-26 Julien MOUTTE <julien@moutte.net>
17886 * ext/libvisual/visual.c: (gst_visual_init),
17887 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17888 (plugin_init): Load only non GL plugins. Fix some memleaks and
17889 possible negotiation issues.
17891 2006-02-25 Julien MOUTTE <julien@moutte.net>
17893 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17895 2006-02-24 Michael Smith <msmith@fluendo.com>
17897 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17898 (cmml_type_find), (plugin_init):
17899 Fix CMML type find function to not require a specific minor version
17900 of the CMML header.
17902 Add an MPEG4 video elementary stream typefind function.
17904 2006-02-04 Michael Smith <msmith@fluendo.com>
17906 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17907 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17908 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17909 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17910 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17911 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17912 Annodex support in ogg demuxer. Doesn't do very much without the
17913 other annodex patches (to come).
17915 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17917 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17919 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17920 Pick up palette for MS video v1 (#327028)
17922 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17924 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17925 (gst_ffmpegcsp_caps_remove_format_info),
17926 (gst_ffmpegcsp_get_unit_size):
17927 The 'palette_data' field from incoming RGB caps shouldn't be
17928 proxied on outgoing YUV caps; also, restrict unit size
17929 adjustment in case of paletted data only to the unit that
17930 actually has a palette. Fixes #330711.
17932 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17934 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17935 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17936 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17937 (gst_ffmpegcsp_get_unit_size):
17938 Plug some memory leaks.
17940 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17942 * sys/ximage/Makefile.am:
17943 * sys/xvimage/Makefile.am:
17944 Add some _CFLAGS and _LIBS that seem to be missing
17945 and/or required for Cygwin (see #317048).
17947 2006-02-22 Wim Taymans <wim@fluendo.com>
17949 * ext/alsa/gstalsasrc.c:
17950 Fix description as pointed out by caugier.
17952 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17954 Reviewed by : Edward Hervey <edward@fluendo.com>
17956 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17958 Better 3gp typefinding (#331526).
17960 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17962 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17963 Don't send EOS event here, the base class will send one for us.
17965 * gst/playback/gstplaybasebin.c: (prepare_output):
17966 Subpictures without video stream aren't allowed either.
17968 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17969 Fix debug statement copy'n'paste-o.
17971 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17973 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17974 Fix issues with mixer keeping state when muting/unmuting
17975 and when changing the volume whilst muted (see #331763
17978 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17980 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17981 (parse_subrip), (gst_sub_parse_format_autodetect):
17982 Set right caps given that we send escaped text. Also,
17983 honour <i></i>, <b></b> and <u></u> markers that can be found
17984 in .srt files (fixes #310202).
17986 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17988 * gst-libs/gst/audio/mixerutils.c:
17989 (element_factory_rank_compare_func):
17990 Make order in which elements are tried more determinable.
17992 2006-02-20 Julien MOUTTE <julien@moutte.net>
17994 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17995 (remove_element_chain), (cleanup_decodebin),
17996 (gst_decode_bin_change_state): Make decodebin reusable by
17997 fixing remove_element_chain first and then introduce a
17998 cleaner in state change to ->NULL. (Closes #331678)
18000 2006-02-19 Wim Taymans <wim@fluendo.com>
18002 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
18003 use 0666 mask when creating files so umask gets applied
18004 correctly. Fixes #331295.
18006 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
18008 * gst/subparse/Makefile.am:
18009 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
18010 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
18011 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
18012 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
18013 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
18014 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
18015 * gst/subparse/gstssaparse.h:
18016 * gst/subparse/gstsubparse.c: (plugin_init):
18017 Add very basic parser for SSA subtitle streams (as often
18018 found in matroska files).
18020 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
18022 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
18023 That should be text/x-pango-markup, not text/x-pango-layout.
18025 2006-02-19 Julien MOUTTE <julien@moutte.net>
18027 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
18030 2006-02-19 Julien MOUTTE <julien@moutte.net>
18032 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18033 (gst_text_overlay_finalize), (gst_text_overlay_init),
18034 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18035 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18036 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18037 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18038 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18039 Fix state change deadlock.
18041 2006-02-19 Julien MOUTTE <julien@moutte.net>
18043 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18044 (gst_text_overlay_finalize), (gst_text_overlay_init),
18045 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18046 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18047 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18048 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18049 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18050 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
18051 and subtitles files.
18053 2006-02-19 Julien MOUTTE <julien@moutte.net>
18055 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18056 should be considered as raw.
18058 2006-02-19 Julien MOUTTE <julien@moutte.net>
18060 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18062 * gst/playback/gststreaminfo.h: Introduce language informations.
18064 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
18066 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18067 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18068 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18069 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18070 Set shared memory segments to be deleted as soon as we have attached,
18071 that way they get cleaned up automatically if we crash.
18073 2006-02-18 Julien MOUTTE <julien@moutte.net>
18075 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
18076 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18077 functions are called with lock held.
18079 2006-02-18 Julien MOUTTE <julien@moutte.net>
18081 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18082 (gst_text_overlay_finalize), (gst_text_overlay_init),
18083 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18084 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18085 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18086 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18087 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18088 (gst_text_overlay_change_state): Refactoring of textoverlay
18089 without collectpads. This now supports sparse subtitles coming
18090 from a demuxer instead of a sub file. Seeking is still broken
18091 though. Need to discuss with wtay some more on how to handle
18093 * ext/pango/gsttextoverlay.h:
18094 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18095 subtitles coming from the demuxer.
18097 2006-02-17 Wim Taymans <wim@fluendo.com>
18099 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18100 (gst_vorbisenc_convert_sink):
18101 Use some more scaling functions.
18103 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18105 * ext/cdparanoia/gstcdparanoiasrc.c:
18106 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18107 (gst_cd_paranoia_paranoia_callback),
18108 (gst_cd_paranoia_src_signal_is_being_watched),
18109 (gst_cd_paranoia_src_read_sector):
18110 * ext/cdparanoia/gstcdparanoiasrc.h:
18111 Add back 'transport-error' and 'uncorrected-error' signals and
18112 make them actually be fired when bad stuff happens (#319340).
18114 2006-02-17 Wim Taymans <wim@fluendo.com>
18116 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18117 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18118 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18119 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18120 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18121 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18122 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18123 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18124 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18125 (gst_ring_buffer_clear):
18127 Added some G_LIKELY.
18129 2006-02-17 Wim Taymans <wim@fluendo.com>
18131 * gst-libs/gst/audio/TODO:
18134 * gst-libs/gst/audio/gstbaseaudiosink.c:
18135 (gst_base_audio_sink_get_offset):
18136 When trying to play samples ASAP and we don't have a
18137 previous sample, try to play at position 0 instead of
18138 an invalid position.
18140 2006-02-17 Wim Taymans <wim@fluendo.com>
18142 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18143 (gst_alsasink_reset):
18144 Also release lock when we get an error in _reset();
18145 fix an error message.
18147 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18149 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18150 (gst_alsasink_init), (get_channel_free_structure),
18151 (caps_add_channel_configuration), (gst_alsasink_getcaps),
18152 (gst_alsasink_close):
18153 * ext/alsa/gstalsasink.h:
18154 Add support for more than 2 channels (#326720).
18156 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18158 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18159 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18160 with 4 or 6 channels, assume a default channel layout to make things
18161 work (not sure there's anything else we can do in those cases).
18163 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18165 * gst-libs/gst/audio/multichannel.c:
18168 * gst-libs/gst/riff/Makefile.am:
18169 * gst-libs/gst/riff/riff-ids.h:
18170 * gst-libs/gst/riff/riff-media.c:
18171 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18172 Add support for WAVEFORMATEX, eg. PCM audio with more than two
18173 channels and a channel layout map.
18175 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
18177 Reviewed by Edward Hervey <edward@fluendo.com>
18179 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
18180 C-level optimization of the RGBA nearest neighbour function.
18181 Eventually this might end up in liboil with vectorized versions.
18183 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18185 * gst-libs/gst/audio/multichannel.c:
18186 (gst_audio_get_channel_positions):
18187 When we have more than 2 channels, but no channel layout is
18188 specified in the caps, return some default channel layout
18189 to the caller and warn about about a possibly buggy element
18190 (could be buggy filtercaps as well of course) (#317038).
18192 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18194 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18195 Add gst-libs/gst/cdda to list of lib search paths.
18197 2006-02-15 Andy Wingo <wingo@pobox.com>
18199 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18200 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18201 to the Lord Jesus that I do not have to touch the ogg muxer ever
18204 2006-02-15 Edward Hervey <edward@fluendo.com>
18206 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18207 quicktime movie files can also contain 'uuid' atoms.
18209 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
18211 * gst/audioconvert/plugin.c: (plugin_init):
18212 Register the GstAudioChannelPosition enum type with the type
18213 system in the plugin_init function, so that it is known before
18214 any element actually makes use of multi-channel stuff. This is
18215 required for example if one wants to be able to deserialise/use
18216 a caps string with channel positions before any pipeline has
18217 been setup and started, like with gst-launch.
18219 2006-02-14 Wim Taymans <wim@fluendo.com>
18221 * gst-libs/gst/audio/gstringbuffer.c:
18222 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18223 (gst_ring_buffer_samples_done), (wait_segment),
18224 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18225 Add some compiler G_(UN_)LIKELY help.
18226 SIGNAL the ringbuffer waiters when going to PAUSED as well to
18227 make sure they can exit their functions. Should fix #330748
18229 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
18234 * win32/common/_stdint.h:
18235 Windows does not have long long; copy the generated _stdint.h
18236 * win32/common/interfaces-enumtypes.c:
18237 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18238 (gst_mixer_track_flags_get_type),
18239 (gst_tuner_channel_flags_get_type):
18240 * win32/common/multichannel-enumtypes.c:
18241 (gst_audio_channel_position_get_type):
18244 2006-02-13 Wim Taymans <wim@fluendo.com>
18246 * gst-libs/gst/audio/gstbaseaudiosink.c:
18247 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18248 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18249 Always sync on first sample we receive when starting.
18251 2006-02-13 Wim Taymans <wim@fluendo.com>
18253 * gst/playback/gstplaybin.c: (gen_vis_element):
18254 Update vis bin docs.
18255 Move queue after tee so we don't queue video buffers but
18256 audio samples instead. Fixes problems where the video queue
18257 is filled and the audio queue empty.
18259 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
18261 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18262 No need to push an EOS event here, GstBaseSrc will do that for us
18263 when we return FLOW_UNEXPECTED.
18265 2006-02-12 Wim Taymans <wim@fluendo.com>
18267 * gst-libs/gst/audio/gstbaseaudiosink.c:
18268 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18269 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18270 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18271 Use scale functions when possible.
18272 Fix error messages.
18273 Free clockid when after waiting for EOS.
18274 Use G_(UN_)LIKLY when it makes sense.
18275 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18277 2006-02-12 Edward Hervey <edward@fluendo.com>
18279 * gst/playback/gstplaybasebin.c: (prepare_output):
18280 Remove stray semi-colon (fixes #330888).
18282 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
18284 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18285 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18286 Fix up the XShm call testing so that we catch errors, and don't
18287 cause new ones by attempting to detach from a segment we failed
18288 to attach to. Fixes #312439.
18290 2006-02-10 Edward Hervey <edward@fluendo.com>
18292 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18293 Added flv file typefind (video/x-flv).
18295 2006-02-10 Edward Hervey <edward@fluendo.com>
18297 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18298 (gst_riff_create_video_template_caps):
18299 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18300 Also added the caps to the default set of riff video caps.
18302 2006-02-09 Andy Wingo <wingo@pobox.com>
18304 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18305 time and the end time of the last packet in the page.
18306 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18307 on the pages in our queue, set the duration as well. Reflow a
18309 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18310 Fixes bad muxing order.
18312 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
18314 * gst-libs/gst/rtp/gstbasertppayload.c:
18315 (gst_basertppayload_setcaps), (gst_basertppayload_push):
18316 update seqnum before setting it on the packet; this makes sure
18317 that the timestamp and seqnum properties match after pushing
18320 2006-02-09 Andy Wingo <wingo@pobox.com>
18322 * gst-libs/gst/audio/gstringbuffer.c
18323 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18324 overflow after 13.5 hours of recording. Kapow!
18326 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18327 the buffer size -- we don't care about underrun/overrun reporting
18328 right now, just need to return a useful value.
18330 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18335 === release 0.10.3 ===
18337 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18340 releasing 0.10.3, "Under Pressure"
18342 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18345 Drat. Bump libtool version number for new API.
18346 Prelease 0.10.2.3 (of 0.10.3)
18348 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18351 * win32/common/config.h:
18352 0.10.2.2 prerelease (of 0.10.3).
18354 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18356 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18357 Revert Andy's newsegment change pending a more correct
18360 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
18362 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18363 (qt_type_find), (plugin_init):
18364 detect more files as 3gp
18365 group and reorder the iso file formats
18367 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18369 * ext/vorbis/vorbis.c: (plugin_init):
18370 Register musicbrainz tags, so apps don't have to.
18372 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18374 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18375 (gst_tag_to_vorbis_tag):
18376 Make sure we called gst_tag_register_musicbrainz_tags()
18377 before possibly mapping a vorbiscomment string from/to a
18380 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18382 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18383 In case we can't find the required number of consecutive
18384 mpeg audio frames to positively identify an MPEG audio
18385 stream, check if there's at least a valid mpeg audio
18386 frame right at offset 0 and if so suggest mpeg/audio
18387 caps with a very low probability (#153004).
18389 2006-02-07 Andy Wingo <wingo@pobox.com>
18391 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18392 a TIME segment if we get timestamped buffers. Requires recent
18393 fixes in core to work properly.
18395 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18397 * gst/playback/gstplaybasebin.c: (prepare_output):
18398 Don't print the URI as part of the error message, it
18399 makes error dialogs look rather ugly, especially if
18400 the URI is very long or has characters in it that
18403 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18405 * gst/playback/gstplaybasebin.c: (prepare_output):
18406 Error out if we have only text or subtitles, but nothing
18407 else. Also error out if we have subtitles but no video
18410 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18412 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18413 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18414 Post an error message on the bus when we encounter an
18415 error, which will hopefully be more meaningful than the
18416 'Internal Flow Error' message users get to see if we
18417 just return GST_FLOW_ERROR.
18419 2006-02-07 Andy Wingo <wingo@pobox.com>
18421 * configure.ac (GST_MAJORMINOR): Update core version req to
18422 0.10.2.2, for the collectpads API addition (#330244).
18424 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18426 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18427 Return FALSE from plugin_init() when GnomeVFS can't
18428 be initialised for some reason (#328423).
18430 2006-02-06 Julien MOUTTE <julien@moutte.net>
18432 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
18433 Stick to seeking theory until i find the bug.
18434 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18436 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18438 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18439 (theora_enc_finalize), (theora_enc_sink_setcaps),
18440 (theora_set_header_on_caps), (theora_enc_chain),
18441 (theora_enc_change_state):
18442 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18443 Make theoraenc and the tests leak free. Like, really.
18445 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18447 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18448 (theora_enc_finalize), (theora_enc_sink_setcaps):
18449 Add a finalize method to ensure we clean up state even if
18450 someone omitted the state change back to NULL.
18452 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18453 (gst_vorbisenc_chain):
18454 Free some more leaked bits.
18456 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18458 Wait for state changes to happen if they're ASYNC.
18460 This ought to teach those fancy pants buildbots a lesson.
18462 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18464 * gst-libs/gst/tag/gstid3tag.c:
18465 Add mapping for ID3 International Standard Recording Code
18468 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18470 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18471 Don't leak tag names.
18473 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18475 * docs/libs/gst-plugins-base-libs-docs.sgml:
18476 * docs/libs/gst-plugins-base-libs-sections.txt:
18477 * gst-libs/gst/tag/gstid3tag.c:
18478 * gst-libs/gst/tag/gstvorbistag.c:
18479 * gst-libs/gst/tag/tags.c:
18480 Split libgsttag docs into multiple sections.
18482 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18484 * docs/libs/Makefile.am:
18485 * docs/libs/gst-plugins-base-libs-docs.sgml:
18486 * docs/libs/gst-plugins-base-libs-sections.txt:
18487 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18488 * gst-libs/gst/tag/gstvorbistag.c:
18489 * gst-libs/gst/tag/tag.h:
18490 * gst-libs/gst/tag/tags.c:
18491 Add libgsttag to the docs.
18493 2006-02-05 Julien MOUTTE <julien@moutte.net>
18495 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18496 (gst_text_overlay_init), (gst_text_overlay_src_event),
18497 (gst_text_overlay_collected): Fix clockoverlay.
18499 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18501 * docs/libs/compiling.sgml:
18502 Fix typo: it's pkg-config, not pkg-gconfig
18504 * docs/libs/gst-plugins-base-libs-docs.sgml:
18505 * docs/libs/gst-plugins-base-libs-sections.txt:
18506 * docs/libs/tmpl/gstgconf.sgml:
18507 There is no libgstgconf in 0.10, remove it
18510 2006-02-05 Julien MOUTTE <julien@moutte.net>
18512 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18513 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18514 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18515 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18516 (gst_sub_parse_class_init), (gst_sub_parse_init),
18517 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18518 (parse_mpsub), (parser_state_init), (handle_buffer),
18519 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18520 * gst/subparse/gstsubparse.h: Introduce seeking code.
18522 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18524 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18525 Add comment about LANGUAGE tag inconsistency (we want
18526 ISO-639-1, but extract three-letter identifiers?)
18529 Add two translatable files.
18531 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18533 * gst-libs/gst/tag/Makefile.am:
18534 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18535 * gst-libs/gst/tag/tag.h:
18536 * gst-libs/gst/tag/tags.c:
18537 (gst_tag_register_musicbrainz_tags_internal),
18538 (gst_tag_register_musicbrainz_tags):
18539 Forward-port some tags stuff from the 0.8 branch. This is
18540 mostly the addition of musicbrainz tags and their mapping
18541 to vorbistags, and a vorbistag mapping of the language tag.
18543 2006-02-05 Julien MOUTTE <julien@moutte.net>
18545 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18548 2006-02-04 David Schleef <ds@schleef.org>
18550 * ext/ogg/gstoggmux.c:
18551 * gst/typefind/gsttypefindfunctions.c:
18552 Add Dirac typefinding and add dirac format to oggmux.
18554 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18556 * gst/playback/gstdecodebin.c: (try_to_link_1):
18557 Don't put essential function call into
18558 g_return_*() macro, otherwise it'll all be
18559 replaced by NOOPs when compiling with
18560 G_DISABLE_CHECKS defined.
18562 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18564 * ext/ogg/gstoggdemux.c:
18565 * ext/ogg/gstoggparse.c:
18566 * gst/tcp/gsttcpserversink.c:
18567 * sys/v4l/v4lsrc_calls.c:
18568 * sys/v4l/v4lsrc_calls.h:
18569 Just make it compile with --disable-gst-debug.
18571 2006-02-03 Wim Taymans <wim@fluendo.com>
18573 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18574 (gst_alsasink_class_init), (gst_alsasink_init),
18575 (gst_alsasink_write), (gst_alsasink_reset):
18576 * ext/alsa/gstalsasink.h:
18577 Add lock to protect alsa calls.
18578 Implement reset to flush samples ASAP, does not work
18581 2006-02-02 Wim Taymans <wim@fluendo.com>
18583 * gst-libs/gst/audio/gstbaseaudiosink.c:
18584 (gst_base_audio_sink_provide_clock):
18585 Ugh.. getting late I guess...
18587 2006-02-02 Wim Taymans <wim@fluendo.com>
18589 * gst-libs/gst/audio/gstbaseaudiosink.c:
18590 (gst_base_audio_sink_provide_clock),
18591 (gst_base_audio_sink_set_property),
18592 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18593 Don't try to provide a clock when we are not negotiated since
18594 we might not be able to make it run.
18596 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18598 * gst/playback/gstdecodebin.c: (try_to_link_1):
18599 Unlinking two source pads is ... hard.
18601 2006-02-02 Wim Taymans <wim@fluendo.com>
18603 * gst-libs/gst/audio/TODO:
18606 * gst-libs/gst/audio/gstbaseaudiosink.c:
18607 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18608 On EOS, wait till the last sample is played before posting EOS.
18610 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18612 Patch by: Kai Vehmanen
18613 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18614 Adds ability to enable newsegment bypass by setting queue_delay to
18615 zero. Also avoid thread being started if queue_delay is zero.
18617 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18619 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18620 Make test work again by connecting fakesinks to each decoded pad,
18621 which makes the pipeline wait until each fakesink has a buffer
18622 queued before going to PAUSED state. At that point we know the
18623 decodebin pads are negotiated.
18625 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18627 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18628 (gst_cdda_base_src_handle_event):
18629 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18630 Pass unhandled queries to the parent class's query function.
18632 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18634 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18635 (gst_ogg_pad_src_query):
18636 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18637 * ext/theora/theoradec.c: (theora_dec_src_query),
18638 (theora_dec_sink_query):
18639 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18640 (vorbis_dec_sink_query):
18641 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18642 (gst_vorbisenc_sink_query):
18643 * gst/adder/gstadder.c: (gst_adder_query):
18644 Pass unhandled queries upstream instead of just
18645 dropping them (#326447). Also, fix supported
18646 query types list for some elements.
18648 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18650 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18651 (paris_type_find), (ilbc_type_find), (plugin_init):
18652 Fix typefinding for audio/x-au, audio/x-paris and
18653 audio/iLBC-sh. We cannot use the START_WITH macros
18654 here, because there can only be one typefind factory
18655 with the same name (caps), so the second one would
18656 replace the first one and the first one would never
18657 be called when doing typefinding (see #161712).
18660 2006-01-31 Wim Taymans <wim@fluendo.com>
18662 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18663 (vorbis_handle_header_packet), (vorbis_dec_push),
18664 (vorbis_handle_data_packet):
18665 Use scale_int when we can, add some more scaling.
18666 Check packettype before parsing it.
18668 2006-01-31 Wim Taymans <wim@fluendo.com>
18670 * ext/theora/theoradec.c: (_theora_granule_time),
18671 (theora_dec_src_convert), (theora_dec_sink_convert):
18672 Call right _scale functions.
18673 Use parameter instead of some other random value.
18675 2006-01-31 Wim Taymans <wim@fluendo.com>
18677 * ext/theora/theoradec.c: (_theora_granule_frame),
18678 (_theora_granule_time), (_inc_granulepos),
18679 (theora_dec_src_convert), (theora_dec_sink_convert),
18680 (theora_handle_type_packet), (theora_handle_data_packet),
18681 (theora_dec_chain):
18682 Use higher precision timestamps calculation.
18683 Convert some other conversions to _scale.
18685 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18687 * gst/audiotestsrc/gstaudiotestsrc.c:
18688 (gst_audio_test_src_create_sine_table), (plugin_init):
18689 * gst/volume/gstvolume.c: (plugin_init):
18690 initialize gst_controller before using
18692 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18694 * tests/check/pipelines/theoraenc.c:
18695 * tests/check/pipelines/vorbisenc.c:
18696 Define constant using G_GINT64_CONSTANT to avoid errors when
18697 passing it around - otherwise it gets truncated to 32 bits.
18699 Fixes failing tests.
18701 2006-01-31 Andy Wingo <wingo@pobox.com>
18703 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18704 caps being set doesn't have a framerate value. Basically a stopgap
18707 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18708 technically correct enough to put into core though.
18709 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18710 DURATION. Fixes theoraenc ! oggmux.
18712 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18713 fraction, not double.
18715 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18718 add vs7 project files created by Sergey Scobich
18720 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18723 add vs8 project files created by Sergey Scobich
18725 2006-01-30 Andy Wingo <wingo@pobox.com>
18727 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18728 timestamp + duration, not just timestamp -- ogg pages should be
18729 ordered by stop time. Necessary fix given the change in vorbis
18732 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18733 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18734 (granulepos_add): New function, handles the messiness of adjusting
18736 (theora_buffer_from_packet):
18737 (theora_enc_chain):
18738 (theora_enc_sink_event): Use granulepos_add, not +.
18740 * tests/check/pipelines/theoraenc.c
18741 (check_buffer_granulepos_from_starttime): Just check the frame
18742 count, not the actual granulepos -- we can't dictate to the
18743 encoder when it should be placing keyframes.
18745 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18747 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18748 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18749 play an http:// stream from a server that's not serving
18751 2006-01-30 Andy Wingo <wingo@pobox.com>
18753 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18754 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18755 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18758 * ext/theora/gsttheoraenc.h:
18759 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18760 although theoraenc was timestamping correctly. Added handling of
18761 streams that start with nonzero timestamps.
18763 * tests/check/Makefile.am:
18764 * tests/check/pipelines/theoraenc.c: New file, basically does same
18765 tests as vorbisenc.
18767 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18769 2006-01-30 Wim Taymans <wim@fluendo.com>
18771 * gst-libs/gst/audio/gstaudiosink.c:
18772 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18773 (gst_audioringbuffer_pause):
18774 Implement pause that does not wait for completion.
18776 * gst-libs/gst/audio/gstbaseaudiosink.c:
18777 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18778 Don't drop buffers when going to PAUSED but perform preroll on
18779 remaining samples now that core base class supports this.
18781 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18782 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18783 (gst_ring_buffer_commit):
18784 Pause should not signal waiters.
18785 Implement return value of _commit correctly.
18787 2006-01-30 Andy Wingo <wingo@pobox.com>
18789 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18791 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18792 updated to timestamp from the first sample, not the last.
18793 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18794 special care of granulepos and timestamp for header packets.
18795 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18796 when the first buffer has a nonzero timestamp.
18798 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18799 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18800 case when the first audio buffer we get has a nonzero timestamp.
18801 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18802 properly timestamp vorbis buffers with the time of the first
18803 sample, not the last.
18805 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18806 vorbis_granule_time_copy -- now it takes the granule/subgranule
18807 offset into account.
18809 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18810 timestamps, durations, and granulepos on buffers produced by
18813 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18815 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18816 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18817 Patch from Eric Jonas to support conversions to/from UYVY
18820 2006-01-30 Julien MOUTTE <julien@moutte.net>
18822 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18823 (setup_subtitle), (setup_source), (set_active_source):
18824 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18825 (gen_text_element), (gen_audio_element), (gen_vis_element),
18826 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18828 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18830 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18831 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18832 use gst_guint64_to_gdouble to be compliant with vs6
18833 * gst/playback/gstdecodebin.c: (try_to_link_1)
18834 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18835 use G_GINT64_CONSTANT for int64 constants
18836 * win32/common/libgstinterfaces.def:
18837 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18839 update and add new project files
18841 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18845 * win32/common/interfaces-enumtypes.c:
18846 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18847 (gst_mixer_track_flags_get_type),
18848 (gst_tuner_channel_flags_get_type):
18849 * win32/common/interfaces-enumtypes.h:
18850 * win32/common/multichannel-enumtypes.c:
18851 (gst_audio_channel_position_get_type):
18852 * win32/common/multichannel-enumtypes.h:
18853 add a win32-update rule like in core, and copy over enumtypes files
18855 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18858 * win32/common/config.h:
18859 * win32/common/config.h.in:
18860 add config files just like in core
18862 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18864 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18865 Make gcc-4.1 happy (part of #327357).
18867 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18869 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18870 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18871 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18872 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18873 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18874 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18875 Update all error messages. All of them should either use
18876 the default translated message, or actually provide a
18877 translatable string.
18878 Make the string for channel count problems meaningful.
18880 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18882 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18883 check for and throw RESOURCE_BUSY
18885 2006-01-27 David Schleef <ds@schleef.org>
18887 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18888 checked in this change -- it requires liboil features not
18889 in 0.3.6. Revert parts.
18891 2006-01-27 David Schleef <ds@schleef.org>
18894 * configure.ac: update liboil requirement to 0.3.6
18895 * gst/videoscale/Makefile.am:
18896 * gst/videoscale/vs_scanline.c: liboilify
18898 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18900 * ext/libvisual/visual.c: (get_buffer):
18901 When pad_alloc returns a GstFlowReturn other
18902 than GST_FLOW_OK, make sure it is passed upstream.
18904 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18906 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18907 (gst_alsasink_class_init):
18908 Free the device name string.
18910 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18911 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18912 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18913 Don't remove a pad from the collectpads structure until it
18914 is released - it's a request pad, and may receive data again
18915 if the element gets moved back to PLAYING state.
18917 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18918 Ensure we turn on double buffering on the Xv port, and
18919 set the colour key to something dark and mysterious that
18922 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18924 * ext/alsa/gstalsaplugin.c: (plugin_init):
18925 * ext/cdparanoia/gstcdparanoiasrc.c:
18926 (gst_cd_paranoia_src_base_init), (plugin_init):
18927 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18928 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18929 - a library should not call setlocale. see "Libraries" node in
18931 - make sure all plugins that use translation do bindtextdomain
18932 to point to the localedir
18933 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18934 (setup_sinks), (plugin_init):
18935 all this, and check for NULL when creating sinks
18937 2006-01-27 Julien MOUTTE <julien@moutte.net>
18939 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18940 (plugin_init): Make typefinding of subtitles work again.
18942 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18944 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18945 (mp3_type_frame_length_from_header), (mp3_type_find),
18946 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18948 Backport a bunch of typefinding fixes from the 0.8 branch.
18949 Also, improve wavpack typefinding: if we can't peek the
18950 entire wavpack block, try to parse the bits we can get and
18951 see if we find what we're looking for in those.
18953 2006-01-26 Julien MOUTTE <julien@moutte.net>
18955 * sys/ximage/ximagesink.c:
18956 (gst_ximagesink_calculate_pixel_aspect_ratio):
18957 * sys/xvimage/xvimagesink.c:
18958 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18959 more cases of pixel aspect ratio.
18961 2006-01-26 Edward Hervey <edward@fluendo.com>
18963 * gst/playback/gstdecodebin.c: (pad_probe):
18964 Also consider the flush-start and tag events as unblockers
18965 for the pad probes.
18967 2006-01-26 Julien MOUTTE <julien@moutte.net>
18969 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18970 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18971 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18972 On the fly visualisation switch, works disabling, enabling as
18973 well but it won't be able to enable vis in a playbin that was
18974 created with no visualisation.
18976 2006-01-25 Wim Taymans <wim@fluendo.com>
18978 * gst-libs/gst/audio/gstbaseaudiosink.c:
18979 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18980 Undo previous commit that returned WRONG_STATE sooner, it breaks
18981 resume after pause.
18983 2006-01-25 Wim Taymans <wim@fluendo.com>
18985 * gst-libs/gst/audio/gstbaseaudiosink.c:
18986 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18987 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18989 Post error when caps cannot be parsed.
18990 Resync on discontinuity in the stream.
18991 Clip samples to segment boundaries.
18992 return WRONG_STATE sooner when we are flushing.
18994 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18995 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18996 Make audiosrc operate in TIME.
18997 Set TIMESTAMP and DURATION on buffers.
18999 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
19001 * tests/examples/seek/seek.c: (main):
19002 Output tag messages as well.
19004 2006-01-23 Edward Hervey <edward@fluendo.com>
19006 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19007 (free_pad_probes), (remove_fakesink), (pad_probe),
19008 (close_pad_link), (gst_decode_bin_change_state):
19009 Replace GstPadBlockCallback with pad probes that detect
19010 first buffer AND eos before removing fakesink.
19011 Fixes hang with demuxers doing EOS while pre-rolling.
19014 2006-01-23 Andy Wingo <wingo@pobox.com>
19016 * ext/alsa/gstalsasink.c:
19017 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19018 (gst_base_rtp_depayload_setcaps),
19019 (gst_base_rtp_depayload_add_to_queue),
19020 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
19022 Patch by: Jens Granseuer <jensgr at gmx dot net>
19024 2006-01-22 Julien MOUTTE <julien@moutte.net>
19026 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
19027 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19028 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
19029 frames. We might get a frame destroyed after changing state to
19030 NULL, adding a safety check on xcontext.
19032 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
19034 * gst-libs/gst/interfaces/xoverlay.c:
19035 Fix prepare-xwindow-id code example in the docs - we need to
19036 ignore all messages that aren't element messages as well.
19038 2006-01-21 Julien MOUTTE <julien@moutte.net>
19040 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
19041 I think one day i'll completely undestand how caps negotiation
19042 is supposed to work. This refactoring handles buffer_alloc
19043 called with caps we can't handle. We definitely don't want a
19044 set_caps with those caps, so we define and allocate a buffer
19045 we would like to receive.
19047 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
19049 * gst/playback/gstplaybasebin.c: (setup_source):
19050 Free iterator when done.
19052 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
19054 * gst-libs/gst/audio/gstbaseaudiosink.c:
19055 (gst_base_audio_sink_render):
19056 Fix playback of non-synchronised streams by assuming a rate
19057 of 1.0 instead of a random one.
19059 Makes this work again:
19061 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19062 endianness=(int)4321, signed=(boolean)true, width=(int)16,
19063 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19064 audioresample ! alsasink
19066 === release 0.10.2 ===
19068 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
19071 releasing 0.10.2, "Then the devil is six"
19073 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
19075 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19076 * gst/playback/gststreamselector.c:
19077 (gst_stream_selector_set_property):
19078 Comment out broken code that connects to the state-changed signal.
19079 At this point, changing current stream selection is broken, but
19080 stuff like gst-launch playbin current-audio=1 works and filters
19081 to the chosen stream.
19083 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
19085 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19086 Fix #327216 (null dereference in vorbisdec)
19088 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
19090 * ext/theora/theoradec.c: (theora_handle_comment_packet):
19091 Post taglist actually on bus instead of just freeing it
19092 (fixes #327114 and totem bug #327080).
19094 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19095 Use gst_element_found_tags_for_pad(), so that the tags
19096 are sent downstream as an event as well.
19098 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
19100 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19101 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19102 (gst_ximagesink_buffer_alloc):
19103 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19104 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19105 (gst_xvimagesink_buffer_alloc):
19106 move all regularly occurring messages to GST_LOG level
19107 add some more object logs
19109 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
19111 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19112 fix a silly segfault
19114 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
19116 * docs/libs/gst-plugins-base-libs-docs.sgml:
19117 * docs/libs/gst-plugins-base-libs-sections.txt:
19118 * gst-libs/gst/audio/mixerutils.c:
19119 * gst-libs/gst/audio/mixerutils.h:
19120 Add docs for mixerutils stuff.
19122 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
19124 * gst/playback/gstplaybasebin.c: (setup_source):
19125 Fix playback for sources that emit raw audio or
19126 raw video streams (e.g.: cd audio sources) (#325984).
19128 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19130 * gst-libs/gst/audio/mixerutils.c:
19131 (gst_audio_mixer_filter_do_filter):
19132 actually save the element we create
19134 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
19136 * gst-libs/gst/cdda/gstcddabasesrc.c:
19137 (gst_cdda_base_src_handle_track_seek):
19138 No need to post a tag message on the bus when seeking
19139 within the same track, only post it when the current
19142 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19144 * gst/playback/gstplaybasebin.c: (group_destroy),
19145 (probe_triggered), (new_decoded_pad), (mute_group_type),
19146 (set_active_source):
19147 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19148 * gst/playback/gststreamselector.c:
19149 (gst_stream_selector_base_init),
19150 (gst_stream_selector_set_property),
19151 (gst_stream_selector_request_new_pad):
19152 Reenable stream selection. These mechanisms need a complete overhaul
19153 in the face of 0.8->0.10 changes though.
19155 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19157 * ext/ogg/gstoggdemux.c:
19158 Change the pad template to src_%d to match the pads that
19159 are created from it. decodebin needs this information in order
19160 to decide that oggdemux is capable of producing multiple pads
19161 (and hence needs queues inserted).
19163 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19164 (gst_ogg_mux_collected):
19165 Make debug output more useful by using GST_PTR_FORMAT.
19167 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
19169 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19171 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19172 Set depth and width for alaw/mulaw (fixes #326601).
19174 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
19176 * tests/icles/Makefile.am:
19177 don't build the tests if we don't have the libs
19179 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19181 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19182 (gst_cd_paranoia_paranoia_callback):
19183 Don't try to free NULL pointers.
19185 2006-01-10 Edward Hervey <edward@fluendo.com>
19187 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19188 (gst_audio_rate_change_state), (plugin_init):
19189 Add debugging category.
19191 Add case for incoming buffers without valid offset/offset_end.
19193 2006-01-10 Michael Smith <msmith@fluendo.com>
19195 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19196 Don't leak GCond in audio sources.
19198 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
19200 * gst/playback/gstplaybin.c: (gen_audio_element):
19201 Don't leak an autoaudiosink/alsasink when we generate
19202 a new audio element. (old code, I guess)
19204 2006-01-10 Michael Smith <msmith@fluendo.com>
19206 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19207 Support float audio in audiorate.
19208 Use width rather than depth for selecting sample width.
19210 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19212 * gst/videotestsrc/videotestsrc.h:
19213 Use GLib types here (that way we don't have to include the
19214 generated _stdint.h header, which makes life easier for win32
19215 folks that don't use autotools for the build) (#325990, patch
19216 by: Sergey Scobich).
19218 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19220 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19221 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19222 (gst_ring_buffer_pause), (wait_segment):
19223 * gst-libs/gst/audio/gstringbuffer.h:
19224 Name (private) union, makes Forte compiler happy (this time
19225 for real) (#324900).
19227 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19229 * gst-libs/gst/audio/Makefile.am:
19230 Link against libgstinterfaces, needed for mixer
19231 and property probe stuff.
19233 2006-01-09 Edward Hervey <edward@fluendo.com>
19235 * gst-libs/gst/Makefile.am:
19237 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19239 * gst-libs/gst/audio/Makefile.am:
19240 * gst-libs/gst/audio/mixerutils.c:
19241 (gst_audio_mixer_filter_do_filter),
19242 (gst_audio_mixer_filter_check_element),
19243 (gst_audio_mixer_filter_probe_feature),
19244 (element_factory_rank_compare_func),
19245 (gst_audio_default_registry_mixer_filter):
19246 * gst-libs/gst/audio/mixerutils.h:
19247 Add gst_audio_default_registry_mixer_filter() utility
19250 2006-01-03 Michael Smith <msmith@fluendo.com>
19252 * gst/audioresample/resample.h:
19253 As before, but for o_buf
19255 2006-01-03 Michael Smith <msmith@fluendo.com>
19257 * gst/audioresample/resample.h:
19258 Declare struct _ResampleState.buffer as unsigned char *, not void *,
19259 since we do arithmetic on it.
19261 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
19263 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19264 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19265 (gst_ring_buffer_pause), (wait_segment):
19266 * gst-libs/gst/audio/gstringbuffer.h:
19267 Sun's Forte compiler doesn't seem to like anonymous structs,
19268 so use same setup as in GstBaseSrc (fixes #324900).
19270 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19273 * gst/volume/Makefile.am:
19274 * gst/volume/demo.c:
19275 move old example to tests/examples/volume/volune.c
19276 * tests/examples/Makefile.am:
19277 * tests/examples/seek/seek.c: (main):
19278 change window-close event from "delete-event" to "destroy"
19279 * tests/examples/volume/Makefile.am:
19280 * tests/examples/volume/volume.c: (value_changed_callback),
19281 (setup_gui), (message_received), (eos_message_received), (main):
19282 fix event handling and bus usage
19284 2005-12-29 Stefan Kost <ensonic@users.sf.net>
19286 * gst/audiotestsrc/gstaudiotestsrc.c:
19287 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19288 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19289 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19290 (gst_audio_test_src_create_square),
19291 (gst_audio_test_src_create_saw),
19292 (gst_audio_test_src_create_triangle),
19293 (gst_audio_test_src_create_silence),
19294 (gst_audio_test_src_create_white_noise),
19295 (gst_audio_test_src_create_pink_noise),
19296 (gst_audio_test_src_init_sine_table),
19297 (gst_audio_test_src_create_sine_table),
19298 (gst_audio_test_src_change_wave),
19299 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19300 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19301 * gst/audiotestsrc/gstaudiotestsrc.h:
19302 update to basesrc changes, implement segmented seeking and eos
19303 handling, add a 'sine-tab' waveform for performance critical playback
19305 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19308 ... and this time the other modified file that I missed last time.
19310 2005-12-29 Michael Smith <msmith@fluendo.com>
19312 * gst/playback/gstdecodebin.c: (new_pad):
19313 Fix non-C89 variable declaration not at the start of a block. Should
19314 help some compilers.
19316 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19318 * tests/check/Makefile.am:
19319 And now fix 'make distcheck' (builddir != srcdir)
19321 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19324 * ext/cdparanoia/Makefile.am:
19325 * ext/cdparanoia/gstcdparanoia.c:
19326 * ext/cdparanoia/gstcdparanoia.h:
19327 * ext/cdparanoia/gstcdparanoiasrc.c:
19328 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19329 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19330 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19331 (gst_cd_paranoia_paranoia_callback),
19332 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19333 (gst_cd_paranoia_src_set_property),
19334 (gst_cd_paranoia_src_get_property), (plugin_init):
19335 * ext/cdparanoia/gstcdparanoiasrc.h:
19336 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19337 plugin again (there are still fixes required to playbin to make
19338 cdda:// uris work there).
19340 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19342 * tests/check/Makefile.am:
19343 Fix test case compilation.
19345 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19347 * gst-libs/gst/cdda/gstcddabasesrc.c:
19348 (gst_cdda_base_src_update_duration),
19349 (gst_cdda_base_src_calculate_cddb_id):
19350 An integer is not a string. Fix access to uninitialised variable.
19352 * tests/check/Makefile.am:
19353 Add cddabasesrc unit test; also actually enable the vorbis test.
19355 * tests/check/generic/states.c:
19356 Blacklist new cd audio elements as well.
19358 * tests/check/libs/cddabasesrc.c:
19359 Unit test for GstCddaBaseSrc (discid calculation mostly).
19361 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19363 * docs/libs/Makefile.am:
19364 * docs/libs/gst-plugins-base-libs-docs.sgml:
19365 * docs/libs/gst-plugins-base-libs-sections.txt:
19366 * docs/libs/gst-plugins-base-libs.types:
19367 Add docs for libgstcdda/GstCddaBaseSrc.
19369 * gst-libs/gst/interfaces/mixertrack.h:
19370 Do one struct member per line with a semicolon at the end, that way
19371 even gtk-doc might parse it without complaining.
19373 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19376 * gst-libs/gst/Makefile.am:
19377 * gst-libs/gst/cdda/Makefile.am:
19378 * gst-libs/gst/cdda/base64.c:
19379 * gst-libs/gst/cdda/base64.h:
19380 * gst-libs/gst/cdda/gstcddabasesrc.c:
19381 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19382 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19383 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19384 (gst_cdda_base_src_get_property),
19385 (gst_cdda_base_src_get_track_from_sector),
19386 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19387 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19388 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19389 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19390 (gst_cdda_base_src_uri_get_protocols),
19391 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19392 (gst_cdda_base_src_uri_handler_init),
19393 (gst_cdda_base_src_setup_interfaces),
19394 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19395 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19396 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19397 (gst_cdda_base_src_add_tags),
19398 (gst_cdda_base_src_add_index_associations),
19399 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19400 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19401 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19402 (gst_cdda_base_src_create):
19403 * gst-libs/gst/cdda/gstcddabasesrc.h:
19404 * gst-libs/gst/cdda/sha1.c:
19405 * gst-libs/gst/cdda/sha1.h:
19406 Add new libgstcdda with GstCddaBaseSrc class.
19408 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19410 * ext/gnomevfs/gstgnomevfssink.h:
19411 Use GstBaseSinkClass as parent_class member for class struct, not
19414 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19416 Patch by: Michael Benes
19418 * gst/videotestsrc/gstvideotestsrc.c:
19419 (gst_video_test_src_class_init), (gst_video_test_src_start):
19420 Add start method to reset running time and number of frames sent
19421 when starting up (fixes #324696)
19423 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19425 * docs/plugins/Makefile.am:
19426 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19427 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19428 * docs/plugins/gst-plugins-base-plugins.args:
19429 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19430 * docs/plugins/gst-plugins-base-plugins.signals:
19431 Add docs stuff for gnomevfssrc and gnomevfssink.
19433 * ext/gnomevfs/gstgnomevfssrc.c:
19434 Fix example pipeline in gtk-doc blurb.
19436 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19438 * ext/gnomevfs/Makefile.am:
19439 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19440 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19441 (gst_gnome_vfs_handle_get_type), (plugin_init):
19442 * ext/gnomevfs/gstgnomevfs.h:
19443 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19444 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19445 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19446 (gst_gnome_vfs_sink_set_property),
19447 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19448 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19449 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19450 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19451 (gst_gnome_vfs_sink_uri_get_type),
19452 (gst_gnome_vfs_sink_uri_get_protocols),
19453 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19454 (gst_gnome_vfs_sink_uri_handler_init):
19455 * ext/gnomevfs/gstgnomevfssink.h:
19456 Port gnomevfssink; add gtk-doc blurb.
19458 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19459 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19460 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19461 (gst_gnome_vfs_src_uri_get_type),
19462 (gst_gnome_vfs_src_uri_get_protocols),
19463 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19464 (gst_gnome_vfs_src_uri_handler_init),
19465 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19466 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19467 (gst_gnome_vfs_src_send_additional_headers_callback),
19468 (gst_gnome_vfs_src_received_headers_callback),
19469 (gst_gnome_vfs_src_push_callbacks),
19470 (gst_gnome_vfs_src_pop_callbacks),
19471 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19472 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19473 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19474 * ext/gnomevfs/gstgnomevfssrc.h:
19475 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19476 file; add gtk-doc blurb with example pipelines.
19478 === release 0.10.1 ===
19480 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19483 releasing 0.10.1, "Dobro Dedek"
19485 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19487 * gst/typefind/gsttypefindfunctions.c:
19488 iLBC30 and iLBC20 added to typefind.
19490 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19492 * gst-libs/gst/audio/gstbaseaudiosink.c:
19493 (gst_base_audio_sink_class_init):
19494 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19495 (gst_base_audio_src_class_init):
19496 update strings, values are in microseconds
19497 change the default sink buffer time to something that is smaller
19498 (to help software volume mixing have a slightly lower delay) but
19499 still be acceptable on Wim's laptop
19501 2005-12-20 Edward Hervey <edward@fluendo.com>
19503 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19504 Made a quack, forgot to add DUCK to the riff video template.
19506 2005-12-19 Edward Hervey <edward@fluendo.com>
19508 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19509 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19510 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19511 (gst_ogm_parse_chain):
19512 Make sure pads are initialized correctly.
19513 * gst-libs/gst/riff/riff-ids.h:
19514 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19515 (gst_riff_create_video_template_caps):
19516 Add a whole bunch of FOURCC <=> MimeType.
19517 Extend the riff video pad template to support the newly added fourcc.
19519 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19521 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19522 (gst_ogg_demux_activate_chain):
19523 Extra debug output when activating/deactivating chains.
19525 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19526 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19528 Remove a queue from our list when it becomes unlinked.
19529 Don't add queues to elements in class 'Demux' if they
19530 can only produce one pad
19532 2005-12-18 Julien MOUTTE <julien@moutte.net>
19534 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19535 (gst_video_sink_get_type): Add a debug category.
19537 2005-12-17 Philippe Khalaf <burger@speedy.org>
19539 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19540 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19541 Handle downstream newsegment by sending our own newsegment before the
19542 next buffer to be released. (#323900)
19544 2005-12-17 Philippe Khalaf <burger@speedy.org>
19546 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19547 (gst_base_rtp_depayload_set_gst_timestamp):
19548 add queue delay to new segment as well (as opposed to just the first
19549 buffer). (bug #322347)
19551 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19553 * ext/libvisual/visual.c: (make_valid_name):
19554 change some char* into char[]
19555 * gst/audiotestsrc/gstaudiotestsrc.c:
19556 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19557 (gst_audio_test_src_create):
19558 * gst/audiotestsrc/gstaudiotestsrc.h:
19559 prepare to handle EOS and SEGMENT_DONE
19561 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19563 * tests/check/generic/states.c: (GST_START_TEST):
19564 Blacklist cdparanoia element in state test.
19566 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19568 Patch by: Benjamin Pineau
19570 * gst/tcp/gsttcp.c:
19571 * gst/tcp/gsttcpclientsink.c:
19572 * gst/tcp/gsttcpserversink.c:
19573 * gst/tcp/gsttcpserversrc.c:
19574 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19576 2005-12-15 Michael Smith <msmith@fluendo.com>
19578 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19579 (gst_video_rate_chain):
19580 Fix timestamping for videorate when the first buffer it sees has a
19581 non-zero timestamp. Fix some misleading debug output.
19583 2005-12-15 Michael Smith <msmith@fluendo.com>
19585 * gst/audioresample/gstaudioresample.c:
19586 Don't leak all input buffers to audioresample.
19588 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19590 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19591 Don't operate on empty text buffers. Strip newlines and
19592 tabs only from the end of the text, but leave them intact
19593 in the middle. Fix typo in gtk-doc description.
19595 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19597 * gst/playback/gstplaybasebin.c:
19598 * gst/playback/gstplaybin.c: (handoff):
19599 Make sure the video frame buffer we return to apps via the
19600 "frame" property always has caps set on it. Modify
19601 _gst_gvalue_set_object() macro to handle NULL objects
19604 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19606 * gst/audiotestsrc/gstaudiotestsrc.c:
19607 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19608 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19609 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19610 (gst_audio_test_src_create):
19611 * gst/audiotestsrc/gstaudiotestsrc.h:
19612 Adjust to some recent api changes and add wtays new cool seeking
19615 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19617 * ext/alsa/Makefile.am:
19618 * ext/alsa/gstalsadeviceprobe.c:
19619 * ext/alsa/gstalsadeviceprobe.h:
19620 Helper functions to add device probing via the GstPropertyProbe
19621 interface to a class.
19623 * ext/alsa/gstalsamixer.h:
19624 Comment out GST_ALSA_MIXER, it returns a struct that's not
19627 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19628 Add some debug info.
19630 * ext/alsa/gstalsamixerelement.c:
19631 (gst_alsa_mixer_element_interface_supported),
19632 (gst_implements_interface_init),
19633 (gst_alsa_mixer_element_init_interfaces),
19634 (gst_alsa_mixer_element_class_init),
19635 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19636 (gst_alsa_mixer_element_set_property),
19637 (gst_alsa_mixer_element_get_property),
19638 (gst_alsa_mixer_element_change_state):
19639 * ext/alsa/gstalsamixerelement.h:
19640 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19641 for device handling (gnome-volume-control will need that).
19643 2005-12-12 Christian Schaller <uraeus@gnome.org>
19645 * ext/Makefile.am: fix cdparanoia entry
19646 * gst-plugins-base.spec.in: add cdparanoia
19648 2005-12-12 Michael Smith <msmith@fluendo.com>
19650 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19651 Use the correct function to free list of typefind factories.
19653 2005-12-12 Wim Taymans <wim@fluendo.com>
19655 * gst/videotestsrc/gstvideotestsrc.c:
19656 (gst_video_test_src_class_init), (gst_video_test_src_init),
19657 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19658 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19659 (gst_video_test_src_create):
19660 * gst/videotestsrc/gstvideotestsrc.h:
19661 Implement seeking in videotestsrc.
19664 2005-12-12 Wim Taymans <wim@fluendo.com>
19666 * ext/cdparanoia/Makefile.am:
19667 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19668 (gst_paranoia_endian_get_type), (_do_init),
19669 (cdparanoia_class_init), (cdparanoia_init),
19670 (cdparanoia_set_property), (cdparanoia_get_property),
19671 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19672 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19673 (cdparanoia_convert), (cdparanoia_get_query_types),
19674 (cdparanoia_query), (cdparanoia_set_index),
19675 (cdparanoia_uri_set_uri):
19676 * ext/cdparanoia/gstcdparanoia.h:
19677 Partially ported cdparanoia now that basesrc can support a
19680 2005-12-12 Wim Taymans <wim@fluendo.com>
19682 * tests/examples/seek/scrubby.c: (main):
19683 Set higher priority for bus events so they don't get reordered with
19686 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19687 (flush_toggle_cb), (main):
19688 Added checkbox to disable flushing seeks.
19689 Disable scrubbing when doing non flushing seeks.
19691 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19693 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19694 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19695 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19696 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19697 Implement some sort of event handling that doesn't rely on
19698 g_return_if_fail; make sure we always push the last chunk of an
19699 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19700 state change function; remove some old cruft. Seeking is still
19701 rather unlikely to work though.
19703 * tools/.cvsignore:
19706 2005-12-11 Julien MOUTTE <julien@moutte.net>
19708 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19709 Fixed a leak of the current image reference when cleaning up.
19710 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19712 2005-12-09 Michael Smith <msmith@fluendo.com>
19714 * tools/Makefile.am:
19715 * tools/gst-launch-ext-m.m:
19716 Remove gst-launch-ext. It doesn't work, and is no longer
19717 particularly useful.
19719 2005-12-08 Luca Ognibene <luogni@tin.it>
19721 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19722 don't pass random values to ogmparse convert function.
19723 Make seeking possible in the exile1.ogm file.
19725 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19727 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19728 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19729 Work around refcount problem with g_value_set_object() that occur
19730 if the core has been compiled against GLib-2.6 (g_value_set_object()
19731 will only g_object_ref() the element, but the caller will
19732 gst_object_unref() it and bad things will happen due to the way
19733 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19734 totem for people on FC4 using Thomas's 0.10 RPMs.
19736 2005-12-07 Edward Hervey <edward@fluendo.com>
19738 Time to welcome ogm to 0.10 :)
19740 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19741 (gst_ogg_pad_typefind):
19742 Oggdemux can now properly typefind elements with dynamic pads.
19743 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19744 Properly set caps on src pad, and set caps on outgoing buffers.
19746 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19748 * ext/alsa/gstalsamixer.h:
19749 * ext/alsa/gstalsamixerelement.h:
19750 * ext/alsa/gstalsamixeroptions.h:
19751 * ext/alsa/gstalsamixertrack.h:
19752 * ext/alsa/gstalsasink.c:
19753 * ext/alsa/gstalsasink.h:
19754 * ext/alsa/gstalsasrc.c:
19755 * ext/alsa/gstalsasrc.h:
19756 * ext/cdparanoia/gstcdparanoia.h:
19757 * ext/gnomevfs/gstgnomevfsuri.h:
19758 * ext/ogg/gstoggdemux.c:
19759 * ext/ogg/gstoggmux.c:
19760 * ext/pango/gsttextoverlay.h:
19761 * ext/theora/theoradec.c:
19762 * ext/theora/theoraenc.c:
19763 * ext/vorbis/vorbisdec.h:
19764 * ext/vorbis/vorbisenc.c:
19765 * ext/vorbis/vorbisenc.h:
19766 * ext/vorbis/vorbisparse.h:
19767 * gst-libs/gst/audio/gstaudioclock.h:
19768 * gst-libs/gst/audio/gstaudiosink.c:
19769 * gst-libs/gst/audio/gstaudiosink.h:
19770 * gst-libs/gst/audio/gstaudiosrc.c:
19771 * gst-libs/gst/audio/gstaudiosrc.h:
19772 * gst-libs/gst/audio/gstbaseaudiosink.c:
19773 * gst-libs/gst/audio/gstbaseaudiosink.h:
19774 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19775 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19776 * gst-libs/gst/audio/gstringbuffer.h:
19777 * gst-libs/gst/audio/multichannel.h:
19778 * gst-libs/gst/floatcast/floatcast.h:
19779 * gst-libs/gst/interfaces/colorbalance.c:
19780 * gst-libs/gst/interfaces/colorbalance.h:
19781 * gst-libs/gst/interfaces/colorbalancechannel.h:
19782 * gst-libs/gst/interfaces/mixer.h:
19783 * gst-libs/gst/interfaces/mixeroptions.h:
19784 * gst-libs/gst/interfaces/mixertrack.h:
19785 * gst-libs/gst/interfaces/navigation.h:
19786 * gst-libs/gst/interfaces/propertyprobe.h:
19787 * gst-libs/gst/interfaces/tuner.h:
19788 * gst-libs/gst/interfaces/tunerchannel.h:
19789 * gst-libs/gst/interfaces/tunernorm.h:
19790 * gst-libs/gst/interfaces/xoverlay.h:
19791 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19792 * gst-libs/gst/riff/riff-ids.h:
19793 * gst-libs/gst/riff/riff-media.h:
19794 * gst-libs/gst/riff/riff-read.h:
19795 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19796 * gst-libs/gst/rtp/gstbasertppayload.c:
19797 * gst-libs/gst/rtp/gstbasertppayload.h:
19798 * gst-libs/gst/rtp/gstrtpbuffer.c:
19799 * gst-libs/gst/rtp/gstrtpbuffer.h:
19800 * gst-libs/gst/tag/gsttageditingprivate.h:
19801 * gst-libs/gst/tag/gstvorbistag.c:
19802 (gst_tag_list_from_vorbiscomment_buffer):
19803 * gst-libs/gst/tag/tag.h:
19804 * gst-libs/gst/video/video.h:
19805 * gst/adder/gstadder.c:
19806 * gst/adder/gstadder.h:
19807 * gst/audioconvert/audioconvert.c:
19808 * gst/audioconvert/audioconvert.h:
19809 * gst/audioconvert/gstaudioconvert.c:
19810 * gst/audioconvert/gstchannelmix.c:
19811 * gst/audioconvert/gstchannelmix.h:
19812 * gst/audiorate/gstaudiorate.c:
19813 * gst/audioresample/buffer.h:
19814 * gst/audioresample/functable.h:
19815 * gst/audioresample/gstaudioresample.c:
19816 * gst/audioresample/resample.h:
19817 * gst/ffmpegcolorspace/avcodec.h:
19818 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19819 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19820 * gst/ffmpegcolorspace/imgconvert.c:
19821 * gst/ffmpegcolorspace/imgconvert_template.h:
19822 * gst/playback/gstdecodebin.c:
19823 * gst/playback/gstplaybasebin.h:
19824 * gst/playback/gstplaybin.c:
19825 * gst/playback/gststreaminfo.h:
19826 * gst/tcp/gstfdset.c:
19827 * gst/tcp/gstfdset.h:
19828 * gst/tcp/gstmultifdsink.c:
19829 * gst/tcp/gstmultifdsink.h:
19830 * gst/tcp/gsttcp.h:
19831 * gst/tcp/gsttcpclientsrc.c:
19832 * gst/tcp/gsttcpclientsrc.h:
19833 * gst/tcp/gsttcpplugin.h:
19834 * gst/tcp/gsttcpserversink.c:
19835 * gst/tcp/gsttcpserversrc.c:
19836 * gst/typefind/gsttypefindfunctions.c:
19837 * gst/videorate/gstvideorate.c:
19838 * gst/videotestsrc/gstvideotestsrc.h:
19839 * gst/videotestsrc/videotestsrc.h:
19840 * sys/v4l/gstv4lcolorbalance.h:
19841 * sys/v4l/gstv4ltuner.h:
19842 * sys/v4l/gstv4lxoverlay.h:
19843 * sys/v4l/v4l_calls.h:
19844 * sys/v4l/videodev_mjpeg.h:
19845 * tests/check/elements/audioconvert.c:
19846 * tests/check/elements/audioresample.c:
19847 * tests/check/elements/audiotestsrc.c:
19848 * tests/check/elements/videotestsrc.c:
19849 * tests/check/elements/volume.c:
19850 * tests/examples/seek/scrubby.c:
19851 * tests/examples/seek/seek.c:
19854 === release 0.10.0 ===
19856 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19859 releasing 0.10.0, "Mont-d'or"
19861 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19863 * tests/examples/seek/Makefile.am:
19864 Build fix for when gtk is not available.
19866 2005-12-05 Andy Wingo <wingo@pobox.com>
19868 * ext/libvisual/visual.c: (get_buffer):
19869 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19870 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19871 * ext/theora/theoradec.c: (theora_handle_data_packet):
19872 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19873 (theora_enc_chain):
19874 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19875 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19876 Update for alloc_buffer changes.
19878 2005-12-05 Andy Wingo <wingo@pobox.com>
19880 patch by: Kai Vehmanen <kv2004 eca cx>
19882 * gst-libs/gst/rtp/gstbasertpdepayload.c
19883 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19885 2005-12-04 Andy Wingo <wingo@pobox.com>
19887 patch by: Sebastien Cote <sebas642 yahoo ca>
19889 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19892 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19894 * docs/plugins/Makefile.am:
19895 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19896 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19897 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19898 * ext/pango/gstclockoverlay.c:
19899 * ext/pango/gsttextoverlay.c:
19900 * ext/pango/gsttextrender.c:
19901 * ext/pango/gsttimeoverlay.c:
19902 Add gtk-doc blurbs to pango elements.
19904 2005-12-02 Wim Taymans <wim@fluendo.com>
19906 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19907 * gst/audioresample/buffer.h:
19908 * gst/audioresample/gstaudioresample.c:
19909 * gst/audioresample/gstaudioresample.h:
19910 * gst/audioresample/resample.c: (resample_input_flush),
19911 (resample_input_pushthrough), (resample_input_eos),
19912 (resample_get_output_size_for_input),
19913 (resample_get_input_size_for_output), (resample_get_output_size),
19914 (resample_get_output_data):
19915 * gst/audioresample/resample.h:
19916 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19917 Fix audioresample, seek torture, new segments, reverse negotiation
19920 2005-12-02 Wim Taymans <wim@fluendo.com>
19922 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19925 2005-12-02 Wim Taymans <wim@fluendo.com>
19927 * gst/audioconvert/gstaudioconvert.c:
19928 (gst_audio_convert_transform):
19931 === release 0.9.7 ===
19933 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19936 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19938 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19944 add win32 MANIFEST file
19945 do something to the hungarian translation
19947 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19950 Add $(PANGO_DIR) to SUBDIRS
19952 * ext/pango/gstclockoverlay.c:
19953 * ext/pango/gsttimeoverlay.c:
19954 Fix and improve element descriptions.
19956 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19958 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19959 * docs/plugins/inspect/plugin-libvisual.xml:
19960 * docs/plugins/inspect/plugin-pango.xml:
19961 add pango plugin to docs
19963 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19967 moved pango to base
19969 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19972 * tests/Makefile.am:
19973 * tests/icles/.cvsignore:
19974 * tests/icles/Makefile.am:
19975 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19976 (close_display), (resize_window), (move_window), (create_window),
19977 (terminate_playback), (pause_playback), (start_playback), (main):
19978 add stress test for xoverlay from Julien
19980 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19982 * docs/libs/tmpl/gstcolorbalance.sgml:
19983 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19984 * gst-libs/gst/rtp/gstbasertppayload.c:
19985 * gst-libs/gst/rtp/gstrtpbuffer.c:
19986 * gst-libs/gst/rtp/gstrtpbuffer.h:
19987 Do burger's rename for rtp payloaders and depayloaders
19989 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19992 add Visual Studio 6 build files
19994 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19996 * docs/libs/gst-plugins-base-libs-docs.sgml:
19997 * docs/libs/gst-plugins-base-libs-sections.txt:
19998 * docs/libs/tmpl/gstaudio.sgml:
19999 * docs/libs/tmpl/gstringbuffer.sgml:
20000 * gst-libs/gst/interfaces/xoverlay.c:
20001 * gst-libs/gst/video/gstvideofilter.c:
20002 * gst-libs/gst/video/gstvideosink.c:
20003 update documentation
20005 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
20007 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
20008 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
20009 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
20010 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
20011 (gst_multi_fd_sink_get_stats),
20012 (gst_multi_fd_sink_remove_client_link),
20013 (gst_multi_fd_sink_handle_client_read),
20014 (gst_multi_fd_sink_client_queue_data),
20015 (gst_multi_fd_sink_client_queue_caps),
20016 (gst_multi_fd_sink_client_queue_buffer),
20017 (gst_multi_fd_sink_new_client),
20018 (gst_multi_fd_sink_handle_client_write),
20019 (gst_multi_fd_sink_recover_client),
20020 (gst_multi_fd_sink_queue_buffer),
20021 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
20022 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
20023 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
20024 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
20025 * gst/tcp/gstmultifdsink.h:
20026 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
20027 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
20028 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
20029 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
20030 (gst_tcp_client_sink_set_property),
20031 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
20032 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
20033 * gst/tcp/gsttcpclientsink.h:
20034 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
20035 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
20036 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
20037 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
20038 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
20039 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
20040 * gst/tcp/gsttcpclientsrc.h:
20041 * gst/tcp/gsttcpplugin.c: (plugin_init):
20042 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
20043 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
20044 (gst_tcp_server_sink_finalize),
20045 (gst_tcp_server_sink_handle_server_read),
20046 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
20047 (gst_tcp_server_sink_set_property),
20048 (gst_tcp_server_sink_get_property),
20049 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
20050 * gst/tcp/gsttcpserversink.h:
20051 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
20052 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
20053 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
20054 (gst_tcp_server_src_set_property),
20055 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20056 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20057 * gst/tcp/gsttcpserversrc.h:
20060 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
20062 * docs/plugins/Makefile.am:
20063 * docs/plugins/gst-plugins-base-plugins.args:
20064 * docs/plugins/inspect/plugin-libvisual.xml:
20065 * gst/audioconvert/plugin.h:
20066 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20067 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20068 (gst_audio_rate_setcaps), (gst_audio_rate_init),
20069 (gst_audio_rate_chain), (gst_audio_rate_set_property),
20070 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20072 * gst/audiotestsrc/gstaudiotestsrc.c:
20073 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20074 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20075 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20076 (gst_audio_test_src_get_query_types),
20077 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20078 (gst_audio_test_src_create_square),
20079 (gst_audio_test_src_create_saw),
20080 (gst_audio_test_src_create_triangle),
20081 (gst_audio_test_src_create_silence),
20082 (gst_audio_test_src_create_white_noise),
20083 (gst_audio_test_src_init_pink_noise),
20084 (gst_audio_test_src_generate_pink_noise_value),
20085 (gst_audio_test_src_create_pink_noise),
20086 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20087 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20088 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20090 * gst/audiotestsrc/gstaudiotestsrc.h:
20091 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20092 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20093 (gst_sub_parse_init), (gst_sub_parse_formats),
20094 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20095 (convert_encoding), (get_next_line),
20096 (gst_sub_parse_data_format_autodetect),
20097 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20098 (gst_sub_parse_loop), (gst_sub_parse_chain),
20099 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20101 * gst/subparse/gstsubparse.h:
20102 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20103 (gst_video_rate_base_init), (gst_video_rate_class_init),
20104 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20105 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20106 (gst_video_rate_init), (gst_video_rate_event),
20107 (gst_video_rate_chain), (gst_video_rate_set_property),
20108 (gst_video_rate_get_property), (gst_video_rate_change_state),
20110 * gst/videoscale/gstvideoscale.c:
20111 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20112 (gst_video_scale_src_template_factory),
20113 (gst_video_scale_sink_template_factory),
20114 (gst_video_scale_get_type), (gst_video_scale_base_init),
20115 (gst_video_scale_class_init), (gst_video_scale_init),
20116 (gst_video_scale_set_property), (gst_video_scale_get_property),
20117 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20118 (gst_video_scale_prepare_size), (parse_caps),
20119 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20120 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20121 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20123 * gst/videoscale/gstvideoscale.h:
20124 * gst/videotestsrc/gstvideotestsrc.c:
20125 (gst_video_test_src_pattern_get_type),
20126 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20127 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20128 (gst_video_test_src_set_pattern),
20129 (gst_video_test_src_set_property),
20130 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20131 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20132 (gst_video_test_src_event), (gst_video_test_src_get_times),
20133 (gst_video_test_src_create), (plugin_init):
20134 * gst/videotestsrc/gstvideotestsrc.h:
20135 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20136 (gst_video_test_src_smpte), (gst_video_test_src_snow),
20137 (gst_video_test_src_black):
20138 * gst/videotestsrc/videotestsrc.h:
20140 clean up docs a little
20142 2005-11-30 Wim Taymans <wim@fluendo.com>
20144 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20145 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20146 (gst_basertppayload_event), (gst_basertppayload_push),
20147 (gst_basertppayload_change_state):
20148 * gst-libs/gst/rtp/gstbasertppayload.h:
20151 2005-11-30 Julien MOUTTE <julien@moutte.net>
20153 * docs/libs/gst-plugins-base-libs-docs.sgml:
20154 * docs/libs/gst-plugins-base-libs-sections.txt:
20155 * gst-libs/gst/video/gstvideofilter.c:
20156 * gst-libs/gst/video/gstvideosink.c:
20157 * gst-libs/gst/video/gstvideosink.h: Adding docs.
20159 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20179 * scripts/autoplugins.sh:
20182 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20186 * examples/Makefile.am:
20187 * examples/capsfilter/Makefile.am:
20188 * examples/capsfilter/capsfilter1.c:
20189 * examples/gob/Makefile.am:
20190 * examples/gob/gst-identity2.gob:
20191 * examples/indexing/.cvsignore:
20192 * examples/indexing/Makefile.am:
20193 * examples/indexing/indexmpeg.c:
20194 * examples/seeking/.cvsignore:
20195 * examples/seeking/Makefile.am:
20196 * examples/seeking/cdparanoia.c:
20197 * examples/seeking/cdplayer.c:
20198 * examples/seeking/chained.c:
20199 * examples/seeking/scrubby.c:
20200 * examples/seeking/seek.c:
20201 * examples/stats/Makefile.am:
20202 * examples/stats/mp2ogg.c:
20203 * examples/switch/.cvsignore:
20204 * examples/switch/Makefile.am:
20205 * examples/switch/switcher.c:
20206 * tests/Makefile.am:
20207 * tests/check/generic/.cvsignore:
20208 * tests/check/pipelines/.cvsignore:
20209 * tests/examples/Makefile.am:
20210 * tests/examples/seek/Makefile.am:
20211 reorganize stuff under tests/
20213 2005-11-30 Edward Hervey <edward@fluendo.com>
20215 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20216 Go away you stupid GstStaticPadTemplate memleak.
20218 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20220 * gst-libs/gst/net/Makefile.am:
20221 * gst-libs/gst/net/README:
20222 * gst-libs/gst/net/gstnetbuffer.c:
20223 * gst-libs/gst/net/gstnetbuffer.h:
20224 this was moved to "netbuffer"
20226 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20228 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20229 (gst_video_filter_class_init), (gst_video_filter_init):
20230 * gst-libs/gst/video/gstvideofilter.h:
20231 borgify name to bring in line with other classes
20233 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20235 * gst/audioscale/.cvsignore:
20236 * gst/audioscale/Makefile.am:
20237 * gst/audioscale/README:
20238 * gst/audioscale/audioscale.vcproj:
20239 * gst/audioscale/dtof.c:
20240 * gst/audioscale/dtos.c:
20241 * gst/audioscale/functable.c:
20242 * gst/audioscale/gstaudioscale.c:
20243 * gst/audioscale/gstaudioscale.h:
20244 * gst/audioscale/private.h:
20245 * gst/audioscale/resample.c:
20246 * gst/audioscale/resample.h:
20247 * gst/audioscale/test.c:
20250 2005-11-30 Edward Hervey <edward@fluendo.com>
20252 * gst-libs/gst/netbuffer/Makefile.am:
20253 really, really tired
20255 2005-11-30 Edward Hervey <edward@fluendo.com>
20257 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20258 Update for new GstTypeFindFactory _register()
20260 2005-11-30 Edward Hervey <edward@fluendo.com>
20262 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
20263 Let's not override libgstnet from core for no reason...
20264 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20265 Ok, maybe not so quick next time.
20267 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20270 * gst-libs/gst/Makefile.am:
20271 moved gst-libs/gst/net to netbuffer through CVS surgery
20272 remove old directory
20273 updating build to accomodate
20276 2005-11-29 Andy Wingo <wingo@pobox.com>
20278 * pkgconfig/gstreamer-plugins-base.pc.in:
20279 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20280 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20283 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20285 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20286 3rd time's the charm. Correct ref-counting for discarded buffers.
20288 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20290 * gst/playback/gststreamselector.c:
20291 (gst_stream_selector_class_init),
20292 (gst_stream_selector_set_property),
20293 (gst_stream_selector_get_property),
20294 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20297 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
20299 * gst/subparse/gstsubparse.c: (feed_textbuf):
20300 Don't access already unref'ed buffer.
20302 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20304 * gst/playback/gststreamselector.c:
20305 (gst_stream_selector_class_init), (gst_stream_selector_init),
20306 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20307 (gst_stream_selector_get_property),
20308 (gst_stream_selector_get_linked_pad),
20309 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20310 * gst/playback/gststreamselector.h:
20311 Add the active-pad property for playbin to use shortly. Ignore buffers
20312 from any other pad, returning GST_FLOW_NOT_LINKED
20314 2005-11-29 Julien MOUTTE <julien@moutte.net>
20316 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20317 patch from bug #322704 (Alessandro Decina).
20319 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20321 * gst-libs/gst/audio/Makefile.am:
20322 folded audiofilter into the audio library
20324 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20326 * gst/videoscale/gstvideoscale.h:
20327 * gst/videoscale/gstvideoscale.c:
20328 remove unimplemented scale methods
20330 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
20332 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20335 2005-11-28 Julien MOUTTE <julien@moutte.net>
20337 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20338 (gst_ximagesink_setcaps):
20339 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20340 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20341 happens (only visible on ximagesink but bug is in xv too) set_caps was
20342 destroying the internal x[v]image used to memcpy non locally alloced
20343 buffers so that it got renewed on next _chain. The issue is that
20344 _expose will try to put that image as it reffed it in _put.
20345 Using gst_buffer_unref instead of destroy fixes it !
20347 2005-11-28 Edward Hervey <edward@fluendo.com>
20349 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20350 (try_to_link_1), (queue_filled_cb):
20351 Better use of the queues. Start with a small size queue and only increase
20352 the size of the queues when the other queues are empty.
20354 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
20356 * gst-libs/gst/video/Makefile.am:
20357 compile in copied-over videofilter into the video library
20358 * gst-libs/gst/video/videosink.h:
20359 rename the header to gstvideosink.h since it's a base GstObject class
20360 * sys/ximage/ximagesink.h:
20361 * sys/xvimage/xvimagesink.h:
20364 2005-11-28 Wim Taymans <wim@fluendo.com>
20366 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20367 * gst/playback/gstplaybasebin.h:
20368 Prepare to handle errors betters.
20370 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20371 Set sinks to PAUSED first before adding and linking them so that
20372 we don't interrupt dataflow.
20374 2005-11-28 Wim Taymans <wim@fluendo.com>
20376 * gst-libs/gst/audio/TODO:
20379 * gst-libs/gst/audio/gstaudiosink.c:
20380 (gst_audioringbuffer_open_device),
20381 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20382 (gst_audioringbuffer_release):
20385 * gst-libs/gst/audio/gstbaseaudiosink.c:
20386 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20387 (gst_base_audio_sink_change_state):
20388 Slave to the master clock when going to PLAYING and unslave when
20391 * gst-libs/gst/audio/gstringbuffer.c:
20392 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20393 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20394 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20395 (gst_ring_buffer_clear_all), (wait_segment),
20396 (gst_ring_buffer_commit), (gst_ring_buffer_read),
20397 (gst_ring_buffer_advance):
20398 * gst-libs/gst/audio/gstringbuffer.h:
20399 Add some docs and cleanups.
20401 2005-11-28 Julien MOUTTE <julien@moutte.net>
20403 * sys/xvimage/xvimagesink.c:
20404 (gst_xvimagesink_navigation_send_event): Fix navigation events
20405 coordinates translation with pixel aspect ratios.
20407 2005-11-28 Julien MOUTTE <julien@moutte.net>
20409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20410 Use calculated video geometry from _setcaps instead of buffer
20411 caps to respect pixel aspect ratio. (fixes #322388)
20413 2005-11-28 Julien MOUTTE <julien@moutte.net>
20415 * docs/libs/tmpl/gstcolorbalance.sgml:
20416 * docs/libs/tmpl/gstmixer.sgml:
20417 * docs/libs/tmpl/gstxoverlay.sgml:
20418 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20421 2005-11-28 Julien MOUTTE <julien@moutte.net>
20423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20424 Refuse to create an XvImage if we can't find the format.
20426 2005-11-28 Edward Hervey <edward@fluendo.com>
20428 * gst-libs/gst/riff/riff-media.c:
20429 (gst_riff_create_audio_template_caps):
20430 Add ATRAC3 to the list of riff-possible audio caps.
20431 I know we still don't have a plugin for atrac3, but it's saner to output
20432 that than a cryptic mimetype.
20434 2005-11-27 Edward Hervey <edward@fluendo.com>
20436 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20437 Don't try to create a zero-sized subbuffer.
20439 2005-11-27 Julien MOUTTE <julien@moutte.net>
20441 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20442 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20443 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20444 (gst_ximagesink_expose): Fixed a tricky race.
20445 * sys/ximage/ximagesink.h:
20446 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20447 (gst_xvimagesink_expose): Fixed a tricky race.
20448 * sys/xvimage/xvimagesink.h:
20450 2005-11-27 Edward Hervey <edward@fluendo.com>
20452 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20453 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20454 Remove unused properties, and add queues between demuxers and decoders
20455 so that a lot more files can preroll properly.
20457 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20459 * gst-libs/gst/net/Makefile.am:
20460 * gst-libs/gst/rtp/Makefile.am:
20461 * gst-libs/gst/tag/Makefile.am:
20462 remove silly include
20463 * gst/tags/Makefile.am:
20464 * gst/tags/gsttagediting.c:
20465 * gst/tags/gsttageditingprivate.h:
20466 * gst/tags/tagedit.vcproj:
20467 remove directory, is as good as empty
20469 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20472 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20473 * gst-libs/Makefile.am:
20474 * gst-libs/gst/audio/Makefile.am:
20475 * gst-libs/gst/interfaces/Makefile.am:
20476 * gst-libs/gst/net/Makefile.am:
20477 * gst-libs/gst/riff/Makefile.am:
20478 * gst-libs/gst/rtp/Makefile.am:
20479 * gst-libs/gst/tag/Makefile.am:
20480 * gst-libs/gst/video/Makefile.am:
20483 2005-11-27 Julien MOUTTE <julien@moutte.net>
20485 * docs/libs/tmpl/gstcolorbalance.sgml:
20486 * docs/libs/tmpl/gstmixer.sgml:
20487 * docs/libs/tmpl/gstxoverlay.sgml:
20488 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20489 * sys/ximage/ximagesink.h:
20490 * sys/xvimage/xvimagesink.h: More and more documentation.
20492 2005-11-26 Julien MOUTTE <julien@moutte.net>
20494 * docs/libs/gst-plugins-base-libs-docs.sgml:
20495 * docs/libs/gst-plugins-base-libs-sections.txt:
20496 * docs/libs/tmpl/gstcolorbalance.sgml:
20497 * docs/libs/tmpl/gstmixer.sgml:
20498 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20501 2005-11-26 Julien MOUTTE <julien@moutte.net>
20503 * docs/plugins/Makefile.am:
20504 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20505 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20506 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20508 2005-11-26 Julien MOUTTE <julien@moutte.net>
20510 * docs/plugins/Makefile.am:
20511 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20512 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20513 * docs/plugins/inspect/plugin-adder.xml:
20514 * docs/plugins/inspect/plugin-alsa.xml:
20515 * docs/plugins/inspect/plugin-audioconvert.xml:
20516 * docs/plugins/inspect/plugin-audiorate.xml:
20517 * docs/plugins/inspect/plugin-audioresample.xml:
20518 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20519 * docs/plugins/inspect/plugin-decodebin.xml:
20520 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20521 * docs/plugins/inspect/plugin-gnomevfs.xml:
20522 * docs/plugins/inspect/plugin-ogg.xml:
20523 * docs/plugins/inspect/plugin-playbin.xml:
20524 * docs/plugins/inspect/plugin-subparse.xml:
20525 * docs/plugins/inspect/plugin-tcp.xml:
20526 * docs/plugins/inspect/plugin-theora.xml:
20527 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20528 * docs/plugins/inspect/plugin-video4linux.xml:
20529 * docs/plugins/inspect/plugin-videorate.xml:
20530 * docs/plugins/inspect/plugin-videoscale.xml:
20531 * docs/plugins/inspect/plugin-videotestsrc.xml:
20532 * docs/plugins/inspect/plugin-volume.xml:
20533 * docs/plugins/inspect/plugin-vorbis.xml:
20534 * docs/plugins/inspect/plugin-ximagesink.xml:
20535 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20536 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20538 2005-11-26 Edward Hervey <edward@fluendo.com>
20540 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20541 Properly return GstFlowReturn from gst_pad_push in chain functions.
20543 2005-11-25 Michael Smith <msmith@fluendo.com>
20545 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20546 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20547 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20548 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20549 Handle various conditions better when we don't understand a stream.
20550 Removes a heap of CRITICALs on ogg streams containing unknown data.
20552 2005-11-24 Andy Wingo <wingo@pobox.com>
20554 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20557 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20559 * configure.ac: back to HEAD
20561 === release 0.9.6 ===
20563 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20566 releasing 0.9.6, "White Eight"
20568 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20570 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20571 * docs/plugins/inspect/plugin-sine.xml:
20572 remove sinesrc some more
20574 2005-11-23 Wim Taymans <wim@fluendo.com>
20576 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20577 If we are reading too slowly, jump forward in the ringbuffer
20578 instead of blocking.
20580 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20582 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20583 (gst_visual_chain):
20584 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20585 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20586 (gst_videorate_chain):
20587 * gst/videotestsrc/gstvideotestsrc.c:
20588 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20589 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20590 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20591 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20592 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20593 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20594 Updates for API changes
20596 2005-11-23 Wim Taymans <wim@fluendo.com>
20598 * gst-libs/gst/audio/gstbaseaudiosink.c:
20599 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20600 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20601 Fix for calibration API change.
20603 2005-11-23 Michael Smith <msmith@fluendo.com>
20605 * gst-libs/gst/audio/multichannel.c:
20606 (gst_audio_get_channel_positions),
20607 (gst_audio_set_channel_positions),
20608 (gst_audio_set_structure_channel_positions_list),
20609 (gst_audio_fixate_channel_positions):
20610 Use gst_value_array_*() functions on value arrays, not
20611 gst_value_list_*().
20613 2005-11-23 Edward Hervey <edward@fluendo.com>
20616 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20619 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20621 * check/Makefile.am:
20622 * check/elements/videotestsrc.c: (setup_videotestsrc),
20623 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20625 add a test for videotestsrc
20627 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20629 * gst/sine/.cvsignore:
20630 * gst/sine/Makefile.am:
20631 * gst/sine/gstsinesrc.c:
20632 * gst/sine/gstsinesrc.h:
20633 * gst/sine/sinesrc.vcproj:
20634 and remove sinesrc from the repository. Closes #321446
20636 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20639 * gst-plugins-base.spec.in:
20640 remove sinesrc from the build
20642 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20644 * check/Makefile.am:
20645 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20646 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20648 add a test for audiotestsrc, testing all waves. Even seems
20649 leak-free at first glance, nice job Stefan
20651 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20667 Translation string updates
20669 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20670 (gst_v4lsrc_set_caps):
20671 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20672 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20673 * sys/v4l/v4lsrc_calls.h:
20674 Improve v4lsrc, by making it work again.
20676 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20678 * ext/libvisual/visual.c: (gst_visual_chain):
20679 Fix the fps calculations.
20681 * gst/ffmpegcolorspace/avcodec.h:
20682 Move structure element for clarity
20684 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20685 * gst-libs/gst/interfaces/tunernorm.h:
20686 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20687 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20688 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20689 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20690 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20691 (gst_v4lmjpegsrc_getcaps):
20692 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20693 (gst_v4lsrc_set_caps):
20694 * sys/v4l/gstv4lsrc.h:
20695 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20696 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20697 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20698 * sys/v4l/v4lsrc_calls.h:
20699 Fractional framerates...
20701 2005-11-22 Wim Taymans <wim@fluendo.com>
20703 * gst-libs/gst/audio/gstbaseaudiosink.c:
20704 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20705 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20706 And we provide a clock by default, of course...
20708 2005-11-22 Wim Taymans <wim@fluendo.com>
20710 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20711 This clock can be slaved to a master clock now.
20713 * gst-libs/gst/audio/gstbaseaudiosink.c:
20714 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20715 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20716 (gst_base_audio_sink_set_clock),
20717 (gst_base_audio_sink_set_property),
20718 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20719 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20720 * gst-libs/gst/audio/gstbaseaudiosink.h:
20721 Handle slaving the internal clock to the clock selected in the
20723 Add property to make the basesink not provide a clock.
20725 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20726 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20727 (gst_base_rtp_depayload_wait):
20728 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20729 We can use the clock in GstElement, no need to store it ourselves.
20731 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20733 * docs/libs/tmpl/gstaudio.sgml:
20735 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20736 (gst_paranoia_endian_get_type):
20737 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20738 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20739 * gst/audiotestsrc/gstaudiotestsrc.c:
20740 (gst_audiostestsrc_wave_get_type):
20741 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20742 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20743 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20744 (gst_sync_method_get_type), (gst_unit_type_get_type),
20745 (gst_client_status_get_type), (gst_multifdsink_class_init),
20746 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20747 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20748 (gst_multifdsink_get_property):
20749 * gst/tcp/gstmultifdsink.h:
20750 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20751 * gst/videotestsrc/gstvideotestsrc.c:
20752 (gst_videotestsrc_pattern_get_type):
20753 remove deprecated properties
20754 fix up enums to correctly have short lowercase dashed nicks
20756 2005-11-22 Michael Smith <msmith@fluendo.com>
20758 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20759 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20762 2005-11-22 Michael Smith <msmith@fluendo.com>
20764 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20765 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20766 Use utility method for scaling clocktime for fractional framerates.
20768 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20770 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20771 (gst_visual_chain):
20772 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20773 * ext/theora/theoradec.c: (theora_handle_type_packet):
20774 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20775 (theora_enc_chain):
20776 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20777 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20778 * gst-libs/gst/video/video.h:
20779 * gst/ffmpegcolorspace/avcodec.h:
20780 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20781 (gst_ffmpeg_caps_to_pixfmt):
20782 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20783 (gst_ffmpegcsp_set_caps):
20784 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20785 (gst_videorate_setcaps), (gst_videorate_blank_data),
20786 (gst_videorate_chain):
20787 * gst/videotestsrc/gstvideotestsrc.c:
20788 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20789 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20790 (gst_videotestsrc_event), (gst_videotestsrc_create):
20791 * gst/videotestsrc/gstvideotestsrc.h:
20792 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20793 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20794 (gst_ximagesink_get_times), (gst_ximagesink_init):
20795 * sys/ximage/ximagesink.h:
20796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20797 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20798 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20799 * sys/xvimage/xvimagesink.h:
20800 Convert elements to use fractions for their framerate.
20801 V4L elements to come later tonight.
20803 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20805 * gst-libs/gst/audio/audio.c:
20806 * gst-libs/gst/audio/audio.h:
20807 remove some deprecated functions
20809 2005-11-22 Andy Wingo <wingo@pobox.com>
20811 * Update for gst_tag_setter API changes.
20813 2005-11-22 Andy Wingo <wingo@pobox.com>
20815 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20816 (gst_ogg_demux_perform_seek):
20817 * ext/theora/theoradec.c (theora_dec_sink_event):
20818 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20821 2005-11-22 Wim Taymans <wim@fluendo.com>
20823 * examples/seeking/seek.c: (main):
20824 Give higher priority to bus signals than the gtk events
20825 to fix a race condition in the segment looping.
20827 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20829 * ext/theora/Makefile.am:
20830 * ext/vorbis/Makefile.am:
20831 * gst-libs/gst/tag/Makefile.am:
20832 * gst-plugins-base.spec.in:
20833 Rename libgsttagedit to libgsttag (#322117).
20835 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20837 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20838 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20839 Call gst_x_overlay_prepare_xwindow_id() to give applications
20840 a final chance to set their own xwindow id before the video
20841 sink creates its own window.
20843 2005-11-22 Julien MOUTTE <julien@moutte.net>
20845 * sys/xvimage/xvimagesink.c:
20846 (gst_xvimagesink_navigation_send_event): Handle navigation
20847 events correcly with borders if applicable.
20849 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20851 Patch by: Luca Ognibene
20853 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20854 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20855 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20856 (gst_ffmpegcsp_caps_remove_format_info):
20857 * gst/ffmpegcolorspace/imgconvert.c:
20858 * gst/ffmpegcolorspace/imgconvert_template.h:
20859 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20860 #318353); use gst_structure_has_name().
20862 2005-11-22 Julien MOUTTE <julien@moutte.net>
20864 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20865 (gst_ximagesink_class_init): Add debug macros on functions.
20866 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20867 (gst_xvimagesink_xwindow_draw_borders),
20868 (gst_xvimagesink_xvimage_put),
20869 (gst_xvimagesink_xwindow_update_geometry),
20870 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20871 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20872 (gst_xvimagesink_xcontext_clear),
20873 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20874 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20875 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20876 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20877 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20878 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20879 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20880 expose while being PAUSED, out of data flow navigation events, etc..
20882 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20884 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20885 * gst-libs/gst/audio/audio.h:
20886 fix prototype - wondering why the test worked regardless
20888 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20890 * check/Makefile.am:
20891 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20892 * gst-libs/gst/audio/audio.h:
20893 add a method that returns a proper GstClockTime
20895 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20897 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20898 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20899 * gst-libs/gst/interfaces/xoverlay.h:
20900 Remove everything having to do with the desired size; add
20901 gst_x_overlay_prepare_xwindow_id() function; remove the
20902 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20903 post a message on the bus instead (#321816).
20905 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20906 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20907 (gst_xvimagesink_xoverlay_init):
20908 Remove desired size stuff (#321816).
20910 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20912 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20913 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20914 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20915 Terminate vararg functions with NULL instead of 0 to
20918 2005-11-21 Andy Wingo <wingo@pobox.com>
20920 patch by: Sebastien Cote <sebas642@yahoo.ca>
20922 * gst-libs/gst/rtp/gstrtpbuffer.h:
20923 * gst-libs/gst/rtp/gstrtpbuffer.c
20924 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20926 2005-11-21 Andy Wingo <wingo@pobox.com>
20928 * gst/playback/gstplaybin.c (gen_audio_element)
20929 (gen_video_element): Use the new MISSING_PLUGIN core error
20930 category. Closes #320060.
20932 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20933 * gst/videorate/gstvideorate.c (gst_videorate_event):
20934 * ext/theora/theoradec.c (theora_dec_sink_event):
20935 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20938 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20939 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20940 stream lock changes.
20942 2005-11-21 Wim Taymans <wim@fluendo.com>
20944 * gst-libs/gst/audio/gstbaseaudiosink.c:
20945 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20946 (gst_base_audio_sink_provide_clock),
20947 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20948 (gst_base_audio_sink_change_state):
20949 * gst/audioresample/gstaudioresample.c:
20950 Segment update fix.
20952 2005-11-21 Andy Wingo <wingo@pobox.com>
20955 * *.c: Ran scripts/update-macros. Oh yes.
20957 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20959 * sys/ximage/Makefile.am:
20960 * sys/ximage/ximage.c:
20961 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20962 remove your old libgstximage.* manually if necessary).
20964 2005-11-21 Michael Smith <msmith@fluendo.com>
20966 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20967 Minimal fix for bug #320200: set the min/max bitrate in the correct
20968 units. A better fix would be to upgrade to the RATEMANAGE2
20969 interface, rather than using the deprecated interface used here, but
20970 that would require an update in our libvorbis dependency (to 1.1),
20971 which is probably undesirable.
20973 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20975 * ext/libvisual/visual.c: (get_buffer):
20976 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20977 (gst_base_audio_src_fixate):
20978 * gst/audioconvert/gstaudioconvert.c:
20979 (gst_audio_convert_fixate_caps):
20980 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20981 * gst/audiotestsrc/gstaudiotestsrc.c:
20982 (gst_audiotestsrc_src_fixate):
20983 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20984 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20985 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20986 * gst/videotestsrc/gstvideotestsrc.c:
20987 (gst_videotestsrc_src_fixate):
20988 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20990 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20994 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20996 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20997 (gst_riff_create_iavs_caps):
20998 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20999 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
21000 (gst_riff_parse_info):
21001 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
21002 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
21003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
21004 Fixes for GST_FOURCC_FORMAT API change.
21006 2005-11-21 Andy Wingo <wingo@pobox.com>
21008 patch by: Alessandro Dessina <alessandro nnva org>
21010 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
21011 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
21012 (gst_ogg_parse_chain):
21013 * ext/theora/theoraenc.c (theora_set_header_on_caps):
21014 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
21015 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
21016 gst_value_list calls on arrays. Fixes #321962.
21018 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
21020 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21021 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
21022 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21023 * gst/adder/gstadder.c: (gst_adder_init),
21024 (gst_adder_request_new_pad), (gst_adder_collected),
21025 (gst_adder_change_state):
21026 Update for gst_collectpads_foo() to gst_collect_pads_foo()
21029 2005-11-21 Michael Smith <msmith@fluendo.com>
21031 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21032 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
21033 Properly handle pad_push return values.
21035 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
21037 * gst-libs/gst/tag/Makefile.am:
21038 * gst-libs/gst/tag/gstvorbistag.c:
21039 (gst_tag_list_to_vorbiscomment_buffer):
21040 Remove obsolete vorbistag element and debug category.
21042 * gst/playback/gstplaybasebin.c: (check_queue):
21043 Don't divide by 0 when queue-threshold is 0.
21045 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
21046 Don't modify an existing pixel-aspect-ratio if we fail to read
21049 2005-11-20 Wim Taymans <wim@fluendo.com>
21051 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
21052 (gst_vorbisenc_push_packet):
21053 GST_PAD_IS_USABLE is gone, use the return value of
21054 the push or pad_alloc_buffer instead.
21056 2005-11-18 Julien MOUTTE <julien@moutte.net>
21058 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21059 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21060 (gst_ximagesink_ximage_destroy),
21061 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21062 (gst_ximagesink_xwindow_new),
21063 (gst_ximagesink_xwindow_update_geometry),
21064 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21065 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21066 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21067 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21068 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21069 (gst_ximagesink_navigation_send_event),
21070 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21071 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21072 (gst_ximagesink_finalize), (gst_ximagesink_init),
21073 (gst_ximagesink_class_init):
21074 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21075 This new version brings correct software scaling, non flickering
21076 window while resizing, pixel aspect ratio handling, usage of
21077 hardware buffer pools, out of data flow event thread for
21078 navigation and handling of expose events even when being PAUSED,
21079 a new property to keep video aspect ratio when resizing, etc...
21081 2005-11-18 Julien MOUTTE <julien@moutte.net>
21083 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21084 (gst_videoscale_fixate_caps): Introduce back caps fixate with
21087 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
21089 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21090 Unsetting IS_SINK flag from the fakesink, so decodebin
21091 never behaves as a sink.
21093 2005-11-17 Wim Taymans <wim@fluendo.com>
21095 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21096 (gst_base_audio_src_change_state):
21097 Fix the audiosrc base class again, we did not unflush.
21099 2005-11-17 Julien MOUTTE <julien@moutte.net>
21101 * examples/seeking/seek.c: (make_dv_pipeline),
21102 (make_vorbis_theora_pipeline), (make_avi_pipeline),
21103 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21104 to ogg/vorbis/theora pipeline.
21106 2005-11-17 Wim Taymans <wim@fluendo.com>
21108 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21109 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21110 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21111 Fix EOS on multiple streams.
21114 2005-11-16 Wim Taymans <wim@fluendo.com>
21116 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21117 (gst_ogg_demux_perform_seek):
21118 Segment done must include stream time.
21120 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21121 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21122 (gst_ogg_mux_change_state):
21123 Fix ogg muxer again.
21125 2005-11-16 Wim Taymans <wim@fluendo.com>
21127 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21130 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21132 * ext/libvisual/visual.c: (gst_visual_init):
21133 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21134 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21135 (gst_ogg_parse_chain):
21136 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21137 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21138 * ext/theora/theoradec.c: (gst_theora_dec_init):
21139 * ext/theora/theoraenc.c: (gst_theora_enc_init):
21140 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21141 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21142 * gst/adder/gstadder.c: (gst_adder_class_init),
21143 (gst_adder_dispose):
21144 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21145 * gst/subparse/gstsubparse.c: (gst_subparse_init):
21146 * gst/videorate/gstvideorate.c: (gst_videorate_init):
21147 Fix a whole set of pad template leaks
21149 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21151 * check/generic/states.c: (GST_START_TEST):
21152 fix the test so that it only checks for elements that are part of
21155 2005-11-16 Michael Smith <msmith@fluendo.com>
21157 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21158 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21159 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21160 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21161 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21162 (gst_ogg_mux_change_state):
21163 Fix leaking collectpads.
21165 2005-11-16 Edward Hervey <edward@fluendo.com>
21167 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21168 (gst_videorate_event), (gst_videorate_chain):
21169 Handle segment seeks
21171 2005-11-16 Wim Taymans <wim@fluendo.com>
21173 * gst-libs/gst/audio/gstbaseaudiosink.c:
21174 (gst_base_audio_sink_provide_clock),
21175 (gst_base_audio_sink_change_state):
21176 Set ringbuffer to non-flushing when going to PAUSED, set to
21177 flushing again when going to READY.
21179 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21180 (gst_ring_buffer_stop):
21181 Start in flushing mode by default.
21182 Don't set flushing in the _stop method, let the app call
21185 2005-11-16 Julien MOUTTE <julien@moutte.net>
21187 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21188 * gst-libs/gst/video/videosink.h: Add helper function needed
21191 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
21193 * gst/videoscale/gstvideoscale.c:
21194 (gst_videoscale_handle_src_event):
21195 Don't leak reference to pad parent.
21197 2005-11-16 Wim Taymans <wim@fluendo.com>
21199 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21200 Set ringbuffer to flushing when stopping so that we don't
21201 block on wait_segment anymore and livelock.
21203 2005-11-16 Wim Taymans <wim@fluendo.com>
21205 * examples/seeking/seek.c: (send_event), (do_seek),
21206 (loop_toggle_cb), (segment_done), (main):
21207 Added looping checkbox.
21209 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21211 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21212 (gst_ogg_demux_init):
21213 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21214 (gst_vorbis_dec_init):
21215 revert unrefs, they don't pass make check
21217 2005-11-15 Johan Dahlin <johan@gnome.org>
21219 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21220 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21221 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21222 (gst_vorbis_dec_init):
21223 Fix pad template leaks.
21225 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
21227 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21228 Make state change function thread safe.
21230 2005-11-15 Edward Hervey <edward@fluendo.com>
21232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21233 (gst_ogg_demux_class_init):
21234 Implement GstElement::send_event, so we can send seek events
21237 2005-11-14 Julien MOUTTE <julien@moutte.net>
21239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21240 Discovered how to take away flickering while resizing the
21241 window. Please don't put that in ximagesink, refactoring in
21244 2005-11-14 Michael Smith <msmith@fluendo.com>
21246 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21247 (gst_multifdsink_render):
21248 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21250 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
21252 * gst/playback/gstplaybin.c: (gen_audio_element):
21253 Use autoaudiosink, it tends to be more widely available than
21256 2005-11-14 Andy Wingo <wingo@pobox.com>
21258 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21259 as well if it is available. Fixes #316442.
21261 2005-11-14 Michael Smith <msmith@fluendo.com>
21263 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21264 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21265 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21266 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21267 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21268 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21269 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21270 (gst_vorbisenc_change_state):
21271 Fix a small memory leak in vorbisenc.
21272 Fix large memory leaks in oggmux, also fix lots of state change
21275 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
21277 * gst/videotestsrc/gstvideotestsrc.c:
21278 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21279 (gst_videotestsrc_src_fixate):
21280 move fixation to a fixate function
21281 remove negotiate function, basesrc's is good enough
21282 fixes a bug for check when using the element alone
21284 2005-11-13 Edward Hervey <edward@fluendo.com>
21286 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21287 (key_toggle_cb), (main):
21288 Added checkboxes for adding/removing the accurate and key_unit seek
21291 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21293 * configure.ac: back to HEAD
21295 === release 0.9.5 ===
21297 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21300 releasing 0.9.5, "No No Kia"
21302 2005-11-11 Edward Hervey <edward@fluendo.com>
21304 * examples/seeking/seek.c: (make_parselaunch_pipeline):
21305 Added parse-launch syntax seeking mode for the seeking example.
21306 This should help stress-test even more cases.
21307 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21309 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21311 * sys/xvimage/xvimagesink.c:
21312 (gst_xvimagesink_navigation_send_event):
21313 Check whether peer pad exists before sending navigation events
21316 2005-11-11 Michael Smith <msmith@fluendo.com>
21318 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21319 (gst_vorbisenc_buffer_from_packet):
21320 * ext/vorbis/vorbisenc.h:
21321 Set duration on encoded buffers. This allows oggmux's
21322 max_page_delay parameter to actually work.
21324 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21326 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21327 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21328 (gst_ffmpegcsp_avpicture_fill):
21329 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21330 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21331 Make palettes work again (see #132341). Use our own macros
21334 2005-11-10 Andy Wingo <wingo@pobox.com>
21336 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21339 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21341 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21342 (gst_ffmpegcsp_transform_caps):
21343 Prefer passthrough in transform_caps
21345 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21347 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21348 check for ALSA errors properly, instead of relying on ALSA's
21349 error strings to serve to the user.
21351 2005-11-10 Wim Taymans <wim@fluendo.com>
21353 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21354 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21355 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21356 Modernise the seek code.
21358 2005-11-10 Michael Smith <msmith@fluendo.com>
21360 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21361 (setup_substreams), (set_active_source):
21362 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21363 trying to go to NULL if we failed to read a file.
21365 2005-11-10 Wim Taymans <wim@fluendo.com>
21367 * gst/audiotestsrc/gstaudiotestsrc.c:
21368 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21369 (gst_audiotestsrc_create):
21370 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21371 (gst_sinesrc_get_times), (gst_sinesrc_create):
21372 * gst/videotestsrc/gstvideotestsrc.c:
21373 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21374 (gst_videotestsrc_create):
21375 The base class can now sync for us.
21377 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21379 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21380 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21381 name=source autoprobe=false autoprobe-fps=false copy-mode=1
21382 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21383 format=(fourcc)I420" ! xvimagesink
21385 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
21387 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21388 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21389 (gst_sinesrc_newsegment):
21390 Send newsegment event in TIME format, set duration if
21391 num-buffers is set, fix duration querying.
21393 2005-11-10 Michael Smith <msmith@fluendo.com>
21395 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21396 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21397 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21398 (gst_ogg_mux_collected):
21399 Fix EOS handling, partially. Now forwarding an EOS event once we have
21400 EOS on all pads works correctly. However, we still don't properly set
21401 EOS on the actual ogg stream pages.
21403 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
21405 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21406 Set elements to NULL state before disposing of them.
21408 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
21410 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21412 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21413 (gst_base_rtp_depayload_init),
21414 (gst_base_rtp_depayload_set_gst_timestamp):
21415 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21416 We need to send a newsegment event for each instance, not
21417 just for the first instance of this class (get rid of
21418 static variable in function). (#321011).
21420 2005-11-08 Michael Smith <msmith@fluendo.com>
21422 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21423 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21424 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21425 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21426 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21427 This makes us mux things correctly according to the ogg muxing
21428 rules. Still not handling EOS correctly right now, though.
21430 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21432 * gst/audioconvert/gstaudioconvert.c:
21435 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21437 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21438 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21439 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21440 creating a new chain; should fix live streaming. Also
21441 add more debug output and fix a typo.
21443 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21445 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21447 * gst/volume/gstvolume.c: (volume_set_caps):
21448 Fix compilation on Solaris with Forte. (#320923)
21450 2005-11-08 Wim Taymans <wim@fluendo.com>
21452 * gst-libs/gst/audio/gstbaseaudiosink.c:
21453 (gst_base_audio_sink_render):
21454 No need to do a typecheck.
21456 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21458 * ext/alsa/gstalsa.h:
21459 We register a debug category, so let's use it.
21461 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21463 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21464 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21465 Fixed a small problem.
21467 2005-11-04 Wim Taymans <wim@fluendo.com>
21469 * examples/seeking/Makefile.am:
21470 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21471 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21472 (make_playerbin_pipeline), (format_value), (update_scale),
21473 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21474 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21475 (print_usage), (main):
21476 Added app for playback speed testing.
21478 * examples/seeking/seek.c: (dynamic_link),
21479 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21480 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21481 (message_received), (main):
21482 Updated seek example.
21484 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21486 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21487 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21488 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21489 (gst_base_rtp_depayload_set_clock):
21490 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21491 Don't sleep on the bench (system clock) when you have a nice
21492 comfortable bed (Gstreamer clock) to sleep on.
21494 2005-11-03 Wim Taymans <wim@fluendo.com>
21496 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21497 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21498 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21499 Handle the case where a pad_block failed.
21501 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21503 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21505 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21506 (gst_base_rtp_depayload_add_to_queue),
21507 (gst_base_rtp_depayload_push),
21508 (gst_base_rtp_depayload_set_gst_timestamp),
21509 (gst_base_rtp_depayload_queue_release):
21510 Fixes some bugs in the depayloader's queuing/de-queueing code.
21512 2005-10-31 Michael Smith <msmith@fluendo.com>
21514 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21515 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21516 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21517 Patch from Alessandro Decina <alessandro@nnva.org>.
21518 Make oggdemux only find the final time in a chain, not per-pad,
21519 since the per-pad information can be very expensive to locate, and
21520 it isn't used anywhere. This makes reading a file containing
21521 OggSkeleton reasonably fast.
21522 Also, make chain finding work when there are logical bitstreams that
21523 can't be decoded. Fixes #319110.
21525 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21527 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21528 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21529 (gst_base_rtp_depayload_chain),
21530 (gst_base_rtp_depayload_add_to_queue),
21531 (gst_base_rtp_depayload_push),
21532 (gst_base_rtp_depayload_set_gst_timestamp),
21533 (gst_base_rtp_depayload_queue_release),
21534 (gst_base_rtp_depayload_start_thread),
21535 (gst_base_rtp_depayload_set_property),
21536 (gst_base_rtp_depayload_get_property):
21537 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21538 Some random fixes, to fullfill the desires of thomas.
21540 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21542 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21543 (gst_base_rtp_depayload_add_to_queue),
21544 (gst_base_rtp_depayload_push):
21545 Fixed the queueing algorithm.
21547 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21549 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21550 (gst_base_rtp_depayload_push):
21553 2005-10-31 Wim Taymans <wim@fluendo.com>
21555 * gst-libs/gst/audio/gstringbuffer.h:
21558 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21559 (gst_ffmpeg_caps_to_pixfmt):
21560 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21561 (gst_ffmpegcsp_set_caps):
21562 Some more comments.
21563 Handle missing required caps fields better.
21565 2005-10-31 Wim Taymans <wim@fluendo.com>
21567 * gst-libs/gst/audio/gstbaseaudiosink.c:
21568 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21569 (gst_base_audio_sink_render):
21570 * gst-libs/gst/audio/gstringbuffer.c:
21571 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21572 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21573 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21574 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21575 (gst_ring_buffer_read):
21576 * gst-libs/gst/audio/gstringbuffer.h:
21577 Add flushing mode to the ringbuffer so that it in all cases does
21578 not try to handle more audio. This makes sure it does not try to
21579 block anymore when flushing and fixes a livelock.
21581 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21583 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21584 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21585 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21586 Explicitly check for -1 values before doing a conversion
21587 and always map them to -1. (#315545)
21589 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21591 * gst/playback/gstplaybin.c: (gen_video_element):
21592 first try autovideosink, then xvimagesink, then error out
21594 add translatable file
21609 update translations
21611 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21613 * gst-libs/gst/rtp/gstbasedepayload.c:
21614 * gst-libs/gst/rtp/gstbasedepayload.h:
21617 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21619 * gst/playback/.cvsignore:
21620 * gst/playback/decodetest.c:
21621 * gst/playback/test3.c:
21622 Port these two tests as well.
21624 2005-10-27 Wim Taymans <wim@fluendo.com>
21626 * ext/theora/theoradec.c: (theora_dec_src_query),
21627 (theora_dec_sink_event):
21628 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21629 (theora_enc_change_state):
21630 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21631 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21632 Take proper locks when handling events.
21634 2005-10-27 Wim Taymans <wim@fluendo.com>
21636 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21637 (gst_adder_change_state):
21638 Fix timestamps and fix deadlock when stopping the collectpads.
21640 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21642 * gst-libs/gst/rtp/gstrtpbuffer.h:
21643 Declaring the payload types as strings too so that they can be used
21644 in the padtemplate inialization.
21646 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21648 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21650 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21651 (gst_base_rtp_depayload_class_init):
21652 Fixes a small but nasty bug. The derived elements no longer segfaults
21655 2005-10-26 Michael Smith <msmith@fluendo.com>
21657 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21658 When clearing an audioconvert context, set tmpbufsize to zero, so
21659 we'll allocate it again later if required.
21660 This fixes audioconvert re-negotiating formats, which previously
21661 segfaulted with a NULL destination buffer.
21663 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21665 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21666 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21667 (gst_base_rtp_depayload_set_gst_timestamp),
21668 (gst_base_rtp_depayload_queue_release):
21669 Fixed a smalll memleak.
21671 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21672 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21673 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21674 (gst_base_rtp_depayload_finalize),
21675 (gst_base_rtp_depayload_setcaps),
21676 (gst_base_rtp_depayload_add_to_queue),
21677 (gst_base_rtp_depayload_push),
21678 (gst_base_rtp_depayload_set_gst_timestamp),
21679 (gst_base_rtp_depayload_queue_release),
21680 (gst_base_rtp_depayload_thread),
21681 (gst_base_rtp_depayload_change_state):
21682 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21683 Changed the C++ comments to C comments
21685 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21687 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21688 * gst/tcp/gsttcpclientsrc.h:
21689 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21690 * gst/tcp/gsttcpserversrc.h:
21691 Remove unused 'curoffset' structure member.
21693 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21695 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21696 (gst_base_rtp_depayload_base_init),
21697 (gst_base_rtp_depayload_finalize):
21698 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21699 * gst-libs/gst/rtp/gstbasertppayload.h:
21700 The pad-template on the sinkpad should be set by the derived classes.
21701 Also added some useful macros.
21703 2005-10-24 Wim Taymans <wim@fluendo.com>
21705 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21706 Correctly flush decoder samples even if we could not
21707 copy them to an output buffer. Fixes #319618.
21709 2005-10-24 Julien MOUTTE <julien@moutte.net>
21711 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21713 the caps against our xcontext caps.
21715 2005-10-24 Wim Taymans <wim@fluendo.com>
21717 * gst-libs/gst/audio/gstbaseaudiosink.c:
21718 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21720 Use sync property from baseclass to disable sync.
21722 2005-10-24 Wim Taymans <wim@fluendo.com>
21724 * gst-libs/gst/audio/gstbaseaudiosink.c:
21725 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21726 Buffers with no timestamps get aligned with previous buffers or
21727 on underrun, played ASAP.
21729 2005-10-24 Julien MOUTTE <julien@moutte.net>
21731 * gst-libs/gst/video/video.h:
21732 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21733 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21735 here comes my change on caps for framerate and geometry range.
21736 We are now accepting 1 to MAXINT for width and height, and from
21737 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21738 to be blended correctly in videomixer.
21740 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21745 === release 0.9.4 ===
21747 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21752 releasing 0.9.4, "Velociraptor"
21754 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21756 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21760 2005-10-21 Wim Taymans <wim@fluendo.com>
21762 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21763 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21764 (pad_blocked), (close_pad_link), (new_pad):
21765 Don't try to remove elements twice.
21767 2005-10-21 Wim Taymans <wim@fluendo.com>
21769 * ext/theora/theoradec.c: (theora_dec_src_query),
21770 (theora_dec_sink_event):
21771 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21772 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21773 (vorbis_handle_data_packet):
21774 * ext/vorbis/vorbisdec.h:
21777 * gst-libs/gst/audio/gstbaseaudiosink.c:
21778 (gst_base_audio_sink_render):
21779 Don't try to sync on buffers without a timestamp.
21781 2005-10-21 Wim Taymans <wim@fluendo.com>
21783 * ext/theora/theoradec.c: (theora_dec_src_query),
21784 (theora_dec_sink_event):
21785 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21786 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21787 (vorbis_handle_data_packet):
21788 * ext/vorbis/vorbisdec.h:
21791 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21793 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21794 (gst_vorbisenc_src_query):
21795 Implement position and duration queries.
21797 * gst/playback/test3.c: (update_scale), (main):
21798 Fix for async state changes and print nicer output.
21800 2005-10-20 Wim Taymans <wim@fluendo.com>
21802 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21803 (dump_element_stats), (main):
21804 * gst/playback/test6.c: (main):
21807 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21809 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21810 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21811 Don't use functions for position queries when handling
21814 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21816 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21817 (vorbis_handle_data_packet), (vorbis_dec_chain),
21818 (vorbis_dec_change_state):
21819 * ext/vorbis/vorbisdec.h:
21820 Vorbis streams can be embedded in other container formats
21821 than ogg, container formats where the demuxer might set
21822 timestamps on encoded vorbis buffers instead of those silly
21823 granulepos thingies. In short: make vorbisdec handle
21824 timestamps on incoming buffers as well.
21826 2005-10-20 Wim Taymans <wim@fluendo.com>
21828 * gst/playback/gstplaybasebin.c: (group_destroy),
21829 (gst_play_base_bin_change_state):
21831 Handle case where playbasebin is now ASYNC because
21834 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21836 * gst/audioconvert/Makefile.am:
21837 * gst/audioconvert/bufferframesconvert.c:
21838 * gst/audioconvert/plugin.c: (plugin_init):
21839 * gst/audioconvert/plugin.h:
21840 And bye bye buffer-frames-convert
21842 2005-10-19 Wim Taymans <wim@fluendo.com>
21844 * check/elements/audioconvert.c:
21845 * docs/libs/tmpl/gstaudio.sgml:
21846 * docs/libs/tmpl/gstcolorbalance.sgml:
21847 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21848 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21849 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21850 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21851 * gst-libs/gst/audio/audio.h:
21852 * gst/audioconvert/audioconvert.h:
21853 * gst/audioconvert/gstaudioconvert.c:
21854 (gst_audio_convert_parse_caps):
21855 * gst/volume/gstvolume.c:
21856 Bye bye buffer-frames.
21858 2005-10-19 Wim Taymans <wim@fluendo.com>
21860 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21861 (query_positions_elems), (query_positions_pads), (update_scale),
21862 (do_seek), (set_update_scale), (message_received), (main):
21863 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21864 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21865 (gst_ogg_demux_loop):
21866 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21867 * ext/theora/theoradec.c: (theora_dec_src_query),
21868 (theora_dec_sink_event):
21869 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21870 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21871 * gst/adder/gstadder.c: (gst_adder_query):
21872 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21873 * gst/playback/test3.c: (update_scale):
21874 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21875 (dump_element_stats), (main):
21876 * gst/playback/test6.c: (main):
21877 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21880 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21882 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21883 (xml_check_first_element), (xml_type_find), (smil_type_find),
21885 Add typefinding for SMIL and for generic XML. Based on patch by
21886 Akos Maroy (#308663).
21888 2005-10-18 Wim Taymans <wim@fluendo.com>
21890 * gst/playback/Makefile.am:
21891 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21892 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21893 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21894 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21895 (gst_decode_bin_change_state):
21896 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21897 (gst_play_bin_send_event_to_sink):
21898 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21899 (dump_element_stats), (main):
21900 * gst/playback/test6.c: (main):
21901 Make playbin async, it'll commit state to paused when all streams
21904 Added test6.c to show async behaviour.
21906 2005-10-18 Wim Taymans <wim@fluendo.com>
21908 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21909 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21910 Fix for segment-start/stop API change.
21912 2005-10-18 Wim Taymans <wim@fluendo.com>
21914 * check/Makefile.am:
21915 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21917 Add future test for clock selection.
21919 2005-10-18 Wim Taymans <wim@fluendo.com>
21921 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21922 (gst_alsasink_close):
21923 Set handle to NULL.
21925 * gst-libs/gst/audio/gstringbuffer.c:
21926 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21927 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21928 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21929 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21930 (gst_ring_buffer_read):
21933 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21935 * gst/audiotestsrc/Makefile.am:
21936 * gst/sine/Makefile.am:
21937 * gst/volume/Makefile.am:
21938 fix broken build of controllerized plugins
21940 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21942 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21944 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21945 (gst_riff_create_video_template_caps):
21946 Add support for Indeo-3 (IV32).
21948 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21953 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21955 * gst-libs/gst/video/video.c: (gst_video_get_size):
21956 * gst/audiotestsrc/gstaudiotestsrc.c:
21959 2005-10-17 Andy Wingo <wingo@pobox.com>
21961 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21962 with the collectpads change.
21963 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21965 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21967 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21969 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21970 alloc_buffer flow return to callers.
21971 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21972 change. Fix some memleaks in theoraenc.
21974 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21975 in strange circumstance.
21977 2005-10-17 Julien MOUTTE <julien@moutte.net>
21979 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21980 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21981 from caps, let's use the caps...
21983 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21986 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21988 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21990 * gst-libs/gst/interfaces/Makefile.am:
21993 2005-10-16 Andy Wingo <wingo@pobox.com>
21995 * gst/playback/gstdecodebin.c
21996 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21998 (try_to_link_1): Increase kraziness level.
22000 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
22003 restructure like the core one
22004 * gst-libs/gst/audio/Makefile.am:
22005 * gst-libs/gst/interfaces/Makefile.am:
22006 * gst-libs/gst/net/Makefile.am:
22007 * gst-libs/gst/riff/Makefile.am:
22008 * gst-libs/gst/rtp/Makefile.am:
22009 * gst-libs/gst/tag/Makefile.am:
22010 * gst-libs/gst/video/Makefile.am:
22011 use correct linker flags, now the libs are properly versioned
22012 * check/elements/audioconvert.c: (verify_convert):
22013 * ext/alsa/gstalsaplugin.c:
22014 * ext/cdparanoia/gstcdparanoia.c:
22015 * ext/gnomevfs/gstgnomevfs.c:
22016 * ext/libvisual/visual.c:
22017 * ext/ogg/gstogg.c:
22018 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
22019 * ext/theora/theora.c:
22020 * ext/vorbis/vorbis.c:
22021 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22022 * gst-libs/gst/tag/gsttagediting.c:
22023 * gst-libs/gst/video/video.c:
22024 * gst/adder/gstadder.c:
22025 * gst/audioconvert/plugin.c:
22026 * gst/audiorate/gstaudiorate.c:
22027 * gst/audioresample/gstaudioresample.c:
22028 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22029 * gst/audioscale/gstaudioscale.c:
22030 * gst/audioscale/resample.c:
22031 * gst/audiotestsrc/gstaudiotestsrc.c:
22032 * gst/ffmpegcolorspace/gstffmpeg.c:
22033 * gst/playback/gstdecodebin.c: (close_pad_link):
22034 * gst/playback/gstplaybin.c: (gen_video_element),
22035 (gen_audio_element):
22036 * gst/sine/gstsinesrc.c:
22037 * gst/subparse/gstsubparse.c:
22038 * gst/tags/gsttagediting.c:
22039 * gst/tcp/gsttcpplugin.c:
22040 * gst/typefind/gsttypefindfunctions.c:
22041 * gst/videorate/gstvideorate.c:
22042 * gst/videoscale/gstvideoscale.c:
22043 * gst/videotestsrc/gstvideotestsrc.c:
22044 * gst/volume/gstvolume.c:
22045 * sys/v4l/gstv4l.c:
22046 * sys/ximage/ximage.c:
22047 * sys/xvimage/xvimagesink.c:
22050 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
22052 * ext/vorbis/vorbisenc.c:
22053 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22054 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
22055 (gst_tag_to_vorbis_comments):
22056 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22058 2005-10-13 Stefan Kost <ensonic@users.sf.net>
22060 * examples/stats/mp2ogg.c:
22061 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22064 2005-10-13 Michael Smith <msmith@fluendo.com>
22066 * ext/ogg/gstoggmux.c:
22067 Use magic glib macros to define constants as 64 bit, to ensure
22068 appropriate vararg passing.
22070 2005-10-13 Michael Smith <msmith@fluendo.com>
22072 * ext/ogg/gstoggmux.c:
22073 * gst/audioconvert/audioconvert.c: (float):
22074 Don't use LL suffix, as it's not portable, and neither of these
22075 uses required it anyway.
22077 2005-10-12 Stefan Kost <ensonic@users.sf.net>
22079 * examples/indexing/indexmpeg.c: (main):
22080 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22081 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22082 (cdparanoia_convert), (cdparanoia_query):
22083 * ext/cdparanoia/gstcdparanoia.h:
22084 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22085 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22086 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22087 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22088 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22089 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22090 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22091 (gst_multifdsink_render), (gst_multifdsink_start),
22092 (gst_multifdsink_stop):
22093 * gst/tcp/gstmultifdsink.h:
22094 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22095 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22096 (gst_tcpclientsink_stop):
22097 * gst/tcp/gsttcpclientsink.h:
22098 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22099 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22100 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22101 * gst/tcp/gsttcpclientsrc.h:
22102 * gst/tcp/gsttcpserversink.h:
22103 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22104 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22105 (gst_tcpserversrc_stop):
22106 * gst/tcp/gsttcpserversrc.h:
22107 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22108 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22109 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22110 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22111 moved bitshift from macro to enum definition
22113 2005-10-12 Wim Taymans <wim@fluendo.com>
22115 * examples/seeking/Makefile.am:
22118 2005-10-12 Wim Taymans <wim@fluendo.com>
22120 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22121 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22122 Don't assert on normal stuff.
22124 * gst/playback/gstplaybin.c: (do_playbin_seek):
22127 2005-10-12 Wim Taymans <wim@fluendo.com>
22129 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22130 * examples/seeking/Makefile.am:
22131 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22132 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22133 (do_seek), (set_update_scale), (message_received), (main):
22134 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22135 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22136 Update for _get_state() API change.
22138 2005-10-11 Wim Taymans <wim@fluendo.com>
22140 * gst-libs/gst/audio/gstbaseaudiosink.c:
22141 (gst_base_audio_sink_render):
22142 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22143 (gst_base_audio_src_create):
22144 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22145 (gst_ring_buffer_read):
22147 Commit and read from ringbuffer in samples rather than bytes.
22149 2005-10-11 Wim Taymans <wim@fluendo.com>
22151 * gst-libs/gst/audio/gstbaseaudiosink.c:
22152 (gst_base_audio_sink_render):
22153 Respect segment rate and accum when scheduling samples.
22155 2005-10-11 Julien MOUTTE <julien@moutte.net>
22157 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22158 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22159 EOS correctly, that needs more work.
22161 2005-10-11 Wim Taymans <wim@fluendo.com>
22163 * check/generic/states.c: (GST_START_TEST):
22164 remove old property.
22166 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22167 (gst_ogg_demux_perform_seek):
22168 * ext/theora/theoradec.c: (theora_dec_sink_event):
22169 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22170 (vorbis_handle_data_packet):
22171 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22172 (gst_base_rtp_depayload_set_gst_timestamp):
22173 * gst/videorate/gstvideorate.c: (gst_videorate_event):
22174 Update for newsegment API change.
22176 2005-10-11 Michael Smith <msmith@fluendo.com>
22178 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22179 (do_playbin_seek), (gst_play_bin_send_event):
22180 Override send_event differently, so that we can takes bits of
22181 functionality from GstPipeline (special handling for seeks,
22182 including pausing/resuming, and resetting stream time) and still get
22183 the appropriate behaviour of only forwarding event to a single sink,
22184 rather than all of them.
22185 Unfortunately requires a lot of code duplication, but the
22186 alternatives are equally ugly in the end.
22188 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
22190 * check/elements/audioconvert.c: (setup_audioconvert),
22191 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22192 (GST_START_TEST), (audioconvert_suite):
22193 clean up tests a little, fix some leaks.
22195 2005-10-10 Wim Taymans <wim@fluendo.com>
22197 * ext/alsa/gstalsasink.c:
22198 Also allow unsigned int.
22200 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22201 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22204 2005-10-10 Wim Taymans <wim@fluendo.com>
22206 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22207 Small update, use API as stated in design docs.
22209 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22210 (update_scale), (do_seek), (seek_cb), (set_update_scale),
22211 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22212 (message_received), (main):
22213 Updated seek example for GOption. Some usability improvements.
22215 2005-10-10 Wim Taymans <wim@fluendo.com>
22217 * gst/audioconvert/audioconvert.h:
22218 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22219 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22220 Alloc temp storage somewhere else where we can do it more
22223 2005-10-10 Wim Taymans <wim@fluendo.com>
22225 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22226 (gst_tcpserversrc_start):
22227 Don't block in accept while doing the state change, move
22228 to poll and make cancellable.
22230 2005-10-09 Philippe Khalaf <burger@speedy.org>
22232 * gst-libs/gst/rtp/rtpbasedepayload.c:
22233 Set timestamp and add queue delay to timestamp
22234 * gst-libs/gst/rtp/rtpbuffer.h:
22235 Set correct payload type for h263
22237 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22239 * gst/audiotestsrc/gstaudiotestsrc.c:
22240 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22241 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22242 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22243 (gst_audiotestsrc_create_triangle),
22244 (gst_audiotestsrc_create_silence),
22245 (gst_audiotestsrc_create_white_noise),
22246 (gst_audiotestsrc_init_pink_noise),
22247 (gst_audiotestsrc_generate_pink_noise_value),
22248 (gst_audiotestsrc_create_pink_noise),
22249 (gst_audiotestsrc_change_wave):
22250 * gst/audiotestsrc/gstaudiotestsrc.h:
22251 fixed typo, added pink noise
22253 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22255 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22257 Add wavpack and spc typefind functions from 0.8 branch.
22259 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22261 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22262 (ar_type_find), (msdos_type_find), (plugin_init):
22263 Add typefind functions for tar archives, ar archives,
22264 RAR archives, and msdos-executables (dlls, exe, etc.).
22265 Some of those would be wrongly identified as mpeg
22266 streams of some sort before (#315550).
22268 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22271 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22272 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22273 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22274 * gst/audiotestsrc/Makefile.am:
22275 * gst/audiotestsrc/gstaudiotestsrc.c:
22276 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22277 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22278 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22279 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22280 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22281 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22282 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22283 (gst_audiotestsrc_create_silence),
22284 (gst_audiotestsrc_create_white_noise),
22285 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22286 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22287 (gst_audiotestsrc_start), (plugin_init):
22288 * gst/audiotestsrc/gstaudiotestsrc.h:
22289 add new plugin and element
22290 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22293 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22295 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22296 (gst_adder_init), (gst_adder_request_new_pad),
22297 (gst_adder_change_state):
22298 Add query function to source pad, so adder reports the correct
22299 time/sample position when queried (#315457); fix state change
22300 function; use GST_DEBUG_FUNCPTR() for pad functions.
22302 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
22304 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22305 Fix leaks in typefind registration
22306 Clean up the gratuitous commenting and whitespacing a little
22308 2005-10-08 Wim Taymans <wim@fluendo.com>
22310 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22311 Only actually wait for the thread to be stopped if it's
22314 2005-10-08 Wim Taymans <wim@fluendo.com>
22316 * gst-libs/gst/audio/gstbaseaudiosink.c:
22317 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22318 If we receive EOS we can start playback of what we had.
22320 2005-10-08 Wim Taymans <wim@fluendo.com>
22322 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22323 (gst_multifdsink_finalize), (multifdsink_hash_remove),
22324 (gst_multifdsink_stop):
22325 Fix crasher when going to NULL multiple times.
22327 2005-10-06 Wim Taymans <wim@fluendo.com>
22329 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22330 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22331 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22332 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22333 patch from Edgard Lima <edgard.lima@indt.org.br>
22334 Fixed gstbaseaudiosrc adding ring buffer sync to it.
22336 2005-10-06 Wim Taymans <wim@fluendo.com>
22338 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22339 Report the FLOW_RETURN as string in the error message.
22341 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22342 Don't assert when clearing an unnegotiated buffer.
22344 2005-10-04 Michael Smith <msmith@fluendo.com>
22346 * gst/playback/gstplaybasebin.c: (group_destroy),
22347 (gen_preroll_element), (remove_groups), (setup_source):
22348 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22349 (setup_sinks), (gst_play_bin_send_event),
22350 (gst_play_bin_change_state):
22351 Set state to NULL before removing from bin. Fix refcounting.
22353 2005-10-04 Michael Smith <msmith@fluendo.com>
22355 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22356 Correct refcounting in send_event() function. Previously was wrong
22357 if the first sink was unable to handle the event.
22359 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22362 back to development
22364 === release 0.9.3 ===
22366 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22369 Releasing 0.9.3, "De Facto"
22371 2005-10-03 Andy Wingo <wingo@pobox.com>
22373 * gst/playback/gstdecodebin.c (try_to_link_1)
22374 (remove_element_chain): set element to NULL before removing it.
22376 2005-10-02 Johan Dahlin <johan@gnome.org>
22378 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
22379 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22382 2005-10-02 Andy Wingo <wingo@pobox.com>
22384 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
22385 (gst_ring_buffer_prepare_read):
22386 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22389 2005-09-29 Wim Taymans <wim@fluendo.com>
22391 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22392 * ext/theora/theoradec.c: (theora_handle_data_packet):
22393 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22394 Propagate error codes from alloc_buffer too.
22396 2005-09-29 Wim Taymans <wim@fluendo.com>
22398 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22401 * gst/playback/Makefile.am:
22402 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22403 (dump_element_stats), (main):
22404 Added example stream introspection code.
22406 2005-09-28 Stefan Kost <ensonic@users.sf.net>
22408 * gst/adder/gstadder.c: (gst_adder_collected):
22409 fix adder for float elements
22411 2005-09-28 Wim Taymans <wim@fluendo.com>
22413 * gst-libs/gst/audio/gstbaseaudiosink.c:
22414 (gst_base_audio_sink_class_init),
22415 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22416 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22417 (gst_base_audio_src_class_init),
22418 (gst_base_audio_src_provide_clock):
22419 get_clock -> provide_clock
22421 2005-09-28 Andy Wingo <wingo@pobox.com>
22423 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22426 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22429 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22430 Actually add the pad template.
22431 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22433 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22436 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22437 from fdsrc. Get caps in create() instead of start() so it can be
22438 interrupted. Interruption somewhat untested.
22440 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22441 Proper EOS handling.
22443 2005-09-27 Andy Wingo <wingo@pobox.com>
22445 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22447 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22449 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22451 * gst/tcp/gsttcp.h:
22452 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22453 out of tcpclientsrc.c. Cancellable.
22454 (gst_tcp_socket_read): Made private, cancellable, with better
22455 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22456 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22457 whole buffer, and better diagnostics.
22458 (gst_tcp_gdp_read_caps): Same.
22460 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22462 2005-09-26 Andy Wingo <wingo@pobox.com>
22464 * gst/sine/gstsinesrc.h:
22465 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22466 change the 'sync' property to 'is-live' and implement it halfway,
22467 update for controller api change.
22469 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22470 controller api change.
22472 2005-09-24 Wim Taymans <wim@fluendo.com>
22474 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22475 * gst-libs/gst/audio/gstaudiosink.c:
22476 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22477 (gst_audioringbuffer_stop):
22478 * gst-libs/gst/audio/gstbaseaudiosink.c:
22479 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22480 (gst_base_audio_sink_change_state):
22481 * gst-libs/gst/audio/gstbaseaudiosink.h:
22482 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22483 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22484 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22485 * gst-libs/gst/audio/gstringbuffer.h:
22486 Fix sync again. Moved sample alignment to basesink.
22488 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22490 * docs/plugins/Makefile.am:
22491 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22492 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22493 * gst/volume/gstvolume.c:
22495 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22496 * gst-libs/gst/audio/audio.h:
22497 add conversion macros for frames <-> clocktime
22499 2005-09-23 David Schleef <ds@schleef.org>
22501 * gst/audioresample/Makefile.am:
22502 * gst/audioresample/debug.h:
22503 * gst/audioresample/gstaudioresample.c:
22504 * gst/audioresample/resample.c: Convert to using gst debugging
22506 2005-09-22 Wim Taymans <wim@fluendo.com>
22508 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22509 (gst_play_bin_send_event):
22510 Only seek on one sink, the first one that succeeds.
22512 2005-09-22 Michael Smith <msmith@fluendo.com>
22514 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22515 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22516 Don't flush encoder state unless we have an initialised encoder.
22517 Clear out encoder state on PAUSED_TO_READY.
22519 2005-09-22 Wim Taymans <wim@fluendo.com>
22521 * gst-libs/gst/rtp/gstbasertppayload.c:
22522 (gst_basertppayload_class_init), (gst_basertppayload_init),
22523 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22524 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22525 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22526 (gst_basertppayload_set_property),
22527 (gst_basertppayload_get_property),
22528 (gst_basertppayload_change_state):
22529 * gst-libs/gst/rtp/gstbasertppayload.h:
22530 Added max-ptime to control amount of data in the rtp packets.
22532 2005-09-21 Andy Wingo <wingo@pobox.com>
22534 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22537 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22538 can be called multiple times, dogs.
22540 2005-09-21 Wim Taymans <wim@fluendo.com>
22542 * gst-libs/gst/rtp/gstbasertppayload.c:
22543 (gst_basertppayload_class_init), (gst_basertppayload_init),
22544 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22545 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22546 (gst_basertppayload_push), (gst_basertppayload_get_property),
22547 (gst_basertppayload_change_state):
22550 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22552 * docs/libs/compiling.sgml:
22555 2005-09-20 Wim Taymans <wim@fluendo.com>
22557 * gst-libs/gst/rtp/gstbasertppayload.c:
22558 (gst_basertppayload_class_init), (gst_basertppayload_init),
22559 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22560 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22561 (gst_basertppayload_push), (gst_basertppayload_set_property),
22562 (gst_basertppayload_get_property),
22563 (gst_basertppayload_change_state):
22564 * gst-libs/gst/rtp/gstbasertppayload.h:
22565 Added property to configure sequence number offsets.
22567 2005-09-20 Wim Taymans <wim@fluendo.com>
22569 * gst-libs/gst/rtp/gstbasertppayload.c:
22570 (gst_basertppayload_class_init), (gst_basertppayload_init),
22571 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22572 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22573 (gst_basertppayload_push), (gst_basertppayload_set_property),
22574 (gst_basertppayload_get_property),
22575 (gst_basertppayload_change_state):
22576 * gst-libs/gst/rtp/gstbasertppayload.h:
22577 Make timestamp offset configurable.
22579 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22581 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22582 fix wrong pop/unref
22584 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22586 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22588 * gst-libs/gst/interfaces/propertyprobe.c:
22589 (gst_property_probe_probe_property_name),
22590 (gst_property_probe_needs_probe_name),
22591 (gst_property_probe_get_values_name),
22592 (gst_property_probe_probe_and_get_values_name):
22593 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22594 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22596 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22598 * check/Makefile.am:
22599 have some tests be disabled for valgrinding
22600 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22602 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22603 Fix A Leak. Chain To Parent Finalize.
22605 2005-09-19 Wim Taymans <wim@fluendo.com>
22607 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22608 Fixed wav pipeline.
22610 2005-09-19 Wim Taymans <wim@fluendo.com>
22612 * gst-libs/gst/rtp/gstbasertppayload.c:
22613 (gst_basertppayload_class_init), (gst_basertppayload_init),
22614 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22615 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22616 (gst_basertppayload_push), (gst_basertppayload_get_property),
22617 (gst_basertppayload_change_state):
22618 Posting ERROR and WARNING messages is good.
22620 2005-09-19 Wim Taymans <wim@fluendo.com>
22622 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22623 (gst_base_rtp_depayload_add_to_queue),
22624 (gst_base_rtp_depayload_push),
22625 (gst_base_rtp_depayload_set_gst_timestamp),
22626 (gst_base_rtp_depayload_queue_release):
22627 This one was not supposed to go in.
22629 2005-09-19 Wim Taymans <wim@fluendo.com>
22631 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22634 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22635 (gst_base_rtp_depayload_chain),
22636 (gst_base_rtp_depayload_add_to_queue),
22637 (gst_base_rtp_depayload_push),
22638 (gst_base_rtp_depayload_set_gst_timestamp),
22639 (gst_base_rtp_depayload_queue_release):
22642 * gst-libs/gst/rtp/gstbasertppayload.c:
22643 (gst_basertppayload_class_init), (gst_basertppayload_init),
22644 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22645 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22646 (gst_basertppayload_get_property),
22647 (gst_basertppayload_change_state):
22648 Added debugging category.
22650 2005-09-18 David Schleef <ds@schleef.org>
22652 * gst/playback/gstdecodebin.c: free plugin list correctly
22653 * gst/playback/gstplaybin.c: emit warning if autovideosink
22654 and autoaudiosink can't be found (instead of segfaulting)
22656 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22658 * check/elements/audioconvert.c: (GST_START_TEST):
22659 try out 24 bit conversion
22661 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22663 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22664 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22665 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22666 * ext/vorbis/vorbisenc.h:
22667 Fix EOS handling. Still needs a fix in the ogg muxer to
22668 mark the last page as eos.
22670 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22672 * common/gtk-doc-plugins.mak:
22673 * docs/plugins/Makefile.am:
22674 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22675 * gst/ffmpegcolorspace/Makefile.am:
22676 * gst/ffmpegcolorspace/avcodec.h:
22677 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22678 * gst/tcp/gstmultifdsink.c:
22679 fix up ffmpegcolorspace docs; extract header
22681 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22683 * common/gtk-doc-plugins.mak:
22684 * docs/plugins/Makefile.am:
22685 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22686 * ext/theora/Makefile.am:
22687 * ext/theora/gsttheoraenc.h:
22688 * ext/theora/theoraenc.c:
22689 * ext/vorbis/vorbisenc.c:
22690 pick up signals and args for vorbis; add some docs for vorbis
22692 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22694 * common/gstdoc-scangobj:
22695 * common/gtk-doc-plugins.mak:
22696 * docs/libs/Makefile.am:
22697 * docs/plugins/gst-plugins-base-plugins.args:
22698 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22699 * docs/plugins/gst-plugins-base-plugins.interfaces:
22700 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22701 * docs/plugins/gst-plugins-base-plugins.signals:
22702 only scanobj stuff from our source module. Not sure yet
22703 if that's correct, given the hierarchy stuff :)
22705 2005-09-15 Wim Taymans <wim@fluendo.com>
22707 * gst/audioconvert/gstaudioconvert.c:
22708 And enable 24 bits mode as well..
22710 2005-09-15 Wim Taymans <wim@fluendo.com>
22712 * gst-libs/gst/rtp/Makefile.am:
22713 * gst-libs/gst/rtp/gstbasertppayload.c:
22714 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22715 (gst_basertppayload_class_init), (gst_basertppayload_init),
22716 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22717 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22718 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22719 (gst_basertppayload_set_property),
22720 (gst_basertppayload_get_property),
22721 (gst_basertppayload_change_state):
22722 * gst-libs/gst/rtp/gstbasertppayload.h:
22723 Added rtp payloader base class.
22725 2005-09-15 Andy Wingo <wingo@pobox.com>
22727 * configure.ac (plugindir): Remove the EOL matcher from the
22728 regexp, as it causes me problems. Libtool? Make? Who knows?
22730 2005-09-14 David Schleef <ds@schleef.org>
22732 * check/generic/states.c:
22733 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22734 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22735 Fixes for changes in registry API.
22737 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22738 to GST_PLUGIN_LDFLAGS.
22739 * ext/libvisual/visual.c: Make the library shut up.
22740 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22741 * gst-libs/gst/audio/gstaudiofilter.c: same
22743 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22745 * docs/plugins/Makefile.am:
22746 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22747 * docs/plugins/inspect/plugin-libvisual.xml:
22748 * docs/plugins/tmpl/element-tcpserversink.sgml:
22749 * ext/theora/theoraenc.c:
22750 add libvisual plugin and theoraenc element to docs
22752 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22754 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22755 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22756 * ext/theora/theoraenc.c:
22759 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22761 * gst/audioconvert/Makefile.am:
22762 Audioconvert derives from GstBaseTransform and should
22763 link to the library with our base elements to avoid
22764 unresolved symbols. Makes things work with MinGW (#316160)
22766 * gst/playback/test4.c: (main):
22767 Fix MinGW build problem and use g_usleep() instead of
22770 2005-09-12 Wim Taymans <wim@fluendo.com>
22772 * gst/audioconvert/audioconvert.c: (float),
22773 (audio_convert_prepare_context), (audio_convert_convert):
22774 * gst/audioconvert/audioconvert.h:
22775 Cleanups, speedups, simplifications, added back support
22778 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22780 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22781 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22782 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22783 * docs/plugins/tmpl/element-tcpserversink.sgml:
22784 * gst/ffmpegcolorspace/gstffmpeg.c:
22785 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22786 * gst/videotestsrc/gstvideotestsrc.c:
22787 * gst/volume/gstvolume.c:
22788 add more elements to the docs
22790 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22792 * check/Makefile.am:
22793 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22794 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22795 Add extra tests for basetransform based components.
22796 Comment out the test_element_negotiation test until we decide
22797 if it's testing correct behaviour.
22798 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22799 (gst_visual_chain), (gst_visual_change_state):
22800 Slightly more correct but still bogus timestamping.
22801 Fix state change function.
22802 * gst/audioconvert/gstaudioconvert.c:
22803 (gst_audio_convert_class_init):
22804 * gst/audioresample/gstaudioresample.c:
22805 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22806 (gst_ffmpegcsp_class_init):
22807 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22808 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22809 (gst_videoscale_prepare_image):
22810 * gst/volume/gstvolume.c: (gst_volume_class_init),
22811 (volume_transform_ip):
22812 Basetransform updates. Enable passthrough modes.
22813 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22814 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22815 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22816 Negotiation fix that allows the window to return to the original
22817 size and renegotiate passthrough upstream. Extra debug output.
22819 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22821 * gst/sine/gstsinesrc.c:
22822 * gst/volume/gstvolume.c:
22823 fix up header include
22825 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22827 * gst-libs/gst/audio/gstbaseaudiosink.c:
22828 (gst_base_audio_sink_render):
22829 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22830 * gst/volume/gstvolume.c: (gst_volume_class_init),
22831 (volume_transform):
22832 fixing lost sync, some more debugging
22834 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22836 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22837 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22838 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22839 (gst_xvimagesink_check_xshm_calls):
22840 Fix compilation when XShm is not available.
22842 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22844 * ext/libvisual/visual.c: (gst_visual_dispose),
22845 (gst_visual_getcaps), (gst_visual_src_setcaps),
22846 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22847 (gst_visual_change_state):
22848 Finish fixing up libvisual plugin so that it runs.
22850 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22852 * ext/vorbis/vorbisenc.c:
22853 * gst-libs/gst/tag/gstvorbistag.c:
22854 gsttaginterface.h -> gsttagsetter.h
22856 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22858 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22859 added another test that failes for me (test is not active by default)
22861 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22864 v4l2 is no longer in gst-plugins-base
22866 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22869 In the output at the end, don't show the first plugin on the same
22870 line as "Core plug-ins, always built:".
22871 Indent the output as for other plugin categories
22872 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22873 #define that can be used to not use peer buffer_alloc functions for
22875 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22876 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22877 (gst_ximagesink_show_frame):
22878 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22879 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22880 (gst_xvimagesink_show_frame):
22881 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22882 fails gracefully instead of XError aborting or deadlocking.
22884 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22886 * ext/libvisual/Makefile.am:
22887 link against gst-base-libs
22889 2005-09-06 David Schleef <ds@schleef.org>
22891 * configure.ac: Enable libvisual plugin.
22892 * ext/libvisual/Makefile.am:
22893 * ext/libvisual/visual.c: Fixes to make it compile.
22895 === release 0.9.2 ===
22897 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22902 * docs/random/ChangeLog-0.8:
22903 releasing 0.9.2, "Spoon"
22905 2005-09-05 Michael Smith <msmith@fluendo.com>
22907 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22908 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22909 that in the vorbisenc element.
22911 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22913 * common/gtk-doc-plugins.mak:
22914 * docs/plugins/Makefile.am:
22916 * gst/audioresample/resample.c:
22917 fix wrong docstring
22919 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22921 * common/gst-xmlinspect.py:
22922 * common/gtk-doc-plugins.mak:
22923 only inspect plugins for this given package
22924 require gst-python 0.9
22926 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22930 * common/gst-xmlinspect.py:
22932 * docs/Makefile.am:
22933 * docs/plugins/inspect/plugin-alsa.xml:
22934 * docs/plugins/inspect/plugin-audioresample.xml:
22935 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22936 * docs/plugins/inspect/plugin-ogg.xml:
22937 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22938 * docs/plugins/tmpl/element-multifdsink.sgml:
22939 * docs/plugins/tmpl/element-tcpserversink.sgml:
22940 * docs/plugins/tmpl/element-vorbisenc.sgml:
22941 * gst-plugins-base.spec.in:
22942 various doc-related updates
22944 2005-08-31 Wim Taymans <wim@fluendo.com>
22946 * gst-libs/gst/audio/gstbaseaudiosink.c:
22947 (gst_base_audio_sink_render):
22948 Resync if the buffer timestamps drift more than a 10th
22951 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22953 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22954 (gst_v4lsrc_get_property):
22955 The 'timestamp-offset' property is registered as an int64, so
22956 let's use g_value_{set|get}_int64() in our setter and getter
22957 functions (makes it work and fixes warnings with gst-inspect).
22959 2005-08-30 Wim Taymans <wim@fluendo.com>
22961 * check/elements/audioconvert.c: (setup_audioconvert):
22962 * check/elements/audioresample.c: (setup_audioresample):
22963 * check/elements/volume.c: (setup_volume):
22966 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22968 * common/gtk-doc-plugins.mak:
22969 * common/plugins.xsl:
22970 * docs/plugins/Makefile.am:
22971 make module a param
22973 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22975 * examples/seeking/seek.c: (make_mp3_pipeline),
22976 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22977 (play_cb), (pause_cb), (stop_cb):
22980 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22982 * gst/volume/gstvolume.c: (gst_volume_class_init),
22983 (volume_transform):
22984 do not update controlled params, if buffer has no timestamp
22986 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22989 * gst/sine/Makefile.am:
22990 * gst/volume/Makefile.am:
22991 controllerized elements also need to link against controller-libs ;)
22993 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22995 * docs/libs/tmpl/gstcolorbalance.sgml:
22996 * docs/libs/tmpl/gstgconf.sgml:
22997 * docs/libs/tmpl/gstmixer.sgml:
22998 * docs/libs/tmpl/gstringbuffer.sgml:
22999 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23000 (gst_sinesrc_create):
23001 * gst/volume/gstvolume.c: (gst_volume_class_init),
23002 (volume_transform):
23003 controllerized two audio plugins
23005 2005-08-29 Andy Wingo <wingo@pobox.com>
23007 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
23008 (vorbis_handle_data_packet): Fix some int overflow errors.
23010 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
23012 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
23014 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
23015 if it's valid. Fixed streaming-mode playback.
23017 * check/elements/volume.c (cleanup_volume): Fix for running
23020 * check/elements/audioconvert.c: Convert from native endian, not
23023 2005-08-29 Michael Smith <msmith@fluendo.com>
23025 * ext/ogg/Makefile.am:
23026 * ext/ogg/gstogg.c: (plugin_init):
23027 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
23028 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
23029 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
23030 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
23031 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
23032 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
23033 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
23034 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
23035 Add an ogg parser element.
23037 2005-08-28 Andy Wingo <wingo@pobox.com>
23039 * Updates for two-arg init from GST_BOILERPLATE_FULL.
23041 2005-08-26 Wim Taymans <wim@fluendo.com>
23043 * gst/audioconvert/audioconvert.c: (if), (float),
23044 (audio_convert_get_func_index), (check_default),
23045 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23046 (audio_convert_clean_context), (audio_convert_get_sizes),
23047 (audio_convert_convert):
23050 2005-08-26 Wim Taymans <wim@fluendo.com>
23052 * gst/audioconvert/audioconvert.c: (if), (float),
23053 (audio_convert_get_func_index), (check_default),
23054 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23055 (audio_convert_clean_context), (audio_convert_get_sizes),
23056 (audio_convert_convert):
23057 More elegant and working temp buffer selection algo.
23059 2005-08-26 Wim Taymans <wim@fluendo.com>
23061 * gst/audioconvert/audioconvert.c: (if), (float),
23062 (audio_convert_get_func_index), (check_default),
23063 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23064 (audio_convert_clean_context), (audio_convert_get_sizes),
23065 (get_temp_buffer), (audio_convert_convert):
23066 Use realloc else we lose our original data.
23068 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
23070 * gst/audioresample/gstaudioresample.c:
23071 use base class' newsegment to properly timestamp
23073 2005-08-26 Wim Taymans <wim@fluendo.com>
23075 * gst/audioconvert/audioconvert.c: (if), (float),
23076 (audio_convert_get_func_index), (check_default),
23077 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23078 (audio_convert_clean_context), (audio_convert_get_sizes),
23079 (get_temp_buffer), (audio_convert_convert):
23080 * gst/audioconvert/gstaudioconvert.c:
23081 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23082 (gst_audio_convert_transform_caps),
23083 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23084 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23085 Oops, allocate enough space to perform the channel mix.
23087 2005-08-26 Wim Taymans <wim@fluendo.com>
23089 * gst/audioconvert/Makefile.am:
23090 * gst/audioconvert/audioconvert.c: (if), (float),
23091 (audio_convert_get_func_index), (check_default),
23092 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23093 (audio_convert_clean_context), (audio_convert_get_sizes),
23094 (get_temp_buffer), (audio_convert_convert):
23095 * gst/audioconvert/audioconvert.h:
23096 * gst/audioconvert/gstaudioconvert.c:
23097 (gst_audio_convert_class_init), (gst_audio_convert_init),
23098 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23099 (gst_audio_convert_get_unit_size),
23100 (gst_audio_convert_transform_caps),
23101 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23102 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23103 * gst/audioconvert/gstaudioconvert.h:
23104 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23105 (gst_channel_mix_fill_identical),
23106 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23107 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23108 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23109 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23110 (gst_channel_mix_mix):
23111 * gst/audioconvert/gstchannelmix.h:
23112 Cleanups, librarify a bit, optimize, better negotiation and more.
23114 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23116 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23117 Another from MikeS:
23118 During typefinding, don't support negative offsets
23119 (offsets from the end of the stream) in our typefind->peek() function
23120 - nothing embedded in ogg ever needs them. However, we need to recognise
23121 those requests and reject them, otherwise we return invalid pointers.
23123 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23126 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23127 (vorbisdec_finalize), (vorbis_handle_type_packet):
23128 Big shout-out to MikeS for fixing this giant memory leak.
23131 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23133 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23134 (audio_convert_get_unit_size):
23137 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23139 * check/Makefile.am:
23140 * check/elements/audioconvert.c: (setup_audioconvert),
23141 (cleanup_audioconvert), (get_int_caps), (verify_convert),
23142 (GST_START_TEST), (audioconvert_suite), (main):
23143 add a test for audioconvert
23144 * gst/audioresample/gstaudioresample.c:
23145 * gst/audioresample/gstaudioresample.h:
23146 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23147 note that for buffers of 1/3 sec this means DURATION(c) is
23148 one nanosecond more than for a and b
23150 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23152 * check/Makefile.am:
23153 * check/elements/audioresample.c: (setup_audioresample),
23154 (cleanup_audioresample), (fail_unless_perfect_stream),
23155 (test_perfect_stream_instance), (GST_START_TEST),
23156 add a check for audioresample
23157 (audioresample_suite), (main):
23158 * check/elements/volume.c: (GST_START_TEST):
23159 remove unused method
23160 * gst/audioresample/gstaudioresample.c:
23161 set correct buffer parameters since we're changing them
23162 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23165 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23167 * gst/audioresample/debug.c:
23168 * gst/audioresample/gstaudioresample.c:
23169 add room for extra overlap samples when asked to transform size
23170 protect against possible mem corruption and check for discrepancies
23171 between written size and outbuffer's size so we can warn for
23173 * gst/audioresample/resample.c: (resample_init),
23174 (resample_get_output_size_for_input), (resample_get_output_size),
23175 (resample_set_n_channels), (resample_set_format):
23176 set debug level based on RESAMPLE_DEBUG env var
23177 make sure that get_output_size* returns a whole number of
23179 set sample_size each time either channel or format is set
23180 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23181 * gst/audioresample/resample_functable.c:
23182 (resample_scale_functable):
23183 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23184 remove r->sample_size, it's done in resample.c now
23185 add some debugging to the ref implementation
23186 make sure we only give back bytes that are wholes of the sample
23189 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
23190 * gst/playback/gstplaybasebin.c: (fill_buffer):
23191 Revert unpopular change for GST_MESSAGE_SRC to GObject.
23193 2005-08-25 Stefan Kost <ensonic@users.sf.net>
23195 * gst/volume/gstvolume.c:
23196 made set_caps function static
23198 2005-08-24 Wim Taymans <wim@fluendo.com>
23200 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23201 (gst_vorbisenc_change_state):
23202 Stop leaking taglists.
23204 2005-08-24 Wim Taymans <wim@fluendo.com>
23206 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23207 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23208 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23209 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23210 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23211 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23212 Parse seeking events better.
23214 Generate correct newsegment events, fixes seeking in live oggs.
23216 * ext/theora/theoradec.c: (theora_dec_src_query),
23217 (theora_dec_src_event), (theora_dec_src_getcaps),
23218 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23219 Use newsegment values to report correct play time.
23221 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23222 (vorbis_dec_src_event), (vorbis_dec_sink_event):
23223 * ext/vorbis/vorbisdec.h:
23224 Parse and use newsegment values to report correct play time.
23226 * gst-libs/gst/audio/gstbaseaudiosink.c:
23227 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23228 Clear ringbuffer on flush.
23229 Use newsegment values to calculate playback time.
23231 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23232 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23233 Basesink does newsegment calculations for us now.
23235 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23237 * check/Makefile.am:
23239 add core's plugins to the mix so that playbin works
23240 * check/generic/states.c: (GST_START_TEST):
23241 set a 0 timeout on pipelines, so they don't force the next
23243 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23244 (gst_play_base_bin_change_state):
23245 remove the crappy error handling and do GST error handling
23247 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23249 * check/Makefile.am:
23250 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23251 add same test as to core, it bitches out on playbin atm.
23253 2005-08-24 Wim Taymans <wim@fluendo.com>
23258 2005-08-24 Wim Taymans <wim@fluendo.com>
23260 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23261 (gst_videoscale_prepare_size), (parse_caps),
23262 (gst_videoscale_set_caps), (gst_videoscale_get_size),
23263 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23264 (gst_videoscale_transform):
23265 * gst/videoscale/gstvideoscale.h:
23266 Refactor, make use of BaseTranform really well.
23268 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23271 compile audioresample
23272 * gst/audioresample/Makefile.am:
23273 * gst/audioresample/buffer.c:
23274 * gst/audioresample/functable.c:
23275 * gst/audioresample/gstaudioresample.c:
23276 * gst/audioresample/gstaudioresample.h:
23277 * gst/audioresample/resample.c:
23278 (resample_get_output_size_for_input):
23279 * gst/audioresample/resample.h:
23280 * gst/audioresample/resample_chunk.c:
23281 * gst/audioresample/resample_functable.c:
23282 * gst/audioresample/resample_ref.c:
23283 port to use basetransform; doesn't work in all cases yet
23285 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23287 * gst/audioconvert/gstaudioconvert.c:
23288 (gst_audio_convert_class_init), (gst_audio_convert_init),
23289 (audio_convert_get_unit_size), (audio_convert_transform_caps),
23290 (audio_convert_fixate_caps), (audio_convert_set_caps),
23291 (audio_convert_transform),
23292 (gst_audio_convert_buffer_to_default_format),
23293 (gst_audio_convert_buffer_from_default_format),
23294 (gst_audio_convert_channels):
23295 * gst/audioconvert/gstchannelmix.c:
23296 * gst/audioconvert/gstchannelmix.h:
23297 port to basetransform
23298 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23299 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23300 (gst_ffmpegcsp_get_unit_size):
23301 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23302 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23303 fix for basetransform changes
23305 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
23307 * check/Makefile.am:
23308 Add CHECK_CFLAGS and LDFLAGS
23310 * gst/playback/gstplaybasebin.c: (fill_buffer):
23311 GST_MESSAGE_SRC became a GObject
23313 2005-08-24 Wim Taymans <wim@fluendo.com>
23315 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23316 (gst_ring_buffer_clear_all):
23317 * gst-libs/gst/audio/gstringbuffer.h:
23318 Added function to clear the ringbuffer.
23320 2005-08-24 Andy Wingo <wingo@pobox.com>
23322 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
23323 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23324 of _open and _close.
23326 * sys/v4l/gstv4lxoverlay.h:
23327 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23328 an Xv connection here, instead of all the time. Make Xv only be
23329 loaded if you axe for it. Kindof a workaround for buggy behaviour
23330 of Xv when using remote xservers (XvQueryExtension would block).
23331 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23332 replace the _open and _close public API. Only start the xv
23333 connection if necessary.
23334 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23336 2005-08-23 David Schleef <ds@schleef.org>
23338 * gst/audioresample/Makefile.am: Leet audioresampling code
23339 * gst/audioresample/buffer.c:
23340 * gst/audioresample/buffer.h:
23341 * gst/audioresample/debug.c:
23342 * gst/audioresample/debug.h:
23343 * gst/audioresample/functable.c:
23344 * gst/audioresample/functable.h:
23345 * gst/audioresample/gstaudioresample.c:
23346 * gst/audioresample/gstaudioresample.h:
23347 * gst/audioresample/resample.c:
23348 * gst/audioresample/resample.h:
23349 * gst/audioresample/resample_chunk.c:
23350 * gst/audioresample/resample_functable.c:
23351 * gst/audioresample/resample_ref.c:
23353 2005-08-23 Wim Taymans <wim@fluendo.com>
23355 * examples/seeking/seek.c: (make_vorbis_pipeline),
23356 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23357 Small seek updates.
23359 2005-08-23 Andy Wingo <wingo@pobox.com>
23361 * gst-libs/gst/audio/gstbaseaudiosrc.c
23362 (gst_base_audio_src_fixate): Only fixate endianness if it is
23363 present in the caps.
23365 2005-08-22 Andy Wingo <wingo@pobox.com>
23367 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
23368 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23369 device-name property.
23371 * gst-libs/gst/audio/gstaudiosrc.h:
23372 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23373 close_device in the ring buffer, like gstaudiosink.
23375 * ext/alsa/gstalsamixer.h:
23376 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23377 macro to implement the interface without much code. Cleanups.
23379 * ext/alsa/gstalsasrc.h:
23380 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23383 * ext/alsa/Makefile.am: Add new files.
23384 * ext/alsa/gstalsamixerelement.c:
23385 * ext/alsa/gstalsamixerelement.c: Split element code out from
23386 mixer code so that alsasrc can be a mixer too.
23388 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
23390 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23392 * check/elements/vorbisdec.c: (setup_vorbisdec),
23393 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23394 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23395 (vorbis_handle_identification_packet),
23396 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23397 (vorbis_handle_header_packet), (vorbis_dec_push),
23398 (vorbis_dec_chain):
23399 use the setup/teardown methods to save code. save code is good.
23401 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23403 * check/Makefile.am:
23404 add ext dir for plugins
23405 add vorbisdec test conditionally
23406 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23407 (GST_START_TEST), (volume_suite):
23408 add a test with wrong caps
23409 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23410 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23411 add a vorbisdec test
23412 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23413 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23414 clean up debug output
23415 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23416 yay, fix a segfault/security issue in vorbisdec
23417 gst-launch fakesrc ! vorbisdec wasn't happy
23418 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23419 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23420 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23421 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23422 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23423 (gst_vorbisenc_set_metadata), (get_constraints_string),
23424 (update_start_message), (gst_vorbisenc_setup),
23425 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23426 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23427 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23428 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23429 * ext/vorbis/vorbisenc.h:
23431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23432 (gst_ffmpegcsp_transform):
23433 have the kow come home
23434 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23436 * gst/volume/gstvolume.c: (volume_set_caps):
23439 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23442 * check/.cvsignore:
23443 * check/Makefile.am:
23444 * check/elements/.cvsignore:
23445 * check/elements/volume.c: (chain_func), (event_func),
23446 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23449 add unit test structure for gst-plugins-base
23450 add a test for volume
23451 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23452 (gst_volume_set_volume), (gst_volume_get_volume),
23453 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23454 (volume_funcfind), (volume_process_float), (volume_process_int16),
23455 (volume_set_caps), (volume_transform), (volume_update_mute),
23456 (volume_update_volume), (volume_set_property),
23457 (volume_get_property):
23458 document a little; use basetransform vmethod _set_caps
23460 2005-08-19 Andy Wingo <wingo@pobox.com>
23462 * ext/alsa/gstalsamixertrack.h:
23463 * ext/alsa/gstalsamixertrack.c:
23464 * ext/alsa/gstalsamixeroptions.h:
23465 * ext/alsa/gstalsamixeroptions.c:
23466 * ext/alsa/gstalsamixer.h:
23467 * ext/alsa/gstalsamixer.c: Port to 0.9.
23469 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23470 Remove gstalsa.c and alsaclock. No more cruft here.
23472 2005-08-18 Wim Taymans <wim@fluendo.com>
23474 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23475 (gst_base_rtp_depayload_chain),
23476 (gst_base_rtp_depayload_add_to_queue),
23477 (gst_base_rtp_depayload_push),
23478 (gst_base_rtp_depayload_queue_release):
23479 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23480 Fix for RTPBuffer changes.
23482 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23483 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23484 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23485 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23486 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23487 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23488 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23489 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23490 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23491 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23492 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23493 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23494 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23495 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23496 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23497 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23498 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23499 (gst_rtpbuffer_get_payload):
23500 * gst-libs/gst/rtp/gstrtpbuffer.h:
23501 Don't subclass GstBuffer but add methods and helper functions
23502 to construct and manipulate RTP packets in regular GstBuffers.
23504 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23506 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23507 moved statement below switch
23508 * gst/volume/gstvolume.c: (gst_volume_class_init):
23511 2005-08-16 Wim Taymans <wim@fluendo.com>
23513 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23514 (gst_base_audio_src_change_state):
23515 Open and close device in READY<->NULL state change.
23517 2005-08-16 Andy Wingo <wingo@pobox.com>
23519 * examples/seeking/Makefile.am: Don't compile non-compiling
23520 compiled objects with the compiler.
23522 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23525 2005-08-12 Philippe Khalaf <burger@speedy.org>
23526 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23527 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23528 Made a thread to release the queue.
23529 Removed timestamp conversion for now.
23531 2005-08-10 Philippe Khalaf <burger@speedy.org>
23532 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23533 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23534 Added rtp timestamp -> gst timestamp conversion.
23535 Fixed several problems with queue.
23537 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23539 * gst-libs/gst/audio/gstaudioclock.h:
23540 * gst-libs/gst/audio/gstaudiofilter.h:
23541 * gst-libs/gst/audio/gstaudiosink.h:
23542 * gst-libs/gst/audio/gstaudiosrc.h:
23543 * gst-libs/gst/audio/gstbaseaudiosink.h:
23544 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23545 * gst-libs/gst/audio/gstringbuffer.h:
23546 * gst-libs/gst/net/gstnetbuffer.h:
23547 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23548 * gst-libs/gst/rtp/gstrtpbuffer.h:
23549 Add padding (you will need to rebuild gst-plugins-base,
23550 gst-plugins and all applications afterwards!)
23552 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23554 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23555 (gst_riff_parse_chunk):
23556 Fix bug in debug message and add some more debug messages.
23558 2005-08-08 Edward Hervey <edward@fluendo.com>
23560 * gst-libs/gst/riff/riff-media.c:
23561 backported updates since branch
23563 2005-08-08 Andy Wingo <wingo@pobox.com>
23565 * gst-libs/gst/audio/gstbaseaudiosink.c
23566 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23567 like good elements should. Close on READY->NULL too.
23569 * gst-libs/gst/audio/gstaudiosink.c
23570 (gst_audioringbuffer_open_device,
23571 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23572 (gst_audioringbuffer_release): Updates for new ring buffer API,
23573 hook into the new audio sink api.
23575 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23576 (GstAudioSinkClass.close): Just open and close the device -- no
23577 resource allocation or configuration.
23578 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23579 vmethods, handle device setup and resource allocation.
23581 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23582 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23585 * gst-libs/gst/audio/gstringbuffer.h
23586 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23589 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23590 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23591 New API functions. The device should be opened before acquiring
23592 and closed after releasing.
23594 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23596 * gst-libs/gst/interfaces/mixer.h:
23597 Reset padding to GST_PADDING.
23599 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23601 * gst/playback/gstplaybin.c: (remove_sinks):
23602 Remove visualization from parent explicitely; works around some
23603 apparent refcount issue that I haven't tracked down yet.
23605 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23607 * ext/alsa/gstalsasink.c: (set_hwparams):
23608 Assign debug category, add negotiation debug msgs.
23610 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23612 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23613 Fix error code for file-not-found to NOT_FOUND.
23615 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23617 * common/gtk-doc-plugins.mak:
23618 * docs/plugins/Makefile.am:
23619 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23620 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23621 renamed to actual element names, so much nicer to look at
23622 * docs/plugins/tmpl/gstmultifdsink.sgml:
23624 * docs/plugins/tmpl/multifdsink.sgml:
23625 * docs/plugins/tmpl/tcpserversink.sgml:
23627 * ext/alsa/gstalsa.c:
23628 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23629 * ext/ogg/gstoggmux.c:
23630 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23631 * gst/playback/gstdecodebin.c:
23632 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23633 * gst/tcp/gsttcpserversink.c:
23634 various fixes and documentation additions
23636 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23638 * common/Makefile.am:
23639 * common/gstdoc-scangobj:
23640 * common/gtk-doc-plugins.mak:
23641 * common/gtk-doc.mak:
23642 add a custom scangobj that uses the registry
23643 add a custom gtk-doc-plugins.mak that uses it
23644 some doc build fixes
23646 * docs/Makefile.am:
23647 * docs/plugins/Makefile.am:
23648 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23649 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23650 * docs/plugins/gst-plugins-base-plugins.types:
23651 * docs/plugins/tmpl/gstmultifdsink.sgml:
23652 add docs for one element, multifdsink
23653 * gst/adder/gstadder.h:
23654 * gst/volume/gstvolume.h:
23655 don't privatize enum
23656 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23657 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23658 (gst_sync_method_get_type), (gst_client_status_get_type),
23659 (gst_multifdsink_class_init),
23660 (gst_multifdsink_client_queue_buffer),
23661 (gst_multifdsink_handle_client_write):
23662 * gst/tcp/gstmultifdsink.h:
23663 * gst/tcp/gsttcp.h:
23664 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23665 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23666 (gst_tcpclientsink_render):
23667 * gst/tcp/gsttcpclientsink.h:
23668 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23669 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23670 (gst_tcpclientsrc_start):
23671 * gst/tcp/gsttcpclientsrc.h:
23672 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23673 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23674 * gst/tcp/gsttcpserversrc.h:
23675 * gst/typefind/gsttypefindfunctions.c:
23676 remove superfluous Type stuff
23678 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23680 * gst/playback/gstplaybin.c: (gen_video_element):
23683 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23685 * gst-libs/gst/gconf/gconf.c:
23686 * gst-libs/gst/gconf/gconf.h:
23687 Fix some Andy Problem [tm].
23689 2005-08-04 Andy Wingo <wingo@pobox.com>
23691 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23692 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23693 (gst_ffmpegcsp_get_size): Adapt to API changes.
23695 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23696 Implement an in-place do-nothing transform.
23698 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23700 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23701 (gst_ximagesink_renegotiate_size):
23702 Do not set new window sizes yet if we prepare a new buffer size
23703 for upstream renegotiation (software scaling) at some point in the
23704 future, because this new size waqs not actually accepted yet. Once
23705 accepted, renegotiation later on will set the new sizes just fine.
23706 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23707 embedding testcase.
23709 2005-08-03 Andy Wingo <wingo@pobox.com>
23711 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23712 (gst_ximagesink_buffer_alloc):
23713 Protect the height, width, and desired_caps with the pool_lock.
23714 Fixes videotestsrc ! queue ! ximagesink.
23716 2005-08-02 Edward Hervey <edward@fluendo.com>
23718 * gst/volume/gstvolume.c:
23719 include left from controller cleanup
23721 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23722 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23723 Stop collectpads before calling the parent state
23724 change function on PAUSED->READY.
23726 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23728 When testing for X libs, use the X CFlags
23729 * gst/adder/gstadder.c: (gst_adder_change_state):
23730 Stop the collectpads before calling parent state change function
23731 on PAUSED->READY, otherwise we deadlock deactivating pads.
23733 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23736 * docs/libs/tmpl/gstcolorbalance.sgml:
23737 * docs/libs/tmpl/gstmixer.sgml:
23738 * examples/Makefile.am:
23739 * gst/sine/Makefile.am:
23740 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23741 (gst_sinesrc_set_property), (plugin_init):
23742 * gst/sine/gstsinesrc.h:
23743 * gst/volume/Makefile.am:
23744 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23745 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23746 (volume_process_float), (volume_process_int16),
23747 (volume_set_property), (plugin_init):
23748 * gst/volume/gstvolume.h:
23749 deactivate and remove dparams (libgstcontrol)
23751 2005-07-29 Wim Taymans <wim@fluendo.com>
23753 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23754 Convert me to BaseTransform!! help..
23756 2005-07-29 Andy Wingo <wingo@pobox.com>
23758 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23761 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23762 support of both endiannesses.
23764 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23766 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23767 Fix confusing debug message (s/event/query/)
23769 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23771 * gst/videotestsrc/videotestsrc.h:
23772 Use "_stdint.h" instead of <stdint.h>
23774 2005-07-27 Wim Taymans <wim@fluendo.com>
23776 * ext/vorbis/Makefile.am:
23777 Revert wrong commit.
23779 2005-07-27 Wim Taymans <wim@fluendo.com>
23781 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23782 More compilation fixen.
23784 2005-07-27 Wim Taymans <wim@fluendo.com>
23786 * gst-libs/gst/audio/gstbaseaudiosink.c:
23787 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23788 (gst_base_audio_sink_create_ringbuffer),
23789 (gst_base_audio_sink_change_state):
23792 2005-07-27 Wim Taymans <wim@fluendo.com>
23794 * examples/seeking/seek.c: (setup_dynamic_link),
23795 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23796 (query_positions_elems), (query_positions_pads), (do_seek):
23797 Update seek example.
23799 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23800 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23801 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23802 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23803 (gst_ogg_demux_handle_event),
23804 (gst_ogg_demux_deactivate_current_chain),
23805 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23806 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23807 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23808 (gst_ogg_demux_loop):
23809 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23810 * ext/theora/theoradec.c: (theora_dec_src_event),
23811 (theora_dec_src_getcaps), (theora_dec_sink_event),
23812 (theora_dec_push), (theora_dec_chain):
23813 * ext/vorbis/Makefile.am:
23814 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23815 (vorbis_dec_sink_event), (vorbis_dec_push),
23816 (vorbis_handle_data_packet):
23817 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23818 (gst_vorbisenc_chain):
23819 * gst/playback/gststreaminfo.c: (cb_probe):
23820 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23821 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23822 * gst/videoscale/gstvideoscale.c:
23823 (gst_videoscale_handle_src_event):
23824 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23825 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23826 (gst_ximagesink_navigation_send_event):
23827 * sys/xvimage/xvimagesink.c:
23828 (gst_xvimagesink_navigation_send_event):
23829 Various event updates and cleanups
23831 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23833 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23834 Fix segfault for I420/YV12.
23836 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23838 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23841 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23843 * gst/playback/gstplaybin.c: (gen_video_element),
23844 (gen_audio_element):
23845 Switch to auto*sink elements as default sinks; add volume element
23846 so that volume control in totem works.
23848 2005-07-21 Wim Taymans <wim@fluendo.com>
23850 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23851 * gst/playback/gstplaybin.c: (setup_sinks),
23852 (gst_play_bin_change_state):
23853 Refcount fix and more comments.
23855 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23857 * sys/ximage/Makefile.am:
23858 * sys/ximage/ximage.c: (plugin_init):
23859 * sys/ximage/ximagesink.c:
23860 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23863 2005-07-21 Wim Taymans <wim@fluendo.com>
23865 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23866 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23867 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23868 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23869 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23870 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23871 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23872 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23873 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23874 Generate correct disconts for live chained oggs.
23876 * gst-libs/gst/audio/gstbaseaudiosink.c:
23877 (gst_base_audio_sink_render),
23878 (gst_base_audio_sink_create_ringbuffer),
23879 (gst_base_audio_sink_change_state):
23880 Handle discont math correctly.
23882 * gst/playback/gstplaybin.c: (add_sink):
23883 Some small debug cleanup.
23885 2005-07-21 Wim Taymans <wim@fluendo.com>
23887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23888 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23889 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23890 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23891 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23892 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23893 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23894 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23895 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23896 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23897 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23898 (gst_ogg_demux_change_state), (gst_ogg_print):
23899 Reorganize code to send the right disconts when in streaming
23902 2005-07-20 Andy Wingo <wingo@pobox.com>
23904 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23905 fix (?), fixes a seggie mcfalterson (#310894).
23907 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23909 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23910 (gst_ogg_mux_set_header_on_caps):
23911 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23912 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23913 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23914 * gst-libs/gst/audio/multichannel.c:
23915 (gst_audio_set_channel_positions),
23916 (gst_audio_set_structure_channel_positions_list):
23917 * gst/playback/gstdecodebin.c: (dynamic_create):
23918 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23919 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23920 Fixes for API changes in core.
23922 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23924 * gst/playback/gstplaybasebin.c: (fill_buffer):
23925 Use _new_custom() so we can set custom message types for buffering
23928 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23931 * gst-libs/gst/Makefile.am:
23932 * gst-libs/gst/gconf/.cvsignore:
23933 * gst-libs/gst/gconf/Makefile.am:
23934 * gst-libs/gst/gconf/test-gconf.c:
23935 * pkgconfig/Makefile.am:
23936 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23937 * pkgconfig/gstreamer-gconf.pc.in:
23938 Remove gconf stuff, use gconf elements instead from now on.
23940 2005-07-20 Wim Taymans <wim@fluendo.com>
23942 * gst-libs/gst/audio/TODO:
23943 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23944 (gst_audio_clock_get_internal_time):
23945 * gst-libs/gst/audio/gstaudioclock.h:
23946 * gst-libs/gst/audio/gstbaseaudiosink.c:
23947 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23948 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23949 (gst_base_audio_sink_render),
23950 (gst_base_audio_sink_create_ringbuffer),
23951 (gst_base_audio_sink_change_state):
23952 Make sure the audio clock always returns an increasing value.
23954 2005-07-19 Andy Wingo <wingo@pobox.com>
23956 * gst/videotestsrc/: Cleanups.
23958 2005-07-19 Wim Taymans <wim@fluendo.com>
23960 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23963 2005-07-19 Wim Taymans <wim@fluendo.com>
23965 * examples/seeking/seek.c: (make_dv_pipeline),
23966 (make_vorbis_theora_pipeline), (query_rates),
23967 (query_positions_elems), (query_positions_pads), (do_seek):
23968 Make correct DV pipeline.
23970 2005-07-18 Andy Wingo <wingo@pobox.com>
23972 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23973 default. Also because it's the only thing that really works. (This
23974 is used in the GConf elements).
23975 Use AS_LIBTOOL_TAGS.
23977 2005-07-18 Wim Taymans <wim@fluendo.com>
23979 * gst/playback/gstdecodebin.c: (remove_element_chain):
23980 * gst/playback/gstplaybin.c: (add_sink):
23981 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23982 (gst_stream_info_set_mute):
23983 * gst/playback/gststreamselector.c:
23984 (gst_stream_selector_get_linked_pad),
23985 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23986 More leak and compile fixes.
23988 2005-07-18 Wim Taymans <wim@fluendo.com>
23990 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23991 (query_rates), (query_positions_elems), (query_positions_pads),
23992 (do_seek), (seek_cb), (stop_seek):
23993 Updated seek example.
23995 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23996 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23997 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23998 * gst/playback/gstplaybin.c: (add_sink):
23999 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24000 (gst_stream_info_set_mute):
24001 Some refcount leak fixes.
24003 2005-07-16 Wim Taymans <wim@fluendo.com>
24005 * gst-libs/gst/audio/gstbaseaudiosink.c:
24006 (gst_base_audio_sink_render):
24007 Align samples even if we have roundoff errors in the
24008 timestamp conversion.
24010 2005-07-16 Wim Taymans <wim@fluendo.com>
24012 * docs/libs/tmpl/gstringbuffer.sgml:
24013 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24014 (query_rates), (query_positions_elems), (query_positions_pads),
24015 (update_scale), (do_seek):
24016 Updated seek example.
24018 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24019 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
24020 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
24021 (gst_ogg_demux_loop):
24022 Push out correct discont values.
24024 * ext/theora/theoradec.c: (theora_dec_src_convert),
24025 (theora_dec_sink_convert), (theora_dec_src_getcaps),
24026 (theora_dec_sink_event), (theora_handle_type_packet),
24027 (theora_handle_header_packet), (theora_dec_push),
24028 (theora_handle_data_packet), (theora_dec_chain),
24029 (theora_dec_change_state):
24030 Better timestamping.
24032 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24033 (vorbis_dec_sink_event), (vorbis_dec_push),
24034 (vorbis_handle_data_packet), (vorbis_dec_chain):
24035 * ext/vorbis/vorbisdec.h:
24036 Better timestamping.
24038 * gst-libs/gst/audio/gstbaseaudiosink.c:
24039 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
24040 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
24041 Handle syncing on timestamps instead of sample offsets. Make
24042 use of DISCONT values as described in design docs.
24044 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24045 (gst_base_audio_src_get_time):
24046 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
24047 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
24048 (gst_ring_buffer_read):
24049 * gst-libs/gst/audio/gstringbuffer.h:
24050 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
24051 (gst_ximagesink_show_frame):
24052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
24053 Correcly convert buffer timestamp to stream time.
24055 2005-07-16 Wim Taymans <wim@fluendo.com>
24057 * gst/audioconvert/gstaudioconvert.c:
24058 (gst_audio_convert_get_buffer):
24059 Timestamp buffers correctly.
24061 * gst/playback/gstplaybin.c: (gen_video_element):
24062 Make internal fakesink silent.
24064 2005-07-15 Wim Taymans <wim@fluendo.com>
24066 * gst/ffmpegcolorspace/Makefile.am:
24067 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24068 (gst_ffmpegcsp_caps_remove_format_info),
24069 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24070 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24071 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24072 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24073 Ported ffmpegcolorspace to basetransform.
24075 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24076 * gst/volume/gstvolume.c: (volume_transform):
24079 2005-07-14 Wim Taymans <wim@fluendo.com>
24081 * gst/videotestsrc/Makefile.am:
24082 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24083 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24084 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24085 (gst_videotestsrc_init), (gst_videotestsrc_event),
24086 (gst_videotestsrc_create), (gst_videotestsrc_start),
24087 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24088 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24089 (gst_videotestsrc_get_property):
24090 * gst/videotestsrc/gstvideotestsrc.h:
24091 Make videotestsrc a pushsrc.
24093 2005-07-14 Wim Taymans <wim@fluendo.com>
24095 * gst/tcp/gstfdset.c: (gst_fdset_free):
24096 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24097 (gst_multifdsink_add), (gst_multifdsink_remove),
24098 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24099 (gst_multifdsink_remove_client_link),
24100 (gst_multifdsink_client_queue_data),
24101 (gst_multifdsink_client_queue_caps),
24102 (gst_multifdsink_client_queue_buffer),
24103 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24104 (gst_multifdsink_stop):
24105 * gst/tcp/gstmultifdsink.h:
24108 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24109 Also draw image when not from a pool.
24111 2005-07-14 Wim Taymans <wim@fluendo.com>
24113 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24114 (mute_stream), (silence_stream):
24115 Small debug additions.
24117 2005-07-14 Wim Taymans <wim@fluendo.com>
24119 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24120 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24121 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24122 Better error recovery, ignore unconnected pads and
24125 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
24127 * docs/libs/tmpl/gstaudio.sgml:
24128 * docs/libs/tmpl/gstcolorbalance.sgml:
24129 * docs/libs/tmpl/gstgconf.sgml:
24130 * docs/libs/tmpl/gstmixer.sgml:
24131 * docs/libs/tmpl/gstringbuffer.sgml:
24132 * docs/libs/tmpl/gsttuner.sgml:
24133 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24134 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24135 (gst_tcpclientsrc_class_init):
24136 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24137 (gst_tcpserversrc_class_init):
24138 * sys/v4l/gstv4lelement.c:
24139 more autistic cleanliness in functions/names/defines
24141 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
24144 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24145 added manually to each Makefile.am so we are sure it goes
24146 *last* and doesn't add -L flags before linking in libs of our
24147 own, like, say, internal .la libs, that then accidentally pick
24148 up the installed copy.
24149 * docs/libs/Makefile.am:
24150 * ext/alsa/Makefile.am:
24151 * ext/cdparanoia/Makefile.am:
24152 * ext/gnomevfs/Makefile.am:
24153 * ext/libvisual/Makefile.am:
24154 * ext/ogg/Makefile.am:
24155 * ext/theora/Makefile.am:
24156 * ext/vorbis/Makefile.am:
24157 * gst-libs/gst/video/Makefile.am:
24158 * gst/adder/Makefile.am:
24159 * gst/audioconvert/Makefile.am:
24160 * gst/audiorate/Makefile.am:
24161 * gst/audioscale/Makefile.am:
24162 * gst/ffmpegcolorspace/Makefile.am:
24163 * gst/playback/Makefile.am:
24164 * gst/sine/Makefile.am:
24165 * gst/subparse/Makefile.am:
24166 * gst/tags/Makefile.am:
24167 * gst/tcp/Makefile.am:
24168 * gst/typefind/Makefile.am:
24169 * gst/videorate/Makefile.am:
24170 * gst/videoscale/Makefile.am:
24171 * gst/videotestsrc/Makefile.am:
24172 * gst/volume/Makefile.am:
24173 * sys/v4l/Makefile.am:
24174 * sys/ximage/Makefile.am:
24175 * sys/xvimage/Makefile.am:
24176 adapt properly to this change. This should make sure that
24177 plugins and libs properly link to the as-yet-uninstalled
24178 copies of stuff like libgstinterfaces and libgstvideo
24180 2005-07-13 Andy Wingo <wingo@pobox.com>
24182 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24183 (gst_v4lsrc_fixate): Fixate on format as well.
24185 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
24186 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24187 buffer points to it.
24188 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24189 rather just doing X calls ourselves. Also fixes a memleak.
24191 2005-07-12 Andy Wingo <wingo@pobox.com>
24193 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
24194 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
24195 (gst_v4lsrc_create): Re-add the copy-mode property, default to
24196 TRUE to avoid deadlocks if an element holds on to our buffers.
24198 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24200 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24201 (gst_sinesrc_init), (gst_sinesrc_create),
24202 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24203 (gst_sinesrc_start):
24204 * gst/sine/gstsinesrc.h:
24205 removing num-buffers property before moving it
24207 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24210 use overridable ERROR_CFLAGS
24211 * docs/libs/gst-plugins-base-libs.types:
24212 * docs/libs/tmpl/gstringbuffer.sgml:
24213 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24214 (gst_alsasink_class_init):
24215 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24216 (gst_alsasrc_class_init):
24217 * gst-libs/gst/audio/audio.h:
24218 * gst-libs/gst/audio/gstaudioclock.h:
24219 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24220 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24221 (gst_audio_filter_link), (gst_audio_filter_init),
24222 (gst_audio_filter_chain), (gst_audio_filter_set_property),
24223 (gst_audio_filter_get_property),
24224 (gst_audio_filter_class_add_pad_templates):
24225 * gst-libs/gst/audio/gstaudiofilter.h:
24226 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24227 (gst_audio_filter_template_get_type),
24228 (gst_audio_filter_template_base_init),
24229 (gst_audio_filter_template_class_init),
24230 (gst_audio_filter_template_init),
24231 (gst_audio_filter_template_set_property),
24232 (gst_audio_filter_template_get_property), (plugin_init),
24233 (gst_audio_filter_template_setup),
24234 (gst_audio_filter_template_filter),
24235 (gst_audio_filter_template_filter_inplace):
24236 * gst-libs/gst/audio/gstaudiosink.c:
24237 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24238 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24239 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24240 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24241 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24242 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24243 * gst-libs/gst/audio/gstaudiosink.h:
24244 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24245 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24246 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24247 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24248 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24249 (gst_audio_src_class_init), (gst_audio_src_init),
24250 (gst_audio_src_create_ringbuffer):
24251 * gst-libs/gst/audio/gstaudiosrc.h:
24252 * gst-libs/gst/audio/gstbaseaudiosink.c:
24253 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24254 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24255 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24256 (gst_base_audio_sink_set_property),
24257 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24258 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24259 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24260 (gst_base_audio_sink_create_ringbuffer),
24261 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24262 * gst-libs/gst/audio/gstbaseaudiosink.h:
24263 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24264 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24265 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24266 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24267 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24268 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24269 (gst_base_audio_src_event), (gst_base_audio_src_create),
24270 (gst_base_audio_src_create_ringbuffer),
24271 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24272 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24273 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24274 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24275 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24276 (gst_ring_buffer_debug_spec_caps),
24277 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24278 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24279 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24280 (gst_ring_buffer_start), (gst_ring_buffer_pause),
24281 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24282 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24283 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24284 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24285 (gst_ring_buffer_clear):
24286 * gst-libs/gst/audio/gstringbuffer.h:
24287 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24288 (gst_video_sink_class_init), (gst_video_sink_get_type):
24289 * gst-libs/gst/video/videosink.h:
24290 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24291 (gst_multifdsink_class_init),
24292 (gst_multifdsink_handle_client_write),
24293 (gst_multifdsink_change_state):
24294 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24295 (gst_tcpclientsink_setcaps):
24296 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24297 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24298 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24299 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24300 (gst_ximagesink_send_pending_navigation),
24301 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24302 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24303 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24304 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24305 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24306 (gst_xvimagesink_send_pending_navigation),
24307 (gst_xvimagesink_navigation_send_event),
24308 (gst_xvimagesink_set_xwindow_id),
24309 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24310 (gst_xvimagesink_get_type):
24311 more macro splitting
24313 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24315 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24316 plug a memleak, allows me to import 1479 albums in one go
24318 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24319 (vorbis_handle_type_packet), (vorbis_dec_chain),
24320 (vorbis_dec_change_state):
24321 fix some format strings
24323 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24325 * docs/libs/tmpl/gstcolorbalance.sgml:
24326 * docs/libs/tmpl/gstmixer.sgml:
24327 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24328 (gst_alsasink_set_property), (gst_alsasink_get_property):
24329 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24330 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24331 add device property
24333 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24335 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24336 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24337 (audiocast_register_listener), (audiocast_thread_run),
24338 (gst_gnomevfssrc_send_additional_headers_callback),
24339 (gst_gnomevfssrc_received_headers_callback),
24340 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24341 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24342 (gst_gnomevfssrc_get_size):
24343 add/clean up debugging
24344 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24347 2005-07-07 Andy Wingo <wingo@pobox.com>
24349 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24350 framerate. Need to get a handle on when exactly this function is
24353 * sys/v4l/v4lsrc_calls.h:
24354 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24355 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24356 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24358 * sys/v4l/v4l_calls.h: Cast to V4lElement.
24359 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24360 v4lelements are sources.
24362 * sys/v4l/gstv4lxoverlay.h:
24363 * sys/v4l/gstv4lxoverlay.c:
24364 * sys/v4l/gstv4ltuner.h:
24365 * sys/v4l/gstv4ltuner.c: Header loc fixen.
24367 * sys/v4l/gstv4lsrc.h:
24368 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24369 PushSrc/BaseSrc. Removed most sync-related properties, videorate
24370 or something should handle that. Made a live source.
24372 * sys/v4l/gstv4lelement.h:
24373 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24374 signals. Some cleanups.
24376 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24378 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24381 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24384 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24386 2005-07-07 Wim Taymans <wim@fluendo.com>
24388 * ext/theora/theoradec.c: (theora_get_query_types),
24389 (theora_dec_src_getcaps), (theora_dec_push):
24390 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24391 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24392 Remove deprecated/unused query types.
24394 2005-07-06 Wim Taymans <wim@fluendo.com>
24396 * ext/alsa/Makefile.am:
24397 * ext/alsa/gstalsaplugin.c: (plugin_init):
24398 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24399 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24400 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24401 (gst_alsasrc_class_init), (gst_alsasrc_init),
24402 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24403 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24404 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24405 (gst_alsasrc_reset):
24406 * ext/alsa/gstalsasrc.h:
24407 * gst-libs/gst/audio/Makefile.am:
24408 * gst-libs/gst/audio/gstaudiosink.c:
24409 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24410 (gst_audioringbuffer_start):
24411 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24412 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24413 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24414 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24415 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24416 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24417 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24418 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24419 * gst-libs/gst/audio/gstaudiosrc.h:
24420 * gst-libs/gst/audio/gstbaseaudiosink.c:
24421 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24422 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24423 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24424 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24425 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24426 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24427 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24428 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24429 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24430 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24431 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24432 (gst_baseaudiosrc_change_state):
24433 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24434 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24435 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24436 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24437 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24438 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24439 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24440 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24441 * gst-libs/gst/audio/gstringbuffer.h:
24442 Added audiosource base classes.
24443 Ported alsasrc, still very basic.
24445 2005-07-06 Wim Taymans <wim@fluendo.com>
24447 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24448 (theora_dec_push), (theora_handle_data_packet):
24449 Prepare for better timestamp fix later.
24451 * gst/audioconvert/gstaudioconvert.c:
24452 List most accurate caps first
24454 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24455 Use proper pad task function.
24457 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24458 (gst_xvimagesink_show_frame):
24459 Fix deadlock when alloc failed.
24461 2005-07-05 Andy Wingo <wingo@pobox.com>
24463 * ext/gnomevfs/gstgnomevfssrc.c:
24464 * gst/sine/gstsinesrc.c:
24465 * gst/tcp/gsttcpserversrc.c:
24466 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24468 * sys/v4l/: Port from 0.8.
24470 * Many files: Null if we got it....
24472 2005-07-05 Andy Wingo <wingo@pobox.com>
24474 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24475 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24478 2005-07-05 Wim Taymans <wim@fluendo.com>
24481 * gst/tcp/Makefile.am:
24483 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24484 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24485 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24486 (is_sync_frame), (gst_multifdsink_handle_client_write),
24487 (gst_multifdsink_render), (gst_multifdsink_start),
24488 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24489 * gst/tcp/gstmultifdsink.h:
24490 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24491 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24492 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24493 * gst/tcp/gsttcp.h:
24494 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24495 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24496 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24497 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24498 * gst/tcp/gsttcpclientsink.h:
24499 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24500 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24501 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24502 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24503 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24504 * gst/tcp/gsttcpclientsrc.h:
24505 * gst/tcp/gsttcpplugin.c: (plugin_init):
24506 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24507 * gst/tcp/gsttcpserversink.h:
24508 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24509 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24510 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24511 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24512 (gst_tcpserversrc_stop):
24513 * gst/tcp/gsttcpserversrc.h:
24514 * gst/tcp/gsttcpsink.c:
24515 * gst/tcp/gsttcpsink.h:
24516 * gst/tcp/gsttcpsrc.c:
24517 * gst/tcp/gsttcpsrc.h:
24518 Ported tcp plugins to 0.9.
24521 2005-07-05 Andy Wingo <wingo@pobox.com>
24523 * gst/playback/gstplaybasebin.c (fill_buffer):
24524 message_new_application fixen.
24526 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24529 2005-07-04 Wim Taymans <wim@fluendo.com>
24531 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24532 Set caps on output buffer.
24534 2005-07-04 Andy Wingo <wingo@pobox.com>
24536 * ext/gnomevfs/gstgnomevfssrc.c
24537 (gst_gnomevfssrc_received_headers_callback)
24538 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24541 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24542 No refcount leakage.
24544 * configure.ac: Enable -Werror.
24546 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24547 * gst/audioconvert/bufferframesconvert.c
24548 (buffer_frames_convert_fixate):
24549 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24550 (gst_audio_convert_fixate):
24551 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24552 (gst_sinesrc_create): Fixate func changes.
24554 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24555 (gst_ximagesink_buffer_alloc): Unused var.
24557 2005-07-01 Andy Wingo <wingo@pobox.com>
24559 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24560 getcaps to do explicit caps. Needs to be done in all decoders,
24561 possibly via a base class.
24563 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24565 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24566 caps on the sink pad, just rely on the pad template. Also, setting
24567 ANY caps on a pad is not valid because the caps are not fixed.
24569 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24570 caps on the buffer, and get the width from the desired_caps if
24572 (gst_ximagesink_renegotiate_size): Implement via setting the
24573 desired_caps on the ximagesink.
24574 (gst_ximagesink_setcaps): Only reset the width of the player if it
24575 wasn't already set. Not sure if this is right.
24576 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24578 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24579 that the user wants. NULL unless the window has been resized.
24581 * gst/volume/gstvolume.c (volume_transform): Adapt to
24582 basetransform refcount changes.
24584 2005-07-01 Andy Wingo <wingo@pobox.com>
24586 * gst/videoscale/gstvideoscale.c:
24587 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24588 from BaseTransform, implements a transform_caps. Removed dead code
24589 including some PAR stuff that was never reached -- should probably
24590 be added back somehow.
24592 2005-07-01 Andy Wingo <wingo@pobox.com>
24594 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24597 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24600 * docs/libs/Makefile.am:
24601 * docs/libs/gst-plugins-libs.types:
24602 * ext/alsa/Makefile.am:
24603 * ext/alsa/gstalsamixer.h:
24604 * ext/alsa/gstalsamixeroptions.h:
24605 * ext/alsa/gstalsamixertrack.h:
24606 * gst-libs/gst/Makefile.am:
24607 * gst-libs/gst/colorbalance/.cvsignore:
24608 * gst-libs/gst/colorbalance/Makefile.am:
24609 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24610 * gst-libs/gst/colorbalance/colorbalance.c:
24611 * gst-libs/gst/colorbalance/colorbalance.h:
24612 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24613 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24614 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24615 * gst-libs/gst/interfaces/Makefile.am:
24616 * gst-libs/gst/interfaces/colorbalance.c:
24617 (gst_color_balance_class_init):
24618 * gst-libs/gst/interfaces/colorbalance.h:
24619 * gst-libs/gst/interfaces/interfaces-marshal.list:
24620 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24621 * gst-libs/gst/interfaces/mixer.h:
24622 * gst-libs/gst/interfaces/mixeroptions.h:
24623 * gst-libs/gst/interfaces/navigation.c:
24624 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24625 * gst-libs/gst/interfaces/tuner.h:
24626 * gst/volume/Makefile.am:
24627 * gst/volume/gstvolume.c:
24628 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24629 * sys/ximage/Makefile.am:
24630 * sys/ximage/ximagesink.c:
24631 * sys/xvimage/Makefile.am:
24632 * sys/xvimage/xvimagesink.c:
24633 fold in all interfaces into an interfaces dir, preserving CVS
24636 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24638 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24639 Fix build after riff changes.
24641 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24643 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24644 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24645 (gst_riff_create_video_template_caps),
24646 (gst_riff_create_audio_template_caps),
24647 (gst_riff_create_iavs_template_caps):
24648 * gst-libs/gst/riff/riff-media.h:
24649 * gst-libs/gst/riff/riff-read.h:
24650 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24651 Add gst_riff_init() to initialize the debug category, instead
24652 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24654 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24656 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24657 Oops, I shouldn't apply hacks.
24659 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24661 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24662 Remove pad_loop function which doesn't work.
24664 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24666 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24667 Send EOS when deactivating.
24668 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24669 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24670 (gen_preroll_element), (probe_triggered), (mute_stream),
24671 (silence_stream), (new_decoded_pad), (setup_substreams),
24672 (set_active_source):
24673 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24674 (remove_sinks), (add_sink):
24675 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24676 Change for new probe API.
24678 2005-06-29 Wim Taymans <wim@fluendo.com>
24680 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24681 * gst-libs/gst/audio/gstbaseaudiosink.c:
24682 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24683 (gst_baseaudiosink_change_state):
24684 * gst-libs/gst/audio/gstbaseaudiosink.h:
24685 * gst-libs/gst/audio/gstringbuffer.c:
24686 (gst_ringbuffer_set_callback):
24687 Fix compilation error.
24688 Ringbuffer starts out as not running.
24689 Free our clock in dispose.
24690 When releasing the ringbuffer we need to renegotiate so
24691 clear the pad caps.
24693 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24697 * docs/Makefile.am:
24698 * docs/libs/Makefile.am:
24699 * docs/libs/gst-plugins-libs-docs.sgml:
24700 * docs/libs/gst-plugins-libs-sections.txt:
24701 * docs/libs/gst-plugins-libs.types:
24702 * docs/libs/tmpl/gstaudio.sgml:
24703 * docs/libs/tmpl/gstcolorbalance.sgml:
24704 * docs/libs/tmpl/gstringbuffer.sgml:
24705 * gst-libs/gst/audio/gstringbuffer.c:
24706 (gst_ringbuffer_set_callback):
24707 reinstate gtk-doc docs for plugin libs
24709 2005-06-28 Wim Taymans <wim@fluendo.com>
24711 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24712 (gst_ogg_demux_init):
24713 Removed pad loop function.
24715 2005-06-28 Wim Taymans <wim@fluendo.com>
24717 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24718 If we're building a chain we are not in an error case
24719 when we queue a buffer.
24721 2005-06-28 Andy Wingo <wingo@pobox.com>
24723 * *.c: Don't cast to GstObject before reffing/unreffing.
24725 2005-06-27 Andy Wingo <wingo@pobox.com>
24727 * gst/videotestsrc/gstvideotestsrc.c
24728 (gst_videotestsrc_activate_push): Activation API changes.
24730 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24731 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24732 they have refs on the decodebin.
24734 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24736 (gst_ogg_pad_typefind): Don't leak a pad ref.
24737 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24738 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24739 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24741 2005-06-27 Edward Hervey <edward@fluendo.com>
24743 * ext/theora/theoradec.c: (theora_dec_change_state):
24744 re-arranged call to parent's state change in order to avoid locks (or
24747 2005-06-26 Edward Hervey <edward@fluendo.com>
24749 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24750 2nd argument of 'unknow-type' signal is a GstCaps and not a
24753 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24754 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24755 Set the worker thread's running flag to TRUE before starting the
24757 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24758 Catch a failure to add typefind to the bin.
24760 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24762 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24763 (gst_sinesrc_init), (gst_sinesrc_create),
24764 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24765 (gst_sinesrc_start):
24766 * gst/sine/gstsinesrc.h:
24767 add num-buffers and timestamp-offset properties
24768 * gst/videotestsrc/gstvideotestsrc.c:
24769 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24770 (gst_videotestsrc_get_property):
24771 add timestamp-offset property
24773 2005-06-23 Christian Schaller <uraeus@gnome.org>
24775 * configure.ac: add videorate
24776 * gst-plugins-base.spec.in: add videorate
24778 2005-06-23 Wim Taymans <wim@fluendo.com>
24780 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24781 (gst_videorate_getcaps), (gst_videorate_setcaps),
24782 (gst_videorate_event), (gst_videorate_chain):
24783 Fixed videorate, fixating an already fixated caps is not
24786 2005-06-23 Wim Taymans <wim@fluendo.com>
24789 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24790 Buffer on caps is not boxed anymore.
24792 2005-06-22 Wim Taymans <wim@fluendo.com>
24794 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24795 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24796 Set buffers on caps as miniobjects and not as boxed.
24798 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24803 === release 0.9.1 ===
24805 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24826 updates for release
24828 2005-06-09 Andy Wingo <wingo@pobox.com>
24830 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24832 2005-06-09 Andy Wingo <wingo@pobox.com>
24835 * gst-libs/gst/Makefile.am:
24836 * gst-libs/gst/net/Makefile.am:
24837 Add gstnet to build.
24839 2005-06-09 Andy Wingo <wingo@pobox.com>
24841 * gst-libs/gst/gconf/gconf.c:
24842 * gst/playback/test.c:
24843 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24846 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24848 * ext/theora/theoraenc.c (theora_enc_chain):
24849 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24851 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24854 2005-06-02 Wim Taymans <wim@fluendo.com>
24856 * gst-libs/gst/net/Makefile.am:
24857 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24858 * pkgconfig/gstreamer-libs.pc.in:
24859 Added net stuff, version net lib.
24861 2005-06-02 Wim Taymans <wim@fluendo.com>
24863 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24864 (query_rates), (query_positions_elems), (query_positions_pads),
24866 Updated seek example.
24868 2005-06-02 Andy Wingo <wingo@pobox.com>
24870 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24871 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24874 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24875 remove the typefind, the bin dispose will do it for us. When it's
24876 removed and unreffed, the signal handler will be disconnected,
24878 (unlinked): It's too difficult to disconnect from unlinked
24879 handlers, as they are on pads not elements. Just punt if the pads
24880 aren't grandkids of the bin.
24882 2005-06-02 Wim Taymans <wim@fluendo.com>
24885 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24886 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24887 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24888 * ext/theora/theoradec.c: (theora_dec_src_query),
24889 (theora_handle_data_packet):
24890 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24891 (theora_enc_chain):
24892 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24893 (vorbis_handle_data_packet):
24894 * gst/audioconvert/bufferframesconvert.c:
24895 (buffer_frames_convert_chain):
24896 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24897 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24898 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24899 (gst_ffmpegcsp_chain):
24900 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24901 (gst_videorate_getcaps), (gst_videorate_setcaps),
24902 (gst_videorate_event), (gst_videorate_chain):
24903 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24904 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24905 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24906 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24907 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24908 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24909 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24910 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24911 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24912 Cleanups and buffer alloc.
24914 2005-05-31 Wim Taymans <wim@fluendo.com>
24916 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24917 Don't try to call the delay method when the device is not
24920 2005-05-31 Wim Taymans <wim@fluendo.com>
24922 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24923 Get actual segment size and buffer size after opening
24926 2005-05-30 Wim Taymans <wim@fluendo.com>
24928 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24929 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24930 Also FLUSH upstream, makes the loop function exit faster.
24932 * ext/theora/theoradec.c: (theora_dec_src_query):
24933 Some more debug info in the query.
24935 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24936 (gst_ximagesink_setcaps):
24937 Release lock on par error, better error reporting.
24939 2005-05-26 Wim Taymans <wim@fluendo.com>
24941 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24942 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24943 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24944 Clear chains in READY
24945 Queue packets until the chain is activated.
24947 2005-05-25 Wim Taymans <wim@fluendo.com>
24949 * gst-libs/gst/audio/gstaudiosink.c:
24950 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24951 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24952 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24953 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24954 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24955 (gst_audiosink_create_ringbuffer):
24956 * gst-libs/gst/audio/gstbaseaudiosink.c:
24957 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24958 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24959 (gst_baseaudiosink_set_property), (build_linear_format),
24960 (debug_spec_caps), (debug_spec_buffer),
24961 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24962 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24963 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24964 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24965 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24966 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24967 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24968 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24969 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24970 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24971 (wait_segment), (gst_ringbuffer_commit),
24972 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24973 (gst_ringbuffer_clear):
24974 Various small cleanups.
24976 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24977 (gst_audio_convert_change_state):
24978 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24979 No need to take the locks anymore.
24981 2005-05-25 Wim Taymans <wim@fluendo.com>
24983 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24984 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24985 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24987 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24988 (group_destroy), (group_commit), (queue_overrun),
24989 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24990 (mute_stream), (new_decoded_pad), (setup_substreams),
24991 (setup_source), (mute_group_type), (set_active_source),
24992 (gst_play_base_bin_change_state):
24993 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24994 (gen_video_element), (gen_text_element), (gen_audio_element),
24995 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24996 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24997 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24998 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24999 Some playbin cleanups mostly refcounting sloppyness.
25001 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25003 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
25004 Work with streaming input.
25006 2005-05-25 Wim Taymans <wim@fluendo.com>
25008 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25009 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25010 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25011 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
25012 No need to take the STREAM lock anymore.
25014 2005-05-25 Wim Taymans <wim@fluendo.com>
25016 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
25017 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
25018 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
25019 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
25020 (gst_ogg_demux_sink_activate):
25021 * ext/theora/theoradec.c: (theora_dec_src_event),
25022 (theora_handle_comment_packet), (theora_dec_chain),
25023 (theora_dec_change_state):
25024 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25025 (vorbis_handle_data_packet), (vorbis_dec_chain),
25026 (vorbis_dec_change_state):
25027 Remove STREAM locks as they are taken in core now.
25028 Never set bogus granulepos on vorbis/theora.
25029 Fix leaks in theoradec tag parsing.
25031 2005-05-25 Wim Taymans <wim@fluendo.com>
25033 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
25034 Fix memleaks, GST_BUFFER_DATA() is not freed.
25036 2005-05-25 Wim Taymans <wim@fluendo.com>
25038 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
25039 Open non-blocking, set to blocking mode afterwards to avoid
25040 lockups when audio device is busy.
25042 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25044 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
25045 This can't be good.
25047 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25049 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25050 (gst_audio_convert_chain), (gst_audio_convert_link_src),
25051 (gst_audio_convert_setcaps):
25052 Implement instant setup switching.
25054 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25056 * gst/playback/gstplaybasebin.c: (probe_triggered):
25057 Fix missing unlock.
25058 * gst/playback/gstplaybin.c: (add_sink):
25059 First add, then link (otherwise pad link fails).
25061 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25063 * examples/Makefile.am:
25064 fix buildbot (make distcheck)
25066 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25068 * gst/playback/gstplaybin.c: (gen_vis_element):
25069 Remove some wrong code. Doesn't work yet.
25071 2005-05-19 Wim Taymans <wim@fluendo.com>
25073 * gst-libs/gst/net/Makefile.am:
25074 * gst-libs/gst/net/README:
25075 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25076 (gst_netbuffer_class_init), (gst_netbuffer_init),
25077 (gst_netbuffer_finalize), (gst_netbuffer_copy),
25078 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25079 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25080 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25081 * gst-libs/gst/net/gstnetbuffer.h:
25082 Added buffer subclass to store extra to/from addresses for
25083 network sources/sinks.
25085 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25087 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25088 Don't lock an unassigned variable.
25090 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25092 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25093 Increase buffer for video, decrease buffer for other media types.
25094 * gst/playback/gstplaybin.c: (gen_video_element),
25095 (gen_audio_element):
25096 Change names for debugging purposes.
25098 2005-05-18 Wim Taymans <wim@fluendo.com>
25100 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25101 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25102 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25103 (gst_ffmpegcsp_chain):
25104 Enable buffer alloc passthrough if the source and dest
25105 formats are the same.
25107 2005-05-17 Wim Taymans <wim@fluendo.com>
25109 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25110 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25111 (gst_ogg_demux_chain_unlocked):
25112 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25113 (gst_audio_convert_caps_remove_format_info),
25114 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25115 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25116 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25117 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25118 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25119 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25120 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25121 (gst_ffmpegcsp_get_property):
25122 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25123 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25124 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25125 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25126 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25127 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25128 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25129 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25130 Leak fixes in oggdemux.
25131 Some cleanups in audioconvert.
25132 Make passthrough work along with buffer_alloc etc.
25133 Make buffer_alloc and buffer recycling actually work in
25136 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
25138 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25139 make the compiler happy
25141 2005-05-17 Wim Taymans <wim@fluendo.com>
25143 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25144 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25145 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25146 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25147 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25148 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25149 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25150 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25151 (gst_xvimagesink_set_xwindow_id):
25152 * sys/xvimage/xvimagesink.h:
25153 Port xvimagesink to new MiniObject.
25155 2005-05-17 Wim Taymans <wim@fluendo.com>
25157 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25158 (gst_audiofilter_chain):
25159 * gst-libs/gst/audio/gstaudiosink.c:
25160 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25161 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25162 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25163 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25164 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25165 (gst_audiosink_create_ringbuffer):
25166 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25167 (gst_audio_convert_caps_remove_format_info),
25168 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25169 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25170 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25171 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25172 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25173 Fix passthrough in ffmpegcolorspace.
25174 Fix memset in audiosink on wrong memory.
25176 2005-05-16 David Schleef <ds@schleef.org>
25178 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25181 2005-05-16 David Schleef <ds@schleef.org>
25183 Port from GstData to GstMiniObject.
25184 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25185 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25186 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25187 (gst_ogg_mux_collected):
25188 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25189 * ext/theora/theoradec.c: (theora_handle_comment_packet),
25190 (theora_handle_data_packet):
25191 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25192 (theora_set_header_on_caps), (theora_enc_chain):
25193 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25194 (vorbis_handle_comment_packet):
25195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25196 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25197 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25198 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25199 * gst/audioconvert/gstaudioconvert.c:
25200 (gst_audio_convert_get_buffer):
25201 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25202 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25203 (mute_stream), (silence_stream):
25204 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25205 * gst/volume/gstvolume.c: (volume_transform):
25206 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25207 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25208 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25209 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25210 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25211 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25212 (gst_ximagesink_buffer_alloc):
25213 * sys/ximage/ximagesink.h:
25215 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25217 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25218 (fill_buffer), (check_queue), (queue_threshold_reached),
25219 (queue_out_of_data):
25220 * gst/playback/gstplaybasebin.h:
25221 Post buffer-fullness on the bus.
25223 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25225 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25227 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25228 (group_commit), (probe_triggered), (setup_source),
25229 (gst_play_base_bin_change_state):
25230 * gst/playback/gstplaybasebin.h:
25231 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25232 (gst_play_bin_init), (remove_sinks), (setup_sinks),
25233 (gst_play_bin_change_state):
25234 Move setup_output_pads into a virtual function, remove
25235 group-switch (no longer needed) and redirect (handled by bus
25238 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25240 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25241 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25242 (get_active_group), (get_building_group), (group_destroy),
25243 (group_commit), (check_queue), (queue_overrun),
25244 (queue_threshold_reached), (queue_out_of_data),
25245 (gen_preroll_element), (remove_groups), (unknown_type),
25246 (add_element_stream), (no_more_pads), (probe_triggered),
25247 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25248 (setup_substreams), (setup_source), (finish_source),
25249 (prepare_output), (muted_group_change_state),
25250 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25251 (gst_play_base_bin_change_state):
25252 * gst/playback/gstplaybasebin.h:
25253 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25254 (gst_play_bin_init), (gst_play_bin_set_property),
25255 (gen_video_element), (gen_text_element), (gen_audio_element),
25256 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25257 (gst_play_bin_change_state):
25258 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25259 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25260 (stream_info_change_state), (gst_stream_info_set_mute),
25261 (gst_stream_info_get_property):
25262 * gst/playback/gststreaminfo.h:
25263 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25264 (gst_stream_selector_get_linked_pad),
25265 (gst_stream_selector_getcaps),
25266 (gst_stream_selector_get_linked_pads),
25267 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25268 * gst/playback/gststreamselector.h:
25269 Rough port of playbin. Needs some more work, but is mostly done,
25270 and uses a few locks in important places, which should make stuff
25271 like chain-switches clean. Still uses GST_STATE() in a few places,
25272 which isn't all that good an idea, subtitles/elements disabled
25273 because no elements to test with and thus probably broken, query
25274 and event handling moved to GstBin, internal thread removed
25275 alltogether because the pipeline does that for us now. Can play
25276 Ogg/Vorbis files. Haven't tested anything else yet.
25278 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25280 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25281 Do no-more-pads (needed for autoplugging).
25283 2005-05-10 Andy Wingo <wingo@pobox.com>
25285 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25286 message to the bus with the tags. Still not sent downstream tho.
25288 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25290 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25291 avoid refcounting hassles.
25293 2005-05-09 Andy Wingo <wingo@pobox.com>
25295 * gst/volume/Makefile.am:
25296 * gst/volume/demo.c
25297 * gst/volume/gstvolume.h
25298 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25299 basetransform. Probably need an audio filter base class.
25301 2005-05-09 Wim Taymans <wim@fluendo.com>
25303 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25304 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25305 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25306 (gst_vorbisenc_chain):
25307 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25308 (gst_audio_convert_caps_remove_format_info),
25309 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25310 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25311 Make caps writable before writing to it.
25312 Fix negotiation in audioconvert some more.
25314 2005-05-09 Wim Taymans <wim@fluendo.com>
25316 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25317 (gst_videorate_getcaps), (gst_videorate_setcaps),
25318 (gst_videorate_event), (gst_videorate_chain):
25319 Better negotiation.
25321 2005-05-09 Wim Taymans <wim@fluendo.com>
25323 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25324 (gst_videorate_getcaps), (gst_videorate_setcaps),
25325 (gst_videorate_blank_data), (gst_videorate_init),
25326 (gst_videorate_event), (gst_videorate_chain),
25327 (gst_videorate_change_state):
25328 Port videorate, do a better job at negotiation while we're at
25331 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
25336 * examples/Makefile.am:
25337 * gst-libs/gst/audio/Makefile.am:
25338 * gst-libs/gst/riff/Makefile.am:
25339 * gst-libs/gst/tag/Makefile.am:
25340 * gst-libs/gst/video/Makefile.am:
25341 Fixups for missing variables.
25343 2005-05-09 Wim Taymans <wim@fluendo.com>
25345 * examples/seeking/seek.c: (make_theora_pipeline),
25346 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25347 (query_rates), (query_positions_elems), (query_positions_pads),
25348 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25350 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25351 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25352 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25353 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25354 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25355 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25356 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25357 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25358 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25359 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25360 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25361 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25362 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25363 (theora_dec_src_convert), (theora_dec_sink_convert),
25364 (theora_dec_src_query), (theora_dec_sink_query),
25365 (theora_dec_src_event), (theora_dec_sink_event),
25366 (theora_handle_comment_packet), (theora_handle_type_packet),
25367 (theora_handle_header_packet), (theora_handle_data_packet),
25368 (theora_dec_chain):
25369 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25370 (vorbis_dec_convert), (vorbis_dec_src_query),
25371 (vorbis_dec_sink_query), (vorbis_dec_src_event),
25372 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25373 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25374 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25375 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25376 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25377 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25378 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25379 (gst_play_bin_query):
25380 * gst/playback/test3.c: (update_scale):
25381 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25382 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25383 * gst/subparse/gstsubparse.c: (gst_subparse_init):
25384 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25385 (gst_videotestsrc_src_query):
25386 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25387 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25388 (paint_hline_YUV9):
25389 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25390 Port to new query API.
25392 Cleanups in x[v]imagesink
25394 2005-05-09 Andy Wingo <wingo@pobox.com>
25396 * ext/alsa/gstalsasink.h:
25397 * ext/gnomevfs/gstgnomevfssrc.c:
25398 (gst_gnomevfssrc_get_icy_metadata):
25399 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25400 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25401 * ext/theora/theoradec.c (theora_dec_src_query)
25402 (theora_dec_src_event, theora_dec_sink_event)
25403 (theora_handle_comment_packet, theora_handle_data_packet):
25404 * ext/theora/theoraenc.c (theora_enc_chain):
25405 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25406 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25407 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25408 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25410 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25411 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25412 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25413 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25414 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25415 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25416 (paint_setup_xBGR8888, paint_setup_RGBx8888)
25417 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25418 (paint_setup_RGB565, paint_setup_xRGB1555):
25419 * gst/videotestsrc/videotestsrc.h:
25420 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25421 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25422 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25425 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25426 gst_pad_query_position. Fixes oggdemux.
25428 2005-05-08 David Schleef <ds@schleef.org>
25430 * configure.ac: Require liboil.
25431 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25433 * gst/videotestsrc/videotestsrc.c:
25434 * gst/videotestsrc/videotestsrc.h:
25436 2005-05-06 Wim Taymans <wim@fluendo.com>
25438 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25439 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25440 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25441 Well, unreffing a buffer right before pushing it is asking
25444 2005-05-06 Christian Schaller <uraeus@gnome.org>
25446 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25448 2005-05-06 Wim Taymans <wim@fluendo.com>
25450 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25451 (gst_audio_convert_caps_remove_format_info),
25452 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25453 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25454 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25455 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25456 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25457 * gst/sine/Makefile.am:
25458 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25459 (gst_sinesrc_class_init), (gst_sinesrc_init),
25460 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25461 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25462 (gst_sinesrc_update_freq):
25463 * gst/sine/gstsinesrc.h:
25464 * gst/tcp/gstmultifdsink.c:
25465 * sys/xvimage/xvimagesink.c:
25466 Fixed negotiation wrt _peer_get_caps()
25470 2005-05-06 Wim Taymans <wim@fluendo.com>
25472 * gst-libs/gst/audio/gstaudiosink.c:
25473 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25474 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25475 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25476 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25477 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25478 (gst_audiosink_create_ringbuffer):
25479 * gst-libs/gst/audio/gstbaseaudiosink.c:
25480 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25481 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25482 (gst_baseaudiosink_set_property), (build_linear_format),
25483 (debug_spec_caps), (debug_spec_buffer),
25484 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25485 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25486 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25487 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25488 * gst-libs/gst/audio/gstbaseaudiosink.h:
25489 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25490 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25491 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25492 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25493 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25494 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25495 (wait_segment), (gst_ringbuffer_commit),
25496 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25497 (gst_ringbuffer_clear):
25498 * gst-libs/gst/audio/gstringbuffer.h:
25499 Make the base audiosink return an error when there is no
25500 audiobuffer negotiated.
25502 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25505 Disable cdparanoia until someone ports it!
25507 2005-05-06 Wim Taymans <wim@fluendo.com>
25509 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25510 (gst_ogg_demux_sink_activate):
25511 And revert after wingo's revert.. sigh..
25513 2005-05-05 Andy Wingo <wingo@pobox.com>
25515 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25517 * configure.ac: Return audiorate and subparse from the ghetto.
25518 Re-enable -Wall -Werror.
25519 * gst/subparse/gstsubparse.c:
25520 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25521 or chain-based. Cleaned up a bit. Not tested.
25523 2005-05-05 Christian Schaller <christian@fluendo.com>
25525 * Makefile.am: remove stuff that is not building
25526 * configure.ac: remove stuff that is not building
25527 * examples/Makefile.am: remove stuff that is not building
25528 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25529 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25530 * sys/Makefile.am: remove stuff that is not building
25531 * testsuite/Makefile.am: remove stuff that is not building
25533 2005-05-05 Andy Wingo <wingo@pobox.com>
25535 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25536 * gst-libs/gst/tag/gstvorbistag.c:
25537 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25538 * gst/adder/gstadder.h:
25539 * gst/audioconvert/gstchannelmix.c:
25540 (gst_audio_convert_fill_one_other):
25541 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25542 (gst_audiorate_init), (gst_audiorate_chain):
25543 * gst/playback/gstplaybasebin.c: (setup_source):
25544 * gst/playback/test3.c: (update_scale):
25562 2005-05-05 Wim Taymans <wim@fluendo.com>
25564 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25565 (gst_audio_convert_caps_remove_format_info),
25566 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25567 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25568 * gst/videotestsrc/gstvideotestsrc.c:
25569 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25570 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25571 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25572 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25573 Don't ignore _push() return values.
25574 Make sure no processing is done when shutting down.
25575 Videotestsrc pad activation fix.
25577 2005-05-05 Wim Taymans <wim@fluendo.com>
25579 * gst/adder/Makefile.am:
25580 * gst/adder/gstadder.c: (gst_adder_setcaps),
25581 (gst_adder_class_init), (gst_adder_init),
25582 (gst_adder_request_new_pad), (gst_adder_collected),
25583 (gst_adder_change_state):
25584 * gst/adder/gstadder.h:
25585 Ported adder as an example of a mixer element using
25586 collect pads. Needs more negotiation work.
25588 2005-05-05 Wim Taymans <wim@fluendo.com>
25590 * ext/theora/theoradec.c: (_inc_granulepos),
25591 (theora_dec_src_event), (theora_dec_sink_event),
25592 (theora_handle_comment_packet), (theora_handle_type_packet),
25593 (theora_handle_header_packet), (theora_handle_data_packet),
25594 (theora_dec_chain):
25595 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25596 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25597 (theora_push_buffer), (theora_push_packet),
25598 (theora_enc_sink_event), (theora_enc_chain),
25599 (theora_enc_change_state), (theora_enc_set_property),
25600 (theora_enc_get_property):
25601 Added stream lock to decoder so that we can serialize
25603 More theoraenc porting, recover from errors, do clean
25606 2005-05-05 Wim Taymans <wim@fluendo.com>
25608 * ext/ogg/Makefile.am:
25610 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25611 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25613 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25614 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25615 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25616 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25617 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25618 (gst_ogg_mux_change_state):
25621 2005-05-05 Wim Taymans <wim@fluendo.com>
25623 * docs/design-audiosinks.txt:
25624 * gst-libs/gst/audio/TODO:
25625 * gst-libs/gst/audio/gstaudiosink.c:
25626 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25627 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25628 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25629 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25630 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25631 (gst_audiosink_create_ringbuffer):
25632 * gst-libs/gst/audio/gstbaseaudiosink.c:
25633 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25634 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25635 (gst_baseaudiosink_set_property), (build_linear_format),
25636 (debug_spec_caps), (debug_spec_buffer),
25637 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25638 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25639 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25640 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25641 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25642 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25643 (gst_ringbuffer_release), (gst_ringbuffer_play),
25644 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25645 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25646 (gst_ringbuffer_set_sample), (wait_segment),
25647 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25648 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25649 More work on the audiosink, mostly debugging and a race in
25652 2005-04-28 Wim Taymans <wim@fluendo.com>
25654 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25655 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25656 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25657 (vorbis_dec_src_query), (vorbis_dec_src_event),
25658 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25659 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25660 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25661 Don't crap out when seeking back to position 0.
25663 2005-04-28 Wim Taymans <wim@fluendo.com>
25665 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25666 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25667 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25668 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25669 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25670 Make audio sink configurable, use alsasink as default.
25672 2005-04-28 Wim Taymans <wim@fluendo.com>
25674 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25675 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25676 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25677 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25678 (vorbis_dec_change_state):
25679 * ext/vorbis/vorbisdec.h:
25680 Refactor, use STREAM_LOCK.
25682 2005-04-28 Wim Taymans <wim@fluendo.com>
25684 * ext/theora/theoradec.c: (_inc_granulepos),
25685 (theora_dec_sink_event), (theora_handle_comment_packet),
25686 (theora_handle_type_packet), (theora_handle_header_packet),
25687 (theora_handle_data_packet), (theora_dec_chain),
25688 (theora_dec_change_state):
25689 Refactor a bit, use STREAM_LOCK.
25691 2005-04-28 Wim Taymans <wim@fluendo.com>
25693 * ext/alsa/Makefile.am:
25694 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25695 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25696 (gst_alsa_link), (gst_alsa_close_audio):
25697 * ext/alsa/gstalsaplugin.c: (plugin_init):
25698 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25699 (gst_alsasink_dispose), (gst_alsasink_base_init),
25700 (gst_alsasink_class_init), (gst_alsasink_init),
25701 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25702 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25703 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25704 (gst_alsasink_reset):
25705 * ext/alsa/gstalsasink.h:
25706 Implement alsasink with simple open/write/close API.
25707 Make alsa dir build by disabling compilation of code.
25709 2005-04-28 Wim Taymans <wim@fluendo.com>
25711 * gst-libs/gst/audio/Makefile.am:
25712 * gst-libs/gst/audio/audio.h:
25713 * gst-libs/gst/audio/audioclock.c:
25714 * gst-libs/gst/audio/audioclock.h:
25715 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25716 (gst_audio_clock_class_init), (gst_audio_clock_init),
25717 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25718 * gst-libs/gst/audio/gstaudioclock.h:
25719 * gst-libs/gst/audio/gstaudiosink.c:
25720 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25721 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25722 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25723 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25724 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25725 (gst_audiosink_create_ringbuffer):
25726 * gst-libs/gst/audio/gstbaseaudiosink.c:
25727 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25728 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25729 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25730 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25731 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25732 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25733 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25734 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25735 * gst-libs/gst/audio/gstbaseaudiosink.h:
25736 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25737 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25738 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25739 (gst_ringbuffer_release), (gst_ringbuffer_play),
25740 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25741 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25742 (gst_ringbuffer_set_sample), (wait_segment),
25743 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25744 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25745 * gst-libs/gst/audio/gstringbuffer.h:
25746 Make ringbuffer faster and more simple by removing the locks
25747 in the playback thread.
25748 Add sample accurate playback based on buffer sample offsets.
25749 Make the baseaudiosink provide a clock.
25750 Parse caps in the base class.
25751 Correctly handle seeking, flushing and state changes.
25753 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25756 * gst/audioconvert/Makefile.am:
25757 * gst/audioscale/Makefile.am:
25758 Fix part of the build. Come on guys, autogen didn't even work :)
25760 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25763 * gst-libs/gst/Makefile.am:
25764 * gst-libs/gst/media-info/.cvsignore:
25765 * gst-libs/gst/media-info/Makefile.am:
25766 * gst-libs/gst/media-info/README:
25767 * gst-libs/gst/media-info/media-info-priv.c:
25768 * gst-libs/gst/media-info/media-info-priv.h:
25769 * gst-libs/gst/media-info/media-info-test.c:
25770 * gst-libs/gst/media-info/media-info.c:
25771 * gst-libs/gst/media-info/media-info.h:
25772 * gst-libs/gst/media-info/media-info.vcproj:
25773 * pkgconfig/Makefile.am:
25774 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25775 * pkgconfig/gstreamer-media-info.pc.in:
25776 Remove media-info, which is also successed by playbin (see Totem
25779 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25782 * examples/Makefile.am:
25783 * examples/gstplay/.cvsignore:
25784 * examples/gstplay/Makefile.am:
25785 * examples/gstplay/player.c:
25786 * gst-libs/gst/Makefile.am:
25787 * gst-libs/gst/play/.cvsignore:
25788 * gst-libs/gst/play/Makefile.am:
25789 * gst-libs/gst/play/play.c:
25790 * gst-libs/gst/play/play.h:
25791 * gst-libs/gst/play/play.vcproj:
25792 * pkgconfig/Makefile.am:
25793 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25794 * pkgconfig/gstreamer-play.pc.in:
25795 Remove libgstplay, playbin is now the official successor.
25797 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25800 * gst-libs/gst/Makefile.am:
25801 * gst-libs/gst/xwindowlistener/Makefile.am:
25802 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25803 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25804 Remove deprecated xwindowlistener (I've moved xwindowlistening
25805 in the v4l/v4l2 plugins over to serverside).
25807 2005-04-25 David Schleef <ds@schleef.org>
25809 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25810 to examples/dynparams. Examples do not belong interspersed with
25812 * examples/dynparams/demo-dparams.c:
25813 * gst/sine/Makefile.am:
25814 * gst/sine/demo-dparams.c:
25816 2005-04-25 David Schleef <ds@schleef.org>
25818 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25819 * gst-libs/gst/audio/Makefile.am:
25820 * gst-libs/gst/riff/Makefile.am:
25821 * gst-libs/gst/tag/Makefile.am:
25822 * gst-libs/gst/video/Makefile.am:
25823 * gst-libs/gst/xwindowlistener/Makefile.am:
25825 Convert to 0.9 API, seems to work:
25826 * sys/ximage/Makefile.am:
25827 * sys/ximage/ximagesink.c:
25829 2005-04-24 David Schleef <ds@schleef.org>
25831 Link plugins against libraries:
25832 * ext/alsa/Makefile.am:
25833 * gst/tcp/Makefile.am:
25835 Remove asm code that should be in liboil
25836 * gst/videoscale/Makefile.am:
25837 * gst/videoscale/videoscale_x86_asm.s:
25839 gettext wants these checked in:
25855 2005-04-24 David Schleef <ds@schleef.org>
25857 Convert gst_main() to g_main_loop_run()
25858 * gst/playback/decodetest.c: (main):
25859 * gst/playback/test2.c: (main):
25860 * gst/playback/test3.c: (main):
25861 * gst/playback/test4.c: (main):
25863 Link plugins against libraries:
25864 * ext/libvisual/Makefile.am:
25865 * sys/xvimage/Makefile.am:
25867 2005-04-24 David Schleef <ds@schleef.org>
25869 * configure.ac: Remove idct and resample libs
25870 * gst-libs/gst/Makefile.am: same
25872 Remove usage of gst_library_load():
25873 * ext/alsa/gstalsaplugin.c: (plugin_init):
25874 * ext/libvisual/visual.c: (plugin_init):
25875 * ext/ogg/gstogg.c: (plugin_init):
25876 * ext/theora/theora.c: (plugin_init):
25877 * ext/vorbis/vorbis.c: (plugin_init):
25878 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25879 * gst/audioscale/gstaudioscale.c:
25880 * gst/adder/gstadder.c: (plugin_init):
25881 * gst/audioconvert/plugin.c: (plugin_init):
25882 * sys/ximage/ximagesink.c: (plugin_init):
25883 * sys/xvimage/xvimagesink.c: (plugin_init):
25884 * gst/tcp/gsttcpplugin.c: (plugin_init):
25886 Link plugins against libraries:
25887 * ext/ogg/Makefile.am:
25888 * ext/theora/Makefile.am:
25889 * ext/vorbis/Makefile.am:
25890 * gst/audioconvert/Makefile.am:
25892 Create proper libraries:
25893 * gst-libs/gst/riff/Makefile.am:
25894 * gst-libs/gst/audio/Makefile.am:
25895 * gst-libs/gst/video/Makefile.am:
25897 Move resample library to audioscale plugin directory:
25898 * gst-libs/gst/resample/Makefile.am:
25899 * gst-libs/gst/resample/README:
25900 * gst-libs/gst/resample/dtof.c:
25901 * gst-libs/gst/resample/dtos.c:
25902 * gst-libs/gst/resample/functable.c:
25903 * gst-libs/gst/resample/private.h:
25904 * gst-libs/gst/resample/resample.c:
25905 * gst-libs/gst/resample/resample.h:
25906 * gst-libs/gst/resample/resample.vcproj:
25907 * gst-libs/gst/resample/test.c:
25908 * gst/audioscale/Makefile.am:
25909 * gst/audioscale/README:
25910 * gst/audioscale/dtof.c:
25911 * gst/audioscale/dtos.c:
25912 * gst/audioscale/functable.c:
25913 * gst/audioscale/private.h:
25914 * gst/audioscale/resample.c:
25915 * gst/audioscale/resample.h:
25916 * gst/audioscale/test.c:
25918 Move tagedit library to gst-libs:
25919 * gst-libs/gst/tag/Makefile.am:
25920 * gst-libs/gst/tag/gstid3tag.c:
25921 * gst-libs/gst/tag/gsttagediting.c:
25922 * gst-libs/gst/tag/gsttageditingprivate.h:
25923 * gst-libs/gst/tag/gstvorbistag.c:
25924 * gst/tags/Makefile.am:
25925 * gst/tags/gstid3tag.c:
25926 * gst/tags/gstvorbistag.c:
25928 Fix for core changes:
25929 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25930 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25931 (gst_sinesrc_getrange):
25933 2005-04-23 David Schleef <ds@schleef.org>
25935 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25936 in gst-plugins in a long time, and properly belongs in liboil.
25937 * gst-libs/gst/idct/Makefile.am:
25938 * gst-libs/gst/idct/README:
25939 * gst-libs/gst/idct/dct.h:
25940 * gst-libs/gst/idct/doieee:
25941 * gst-libs/gst/idct/fastintidct.c:
25942 * gst-libs/gst/idct/floatidct.c:
25943 * gst-libs/gst/idct/idct.c:
25944 * gst-libs/gst/idct/idct.h:
25945 * gst-libs/gst/idct/idtc.vcproj:
25946 * gst-libs/gst/idct/ieeetest.c:
25947 * gst-libs/gst/idct/intidct.c:
25949 2005-04-20 Wim Taymans <wim@fluendo.com>
25951 * docs/design-audiosinks.txt:
25952 * gst-libs/gst/audio/Makefile.am:
25953 * gst-libs/gst/audio/TODO:
25954 * gst-libs/gst/audio/gstaudiosink.c:
25955 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25956 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25957 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25958 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25959 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25960 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25961 (gst_audiosink_class_init), (gst_audiosink_init),
25962 (gst_audiosink_create_ringbuffer):
25963 * gst-libs/gst/audio/gstaudiosink.h:
25964 * gst-libs/gst/audio/gstbaseaudiosink.c:
25965 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25966 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25967 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25968 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25969 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25970 (gst_baseaudiosink_create_ringbuffer),
25971 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25972 * gst-libs/gst/audio/gstbaseaudiosink.h:
25973 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25974 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25975 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25976 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25977 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25978 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25979 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25980 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25981 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25982 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25983 * gst-libs/gst/audio/gstringbuffer.h:
25984 An attempt at a set of audio base classes together with some
25987 2005-04-20 Wim Taymans <wim@fluendo.com>
25989 * gst/audioconvert/Makefile.am:
25990 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25991 (gst_audio_convert_caps_remove_format_info),
25992 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25993 (gst_audio_convert_channels):
25994 Link against audio libs.
25995 Fix audio convert plugin.
25997 2005-04-20 Wim Taymans <wim@fluendo.com>
25999 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
26000 (gst_ogg_demux_sink_activate):
26001 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
26002 (theora_set_header_on_caps), (theora_enc_sink_event),
26003 (theora_enc_chain):
26004 Fix theora encoder.
26006 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26008 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
26009 * gst/playback/gstdecodebin.c: (find_compatibles):
26010 Work with staticpadtemplates in elementfactories.
26012 2005-04-12 Wim Taymans <wim@fluendo.com>
26014 * gst/playback/README:
26015 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
26016 (compare_ranks), (print_feature), (gst_decode_bin_init),
26017 (dynamic_create), (dynamic_free), (find_compatibles),
26018 (mimetype_is_raw), (close_pad_link), (got_redirect),
26019 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
26020 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
26021 (gst_decode_bin_change_state):
26022 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26023 (gst_play_base_bin_init), (group_destroy), (group_commit),
26024 (check_queue), (queue_overrun), (queue_threshold_reached),
26025 (queue_out_of_data), (gen_preroll_element), (unknown_type),
26026 (new_decoded_pad), (setup_subtitle), (gen_source_element),
26027 (got_redirect), (setup_source), (play_base_eos),
26028 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26029 (gst_play_base_bin_remove_element):
26030 * gst/playback/gstplaybasebin.h:
26031 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26032 (gst_play_bin_init), (gst_play_bin_dispose),
26033 (gst_play_bin_set_property), (gen_video_element),
26034 (gen_text_element), (gen_audio_element), (remove_sinks),
26035 (gst_play_bin_send_event):
26036 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
26037 (stream_info_change_state), (gst_stream_info_set_mute):
26038 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26039 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
26040 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
26041 (gst_stream_selector_chain):
26042 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
26045 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
26046 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26047 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
26048 Raw and crude port of decodebin.
26049 Make playbin compile.
26051 2005-04-06 Wim Taymans <wim@fluendo.com>
26053 * ext/gnomevfs/Makefile.am:
26054 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26055 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26056 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26057 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26058 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26059 (gst_gnomevfssrc_stop):
26060 * ext/ogg/Makefile.am:
26061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26062 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26063 * ext/theora/Makefile.am:
26064 * ext/theora/theoradec.c: (_inc_granulepos),
26065 (theora_dec_sink_event), (theora_dec_chain):
26066 * ext/vorbis/Makefile.am:
26067 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26068 (vorbis_dec_sink_event), (vorbis_dec_chain):
26069 * gst-libs/gst/audio/Makefile.am:
26070 * sys/xvimage/Makefile.am:
26071 Make gnomevfssrc extend the source base class.
26072 Fix linking against libs in various plugins.
26074 2005-04-06 Andy Wingo <wingo@pobox.com>
26076 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26079 * configure.ac: Add check and AC_SUBST for libgstbase.
26081 2005-03-31 Wim Taymans <wim@fluendo.com>
26083 * examples/seeking/Makefile.am:
26084 * examples/seeking/cdparanoia.c: (main):
26085 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26086 (play_cb), (pause_cb), (stop_cb), (main):
26087 * examples/seeking/playbin.c:
26088 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26089 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26090 (make_sid_pipeline), (make_vorbis_pipeline),
26091 (make_theora_pipeline), (make_vorbis_theora_pipeline),
26092 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26093 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26094 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26095 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26097 * examples/seeking/spider_seek.c:
26098 * examples/seeking/vorbisfile.c:
26099 * ext/gnomevfs/Makefile.am:
26100 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26101 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26102 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26103 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26104 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26105 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26106 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26107 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26109 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26110 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26111 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26112 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26113 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26114 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26115 (gst_ogg_pad_event), (gst_ogg_pad_reset),
26116 (gst_ogg_demux_factory_filter), (compare_ranks),
26117 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26118 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26119 (gst_ogg_chain_new), (gst_ogg_chain_free),
26120 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26121 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26122 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26123 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26124 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26125 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26126 (gst_ogg_demux_get_prev_page),
26127 (gst_ogg_demux_deactivate_current_chain),
26128 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26129 (gst_ogg_demux_bisect_forward_serialno),
26130 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26131 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26132 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26133 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26134 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26135 (gst_ogg_demux_change_state), (gst_ogg_print):
26136 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26137 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26138 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26139 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26140 (gst_ogg_mux_loop):
26141 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26142 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26143 (theora_dec_src_convert), (theora_dec_sink_convert),
26144 (theora_dec_src_query), (theora_dec_src_event),
26145 (theora_dec_sink_event), (theora_dec_chain),
26146 (theora_dec_change_state):
26147 * ext/theora/theoraenc.c: (gst_theora_enc_init),
26148 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26149 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26150 (theora_enc_change_state):
26151 * ext/vorbis/Makefile.am:
26152 * ext/vorbis/oggvorbisenc.c:
26153 * ext/vorbis/oggvorbisenc.h:
26154 * ext/vorbis/vorbis.c: (plugin_init):
26155 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26156 (vorbis_dec_src_query), (vorbis_dec_src_event),
26157 (vorbis_dec_sink_event), (vorbis_dec_chain),
26158 (vorbis_dec_change_state):
26159 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26160 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26161 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26162 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26163 (gst_vorbisenc_change_state):
26164 * ext/vorbis/vorbisenc.h:
26165 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26166 * gst-libs/gst/audio/audioclock.c:
26167 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26168 (gst_audiofilter_init), (gst_audiofilter_chain):
26169 * gst-libs/gst/audio/testchannels.c: (main):
26170 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26171 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26172 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26173 (gmip_find_track_streaminfo), (gmip_find_track_format):
26174 * gst-libs/gst/media-info/media-info.c:
26175 (gst_media_info_read_idler):
26176 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26177 (gst_play_get_all_by_interface):
26178 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26179 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26180 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26181 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26182 (gst_riff_parse_info):
26183 * gst-libs/gst/riff/riff-read.h:
26184 * gst-libs/gst/riff/riff.c: (plugin_init):
26185 * gst-libs/gst/video/Makefile.am:
26186 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26187 (gst_videosink_class_init), (gst_videosink_get_type):
26188 * gst-libs/gst/video/videosink.h:
26189 * gst/audioconvert/bufferframesconvert.c:
26190 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26191 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26192 * gst/audioconvert/channelmixtest.c: (main):
26193 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26194 (gst_audio_convert_chain),
26195 (gst_audio_convert_caps_remove_format_info),
26196 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26197 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26198 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26199 (gst_audio_convert_buffer_to_default_format),
26200 (gst_audio_convert_buffer_from_default_format),
26201 (gst_audio_convert_channels):
26202 * gst/audioconvert/gstchannelmix.h:
26203 * gst/ffmpegcolorspace/avcodec.h:
26204 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26205 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26206 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26207 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26208 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26209 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26210 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26211 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26212 (mpeg_video_type_find), (mpeg_video_stream_type_find),
26214 * gst/videotestsrc/gstvideotestsrc.c:
26215 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26216 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26217 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26218 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26219 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26220 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26221 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26222 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26223 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26224 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26225 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26226 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26227 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26228 (gst_xvimagesink_navigation_send_event),
26229 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26230 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26231 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26232 * sys/xvimage/xvimagesink.h:
26233 Plugin port to 0.9, ogg/theora playback should work in the seek
26235 Removed old examples.
26236 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26237 explained in 0.9 TODO doc.
26240 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
26262 * testsuite/Makefile.am:
26263 remove a whole bunch of plugins. This module now contains a set
26264 of free reference plugins/elements as agreed.
26266 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
26269 hunting season on 0.9 is now OPEN
26271 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26273 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26274 Kick the hell out of gcc for not warning me about a symbol conflict.
26276 2005-02-22 Luca Ognibene <luogni@tin.it>
26278 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26280 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26281 Don't leak caps string (fixes #168134)
26283 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26284 (gst_jpegenc_init), (gst_jpegenc_finalize),
26285 (gst_jpegenc_change_state):
26286 Don't leak line buffers and context struct (fixes #168133).
26288 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
26291 * ext/dirac/gstdiracdec.cc:
26292 (gst_diracdec_chain):
26293 Since dirac 0.5.0 the framerate in dirac is expressed as a
26294 rational number. Fix build and up requirement to 0.5.0, and
26295 also pass parameters to gst_diracdec_link in the right order
26298 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
26300 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26301 * ext/faad/gstfaad.h:
26302 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
26303 certain invalid muxed streams, where some packets will contain
26304 junk after decoder data. Partially fixes #149158.
26306 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
26307 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26308 Make sure we only write to writable buffers
26310 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
26312 * gst-libs/gst/riff/riff-media.c:
26313 (gst_riff_create_audio_caps_with_data):
26314 Do actually fix invalid RIFF fmt header values for alaw
26315 and mulaw audio instead of just saying so.
26317 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26318 Give gst_riff_create_audio_caps_with_data() a chance to
26319 fix up broken format header fields before extracting any
26320 parameters from the header. (fixes #167633)
26322 2005-02-19 Martin Holters <martin.holters@gmx.de>
26324 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26326 * gst/audioconvert/bufferframesconvert.c:
26327 (buffer_frames_convert_link):
26328 Don't leak othercaps. (fixes #167878)
26330 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
26333 * ext/libvisual/visual.c: (gst_visual_srclink),
26334 (gst_visual_change_state):
26335 Support libvisual 0.2.0.
26337 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
26339 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26340 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26341 Use same rowstrides for I420 as used everywhere else.
26343 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
26345 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26346 Declare variables at beginning of block and make gcc-2.95 happy
26347 (fixes # 167482, patch by Gergely Nagy).
26349 * gst/tcp/gsttcpclientsrc.c:
26350 * gst/tcp/gsttcpclientsrc.h:
26351 Move some includes into the header, so that struct sockaddr_in is
26352 defined when it should be defined on FreeBSD as well (fixes
26355 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26356 Don't pass uninitialised values to setsockopt() here either.
26358 2005-02-17 Luca Ognibene <luogni at tin dot it>
26360 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26362 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26363 Don't pass uninitialised values to setsockopt(). (fixes #167704)
26365 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26367 * gst/playback/gstplaybin.c: (add_sink):
26368 Invert bin_add/link order to workaround deadlock in opt.
26370 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26372 * gst/modplug/gstmodplug.cc:
26373 Add missing break causing position queries to fail.
26375 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26377 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26378 Granpos can apparently be -1, which screws up calculations...
26380 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
26382 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26383 (gst_ximagesink_send_pending_navigation),
26384 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26385 (gst_ximagesink_init):
26386 * sys/ximage/ximagesink.h:
26387 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26388 (gst_xvimagesink_send_pending_navigation),
26389 (gst_xvimagesink_navigation_send_event),
26390 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26391 * sys/xvimage/xvimagesink.h:
26392 Use a mutex protected list to marshal navigation
26393 events into the stream thread from whichever thread
26396 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
26398 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26399 Display current position and track length; misc. clean-ups.
26401 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26402 (speed_init), (speed_chain):
26403 Add query function, so that the stream length and current position
26404 get adjusted when queried (note that current position queries may
26405 still be wrong if the audio sink returns values based on buffer
26406 timestamps instead of passing on the query).
26408 2005-02-13 Benjamin Otte <otte@gnome.org>
26410 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26411 (gst_audio_convert_channels):
26412 create channel conversion matrix when linking
26413 * gst/audioconvert/.cvsignore:
26414 * gst/audioconvert/Makefile.am:
26415 * gst/audioconvert/channelmixtest.c: (main):
26416 add (ugly) test that ensures stereo <=> mono conversion works
26419 2005-02-13 Benjamin Otte <otte@gnome.org>
26421 * gst/audioconvert/gstchannelmix.h:
26422 include missing header file
26423 * gst/audioconvert/gstchannelmix.c:
26424 (gst_audio_convert_fill_compatible):
26425 use same sign for both channels when converting to/from compatible
26426 channel. Previously used different signs made the signals cancel
26427 each other out and appear like silence. (fixes #167269)
26429 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26431 * gst/ffmpegcolorspace/avcodec.h:
26432 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26433 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26434 (gst_ffmpegcsp_avpicture_fill):
26435 * gst/ffmpegcolorspace/imgconvert.c:
26436 Convert to and from YV12 (fixes #156379).
26438 2005-02-12 Julien MOUTTE <julien@moutte.net>
26440 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26441 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26442 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26443 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26444 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26445 methods from chain and negotiation and vice versa (Fixes #166142).
26446 * sys/ximage/ximagesink.h: Add stream_lock.
26447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26448 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26449 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26450 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26452 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26454 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26455 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26456 error message when we can't open the DVD device (when dvdnav_open()
26457 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26458 the above). Send something more useful instead (fixes #167117).
26460 2005-02-11 Julien MOUTTE <julien@moutte.net>
26462 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26463 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26464 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26465 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26466 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26467 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26468 methods from chain and negotiation and vice versa (Fixes #166142).
26469 Fix a possible bug of images in the buffer pool being discarded because
26470 we are looking at the wrong geometry.
26471 * sys/xvimage/xvimagesink.h: Add stream_lock.
26473 2005-02-11 David Schleef <ds@schleef.org>
26475 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26476 unsigned int. (fixes #167128)
26478 2005-02-11 David Schleef <ds@schleef.org>
26480 * gst/librfb/Makefile.am: Testing stuff before committing is
26481 for wimps... and people with fast machines. Fix stupid
26484 2005-02-11 David Schleef <ds@schleef.org>
26486 * configure.ac: Pull in librfb from my CVS tree, because it is
26487 too small and annoying to be separate. Move rfbsrc plugin
26490 * ext/librfb/Makefile.am:
26491 * ext/librfb/gstrfbsrc.c:
26492 * gst/librfb/Makefile.am:
26493 * gst/librfb/gstrfbsrc.c:
26494 * gst/librfb/rfb.c:
26495 * gst/librfb/rfb.h:
26496 * gst/librfb/rfbbuffer.c:
26497 * gst/librfb/rfbbuffer.h:
26498 * gst/librfb/rfbbytestream.c:
26499 * gst/librfb/rfbbytestream.h:
26500 * gst/librfb/rfbcontext.h:
26501 * gst/librfb/rfbdecoder.c:
26502 * gst/librfb/rfbdecoder.h:
26503 * gst/librfb/rfbutil.h:
26505 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26507 * gst/speed/Makefile.am:
26508 * gst/speed/demo-mp3.c: (main):
26509 * gst/speed/filter.func:
26510 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26511 (speed_class_init), (speed_init), (speed_chain_int16),
26512 (speed_chain_float32), (speed_chain), (speed_set_property),
26513 (speed_get_property), (speed_change_state):
26514 * gst/speed/gstspeed.h:
26515 Fix speed element and make it chain-based (fixes #156467),
26516 and make it handle more than one channel.
26518 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26520 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26521 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26522 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26523 * ext/dts/gstdtsdec.h:
26524 Don't clobber the stack constructing the channels array.
26525 Make the element chain-based. DTS tracks can now be played.
26527 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26529 * gst-libs/gst/audio/multichannel.h:
26530 * gst-libs/gst/gconf/gconf.h:
26531 * gst-libs/gst/idct/idct.h:
26532 * gst-libs/gst/media-info/media-info-priv.h:
26533 * gst-libs/gst/play/play.h:
26534 * gst-libs/gst/resample/private.h:
26535 * gst-libs/gst/resample/resample.h:
26536 * gst-libs/gst/riff/riff-ids.h:
26537 * gst-libs/gst/video/video.h:
26538 * gst-libs/gst/video/videosink.h:
26539 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26540 missing, so that they work when included from C++ code.
26542 2005-02-09 David Schleef <ds@schleef.org>
26544 * testsuite/gst-lint: Check for non-statically scoped
26545 parent_class variables. This won't be a problem once
26546 plugins are loaded with RTLD_LOCAL.
26548 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26550 * ext/mplex/gstmplexibitstream.cc:
26553 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26555 * ext/ogg/gstogmparse.c:
26556 * gst/debug/gstnavigationtest.c:
26557 Die, thou faulty symbol pollutors (non-static parent_class).
26559 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26561 * ext/mplex/gstmplexibitstream.cc:
26562 Fix event handling (#165525).
26564 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26566 * ext/mikmod/gstmikmod.c:
26567 * gst/modplug/gstmodplug.cc:
26568 Add missing endianness to template (fixes #165509).
26570 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26572 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26573 Fix wrong order of reading of optional bytes (#165290).
26575 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26577 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26578 Implement FILLER event awareness.
26580 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26582 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26583 Fix track calculations (#166208).
26585 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26587 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26589 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26590 * ext/libpng/gstpngenc.c:
26591 Fix byte-order, use proper fixed caps. Fixes #164197.
26593 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26598 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26599 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26600 Don't push buffers if the src pad isn't negotiated yet.
26602 * gst/audioconvert/gstaudioconvert.c:
26603 (gst_audio_convert_buffer_to_default_format),
26604 (gst_audio_convert_buffer_from_default_format):
26605 Add support for 24-bit width.
26607 * gst/dvdlpcmdec/.cvsignore:
26608 * gst/dvdlpcmdec/Makefile.am:
26609 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26610 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26611 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26612 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26614 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26615 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26616 format. Needs support for the channels maps if someone can find
26617 a DVD LPCM track with > 2 channels.
26619 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26620 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26621 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26622 * gst/mpegstream/gstdvddemux.h:
26623 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26624 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26625 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26626 * gst/mpegstream/gstmpegdemux.h:
26627 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26628 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26629 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26630 (gst_mpeg_parse_handle_src_query),
26631 (gst_mpeg_parse_handle_src_event):
26632 Use audio/x-dvd-lpcm for LPCM output.
26635 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26637 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26639 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26640 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26641 Add BGRA handling (#165736).
26643 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26645 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26647 * gst/law/alaw-decode.c: (alawdec_link):
26648 * gst/law/alaw-encode.c: (alawenc_link):
26649 * gst/law/mulaw-decode.c: (mulawdec_link):
26650 * gst/law/mulaw-encode.c: (mulawenc_link):
26651 Fix caps memleaks (#166600).
26653 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26655 * ext/tarkin/mem.h:
26656 * ext/tarkin/wavelet.h:
26657 * ext/tarkin/yuv.h:
26658 * gst/ffmpegcolorspace/avcodec.h:
26659 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26660 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26662 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26664 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26666 (gst_xvimagesink_change_state):
26667 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26668 Xv video (and thereby regenerate Xv colourkey) in clear() so
26669 that PLAY -> READY -> PLAY works (fixes #162504).
26671 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26673 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26674 Switch to list instead of range, since MJPEG-devices really just
26675 support decimations, not any size.
26677 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26678 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26679 (gst_mpeg2dec_reset), (free_all_buffers),
26680 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26681 * ext/mpeg2dec/gstmpeg2dec.h:
26682 The libmpeg2 user-allocated buffer management is awkward,
26683 to say the least. Hopefully this fixes things.
26685 2005-02-04 Andy Wingo <wingo@pobox.com>
26687 * gst/audioconvert/bufferframesconvert.c
26688 (buffer_frames_convert_fixate): New function, fixates to 256
26689 frames per buffer by default. (Much better than 1.)
26690 (buffer_frames_convert_init): Set the fixate function for both src
26692 (buffer_frames_convert_link): After success setting nonfixed caps,
26693 get the negotiated caps so we can know how many buffer-frames it
26694 will be. No idea how this worked at all before.
26696 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26698 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26699 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26700 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26701 (handle_sequence), (handle_picture):
26702 * ext/mpeg2dec/gstmpeg2dec.h:
26703 Rearrange buffer tracking and refcounting and refactor
26704 a little for readability.
26706 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26707 * sys/v4l/gstv4l.c: (plugin_init):
26708 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26709 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26710 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26711 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26712 * sys/v4l/gstv4ljpegsrc.h:
26713 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26714 * sys/v4l/v4l_calls.h:
26715 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26716 (gst_v4lsrc_get_fps):
26717 * sys/v4l/v4lsrc_calls.h:
26718 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26719 you jpeg inside rgb frames" driver.
26720 Don't error in the v4lsrc link function, just return
26723 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26725 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26726 (gst_qcamsrc_open):
26727 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26729 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26731 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26732 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26734 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26736 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26737 Reset negotiated state on PAUSED->READY.
26739 2005-02-02 David Schleef <ds@schleef.org>
26741 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26742 whereever possible. (Fixes #165997)
26743 * examples/capsfilter/capsfilter1.c: (main):
26744 * examples/dynparams/filter.c: (create_ui):
26745 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26746 * examples/seeking/chained.c: (main):
26747 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26748 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26749 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26750 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26751 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26752 * examples/switch/switcher.c: (main):
26753 * ext/dv/demo-play.c: (main):
26754 * ext/faad/gstfaad.c: (gst_faad_change_state):
26755 * ext/mad/gstmad.c: (gst_mad_chain):
26756 * ext/smoothwave/demo-osssrc.c: (main):
26757 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26758 (gst_gconf_render_bin_from_description),
26759 (gst_gconf_get_default_audio_sink),
26760 (gst_gconf_get_default_video_sink),
26761 (gst_gconf_get_default_audio_src),
26762 (gst_gconf_get_default_video_src),
26763 (gst_gconf_get_default_visualization_element):
26764 * gst/level/demo.c: (main):
26765 * gst/level/plot.c: (main):
26766 * gst/playback/gstplaybin.c: (gen_video_element),
26767 (gen_audio_element):
26768 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26769 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26770 * gst/sine/demo-dparams.c: (main):
26771 * gst/spectrum/demo-osssrc.c: (main):
26772 * gst/speed/demo-mp3.c: (main):
26773 * gst/volume/demo.c: (main):
26774 * testsuite/embed/embed.c: (main):
26776 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26778 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26779 (gst_tcpclientsink_finalize):
26780 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26781 (gst_tcpclientsrc_finalize):
26782 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26783 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26784 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26785 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26786 Don't leak the hostname when shutting down.
26787 In tcpserversrc, take a copy of the default hostname.
26789 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26791 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26792 Set caps to systemstream=TRUE.
26794 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26796 * testsuite/Makefile.am:
26797 Fix more OSX buildbots.
26799 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26801 * ext/mpeg2dec/gstmpeg2dec.c:
26802 Don't send things to NULL PAD_PEERs
26804 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26805 Copy-on-write the incoming buffer.
26807 * gst/mpegstream/gstdvddemux.h:
26808 * gst/mpegstream/gstmpegclock.h:
26809 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26810 (normal_seek), (gst_mpeg_demux_handle_src_event):
26811 * gst/mpegstream/gstmpegdemux.h:
26812 * gst/mpegstream/gstmpegpacketize.h:
26813 * gst/mpegstream/gstmpegparse.c:
26814 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26815 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26816 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26817 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26818 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26819 * gst/mpegstream/gstmpegparse.h:
26820 * gst/mpegstream/gstrfc2250enc.h:
26821 Various changes to the way time is computed that make seeking and
26822 total time estimation much better here.
26823 Use G_BEGIN/END_DECLS instead of __cplusplus
26825 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26826 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26828 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26830 * gst/subparse/gstsubparse.c:
26833 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26835 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26836 (theora_enc_chain), (theora_enc_change_state):
26837 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26838 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26839 (gst_vorbisenc_change_state):
26840 * ext/vorbis/vorbisenc.h:
26841 Set granulepos and timestamp correctly for streams not
26842 starting at 0, taking into account the initial delay.
26844 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26846 * gst/mpegstream/gstdvddemux.c:
26847 Add audio/x-dts to audio pad template caps
26849 2005-01-30 David Schleef <ds@schleef.org>
26851 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26852 (create_context), (gst_polypsink_link): Fix silly endianness
26853 bug. Add some debugging. Remove float from caps; it doesn't
26854 work. Attempt to get remote audio working.
26856 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26858 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26861 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26863 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26864 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26865 (gst_avi_demux_stream_data):
26866 * gst/avi/gstavidemux.h:
26867 Invert DIB images. Fixes #132341.
26869 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26871 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26872 (gst_ffmpegcsp_chain):
26873 D'oh, reference the palette data, not the palette structure.
26874 Fixes color distortion in #132341.
26876 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26878 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26879 PAR can be non-fixed when not provided as argument (#162626).
26881 2005-01-29 David Moore <dcm@acm.org>
26883 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26885 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26886 (gst_qtdemux_loop_header):
26887 Re-apply patch from #142272 that allows non-seekable sources,
26888 re-proposed by Daniel Drake <dsd@gentoo.org>.
26890 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26892 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26893 Use the src template for creating the src pad (#162330).
26895 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26898 * ext/musepack/Makefile.am:
26899 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26900 (gst_musepackdec_init), (gst_musepackdec_dispose),
26901 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26902 (gst_musepack_stream_init), (gst_musepackdec_loop),
26903 (gst_musepackdec_change_state):
26904 * ext/musepack/gstmusepackdec.cpp:
26905 * ext/musepack/gstmusepackdec.h:
26906 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26907 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26908 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26909 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26910 * ext/musepack/gstmusepackreader.cpp:
26911 * ext/musepack/gstmusepackreader.h:
26912 Update to 1.1 API (#165446).
26914 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26919 2005-01-28 Andy Wingo <wingo@pobox.com>
26921 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26922 to reflect a different dubious internet source. Add a reference
26923 and some commentary.
26925 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26927 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26928 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26929 * gst/playback/gststreamselector.h:
26930 Be more selective when we're redoing caps negotiation from
26931 within the chain function on a stream change.
26933 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26937 * ext/amrnb/Makefile.am:
26938 * ext/amrnb/amrnb.c: (plugin_init):
26939 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26940 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26941 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26942 (gst_amrnbdec_state_change):
26943 * ext/amrnb/amrnbdec.h:
26944 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26945 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26946 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26947 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26948 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26949 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26950 * ext/amrnb/amrnbparse.h:
26951 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26952 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26953 Add AMR-NB/-WB raw formats.
26954 * ext/alsa/gstalsa.c: (gst_alsa_link):
26955 Keep valid time when changing format.
26956 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26957 (qtdemux_parse_trak):
26958 Add some more format-specific options (#140141, #143555, #155163).
26960 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26962 * gst/matroska/matroska-demux.c:
26963 (gst_matroska_demux_parse_blockgroup):
26964 Fix logic error in timing of subtitle stream synchronization.
26965 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26966 Add skip-chunk, which is found in kodak-camera streams.
26968 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26972 Adding Vietnamese translation (submitted by Clytie Siddall)
26974 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26976 * gst/playback/gstdecodebin.c: (try_to_link_1):
26977 Use realpad for signal.
26979 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26981 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26982 Fix category so decodebin picks it up.
26984 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26986 * ext/mad/Makefile.am:
26987 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26988 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26989 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26990 (found_type), (gst_id3demux_bin_change_state):
26991 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26992 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26993 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26994 (gst_id3_tag_change_state), (plugin_init):
26995 * ext/mad/gstmad.h:
26996 Add id3demuxbin (which is a simple bin consisting of id3demux
26997 and typefind), take over rank from id3demux, remove typefind
26998 code from id3demux. Makes all broken mp3s that I know of work,
26999 and thereby fixes #152688.
27001 2005-01-27 Edward Hervey <bilboed@bilboed.com>
27003 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27005 * ext/mad/gstmad.c: (gst_mad_src_event):
27006 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
27007 Allow seeks on audio pad, make mad forward those (#164826).
27008 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27009 Set duration (#165335).
27011 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27013 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27014 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
27015 (gst_asf_demux_process_ext_content_desc),
27016 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
27017 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
27018 * gst/asfdemux/gstasfdemux.h:
27019 Improve metadata display, e.g. if the metadata comes before the
27020 streams are loaded (which is perfectly valid).
27022 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27024 * tools/gst-launch-ext-m.m:
27025 Fix AVI/ASF pipelines (#165340).
27027 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
27028 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
27029 build failure on amd64
27031 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
27033 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
27034 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
27035 Check environment variables GST_ID3V2_TAG_ENCODING,
27036 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27037 list of character encodings to force interpretation of non-unicode
27038 strings stored in an ID3v2 tag to a particular encoding. If none
27039 is specified, try to use current locale's encoding, then fall back
27040 to ISO-8859-1 (which will always succeed). (Resolves #149274)
27041 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
27042 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
27043 Check environment variables GST_ID3V1_TAG_ENCODING,
27044 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27045 list of character encodings to use in case a string encountered
27046 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
27047 specified, try to use the current locale's encoding, then fall
27048 back to ISO-8859-1 (which will always succeed).
27050 2005-01-25 Benjamin Otte <otte@gnome.org>
27052 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27053 - on half framerate, compute the rate in advance so the comparisons
27054 don't compare wrong values
27055 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27057 - don't use mad_header_decode anymore, mad_frame_decode does that
27059 - when getting rid of consumed bytes, reset the stream's skiplen
27062 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
27064 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27065 Use 1/2 a second for default max_discont, as PES streams from DVB
27066 seem to have larger spacings in the SCR.
27069 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27071 * gst/playback/gstplaybasebin.c: (group_commit):
27072 Notify delayed stream-info availability.
27074 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
27075 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27076 (gst_a52dec_handle_event), (gst_a52dec_chain):
27077 Add some debug output. Check that a discont has a valid
27079 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27080 (gst_alsa_sink_loop):
27081 Ignore TAG events. A little extra debug for broken timestamps.
27082 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27083 (dvdnavsrc_change_state):
27084 Ensure we send a discont to engage the link before we send any
27086 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27087 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27088 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27089 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27090 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27091 dvd://title works in totem because typefinding sends a seek that ends
27092 up going back to chapter 1 regardless.
27093 * ext/mpeg2dec/gstmpeg2dec.c:
27094 * ext/mpeg2dec/gstmpeg2dec.h:
27095 Output correct timestamps and handle disconts.
27096 * ext/ogg/gstoggdemux.c: (get_relative):
27097 Small guard against a null dereference.
27098 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27099 (gst_textoverlay_set_property):
27100 Free memory when done. Don't call gst_event_filler_get_duration on
27101 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27103 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27104 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27105 (gst_sw_srclink), (gst_smoothwave_chain):
27106 Draw solid lines, prettier colours.
27107 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27108 Add a default palette that'll work for some movies.
27109 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27110 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27111 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27112 * gst/mpegstream/gstdvddemux.h:
27113 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27114 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27115 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27116 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27117 * gst/mpegstream/gstmpegparse.h:
27118 Use PTM/NAV events when for timestamp adjustment when connected to
27119 dvdnavsrc. Don't use many discont events where one suffices.
27120 * gst/playback/gstplaybasebin.c: (group_destroy),
27121 (gen_preroll_element), (gst_play_base_bin_add_element):
27122 * gst/playback/gstplaybasebin.h:
27123 Make sure we remove subtitles from the same bin we put them in.
27124 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27125 (gst_subparse_buffer_format_autodetect),
27126 (gst_subparse_change_state):
27127 Fix some memleaks and invalid accesses.
27128 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27129 (oggskel_type_find), (cmml_type_find), (plugin_init):
27130 Some typefind functions for Annodex v3.0 files
27131 * gst/wavparse/gstwavparse.h:
27132 GstRiffReadClass is the correct parent class.
27134 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27136 * gst-libs/gst/riff/riff-media.c:
27137 (gst_riff_create_video_caps_with_data):
27138 Add extradata to huffyuv (fixes #165013).
27139 * gst-libs/gst/riff/riff-read.c:
27140 (gst_riff_read_strf_vids_with_data):
27141 Fix extradata extraction if it is in the chunk size.
27143 2005-01-25 Edward Hervey <bilboed@bilboed.com>
27145 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27147 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27148 (gst_quarktv_change_state), (gst_quarktv_dispose):
27149 Memory free'ing location fix (#164708).
27151 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27153 * gst/playback/gstplaybasebin.c: (group_commit),
27154 (gen_preroll_element), (probe_triggered), (gen_source_element),
27155 (setup_source), (gst_play_base_bin_change_state),
27156 (gst_play_base_bin_add_element):
27157 Don't block for streams.
27158 * gst/playback/gststreaminfo.c: (stream_info_change_state),
27159 (gst_stream_info_set_mute):
27160 Use gst_pad_set_active_recursive.
27162 2005-01-25 Andy Wingo <wingo@pobox.com>
27164 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27165 for #ifndef HAVE_XVIDEO.
27167 2005-01-24 Jeffrey C. Ollie
27169 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
27171 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27172 * ext/gsm/gstgsmdec.h:
27173 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27174 * ext/gsm/gstgsmenc.h:
27175 Fix rate to 8kHz as per spec, removes obscure errors when no rate
27176 was given by property. Add proper buffer timestamps and offsets.
27178 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27180 * gst-libs/gst/riff/riff-media.c:
27181 (gst_riff_create_audio_caps_with_data):
27182 Audio can be <8000Hz.
27184 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27186 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27187 Explicit state change to workaround refcount bugs.
27189 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27191 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27192 (gst_avimux_riff_get_avi_header):
27195 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27197 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27198 (gst_riff_read_element_data):
27199 * gst-libs/gst/riff/riff-read.h:
27200 Add _peek version (req'ed in CDXA).
27201 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27202 (gst_cdxaparse_loop):
27203 Fix parsing in playbin.
27204 * gst/playback/gstdecodebin.c: (close_pad_link):
27205 Ignore current_ pads, they cause major annoyance.
27207 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27209 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27212 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27214 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27217 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27219 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27220 Allow for 0-sized buffers. Fixes length query problems in
27221 starwars.mkv from the testsuite.
27223 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
27225 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27226 (gst_video_box_i420), (gst_video_box_chain):
27227 Fix row strides for I420 (fixes #163159)
27229 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27231 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27232 MPEG2 has a useful rate property, so we can actually use that.
27233 For MPEG-1, continue using the bytes/time properties.
27235 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27237 * gst-libs/gst/riff/riff-media.c:
27238 (gst_riff_create_video_caps_with_data),
27239 (gst_riff_create_video_template_caps):
27242 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27244 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27245 Fail if caps negotiation fails. Should fix #162184, and should
27246 definately be in there regardless of it fixing the actual bug.
27247 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27248 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27249 (gst_avimux_riff_get_avix_header),
27250 (gst_avimux_riff_get_video_header),
27251 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27252 (gst_avimux_start_file), (gst_avimux_handle_event),
27253 (gst_avimux_change_state):
27254 * gst/avi/gstavimux.h:
27255 Refactor structure writing to use GST_WRITE_UINT macros, add
27256 metadata writing support.
27258 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27260 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27261 Elements may already be destroyed when this function is called.
27263 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27265 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27266 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27267 More memory leak fixes (#149162).
27269 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27271 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27272 (gst_qtdemux_add_stream):
27275 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27277 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27280 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27282 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27283 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27284 when fixating to six channels in Totem.
27286 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27288 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27289 Fix compile warnings on Solaris 10 buildbot
27291 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27293 * ext/dvdread/dvdreadsrc.c: (_read):
27294 Don't read beyond the last cell in a chapter (fixes
27295 invalid memory access)
27297 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27299 * ext/dvdread/stream_labels.c:
27300 (dvdreadsrc_get_audio_stream_labels):
27301 Use NULL for an empty GList instead of g_list_alloc(); fix
27302 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
27303 of GString (easier to bulk free later)
27305 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27307 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27309 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27310 (gst_ffmpeg_pixfmt_to_caps):
27311 Fix BGRA32 caps (#164209).
27313 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27315 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27317 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27318 (gst_ffmpeg_caps_to_pixfmt):
27319 alpha_mask can be RGBA/ABGR. Fixes #164265.
27321 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
27323 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27325 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27326 (gst_mpeg2dec_alloc_buffer):
27327 * ext/mpeg2dec/gstmpeg2dec.h:
27328 Crop if decoding size is not the actual image size (#163676).
27330 2005-01-17 Steve Baker <steve@stevebaker.org>
27332 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27334 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27335 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27336 Add libsndfile typefind functions (#163309).
27338 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27340 * tools/gst-launch-ext-m.m:
27341 Add .aac, fix .m1v/.m2v (#163891).
27343 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27345 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27346 Sanity check, don't wait endlessly since the clock might not
27347 actually run at this point (which is a deadlock). Fixes #164069.
27349 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27351 * gst/playback/gstplaybasebin.c: (probe_triggered):
27352 Of course, only pause if group is done...
27354 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27356 * gst/playback/gstplaybasebin.c: (probe_triggered):
27359 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
27361 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27362 Don't return state change success when the parent
27365 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27367 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27368 Free events (fix memleak in #162905).
27370 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
27372 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27374 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27375 (gst_ffmpeg_caps_to_pixfmt):
27376 Fix for depth = 15. Fixes #161675.
27378 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27380 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27381 Set FPS correctly, even for webcams and the like.
27382 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27383 Don error on setting while capturing.
27385 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27387 * ext/dv/gstdvdec.c:
27388 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27389 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27390 I'm a bad boy. using /1001. to force C to do float division
27391 and not integer division (as it did in my last commit)
27392 Thanks to David I. Lehn for pointing this mistake.
27394 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27396 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27397 Revert Johan's 1.35->1.36 since it breaks compat.
27399 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27401 * ext/dv/gstdvdec.c:
27402 * ext/libfame/gstlibfame.c:
27403 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27404 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27405 replace framerate aproximations by their real value
27406 (24000/1001, 30000/1001, 60000/1001)
27407 Finish fixing bug #164049
27409 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
27411 * ext/ogg/gstoggmux.c:
27413 * gst/tcp/gstmultifdsink.c:
27414 * gst/tcp/gstmultifdsink.h:
27415 * gst/tcp/gsttcp.c:
27416 * gst/tcp/gsttcp.h:
27417 * gst/tcp/gsttcpclientsink.c:
27418 * gst/tcp/gsttcpclientsrc.c:
27419 * gst/tcp/gsttcpserversink.c:
27420 * gst/tcp/gsttcpserversrc.c:
27421 improve reusability of elements after state changes and errors
27422 make multifdsink throw away streamheaders when receiving new ones
27424 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27426 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27427 Fix for if items are already in list...
27429 2005-01-12 Benjamin Otte <otte@gnome.org>
27431 * gst/adder/gstadder.c: (gst_adder_loop):
27432 fix adder a bit so it doesn't screw up with events as much anymore
27434 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
27436 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27437 (pixbufscale_scale), (gst_pixbufscale_chain):
27438 * ext/gdk_pixbuf/pixbufscale.h:
27439 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27440 to ensure rowstrides are calculated the same way as
27442 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27443 that we pick up duration and offset also.
27445 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27447 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27448 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27451 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27453 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27454 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27455 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27456 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27457 Update flags when requested.
27459 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27461 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27464 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27466 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27467 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27468 (probe_triggered), (new_decoded_pad), (gen_source_element),
27469 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27470 * gst/playback/gstplaybasebin.h:
27471 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27472 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27473 (gst_play_bin_change_state):
27474 Implement group-switch signal for use in apps to clear metadata
27475 cache, clean up subtitle, add suburi property instead of # hack,
27476 some error-out fixes.
27478 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27480 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27482 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27483 If we got a state change in the _get handler, don't return success.
27485 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27487 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27488 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27489 Make jpegdec quiet on MJPEG decoding
27490 * gst/asfdemux/README:
27491 Fix mimetypes for MJPEG and H263
27493 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27495 * ext/theora/theoradec.c: (theora_dec_chain):
27496 Fix broken code generation by gcc by swapping arguments.
27497 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27500 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27503 delete this file, it is by far outdated
27504 * ext/alsa/gstalsa.1: remove
27505 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27506 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27507 (gst_alsa_get_caps):
27508 Add HW probing for supported sample rates. Fixes #161704
27510 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27512 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27513 Don't crash, biatch! :).
27515 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27517 * ext/musepack/gstmusepackreader.cpp:
27518 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27519 Some work on tags - still doesn't work in playbin...
27520 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27523 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27525 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27526 Also shove tags on kid pads.
27528 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27530 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27531 Don't bail on unknown events.
27532 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27533 Don't crash on events before negotiation.
27534 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27535 Send tags on pads, too.
27536 * gst/playback/gststreamselector.c:
27537 (gst_stream_selector_request_new_pad):
27538 Forward events on first pad if no input was selected yet.
27540 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27542 * gst/playback/gstplaybasebin.c: (setup_substreams):
27543 Don't disable streamtype if the stream doesn't exist, since
27544 then playing a video after audio will disable both and nothing
27545 will happen. Fixes the testsuite.
27547 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27549 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27550 (gst_v4l_xoverlay_set_xwindow_id):
27551 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27552 (gst_v4l2_xoverlay_set_xwindow_id):
27553 Add debug categories, fix overlay disabling.
27555 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27557 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27558 * ext/alsa/gstalsa.h:
27559 Add HW probing for period_count/size and buffer_size MIX/MAX
27560 Adjust default/user defined value if out of bounds
27561 Should fix bug #162024
27563 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27565 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27566 Fix warning (#161191).
27568 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27570 * ext/dvdread/stream_labels.c:
27571 (dvdreadsrc_get_audio_stream_labels):
27572 Fix warning (init the good variable in switch default)
27574 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27576 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27578 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27579 Fix gcc-2.95 compile (#163485).
27581 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27584 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27585 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27586 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27587 (gst_flacenc_change_state):
27588 * ext/flac/gstflacenc.h:
27589 Update for API change in flac-1.1.1. Update requirement in
27590 configure.ac. Fixes #162974.
27592 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27594 * gst/playback/gstplaybasebin.c: (group_destroy):
27595 Remove hack to get rid of assert and get rid of unlinked
27598 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27600 * gst/playback/gstplaybasebin.c: (setup_source):
27601 Set source to NULL so that resources are free'ed. Fixes issues
27602 with playback of CDDA and similar device-accessing things.
27604 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27606 * testsuite/embed/Makefile.am:
27607 test->noinst, fix make test in buildbot.
27609 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27611 * ext/dvdread/stream_labels.c: new file
27612 * ext/dvdread/stream_labels.h: new file
27613 * ext/dvdread/Makefile.am:
27614 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27615 Extract audio stream label from DVD IFO files.
27616 It only dump them on the console for now, still have to
27617 make playbin aware of them.
27619 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27621 * gst/playback/gstplaybasebin.c: (setup_source):
27624 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27626 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27627 (gen_preroll_element), (remove_groups), (setup_subtitle),
27628 (gen_source_element), (setup_source):
27629 * gst/playback/gstplaybasebin.h:
27630 Multiple .sub files is just a stupid idea... Fix some threading
27631 mistakes. Interestingly, external .sub files cause playbin to
27632 hang, I don't know why... Parsing fixes contributed by Fran??ois
27633 Kooman <fkooman@tuxed.net>.
27635 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27637 * testsuite/embed/Makefile.am:
27640 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27642 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27644 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27645 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27646 (gst_pngenc_set_property):
27647 * ext/libpng/gstpngenc.h:
27648 Add compression level property (#163323).
27650 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27653 * examples/capsfilter/capsfilter1.c: (main):
27654 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27655 * ext/dvdread/Makefile.am:
27656 * ext/dvdread/demo-play:
27657 * ext/dvdread/demo-play.c:
27658 * gconf/gstreamer.schemas.in:
27659 * gst-libs/gst/gconf/gconf.c:
27661 * testsuite/Makefile.am:
27662 * testsuite/embed/Makefile.am:
27663 * testsuite/embed/embed.c: (cb_expose), (main):
27664 Remove all references to xvideosink, fix examples (#140845).
27665 * gst/playback/gstplaybasebin.c: (group_destroy):
27666 Apparently, disposal does not unlink - so do explicitely.
27667 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27670 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27672 * README: fix PKG_CONFIG_PATH instructions, what was there
27673 previously was breaking default search path, not nice.
27676 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27678 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27679 (gst_audioscale_chain):
27680 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27681 when resampling - how the ^@$^!@^! is this possible?!?
27683 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27685 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27686 Reset variables on READY.
27687 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27688 (gst_matroska_mux_loop):
27689 Require data before writing header.
27691 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27693 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27695 * ext/mad/gstmad.c: (gst_mad_chain):
27696 Don't call mad_stream_sync() directly after recovering sync.
27699 2005-01-09 Martin Eikermann <meiker@upb.de>
27701 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27703 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27704 (snapshot_handler), (gst_snapshot_sinkconnect),
27705 (gst_snapshot_chain):
27706 Allocate resources when required, fix recursive signal emission
27707 and fix caps. Fixes #161667.
27709 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27711 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27713 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27714 (gst_pngdec_chain):
27715 Handle only 8-bppc (bits-per-pixel-component) images, better
27716 error handling and correct strides. Fixes #163177.
27717 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27718 (gst_pngenc_chain):
27719 Better error handling. Fixes #163348.
27721 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27723 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27724 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27725 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27726 (dvdnavsrc_uri_handler_init):
27727 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27728 * gst/playback/gstplaybasebin.c: (gen_source_element):
27729 Add MMS to streaming URIs.
27731 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27733 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27734 * sys/xvimage/xvimagesink.c:
27735 (gst_xvimagesink_navigation_send_event):
27736 Check for pad availability before sending event.
27738 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27740 * gst-plugins.spec.in:
27743 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27746 Since we use functions from CVS, up requirement.
27748 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27750 * gst/playback/Makefile.am:
27751 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27752 (group_destroy), (group_commit), (group_is_muted),
27753 (gen_preroll_element), (add_stream), (unknown_type),
27754 (probe_triggered), (preroll_unlinked), (mute_stream),
27755 (silence_stream), (new_decoded_pad), (setup_substreams),
27756 (setup_source), (get_active_source), (mute_group_type),
27757 (muted_group_change_state), (set_active_source),
27758 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27759 (play_base_eos), (gst_play_base_bin_change_state):
27760 * gst/playback/gstplaybasebin.h:
27761 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27762 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27763 (gst_stream_info_dispose), (stream_info_mute_pad),
27764 (stream_info_change_state), (gst_stream_info_set_mute):
27765 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27766 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27767 (gst_stream_selector_init), (gst_stream_selector_dispose),
27768 (gst_stream_selector_get_linked_pad),
27769 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27770 (gst_stream_selector_get_linked_pads),
27771 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27772 * gst/playback/gststreamselector.h:
27773 Adding stream selection support plus required properties for
27774 applications to use this. Fully fixes #100931.
27776 2005-01-08 Benjamin Otte <otte@gnome.org>
27778 * gst/games/gstpuzzle.c: (nav_event_handler):
27779 - handle nav events differently: forward every event no matter if it
27780 was handled or not.
27782 You can now cheat by using navigationtest ! puzzle and moving the
27783 mouse close to the edge of a tile. ;)
27785 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27789 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27790 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27791 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27792 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27793 (gst_ogm_parse_plugin_init):
27794 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27795 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27796 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27797 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27798 * ext/pango/gsttextoverlay.h:
27799 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27800 (gst_matroska_demux_handle_seek_event),
27801 (gst_matroska_demux_sync_streams),
27802 (gst_matroska_demux_parse_blockgroup),
27803 (gst_matroska_demux_subtitle_caps),
27804 (gst_matroska_demux_plugin_init):
27805 * gst/matroska/matroska-ids.h:
27806 * gst/playback/gstdecodebin.c: (close_pad_link):
27807 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27808 (gen_preroll_element), (remove_groups), (add_stream),
27809 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27811 * gst/playback/gstplaybasebin.h:
27812 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27813 * gst/subparse/Makefile.am:
27814 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27815 (gst_subparse_base_init), (gst_subparse_class_init),
27816 (gst_subparse_init), (gst_subparse_formats),
27817 (gst_subparse_eventmask), (gst_subparse_event),
27818 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27819 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27820 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27821 (parse_mpsub_deinit), (parse_mpsub_init),
27822 (gst_subparse_buffer_format_autodetect),
27823 (gst_subparse_format_autodetect), (gst_subparse_loop),
27824 (gst_subparse_change_state), (gst_subparse_type_find),
27826 * gst/subparse/gstsubparse.h:
27827 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27829 Add subtitle support, .sub parser (supports SRT and MPsub),
27830 OGM text support, Matroska UTF-8 text support, deadlock fixes
27831 all over the place, subtitle awareness in decodebin/playbin
27832 and some fixes to textoverlay to handle subtitles in a stream
27833 correctly. Fixes #100931.
27835 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27837 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27838 Check for pad availability before doing a query on it.
27840 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27842 * ext/dv/gstdvdec.c:
27843 really fix bpp24/32 dvdec caps (classic rgba indeed)
27844 * gst/asfdemux/gstasfdemux.c:
27845 (gst_asf_demux_process_ext_content_desc):
27846 don't send text tags if they are empty (bis repetita)
27848 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27850 * ext/dv/gstdvdec.c:
27851 remove unneeded comment from dvdec
27852 (related to DV 4CC codes in AVI files)
27853 moved them in gstreamer/docs/random/mimetypes
27854 * gst/asfdemux/gstasfdemux.c:
27855 (gst_asf_demux_process_ext_content_desc):
27856 don't send text tags if they are empty
27857 fix mem leak on error path
27858 * gst/ffmpegcolorspace/avcodec.h:
27859 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27860 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27861 (gst_ffmpegcsp_avpicture_fill):
27862 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27863 * gst/ffmpegcolorspace/imgconvert_template.h:
27864 adds BGR32 and BGRA32 to ffmpegcolorspace
27865 (still bad colors, fixing it on next commit)
27866 helps with dvdec outputing BGR32
27868 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27870 * ext/dv/gstdvdec.c:
27871 Fix audio caps i just broke (missing ',')
27872 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27873 (gst_matroska_mux_reset):
27874 Fix typo + add FIXME about old "x-gst-metadata" crap
27876 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27878 * ext/dv/demo-play.c: (main):
27879 xvideosink -> xvimagesink
27880 * ext/dv/gstdvdec.c:
27881 change rgb 32/32 caps to 24/32 (no alpha)
27882 change nb of channels to be a list (2 or 4, not 2)
27883 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27884 * gst/asfdemux/gstasfdemux.c:
27885 (gst_asf_demux_process_ext_content_desc):
27886 Add 'date/year' to extracted metadata list
27888 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27890 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27891 The return value of fixate_to does not imply that the requested
27892 value was set, so don't assume.
27894 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27896 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27898 * ext/libpng/gstpngdec.c:
27899 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27900 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27901 * ext/libpng/gstpngenc.h:
27902 Alpha support (encoder; #163161), mime fixage.
27904 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27906 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27908 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27909 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27910 (gst_faac_set_property), (gst_faac_get_property):
27911 * ext/faac/gstfaac.h:
27912 Allow for ADTS output (#153434).
27914 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27916 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27917 Fix against template (#150576).
27919 2005-01-06 Benjamin Otte <otte@gnome.org>
27921 * gst/games/gstpuzzle.c: (draw_puzzle):
27922 don't draw a puzzle if either width or height of tiles would be 0.
27924 2005-01-06 Benjamin Otte <otte@gnome.org>
27926 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27927 (gst_puzzle_class_init), (gst_puzzle_finalize):
27928 no memleaks, please
27929 (gst_puzzle_create), (gst_puzzle_init),
27930 (gst_puzzle_set_property), (gst_puzzle_setup):
27931 change initialization code around so we don't reshuffle on resize
27933 fix another stupid typo
27935 2005-01-06 Benjamin Otte <otte@gnome.org>
27937 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27938 fix stupid typo that borked copying on YUY2
27940 2005-01-06 Benjamin Otte <otte@gnome.org>
27942 * gst/games/gstpuzzle.c: (draw_puzzle):
27943 fix edges when image sizes aren't multiples of tile sizes
27945 2005-01-06 Benjamin Otte <otte@gnome.org>
27947 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27948 make RGB endianness work correctly
27949 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27950 refactor and fix race with initial shuffling
27951 (nav_event_handler):
27952 allow using the mouse to puzzle
27954 insist on tiles having width and height as multiples of 4 to get
27955 clean YUV image handling
27956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27957 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27958 s/DEBUG/LOG/ for common messages
27959 (gst_xvimagesink_navigation_send_event):
27960 fix mouse event translation to not include screen PAR
27961 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27962 fix mouse event translation to actually work
27964 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27966 * gst/asfdemux/gstasfdemux.c:
27967 (gst_asf_demux_process_ext_content_desc):
27968 Extract TrackNumber metadata + clean up code
27969 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27970 Hope this is the good fix (var used unitialised)
27972 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27974 * ext/faad/gstfaad.c: (gst_faad_chain):
27975 Only increment timestamp if it's valid. Fixes raw AAC streams.
27977 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27980 * gst/games/Makefile.am:
27981 * gst/games/gstpuzzle.c:
27982 add a puzzle game with...
27983 * gst/games/gstvideoimage.c:
27984 * gst/games/gstvideoimage.h:
27985 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27986 from videotestsrc and made into something that would be a nice
27987 library for a lot of other plugins.
27989 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27992 don't compile faad plugin if a RC of 2.0 is found
27993 Fixes #155346 (and FC1 buildbot)
27994 * gst/asfdemux/gstasfdemux.c:
27995 (gst_asf_demux_process_ext_content_desc):
27996 try to make Solaris compiler happier
27998 2005-01-06 Paul Jack <pjack@sfaf.org>
28000 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28002 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
28003 Fix segfault (#161667).
28005 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28007 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28008 Fix framerate reporting.
28010 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
28012 * gst-libs/gst/riff/riff-ids.h:
28013 * gst/wavenc/riff.h:
28014 Add AMR (VBR and CBR) ids to riff.h audio codec list
28015 * gst/asfdemux/gstasfdemux.c:
28016 (gst_asf_demux_process_ext_content_desc),
28017 (gst_asf_demux_process_object):
28018 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
28020 2005-01-05 Martin Eikermann <meiker@upb.de>
28022 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28024 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28025 (gst_dvd_demux_handle_discont):
28026 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
28027 (gst_mpeg_demux_handle_discont):
28028 Recreate pads on new-media (#160730).
28029 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
28030 Send discont even if manager changes timestamps (#161929).
28032 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
28034 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28036 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
28037 Fix invalid memory access (#159211).
28039 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28041 * examples/gstplay/player.c: (main):
28043 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
28044 Add visualizations.
28045 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
28046 (gst_a52dec_handle_frame):
28048 * ext/dvdnav/gst-dvd:
28049 Add audioconvert. Fixes #161325.
28050 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
28051 Explicitely case to gint64. Possible valgrind error.
28052 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
28053 (gst_play_tick_callback), (gst_play_change_state),
28054 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
28055 (gst_play_set_location), (gst_play_get_location),
28056 (gst_play_seek_to_time), (gst_play_set_data_src),
28057 (gst_play_set_video_sink), (gst_play_set_audio_sink),
28058 (gst_play_set_visualization), (gst_play_connect_visualization),
28059 (gst_play_get_framerate), (gst_play_get_all_by_interface),
28061 Use playbin. Fixes #139749 and #147744.
28062 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28064 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28065 (audioscale_get_type), (gst_audioscale_base_init),
28066 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28067 (gst_audioscale_getcaps), (gst_audioscale_fixate),
28068 (gst_audioscale_link), (gst_audioscale_get_buffer),
28069 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28070 (gst_audioscale_init), (gst_audioscale_dispose),
28071 (gst_audioscale_chain), (gst_audioscale_set_property),
28072 (gst_audioscale_get_property), (plugin_init):
28074 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28076 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28077 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28078 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28079 Add more metadata (fixes #162656).
28081 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28086 === release 0.8.7 ===
28088 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28093 releasing 0.8.7, "Hyperspace"
28095 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28097 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28099 * gst/playback/gstplaybasebin.c:
28100 Fix for #162924 - free caps after use, not before
28102 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
28104 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28106 * gst/playback/gstplaybasebin.c:
28107 * gst/wavparse/gstwavparse.c:
28108 Fix for #154773 - fixes playback of small .wav files
28110 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
28112 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28114 * gst/audioscale/gstaudioscale.c:
28115 Fix for #162819 - make audioscale reusable
28116 Fixes playback of more than one file with playbin/totem
28118 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28120 * gst/ffmpegcolorspace/avcodec.h:
28121 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28122 * gst/ffmpegcolorspace/imgconvert.c:
28123 clean up the mess that made me cry and avoid needless duplication
28125 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28127 * gst/ffmpegcolorspace/imgconvert.c:
28128 give some indication of why we're segfaulting
28130 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28133 Fix indentation, fix v4l2 plugin detection.
28135 Fix libmms location (Maciej, use diff -u!).
28136 * ext/alsa/gstalsa.c: (gst_alsa_init):
28137 Initialize caps cache to NULL.
28138 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28139 Only change state on audiosink if it exists.
28141 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
28143 * gst/matroska/matroska-demux.c:
28144 * gst/matroska/matroska-ids.h:
28145 * gst/matroska/matroska-demux.h:
28146 Fix Vorbis streams failing to decode in some files, where cluster_time
28147 isn't 0, because then it doesn't send codec_priv before actual data.
28148 Remove time-based test and replace it with marker set on beginning of
28151 2004-12-28 David Schleef <ds@schleef.org>
28153 Merge patch from Ronald fixing problems with streaming
28155 * ext/cairo/gstcairo.c: (plugin_init):
28156 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28157 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28158 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28159 (gst_textoverlay_font_init), (gst_textoverlay_init),
28160 (gst_textoverlay_set_property):
28161 * ext/cairo/gsttextoverlay.h:
28163 2004-12-27 David Schleef <ds@schleef.org>
28165 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28166 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28167 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28168 (gst_textoverlay_font_init), (gst_textoverlay_init),
28169 (gst_textoverlay_set_property): Improvements to actually
28170 render text as white on black outline on video, including
28171 font selection and horizontal/vertical alignment. (Ronald's
28173 * ext/cairo/gsttextoverlay.h:
28175 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28177 * ext/ogg/gstogg.c:
28178 * ext/ogg/gstogmparse.c:
28179 fix ogm[audio/video]parse plugin registration
28180 (riff won't load if bytestream is already loaded)
28182 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28184 * gst/audioconvert/gstchannelmix.c:
28187 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28191 disable docs again until it actually passes make distcheck.
28193 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28195 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28196 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28198 Add 3GP (variables name Q3GP because they can't start with a
28199 number). Add samr audio fourcc (used in .3gp files), decoder
28200 is work in progress. Also do a GST_WARNING instead of ERROR
28201 in case of unknown nodes, to decrease output.
28203 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28208 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28211 * ext/speex/gstspeexdec.h:
28212 * ext/speex/gstspeexenc.h:
28213 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
28214 Fix detection code in configure.ac
28216 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28218 * gst/matroska/matroska-demux.c:
28219 (gst_matroska_demux_parse_blockgroup):
28220 Save position, so that queries give proper return values. Don't
28221 know how this could ever have worked before...
28223 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28226 Put additional LAME check inside the conditional. Fixes #152339
28228 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28230 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28231 (gst_avi_demux_stream_scan):
28232 Add some more debug. Fix logic error when setting movi offset
28233 while reading index.
28235 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28237 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28238 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28239 (gst_avi_demux_process_next_entry):
28240 Add some debugging. Better detection of broken indexes and the
28241 accompanying index recovery. No infinite loops on state changes
28242 when we're still in our loopfunction.
28244 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28249 2004-12-22 Archana Shah <archana.shah@wipro.com>
28251 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28253 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28254 Normalizing the value before setting
28255 (gst_sunaudiomixer_get_volume):
28256 Normalizing the value after getting. Fixes bug# 161980
28258 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28260 * Makefile.am: Make sure docs gets disted
28261 * docs/Makefile.am: Make sure all needed files get disted
28262 * gst-plugins.spec.in: latest updates
28264 2004-12-22 Wim Taymans <wim@fluendo.com>
28266 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28267 Revert patch 1.38 as clock distribution over schedulers does
28268 not work correcly in the core yet.
28270 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28272 * sys/oss/README: remove this file, which predates my birth
28273 (and which content is by far outdated)
28275 2004-12-20 Stefan Kost <ensonic@users.sf.net>
28279 * docs/Makefile.am:
28280 * docs/libs/Makefile.am:
28281 * docs/libs/gst-plugins-libs-docs.sgml:
28282 * docs/libs/gst-plugins-libs-sections.txt:
28283 * docs/libs/tmpl/gstgconf.sgml:
28285 * docs/version.entities.in:
28286 Added boilerplate gtk-doc files for plugin-libs documentation.
28288 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28290 * gst/auparse/gstauparse.c: fix int and float audio caps
28292 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28294 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28295 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28296 g_assert() can be a macro, don't use #ifdef inside it.
28298 2004-12-19 Edward Hervey <bilboed@bilboed.com>
28300 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28302 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28303 (gst_videorate_init), (gst_videorate_chain),
28304 (gst_videorate_change_state):
28305 Event handling (fixes #159986).
28307 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28309 * gst-libs/gst/riff/riff-media.c:
28310 (gst_riff_create_video_caps_with_data):
28311 Add BLZ0 (Blizzard's version of DivX) fourcc.
28313 2004-12-18 David Schleef <ds@schleef.org>
28315 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28318 2004-12-18 David Schleef <ds@schleef.org>
28320 * gst/tta/ttadec.h: Disable some header code that isn't used
28321 and clearly isn't portable.
28323 2004-12-18 David Schleef <ds@schleef.org>
28325 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28326 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28327 (avcodec_get_pix_fmt), (avpicture_layout),
28328 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28329 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28330 Fix code to not use GCC extensions (and c99 extensions that
28331 Forte does not like.)
28333 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
28335 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28337 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28338 (gst_deinterlace_chain):
28339 Rowstride fixes. Fixes #161039.
28340 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28341 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28342 (gst_video_crop_getcaps), (gst_video_crop_link),
28343 (gst_video_crop_i420), (gst_video_crop_chain),
28344 (gst_video_crop_change_state):
28345 Rework of negotiation. Actually works now. Fixes #158650.
28347 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28349 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28350 That was very stupid.
28352 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28354 * gst/matroska/matroska-demux.c:
28355 (gst_matroska_demux_parse_blockgroup):
28356 Fix possible crasher.
28358 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28360 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28361 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28362 Lace sizes can be zero.
28364 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28366 * ext/musepack/gstmusepackdec.cpp:
28367 Fetch error return values. Fixes #161624.
28368 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28371 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28373 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28374 Work for truncated (unfinished download etc.) files. Fixes #160514.
28376 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28378 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28379 Fix for integer overflow. Makes #156001 not crash. Probably masks
28382 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28384 * gst/ac3parse/gstac3parse.c: (plugin_init):
28385 Parsers never have ranks. Fixes #159651.
28387 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
28389 * gst/playback/gstdecodebin.c: (compare_ranks):
28390 make sure the facotries are ordered the same every time even if they
28391 have the same rank by using the name
28392 * gst/playback/gstdecodebin.c: (find_compatibles):
28393 make sure we don't add factories to the list twice
28395 2004-12-16 David Schleef <ds@schleef.org>
28397 * configure.ac: look for musepack headers as musepack/*.h
28399 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28400 * ext/musepack/gstmusepackreader.h: same
28402 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28404 * gst-libs/gst/riff/riff-read.c:
28405 (gst_riff_read_strf_auds_with_data):
28406 Read extradata correctly (fixes #155879).
28408 2004-12-16 David Schleef <ds@schleef.org>
28410 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28411 audio. does _not_ attempt or allow conversion unless channels
28414 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28416 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28418 2004-12-16 David Schleef <ds@schleef.org>
28420 * gst/audioscale/gstaudioscale.c: the resample library only
28421 handles 1 or 2 channels. Change caps to compensate.
28423 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28425 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28426 (gst_matroska_demux_audio_caps):
28427 Some MPEG-AAC hacks, because else it doesn't work...
28429 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28431 * gst-libs/gst/riff/riff-media.c:
28432 (gst_riff_create_video_caps_with_data),
28433 (gst_riff_create_video_template_caps):
28436 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28438 * gst-libs/gst/audio/Makefile.am:
28439 Try to fix buildbot.
28441 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28443 * gst/tcp/gstmultifdsink.c:
28444 Clean up and uniformize debugging.
28446 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28448 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28450 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28451 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28452 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28453 (gst_mpeg_demux_change_state):
28454 Reset on ready. Fixes 160276.
28456 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28458 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28460 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28461 (gst_ffmpegcsp_pad_link):
28462 Fix memleak (#154815).
28464 2004-12-16 James Bowes <bowes@cs.dal.ca>
28466 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28468 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28469 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28470 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28471 * ext/musicbrainz/gsttrm.h:
28472 Add support for using a proxy server when getting a trm id from
28473 the MusicBrainz database (#149613).
28475 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28477 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28479 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28480 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28481 Fix memleaks (#157233).
28483 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28485 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28487 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28488 * gst-libs/gst/resample/resample.h:
28489 * gst/audioscale/gstaudioscale.c:
28490 Fix memleak (#159215).
28492 2004-12-16 Toni Willberg <toniw@iki.fi>
28494 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28496 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28497 * sys/oss/oss_probe.c: (main):
28498 Check for mono/stereo support (similar to samplerate probing),
28499 fixes #159433. Also add missing copyright header to oss_probe.c.
28501 2004-12-15 David Schleef <ds@schleef.org>
28503 * configure.ac: add audioresample and cairo plugins. Remove
28504 HAVE_MMX stuff, because it's not used.
28505 * ext/Makefile.am: same
28506 * ext/audioresample/Makefile.am: You are not ready for an
28507 audio resampling element based on audioresample.
28508 * ext/audioresample/gstaudioresample.c:
28509 * ext/audioresample/gstaudioresample.h:
28510 * ext/cairo/Makefile.am: You are not ready for overlay elements
28511 based on cairo. Don't look too closely, these elements kinda
28513 * ext/cairo/gstcairo.c: new
28514 * ext/cairo/gsttextoverlay.c: new
28515 * ext/cairo/gsttextoverlay.h: new
28516 * ext/cairo/gsttimeoverlay.c: new
28517 * ext/cairo/gsttimeoverlay.h: new
28518 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28519 problem with compilers that don't support variadic macros.
28521 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28523 Reviewed by: David Schleef <ds@schleef.org>
28525 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28526 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28527 bit. Also ran indent-gst.
28528 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28529 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28530 (gst_sunaudiosrc_setparams):
28532 2004-12-14 David Schleef <ds@schleef.org>
28534 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28535 output rate to 16000. Should fix #160235.
28537 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28539 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28540 Add typefinding for mpeg2 pes streams
28542 2004-12-13 David Schleef <ds@schleef.org>
28544 * configure.ac: Applied patch from bug #143659, making default
28545 sources and sinks OS-dependent (for Solaris), and added code
28547 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28549 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28551 * gst-libs/gst/riff/riff-media.c:
28552 forgot to add h2.64 to avidemux template caps
28554 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28556 * gst/wavenc/riff.h:
28557 * gst-libs/gst/riff/riff-media.c:
28558 * gst-libs/gst/riff/riff-ids.h:
28559 * gst/avi/gstavimux.c
28560 add 4CC code for VideoSoft h264 in AVI (VSSH)
28562 remove s323 from riff, it's quicktime specific :(
28564 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28566 * gst/asfdemux/README
28567 * gst/wavenc/riff.h
28568 * gst-libs/gst/riff/riff-ids.h
28569 * gst-libs/gst/riff/riff-media.c
28570 * gst/qtdemux/qtdemux.c:
28571 add new 4CC codes for h263 related codecs
28572 fixes partially bug #155163
28574 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28576 * configure.ac: Update polyaudio requirement to 0.7
28577 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28579 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28581 * gst/interleave/deinterleave.c:
28582 fix my name's spelling! :)
28584 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28586 * AUTHORS ChangeLog
28587 * gst/auparse/gstauparse.c
28588 * gst/interleave/deinterleave.c
28590 alaw-decode.c alaw-encode.c
28591 mulaw-decode.c mulaw-encode.c
28592 * gst/oneton/gstoneton.c
28594 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28596 cocoawindow.h cocoawindow.m
28597 osxvideosink.h osxvideosink.m
28599 put the same mail address for Zaheer Abbas Merali everywhere
28601 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28603 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28604 Align by packetsize, and assert that we a packet available before
28605 playing. The first makes webstreams work (they often include
28606 trailing padding data in a packet), the second allows pausing a
28607 ASF stream in totem without getting demux errors afterwards.
28609 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28611 * ext/ogg/gstoggdemux.c: (get_relative):
28612 Check for non-NULL before accessing member (end-of-chain).
28614 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28616 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28617 (cdparanoia_set_property), (cdparanoia_get_property):
28618 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28619 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28620 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28621 (dvdreadsrc_init), (dvdreadsrc_set_property),
28622 (dvdreadsrc_get_property):
28623 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28624 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28625 Synchronize property names where not yet the case. Devices are
28626 now device=X, other versions are deprecated (but still exist).
28627 Also use g_free() unconditionally.
28628 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28629 (setup_source), (gst_play_base_bin_get_property):
28632 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28634 * configure.ac: move GCONF macro outside conditional for the am
28635 conditional. Fixes #160439
28637 2004-12-08 David Schleef <ds@schleef.org>
28639 * tools/gst-visualise-m.m: Switch to elements that currently
28642 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28644 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28645 We love wrong commas.
28647 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28649 * gst/matroska/matroska-demux.c:
28650 (gst_matroska_demux_handle_src_query):
28651 Don't set DEFAULT, unsupported - makes length display incorrectly
28654 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28656 * gst/monoscope/README: remove blurb about files being GPL
28657 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28658 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28659 monoscope is now effectively LGPL licensed
28661 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28663 * gst/monoscope/README: Update information to be more correct
28664 * gst/monoscope/convolve.c: Relicense to LGPL
28665 * gst/monoscope/convolve.h: Relicense to LGPL
28667 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28669 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28670 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28671 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28672 set default_duration for mpeg1 audio
28674 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28676 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28677 * ext/alsa/gstalsa.h:
28678 refactor big chunks of the core caps negotiation code to make it
28679 a lot faster, because people claim it's really slow
28680 (actually, just cache the getcaps when the device is opened)
28682 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28684 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28685 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28686 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28687 (gst_a52dec_change_state), (plugin_init):
28688 * ext/a52dec/gsta52dec.h:
28689 Do something useful with timestamps. Make chain-based (since
28690 there's really no reason to be loopbased).
28691 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28692 Update current_byte/frame correctly.
28694 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28696 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28697 (gst_ape_demux_stream_init):
28700 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28702 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28703 Let's make sure we're done typefinding when detecting tags.
28705 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28707 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28708 (gst_ebml_read_init), (gst_ebml_read_use_event),
28709 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28710 (gst_ebml_read_seek), (gst_ebml_read_skip),
28711 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28712 (gst_ebml_read_master):
28713 * gst/matroska/ebml-read.h:
28714 * gst/matroska/matroska-demux.c:
28715 (gst_matroska_demux_parse_contents),
28716 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28717 Disgustingly evil hack for working around INTERRUPT events and
28718 their extremely annoying habit of being a pain in the ass. We
28719 simply peek a cluster before reading any of it.
28721 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28723 * ext/musepack/gstmusepackdec.cpp:
28724 There's also floating point libmusepacks.
28726 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28728 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28729 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28730 Set DURATION even if source buffer didn't. Also use increasing
28732 * gst-libs/gst/riff/riff-media.c:
28733 (gst_riff_create_audio_caps_with_data):
28734 Block_align can have larger values than 8192.
28736 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28738 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28739 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28740 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28741 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28744 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28746 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28749 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28751 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28754 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28756 * ext/esd/esdsink.c: (gst_esdsink_chain):
28757 Make error actually say something useful (fixes #156798).
28758 * gst-libs/gst/riff/riff-media.c:
28759 (gst_riff_create_video_caps_with_data),
28760 (gst_riff_create_video_template_caps):
28761 Add Intel Video 5.0 fourcc (IV50).
28763 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28765 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28766 detection on mono and stereo mp3 files.
28768 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28770 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28771 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28772 the contained stream).
28774 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28776 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28777 Oops, remove debug.
28779 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28781 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28783 * gst/law/alaw-decode.c: (alawdec_getcaps):
28784 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28785 Prevent warnings when negotiating caps (fixes #159338).
28787 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28789 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28790 (gst_ffmpegcsp_chain):
28791 Remove old leftover that shouldn't be there...
28793 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28795 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28797 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28798 Don't forward DISCONT events (fixes #159684).
28800 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28802 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28803 Unlink manually since sometimes bin disposal (and therefore
28804 pad unlinking) is delayed, which will cause a new media file
28805 to not be able to start playing instantly.
28807 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28809 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28810 On mute of an unlinked stream, check for pad availability so
28811 we don't crash on unlinked pad.
28813 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28815 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28816 (gst_avi_demux_massage_index):
28817 Fix quite humiliating bug in omitting 0-sized index chunks but
28818 forgetting to count them for timestamps.
28820 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28822 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28823 Actually leave the loop if we failed to sync. Don't crash.
28825 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28827 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28828 (gst_dvd_demux_process_private):
28829 * gst/mpegstream/gstdvddemux.h:
28830 Fix crash (#159759). Doesn't work, though. :-(.
28832 2004-11-28 Benjamin Otte <otte@gnome.org>
28834 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28835 more overwriting protection due to modifying channels one by one
28836 instead of all at once
28838 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28840 * gst/audioconvert/gstchannelmix.c:
28841 (gst_audio_convert_fill_normalize):
28842 Normalize using absolute values.
28844 2004-11-28 Julien MOUTTE <julien@moutte.net>
28848 * ext/directfb/Makefile.am:
28849 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28850 (gst_directfbvideosink_get_pixel_format),
28851 (gst_directfbvideosink_get_format_from_fourcc),
28852 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28853 (gst_directfbvideosink_sink_link),
28854 (gst_directfbvideosink_change_state),
28855 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28856 (gst_directfbvideosink_buffer_alloc),
28857 (gst_directfbvideosink_interface_supported),
28858 (gst_directfbvideosink_interface_init),
28859 (gst_directfbvideosink_navigation_send_event),
28860 (gst_directfbvideosink_navigation_init),
28861 (gst_directfbvideosink_set_property),
28862 (gst_directfbvideosink_get_property),
28863 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28864 (gst_directfbvideosink_base_init),
28865 (gst_directfbvideosink_class_init),
28866 (gst_directfbvideosink_get_type), (plugin_init):
28867 * ext/directfb/directfbvideosink.h: Adding a first version of
28869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28872 2004-11-28 Benjamin Otte <otte@gnome.org>
28874 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28875 walk the samples backwards if out_channels > in_channels so we don't
28878 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28880 * gst/audioconvert/Makefile.am:
28881 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28882 (gst_audio_convert_link), (gst_audio_convert_change_state),
28883 (gst_audio_convert_channels):
28884 * gst/audioconvert/gstchannelmix.c:
28885 (gst_audio_convert_unset_matrix),
28886 (gst_audio_convert_fill_identical),
28887 (gst_audio_convert_fill_compatible),
28888 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28889 (gst_audio_convert_fill_others),
28890 (gst_audio_convert_fill_normalize),
28891 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28892 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28893 * gst/audioconvert/gstchannelmix.h:
28894 Implement a channel mixer.
28896 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28898 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28899 * ext/alsa/gstalsa.h:
28900 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28901 Make alsasink actually honor gst_element_set_clock and use that
28902 clock instead of its internal one.
28904 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28906 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28907 (gst_play_base_bin_change_state): nullify source and decoder when
28908 going from READY to NULL so that we don't try to do weird stuff with
28909 them when going from NULL to READY
28910 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28911 instead of g_object_unref
28912 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28913 it should be correct
28914 (gst_play_bin_change_state): don't call remove_sinks if we are
28915 currently disposing the object
28917 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28919 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28920 Don't forget bass if it's there. Else left channel is silent...
28922 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28924 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28925 (gst_a52dec_change_state):
28926 Don't do sample adjusting anymore, we use float audio now.
28927 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28928 Don't fixate to non-existing properties.
28930 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28932 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28933 (gst_a52dec_change_state):
28934 Advertise that we can do surround sound.
28936 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28938 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28939 Add buffer-frames=0.
28940 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28941 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28942 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28943 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28944 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28945 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28946 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28947 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28948 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28949 * ext/dvdread/dvdreadsrc.h:
28950 Add seeking, querying for bytes, sectors, title, angle and
28951 chapter. Handle multiple chapters. Relicense to LGPL because
28952 Billy agreed on that (thanks Billy!).
28954 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28956 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28957 call parent dispose method
28959 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28961 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28962 (gst_audio_clock_get_internal_time):
28963 Fix active <-> inactive transitions: ensure time value always
28964 grows and avoid abrupt value changes.
28966 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28969 * gst/tta/Makefile.am:
28971 * gst/tta/filters.h:
28972 * gst/tta/gsttta.c:
28973 * gst/tta/gstttadec.c:
28974 * gst/tta/gstttadec.h:
28975 * gst/tta/gstttaparse.c:
28976 * gst/tta/gstttaparse.h:
28977 * gst/tta/ttadec.h:
28978 added TTA parser and decoder
28980 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28982 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28983 (probe_triggered), (check_queue), (buffer_underrun),
28984 (buffer_running), (buffer_overrun), (gen_source_element),
28986 * gst/playback/gstplaybasebin.h:
28987 Implement buffering. Needs some more work.
28989 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28991 * ext/theora/theoradec.c: (theora_dec_chain):
28992 Fix ilog mask range overflow.
28994 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28996 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28997 Don't omit the last (which in case of dmix is the only :) )
28998 channel count. Don't set channels if <= 2.
29000 2004-11-26 Christophe Fergeau <teuf@gnome.org>
29002 * gst/playback/gstplaybin.c: (gen_video_element),
29003 (gen_audio_element): Removed 2 obsolete comments
29005 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29007 * ext/vorbis/oggvorbisenc.c
29008 * ext/vorbis/vorbisenc.c :
29009 change description fields of those plugins to differentiate them
29010 (pitivi show Encoders by description, they had the same one)
29012 2004-11-25 Christophe Fergeau <teuf@gnome.org>
29014 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29016 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
29017 (gst_play_bin_set_property), (gen_video_element),
29018 (gen_audio_element):
29019 Refcounting fixes for provided audio-/videosinks.
29021 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29023 * gst/playback/gstplaybin.c: (gen_video_element),
29024 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
29025 Don't reference all sinks, but only the video- and audiosinks.
29026 The vis. element should be disposed when we're done with it.
29027 We don't have any reason to keep it around. This fixes warnings
29028 when reusing playbin for playing multiple audio files with
29029 vis. enabled. Also release audio device on pause - idea stolen
29032 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29034 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
29035 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
29036 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
29037 * ext/alsa/gstalsaplugin.c: (plugin_init):
29038 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
29039 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
29040 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
29041 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
29042 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
29043 (gst_faad_change_state), (plugin_init):
29044 * ext/faad/gstfaad.h:
29045 * ext/vorbis/vorbis.c: (plugin_init):
29046 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29047 * gst-libs/gst/audio/Makefile.am:
29048 * gst-libs/gst/audio/audio.c: (plugin_init):
29049 * gst-libs/gst/audio/multichannel.c:
29050 (gst_audio_check_channel_positions),
29051 (gst_audio_get_channel_positions),
29052 (gst_audio_set_channel_positions),
29053 (gst_audio_set_structure_channel_positions_list),
29054 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
29055 (gst_audio_fixate_channel_positions):
29056 * gst-libs/gst/audio/multichannel.h:
29057 * gst-libs/gst/audio/testchannels.c: (main):
29058 * gst/audioconvert/gstaudioconvert.c:
29059 (gst_audio_convert_class_init), (gst_audio_convert_init),
29060 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29061 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29062 (gst_audio_convert_fixate), (gst_audio_convert_channels):
29063 * gst/audioconvert/plugin.c: (plugin_init):
29064 Surround sound support.
29066 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29069 Fix position for discont if we're close as well. Nitpicking, but
29070 saves a few milliseconds of extra waiting or skipping.
29072 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29074 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29075 We sometimes need parsers for playback, so add those too.
29077 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29080 * gst/apetag/Makefile.am:
29081 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29082 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29083 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29084 (gst_ape_demux_get_src_query_types),
29085 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29086 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29087 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29088 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29089 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29090 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29091 (gst_ape_demux_change_state):
29092 * gst/apetag/apedemux.h:
29093 * gst/apetag/apetag.c: (plugin_init):
29094 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29096 APE v1/2 tag reader plus typefind function.
29098 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29101 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29102 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29103 Remove hacks for older core. Require newer core version
29106 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29108 * gst/cdxaparse/Makefile.am:
29109 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29110 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29111 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29112 * gst/cdxaparse/gstcdxaparse.h:
29113 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29114 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29115 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29116 (gst_cdxastrip_get_src_query_types),
29117 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29118 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29119 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29120 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29121 * gst/cdxaparse/gstcdxastrip.h:
29122 SVCD/VCD header stripping separated from CDXA image parsing.
29123 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29125 Add VCD/SVCD header typefinding for VCD/SVCD.
29126 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29127 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29128 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29129 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29130 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29131 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29132 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29133 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29134 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29135 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29136 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29137 * sys/vcd/vcdsrc.h:
29138 Fix up, add seeking, querying, URI interface. Works in totem now.
29140 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29145 === release 0.8.6 ===
29147 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29165 releasing 0.8.6, "IOU Love"
29167 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29169 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29171 * gst/playback/gstplaybasebin.c:
29172 Fix unplayable files error handling. Fixes #158365
29174 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29176 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29178 * gst/typefind/gsttypefindfunctions.c:
29179 Fix broken mp3 typefinding. Fixes #158375
29181 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29183 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29185 * ext/ogg/gstoggdemux.c:
29186 Fix sync on broken files. Fixes #158976
29188 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29190 patch by: Edward Hervey <bilboed@bilboed.com>
29192 * ext/libpng/gstpngenc.c:
29193 Copy over buffer properties. Fixes #158832
29195 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29197 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29199 * ext/dvdread/dvdreadsrc.c:
29200 Fixes invalid reads (#158462)
29202 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29204 * sys/v4l/gstv4lsrc.c:
29205 * sys/v4l/gstv4lsrc.h:
29206 * sys/v4l/v4lsrc_calls.c:
29207 Probe less and cache it. Fixes #159187.
29209 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29211 * gst/videorate/gstvideorate.c:
29212 Handle all video formats. Fixes #159186.
29214 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
29215 * gst/synaesthesia/gstsynaesthesia.c:
29216 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29217 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29218 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29219 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29220 (gst_synaesthesia_change_state), (plugin_init):
29221 Fix up synaesthesia to work under different samplerates/ buffer sizes.
29222 Force 320x200 output, as that's the only thing the underlying
29223 synaesthesia implementation supports. Still needs to be made
29226 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29229 Fix mpeg2enc configure check (similar to mplex check below).
29231 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
29233 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29235 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29236 Fix for gcc-2.95 (fixes #158221).
29238 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29240 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29241 Re-add clock distribution hack (until new core is released).
29244 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
29246 fix mplex configure check segfaulting on some systems (bug #140994)
29248 2004-11-13 Benjamin Otte <otte@gnome.org>
29250 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29252 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29253 do a wait when we enter the loop func with no data available to
29254 write instead of getting into an 100% CPU loop by just returning and
29255 being called again by the scheduler
29257 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
29260 * ext/libvisual/visual.c: (gst_visual_get_type),
29261 (libvisual_log_handler), (gst_visual_getcaps),
29262 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29264 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29265 * ext/smoothwave/Makefile.am:
29266 * ext/smoothwave/demo-osssrc.c: (main):
29267 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29268 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29269 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29271 * ext/smoothwave/gstsmoothwave.h:
29272 Make gstsmoothwave a working element in the 20th century.
29274 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29275 Fix incorrect link function
29277 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29279 * gst/volume/gstvolume.c:
29280 Allow buffer-frames=0.
29282 2004-11-12 Iain <iaingnome@gmail.com>
29284 * configure.ac: Check for polypaudio
29286 * ext/Makefile.am: Build the polyp dir
29288 * ext/polyp: The polypsink sources.
29290 2004-10-30 Iain <iaingnome@gmail.com>
29292 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29293 caps to reflect the new number of channels.
29295 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29297 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29298 Fix for negotiation order problem. This would show when the
29299 ALSA loopfuction was called before any other function. ALSA
29300 wouldn't do anything because we're not negotiated yet, leading
29301 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29303 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
29305 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29307 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29308 No warnings (#157986).
29310 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29312 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29313 Prefer apev1/2 and id3v1 (at end of file) over musepack.
29315 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29317 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29318 Signal no-more-pads (so it works in playbin).
29320 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29322 * ext/musepack/gstmusepackreader.cpp:
29323 Workaround for older core.
29325 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29327 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29328 Actually test for odd width/height rather than testing whether
29329 a temporary variable that was 0 before we subtracted 1 is now
29330 not equal to zero (which it always is).
29332 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29334 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29335 Fix compilation if HAVE_XVIDEO is not defined
29337 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29339 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29340 Fix compilation if HAVE_XVIDEO is not defined
29342 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
29344 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29345 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29346 (gst_goom_change_state), (plugin_init):
29347 Use the bytestream adapter so goom doesn't depend on the input
29349 Add a debug category
29351 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29353 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29354 Only set hardware parameters *after* negotiation. Before
29355 negotiation, it will set ANY and that seems to cause crashes
29356 (see e.g. #151288, #153227).
29358 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29360 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29361 This seems to be antique leftover. It needs to pass error
29363 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29364 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29365 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29366 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29367 Fix GstXOverlay implementation (#151059).
29369 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29371 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29372 Don't assert (#157853).
29374 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29376 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29377 Fix bytes/samples confustion.
29378 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29379 Fix for underrun (#144389).
29381 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29383 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29384 Disable halfway-seek for pending release (since it needs a new
29387 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29389 * sys/v4l/gstv4lsrc.c:
29390 * sys/v4l/gstv4lsrc.h:
29391 * sys/v4l/v4lsrc_calls.c:
29392 add autoprobe-fps property so we can separate autoprobing parts
29394 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29396 * sys/v4l/gstv4lsrc.c:
29397 * sys/v4l/v4lsrc_calls.c:
29398 initialise fourcc to catch unset fourcc's, and debug
29400 2004-11-09 Wim Taymans <wim@fluendo.com>
29402 * gst/playback/README:
29403 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29404 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29405 (gst_play_bin_dispose), (gst_play_bin_set_property),
29406 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29407 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29408 (gst_play_bin_get_formats), (gst_play_bin_convert),
29409 (gst_play_bin_get_query_types), (gst_play_bin_query):
29410 Cleanups and some more documentation.
29412 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
29414 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29415 (gst_cacasink_init), (gst_cacasink_chain):
29416 * ext/libcaca/gstcacasink.h:
29417 Cacasink inherits from VideoSink, so let that store the clock.
29419 2004-11-09 Wim Taymans <wim@fluendo.com>
29421 * gst/playback/README:
29422 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29423 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29424 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29425 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29426 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29428 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29429 (gst_stream_info_is_mute), (gst_stream_info_set_property):
29430 * gst/playback/gststreaminfo.h:
29432 Only switch groups if all streams have muted (EOSed).
29433 Send Tags in sync with the stream playback instead of in
29434 the playback/preroll phase.
29435 Some cleanups, free the fakesrc elements.
29437 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
29439 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29440 buffer-frames property was missing
29441 * ext/arts/gst_arts.c:
29442 rate missing from sinkcaps
29443 * ext/audiofile/gstafparse.c:
29444 * ext/audiofile/gstafsink.c:
29445 * ext/audiofile/gstafsrc.c:
29446 * ext/swfdec/gstswfdec.c:
29447 int audio doesn't know buffer-frames
29448 * ext/cdparanoia/gstcdparanoia.c:
29449 int audio doesn't know chunksize either
29450 * ext/nas/nassink.c:
29451 it's endianness, not endianess
29452 * gst-libs/gst/audio/audio.h:
29453 make float standard pad template caps really describe float
29454 * gst/law/mulaw.c: (linear_factory):
29455 signed only, please
29456 * gst/mpegstream/gstdvddemux.c:
29457 widths of 20 are not valid
29459 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29461 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29467 2004-11-08 Wim Taymans <wim@fluendo.com>
29469 * gst/playback/README:
29470 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29471 * gst/playback/gstplaybasebin.c: (probe_triggered),
29472 (gst_play_base_bin_change_state):
29473 Updated README, added more comments for fixmes etc..
29475 2004-11-08 Wim Taymans <wim@fluendo.com>
29477 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29478 We can remove this hack now.
29480 2004-11-08 Wim Taymans <wim@fluendo.com>
29482 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29483 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29484 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29485 Only mix AYUV for maximum quality.
29487 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29489 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29490 (gst_ogg_demux_push), (gst_ogg_pad_push):
29491 Let's act as if we're synchronized now! :).
29492 * ext/theora/theoradec.c: (theora_dec_chain):
29495 2004-11-08 Wim Taymans <wim@fluendo.com>
29497 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29498 (gst_alpha_set_property), (gst_alpha_sink_link),
29499 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29500 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29501 (gst_alpha_init_params), (gst_alpha_chain):
29502 Implement alpha functions for AYUV too, this increases
29503 accuracy quite a bit.
29505 2004-11-08 Wim Taymans <wim@fluendo.com>
29507 * gst/ffmpegcolorspace/avcodec.h:
29508 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29509 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29510 (gst_ffmpegcsp_avpicture_fill):
29511 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29512 (gst_ffmpegcsp_caps_remove_format_info):
29513 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29514 (shrink12), (img_get_alpha_info), (deinterlace_line),
29515 (deinterlace_line_inplace):
29516 * gst/ffmpegcolorspace/imgconvert_template.h:
29517 Added AYUV colorspace and handle RGBA a bit more respectful.
29519 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29521 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29522 Actually always send a discont (cornercase when resending the
29523 same serial-tagged chain twice).
29525 2004-11-08 Julien MOUTTE <julien@moutte.net>
29527 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29528 (gst_ximagesink_finalize):
29529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29530 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29532 2004-11-08 Wim Taymans <wim@fluendo.com>
29534 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29535 Don't segfault on NULL data.
29537 2004-11-08 Wim Taymans <wim@fluendo.com>
29539 * gst/playback/gstdecodebin.c: (unlinked):
29540 * gst/playback/gstplay-marshal.list:
29541 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29542 (gst_play_base_bin_init), (group_create), (get_active_group),
29543 (get_building_group), (group_destroy), (group_commit),
29544 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29545 (add_element_stream), (no_more_pads), (probe_triggered),
29546 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29547 (state_change), (setup_source), (gst_play_base_bin_get_property),
29548 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29549 (gst_play_base_bin_link_stream),
29550 (gst_play_base_bin_get_streaminfo):
29551 * gst/playback/gstplaybasebin.h:
29552 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29553 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29554 Add support for chained ogg files. Prepare for playlist
29555 support. This patch introduces the concept of pad groups, which
29556 together compose one playable media file.
29558 2004-11-07 David Schleef <ds@schleef.org>
29560 * testsuite/gst-lint: Check for pad templates that aren't statically
29563 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29567 * ext/musepack/Makefile.am:
29568 * ext/musepack/gstmusepackdec.cpp:
29569 * ext/musepack/gstmusepackdec.h:
29570 * ext/musepack/gstmusepackreader.cpp:
29571 * ext/musepack/gstmusepackreader.h:
29572 Add musepack decoder.
29573 * ext/faad/gstfaad.c: (gst_faad_base_init):
29574 Make pad templates static.
29575 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29577 Add musepack typefinder, make mp3 typefinding work halfway stream,
29578 which doesn't actually work yet because id3demux doesn't implement
29581 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29583 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29584 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29585 Fix interrupt event handling (#144436).
29587 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29589 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29592 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29594 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29596 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29597 Fix weird caps (#157548).
29599 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29601 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29603 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29604 Add missing NULL terminator (#157543).
29606 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29608 * gst/tcp/gsttcp.h:
29609 * gst/tcp/gsttcpclientsink.c:
29610 * gst/tcp/gsttcpclientsrc.c:
29611 * gst/tcp/gsttcpserversink.c:
29612 * gst/tcp/gsttcpserversrc.c:
29613 ports can go up to 65535. Move common defines to gsttcp.h
29615 2004-11-05 Wim Taymans <wim@fluendo.com>
29617 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29618 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29619 Added two more colorspaces.
29621 2004-11-05 Wim Taymans <wim@fluendo.com>
29623 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29624 (gst_ffmpegcsp_avpicture_fill):
29625 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29626 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29627 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29630 2004-11-05 Wim Taymans <wim@fluendo.com>
29632 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29633 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29634 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29635 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29636 (gst_videomixer_loop):
29639 2004-11-05 Benjamin Otte <otte@gnome.org>
29641 * ext/mad/gstmad.c: (gst_mad_chain):
29642 don't overflow data buffer. Flush not needed sync data when syncing
29645 2004-11-04 Wim Taymans <wim@fluendo.com>
29647 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29648 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29649 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29650 (gst_alpha_init_params), (gst_alpha_chain),
29651 (gst_alpha_change_state):
29652 Updated the chroma keying algorithm with something more
29655 2004-11-03 Wim Taymans <wim@fluendo.com>
29657 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29658 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29659 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29660 Fix stride issues. Does not completely work for odd
29663 2004-11-03 Wim Taymans <wim@fluendo.com>
29665 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29666 (gst_alpha_chroma_key), (gst_alpha_chain):
29667 Fix stride issues. Does not completely work for odd
29670 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29672 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29673 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29676 2004-11-03 Wim Taymans <wim@fluendo.com>
29678 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29679 (gst_ffmpegcsp_avpicture_fill):
29680 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29682 * gst/ffmpegcolorspace/imgconvert_template.h:
29683 Use correct _fill function to get correct strides.
29685 2004-11-02 David Schleef <ds@schleef.org>
29687 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29688 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29689 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29690 Change all g_print()s to debugging. Add a bunch of consistency
29693 2004-11-02 Wim Taymans <wim@fluendo.com>
29695 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29696 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29697 (unlinked), (no_more_pads), (close_link):
29698 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29699 (unknown_type), (add_element_stream), (new_decoded_pad),
29700 (removed_decoded_pad), (setup_source):
29701 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29702 (gst_stream_info_class_init), (gst_stream_info_init),
29703 (gst_stream_info_new), (gst_stream_info_dispose),
29704 (stream_info_mute_pad), (gst_stream_info_set_property),
29705 (gst_stream_info_get_property):
29706 * gst/playback/gststreaminfo.h:
29707 Fix playback of multiple files.
29708 a slightly different approach to handling dynamic pad removals.
29709 This one only looks at pads that we have linked.
29711 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29713 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29714 free" warning from libc.
29716 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29718 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29719 (get_unconnected_element), (remove_starting_from), (pad_removed),
29721 Implement support for dynamic pad changing. We listen to "live"
29722 pad removals (i.e. while playing) and re-setup autoplugging
29723 after that. Playbasebin/playbin need some more work for this
29724 to finally work, but decodebin supports (and replugs) chained
29727 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29729 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29730 (gst_alsa_finalize):
29731 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29732 (gst_cdaudio_finalize):
29733 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29734 (cdparanoia_finalize):
29735 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29736 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29737 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29738 (dvdreadsrc_finalize):
29739 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29740 (gst_flacdec_finalize):
29741 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29742 (gst_flacenc_finalize):
29743 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29744 (gst_gnomevfssink_finalize):
29745 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29746 (gst_gnomevfssrc_finalize):
29747 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29748 (gst_fameenc_finalize):
29749 * ext/nas/nassink.c: (gst_nassink_class_init),
29750 (gst_nassink_finalize):
29751 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29752 (gst_sdlvideosink_class_init):
29753 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29754 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29755 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29756 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29757 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29758 (gst_x_window_listener_dispose):
29759 * gst/audioscale/gstaudioscale.c:
29760 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29761 (play_on_demand_finalize):
29762 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29763 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29764 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29765 (cdplayer_finalize):
29766 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29767 (gst_glimagesink_class_init):
29768 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29769 (gst_osselement_finalize):
29770 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29771 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29772 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29773 Fixes a bunch of problems with finalize and dispose functions,
29774 either assumptions that dispose is only called once, or not calling
29775 the parent class dispose/finalize function
29777 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29779 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29780 added two api precondition guards
29781 use g_strdup with getenv to fix crash when using ENVVAR
29783 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29784 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29785 (gst_esdsink_finalize):
29786 Use a finalize function, not dispose, and more importantly,
29787 call the parent class finalize function too
29789 2004-11-01 Johan Dahlin <johan@gnome.org>
29791 * ext/ogg/gstoggdemux.c:
29792 * gst/tags/gstvorbistag.c:
29795 2004-10-31 Benjamin Otte <otte@gnome.org>
29797 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29798 lotsa memleaks today. But they're all small...
29800 2004-10-31 Benjamin Otte <otte@gnome.org>
29802 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29803 another memleak crushed
29805 2004-10-31 Benjamin Otte <otte@gnome.org>
29807 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29810 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29812 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29813 Hack to prevent crash when going to READY inside signal handler
29814 while this function is active.
29816 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29818 * gst/ffmpegcolorspace/Makefile.am:
29819 * gst/ffmpegcolorspace/avcodec.h:
29820 * gst/ffmpegcolorspace/common.h:
29821 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29822 * gst/ffmpegcolorspace/dsputil.h:
29823 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29824 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29825 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29826 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29827 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29828 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29829 (gst_ffmpegcsp_avpicture_fill):
29830 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29831 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29832 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29833 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29834 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29835 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29836 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29837 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29838 * gst/ffmpegcolorspace/imgconvert.c:
29839 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29840 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29841 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29842 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29843 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29844 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29845 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29846 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29847 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29848 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29849 (grow21), (grow22), (grow41), (grow44), (conv411),
29850 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29851 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29852 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29853 (avpicture_free), (is_yuv_planar), (img_convert),
29854 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29855 (deinterlace_line_inplace), (deinterlace_bottom_field),
29856 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29857 * gst/ffmpegcolorspace/imgconvert_template.h:
29858 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29859 * gst/ffmpegcolorspace/mmx.h:
29860 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29861 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29862 (av_freep), (avcodec_get_context_defaults),
29863 (avcodec_alloc_context), (avcodec_init):
29864 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29865 handling plus update from ffmpeg CVS. Large clean-up.
29867 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29869 * gst/playback/Makefile.am:
29870 We need the marshallers for decodebin, too.
29872 2004-10-30 David Schleef <ds@schleef.org>
29874 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29875 quicktime typefinding work with 64-bit offsets.
29877 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29879 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29880 Set EOS on the element when processing an EOS event.
29881 * ext/speex/gstspeexdec.h:
29882 * ext/speex/gstspeexenc.h:
29883 Only keep a const ptr to the mode
29884 * gst-libs/gst/riff/riff-media.c:
29885 (gst_riff_create_audio_caps_with_data),
29886 (gst_riff_create_audio_template_caps):
29887 Allow WMAV3, with up to 6 channels.
29888 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29889 Don't call gst_pad_set_event_function on a sink pad.
29890 * gst/mpegstream/gstdvddemux.c:
29891 (gst_dvd_demux_get_subpicture_stream),
29892 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29893 Copy the explicit caps that were set across to the cur_* pads,
29894 instead of trying to use a possibly non-existent negotiated caps.
29895 Reset the type of subpicture pads to UNKNOWN after calling
29896 init_stream, so that the caps get set.
29898 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29900 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29902 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29903 Don't touch buffer if it is of size 0 (fixes #151064).
29905 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29907 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29908 Synchronized discont handling.
29910 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29912 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29913 (gst_ogg_demux_push):
29914 Make seeking sort-of exact again (fixes #156387).
29916 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29918 * gst/playback/gstplaybasebin.c: (unknown_type),
29919 (add_element_stream), (new_decoded_pad),
29920 (gst_play_base_bin_change_state):
29921 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29922 (gst_stream_info_init), (gst_stream_info_new),
29923 (gst_stream_info_dispose), (gst_stream_info_get_property):
29924 * gst/playback/gststreaminfo.h:
29925 Make caps explicitely available. Makes testing for unsupported
29926 types possible. Improves error reporting.
29928 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29930 * gst/audioconvert/gstaudioconvert.c:
29931 (gst_audio_convert_buffer_to_default_format):
29932 Really don't touch read-only buffers (#156563).
29934 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29936 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29938 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29939 Fix memleak (#155223).
29941 2004-10-29 Wim Taymans <wim@fluendo.com>
29943 * gst/tcp/.cvsignore:
29944 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29945 (gst_multifdsink_class_init), (gst_multifdsink_init),
29946 (gst_multifdsink_add), (gst_multifdsink_remove),
29947 (gst_multifdsink_remove_client_link), (is_sync_frame),
29948 (gst_multifdsink_new_client),
29949 (gst_multifdsink_handle_client_write),
29950 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29951 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29952 (gst_multifdsink_get_property):
29953 * gst/tcp/gstmultifdsink.h:
29954 Added burst on connect sync_method, deprecated sync_clients,
29955 streamlined the sync code some more.
29957 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29959 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29960 (gst_play_base_bin_change_state):
29961 Improve error reporting.
29963 2004-10-28 Wim Taymans <wim@fluendo.com>
29965 * gst/tcp/Makefile.am:
29966 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29967 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29968 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29969 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29970 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29971 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29973 Added more locks around fdset structures. Fixed/reworked
29974 the poll array resizing code.
29975 Added stress test for fdset.
29977 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29979 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29982 2004-10-28 Benjamin Otte <otte@gnome.org>
29984 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29985 fix link function to always query channels and query width for
29989 * gst/equalizer/Makefile.am:
29990 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29991 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29992 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29993 (arg_to_scale), (setup_filter),
29994 (gst_iir_equalizer_compute_frequencies),
29995 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29996 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
30000 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
30002 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
30006 Added Norwegian Bokmaal translation
30008 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30010 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30011 Don't break on options (fixes #156488).
30013 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
30016 * ext/cdaudio/Makefile.am:
30018 fix build on older automake
30020 2004-10-26 Wim Taymans <wim@fluendo.com>
30022 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30023 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30024 Allow a little margin when negotiating the framerate.
30026 2004-10-26 Stefan Kost <ensonic@users.sf.net>
30028 * gst/level/gstlevel.c:
30029 synchonised naming of pads and pad-templates
30031 2004-10-26 Wim Taymans <wim@fluendo.com>
30033 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
30034 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
30035 (_find_streams_check), (gst_ogg_demux_push):
30036 Fix EOS again. Needs to be done in a better way. We should not
30037 remove the pad if there is no new chained stream.
30039 2004-10-26 Iain <iaingnome@gmail.com>
30041 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
30042 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
30044 * gst/interleave/interleave.c (interleave_class_init): Hook up release
30046 (interleave_release_pad): Remove the pad.
30047 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
30048 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
30050 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
30052 (gst_xvimagesink_xcontext_clear): Free the xcontext.
30053 (gst_xvimagesink_finalize): Free the par.
30055 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30057 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30058 (gst_avimux_stop_file):
30059 First calculate the rate, and only then use it. Hdr.rate is a
30060 multiple and not a derivative of hdr.scale. Scale is not the
30061 same as blockalign but is solely related to rate.
30063 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30065 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30066 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30069 2004-10-25 James Henstridge <james@jamesh.id.au>
30071 Reviewed by: David Schleef <ds@schleef.org>
30073 * examples/gstplay/player.c: (got_stream_length), (main):
30074 * examples/seeking/cdplayer.c: (update_scale):
30075 * examples/seeking/seek.c: (format_value), (update_scale):
30076 * examples/seeking/spider_seek.c: (format_value), (update_scale),
30078 Build fixes on AMD64.
30080 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30082 reviewed by: Ronald Bultje <rbultje at gnome dot org>
30084 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30085 Fix for some v4l cards which hang in v4lsrc
30087 2004-10-25 Wim Taymans <wim@fluendo.com>
30089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30090 (gst_ogg_demux_push), (gst_ogg_chains_clear):
30091 Make sure to remove the pad when a new chain is
30092 encountered. Set some vars to NULL so we don't try
30093 to reference freed memory.
30095 2004-10-25 Wim Taymans <wim@fluendo.com>
30097 * examples/seeking/Makefile.am:
30098 * examples/seeking/cdplayer.c: (update_scale):
30099 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30100 * examples/seeking/playbin.c: (make_playerbin_pipeline),
30101 (format_value), (update_scale), (iterate), (start_seek),
30102 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30103 (print_usage), (main):
30104 Added some more examples, update others.
30106 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30108 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30109 * ext/speex/gstspeexdec.c: (speex_dec_chain):
30110 * ext/theora/theoradec.c: (theora_dec_chain):
30111 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30112 Add codec-name metadata.
30114 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
30116 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30118 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30119 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30120 * ext/alsa/gstalsamixertrack.h:
30122 ALSA mixer track label internationalization (#154054).
30124 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30126 * ext/theora/theoradec.c: (theora_dec_chain):
30127 Export bitrate as metadata.
30129 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30131 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30132 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30133 * ext/alsa/gstalsamixertrack.h:
30134 Fix names, fix loop.
30136 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30138 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30139 (speex_dec_convert):
30140 sinkconvert function so oggdemux can get the file length (totem).
30142 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
30144 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30146 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30147 Don't push incomplete packets.
30148 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30149 Fix MPEG-4 audio typefinding.
30151 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30153 * sys/v4l/Makefile.am:
30154 * sys/v4l/gstv4l.c: (plugin_init):
30155 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30156 (gst_v4lelement_init), (gst_v4lelement_dispose),
30157 (gst_v4lelement_change_state):
30158 * sys/v4l/gstv4lelement.h:
30159 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30160 (gst_v4l_xoverlay_close), (idle_refresh),
30161 (gst_v4l_xoverlay_set_xwindow_id):
30162 * sys/v4l/gstv4lxoverlay.h:
30163 * sys/v4l/v4l-overlay_calls.c:
30164 * sys/v4l/v4l_calls.h:
30165 * sys/v4l2/Makefile.am:
30166 * sys/v4l2/gstv4l2.c: (plugin_init):
30167 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30168 (gst_v4l2element_init), (gst_v4l2element_dispose),
30169 (gst_v4l2element_change_state):
30170 * sys/v4l2/gstv4l2element.h:
30171 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30172 (gst_v4l2_xoverlay_close), (idle_refresh),
30173 (gst_v4l2_xoverlay_set_xwindow_id):
30174 * sys/v4l2/gstv4l2xoverlay.h:
30175 * sys/v4l2/v4l2-overlay_calls.c:
30176 * sys/v4l2/v4l2_calls.h:
30177 Remove client-side overlay handling, use the X-server v4l plugin
30178 for that. Nicer overlay, less code. Also make the plugin
30179 compileable without X (but then without overlay, obviously).
30180 Makes xwindowlistener obsolete, should we remove that?
30182 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30184 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30185 (gst_osssrc_src_query):
30186 * sys/oss/gstosssrc.h:
30187 OK, so people want offset in DEFAULT. This time, actually fix all
30189 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30192 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30194 * gst/asfdemux/gstasfmux.c:
30195 * gst/avi/gstavimux.c:
30198 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30200 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30201 Fix properties (channel, norm, frequency).
30203 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30205 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30207 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30210 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30212 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30215 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30217 * sys/v4l2/gstv4l2element.h:
30218 Yet Another Hack (tm) for kernel header borkedness.
30219 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30220 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30221 (gst_v4l2src_link), (gst_v4l2src_getcaps),
30222 (gst_v4l2src_change_state):
30223 * sys/v4l2/gstv4l2src.h:
30224 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30225 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30226 Fix caps, keep track of state, work.
30228 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30230 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30233 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30235 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30236 Don't mix bytes and samples.
30238 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30240 * ext/ogg/gstoggmux.c:
30241 Basic pad template which accepts OGM tracks, speex, flac, vorbis
30242 and theora. Any is incorrect.
30243 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30245 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30246 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30247 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30248 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30249 * sys/v4l/gstv4lmjpegsrc.h:
30250 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30251 (gst_v4lsrc_change_state):
30252 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30253 (gst_v4lmjpegsrc_capture_stop):
30254 Fix caps. Keep track of internal state. Work.
30256 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30259 Fix the build fixes.
30261 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30263 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30264 (gst_ogg_demux_src_event), (_find_chain_seek),
30265 (gst_ogg_pad_push):
30266 Check for pad availability before using it.
30267 * ext/ogg/gstoggdemux.c: (_find_chain_process):
30268 Fix parsing of chained ogg. Needs more work on the decoder side.
30270 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
30272 * gst/spectrum/Makefile.am:
30273 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30275 Fix demo and reenable it. Yes, I'm currently playing with audio
30278 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30280 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30281 We love it if files that start at zero work too...
30283 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30285 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30286 Handle files with missing EOS headers.
30288 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30290 * gst/tcp/gsttcpserversink.c:
30291 (gst_tcpserversink_handle_server_read),
30292 (gst_tcpserversink_init_send):
30293 Zero some variables first (need for accept not to return EINVAL)
30295 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30298 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30299 * ext/theora/theoradec.c: (theora_dec_sink_convert),
30300 (theora_dec_chain):
30301 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30302 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30303 Seeking and querying finetune.
30305 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
30309 * ext/raw1394/Makefile.am:
30312 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30314 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30316 * gst/playback/Makefile.am:
30317 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30318 * gst/playback/gstplay-marshal.list:
30319 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30322 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30324 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30327 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30330 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30331 (gst_ogg_pad_push):
30332 Yay for non-lineair granulepos in theora.
30334 2004-10-18 Wim Taymans <wim@fluendo.com>
30336 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30337 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30338 * ext/dv/gstdvdec.h:
30339 Make sure we renegotiate aspect ratio when the camera switches.
30341 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30343 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30344 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30346 * ext/theora/theoradec.c: (theora_dec_chain):
30347 Skip headers. Bad idea for chained ogg, but fixes seeking.
30349 2004-10-18 Wim Taymans <wim@fluendo.com>
30352 I swear, this is the last time I touch this.
30354 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30356 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30357 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30358 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30360 * ext/theora/theoradec.c: (theora_dec_sink_convert):
30361 Time-to-default conversion.
30362 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30363 Don't error on unknown packets, just skip. We should probably
30364 read them if we want to support chained ogg.
30366 2004-10-18 Wim Taymans <wim@fluendo.com>
30369 Added cdaudio to wrong list.
30371 2004-10-18 Wim Taymans <wim@fluendo.com>
30376 2004-10-18 Wim Taymans <wim@fluendo.com>
30378 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30379 (gst_dvdec_video_link), (gst_dvdec_push):
30380 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30381 (gst_smokeenc_resync), (gst_smokeenc_chain):
30382 Fix mimetype on smoke encoder.
30383 Add aspect ratio to dvdec. Not sure if these
30384 values are correct though....
30386 2004-10-18 Wim Taymans <wim@fluendo.com>
30388 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30389 Fix vorbis property descriptions and ranges.
30391 2004-10-18 Wim Taymans <wim@fluendo.com>
30393 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30394 Really do nothing when no data is available.
30395 Go to the playing state when the stream is not seekable
30396 instead of failing.
30398 2004-10-18 Wim Taymans <wim@fluendo.com>
30400 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30401 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30402 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30403 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30404 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30405 Added uri handler for cd://
30408 2004-10-18 Wim Taymans <wim@fluendo.com>
30410 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30411 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30412 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30413 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30414 (remove_prerolls), (unknown_type), (add_element_stream),
30415 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30416 (gst_play_base_bin_remove_element),
30417 (gst_play_base_bin_link_stream):
30418 * gst/playback/gstplaybin.c: (gen_video_element),
30419 (gen_vis_element), (remove_sinks), (setup_sinks):
30420 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30421 (gst_stream_info_get_type), (gst_stream_info_class_init),
30422 (gst_stream_info_init), (gst_stream_info_new),
30423 (gst_stream_info_dispose), (stream_info_mute_pad),
30424 (gst_stream_info_set_property), (gst_stream_info_get_property):
30425 * gst/playback/gststreaminfo.h:
30426 Add sink padtemplate to decodebin.
30427 Added some more comments.
30428 Make queue size configurable in playbasebin.
30429 Added possibility to use elements as sinks (ex cdaudio).
30431 2004-10-15 Wim Taymans <wim@fluendo.com>
30433 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30434 (gst_speexenc_chain):
30435 Fix speex timestamps so that it gets muxed properly.
30437 2004-10-15 Wim Taymans <wim@fluendo.com>
30439 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30440 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30441 (gst_dv1394src_init), (gst_dv1394src_dispose),
30442 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30443 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30444 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30445 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30446 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30447 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30448 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30449 * ext/raw1394/gstdv1394src.h:
30450 Added conversion/query functions.
30451 Update buffer timestamps,
30453 Added uri dv:// so it might play from the firewire in playbin.
30454 Fix a possible leak.
30457 2004-10-15 Wim Taymans <wim@fluendo.com>
30459 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30460 (gst_dv1394src_init), (gst_dv1394src_set_property),
30461 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30462 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30463 * ext/raw1394/gstdv1394src.h:
30464 Added AV/C VTR control support needed for some cameras.
30465 Added automatic port detection.
30466 Added properties for selecting the channel.
30467 The configure.ac script is not yet updated to reflect the
30468 new libavc1394 and librom1394 dependencies.
30470 2004-10-15 Wim Taymans <wim@fluendo.com>
30472 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30473 (qtdemux_parse), (gst_qtdemux_handle_esds):
30474 An esds box is not a container.
30475 Fix parsing of mp4v boxes.
30476 Do not try to renegotiate fps for each frame. Need to
30477 find a better method. This should fix mp4 playback.
30479 2004-10-14 David Schleef <ds@schleef.org>
30481 * configure.ac: update for swfdec-0.3 and liboil-0.2
30482 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30483 * ext/swfdec/gstswfdec.h: same
30484 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30485 * gst/videotestsrc/videotestsrc.c: same
30487 2004-10-14 Wim Taymans <wim@fluendo.com>
30489 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30490 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30491 (is_sync_frame), (gst_multifdsink_new_client),
30492 (gst_multifdsink_handle_client_write),
30493 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30494 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30495 Turn warnings into info.
30496 Don't allow a state change in the streaming thread.
30498 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30500 * ext/vorbis/oggvorbisenc.c:
30501 * ext/vorbis/vorbisdec.c:
30502 fix template sample rate
30504 2004-10-13 Wim Taymans <wim@fluendo.com>
30506 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30507 Decoding the header first fixes some problems in resyncing
30510 2004-10-12 Wim Taymans <wim@fluendo.com>
30512 * gst/playback/gstplaybin.c: (gen_video_element),
30513 (gen_vis_element), (remove_sinks), (setup_sinks):
30514 Added vis plugin support, need to configure the vis
30515 element to activate it.
30517 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30519 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30520 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30522 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30523 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30524 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30525 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30526 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30527 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30528 * gst/avi/gstavidemux.h:
30529 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30530 recovery (where, if part of the index is broken, we will still read
30531 the rest of the index and recover the broken part by stream
30532 scanning). More broken media support. EOS workarounds. General AVI
30533 braindamage headache recovery. Aspirin included.
30535 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30537 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30538 (cdparanoia_event), (cdparanoia_query):
30539 Get rid of hideous lead-in.
30541 2004-10-11 Wim Taymans <wim@fluendo.com>
30543 * gst/playback/gstplaybasebin.c: (setup_source):
30544 Wrong var used to get g_list_next.
30546 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30548 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30549 (cdparanoia_get), (cdparanoia_open):
30550 Report discid as metadata, add duration.
30552 2004-10-11 Wim Taymans <wim@fluendo.com>
30554 * gst/playback/gstplaybasebin.c: (setup_source):
30555 Cleanup the previous pipeline a little earlier for the
30556 case that a source element provides raw data.
30558 2004-10-11 Benjamin Otte <otte@gnome.org>
30560 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30561 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30562 consuming the last 128 bytes, even though it was valid mp3 data.
30564 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30566 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30567 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30568 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30569 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30571 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30573 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30574 Fix for webcams that support only specific width or height
30576 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30578 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30580 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30581 Fix wrong discont event setup (fixes #154967).
30583 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30585 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30587 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30588 Error out on invalid data (fixes #154807).
30590 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30592 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30594 * ext/dvdread/dvdreadsrc.c: (_read):
30595 Make titles > 0 work again (fixes #154834).
30597 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30599 * gst-libs/gst/riff/riff-media.c:
30600 (gst_riff_create_video_template_caps):
30601 WMV3 missing in template caps.
30603 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30605 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30606 OK, so the original code was too strict. It makes random AVI files
30607 hang for seconds upon opening, which is unacceptable and is far
30608 beyond the original goal of getting multiple chunks for one-chunk
30609 sounc stream files. So now do just that.
30611 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30613 * gst/playback/gstplaybasebin.c: (setup_source),
30614 (gst_play_base_bin_change_state):
30615 Actually clean up streaminfo if output fails. This would trigger
30616 if, for example, there was no CD in the drive. No preroll, so
30617 a streaminfo structure is created, but the subsequent state change
30618 of the thread fails.
30619 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30620 Don't change state if parent failed.
30622 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30624 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30625 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30626 (gen_video_element), (remove_sinks):
30627 Add small bits of code for screenshot handling.
30629 2004-10-08 Wim Taymans <wim@fluendo.com>
30631 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30632 (gen_video_element), (gen_audio_element), (setup_sinks):
30633 Don't assume the user provided sinks are named "sink"...
30635 2004-10-08 Wim Taymans <wim@fluendo.com>
30637 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30638 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30639 (gst_play_base_bin_link_stream):
30640 Do not try to autoplug sources that generate raw streams like
30642 disconnect the preroll overrun signal when we don't need it anymore.
30644 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30646 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30647 Added reworked patch from #154903 from milosz derezynski (deadchip).
30649 2004-10-08 Wim Taymans <wim@fluendo.com>
30651 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30652 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30653 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30654 (cdparanoia_convert), (cdparanoia_uri_get_type),
30655 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30656 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30657 * ext/cdparanoia/gstcdparanoia.h:
30658 This adds the cdda://<tracknum> uri.
30660 2004-10-08 Wim Taymans <wim@fluendo.com>
30662 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30663 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30664 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30665 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30666 (unknown_type), (gst_play_base_bin_remove_element),
30667 (gst_play_base_bin_link_stream):
30668 * gst/playback/gstplaybasebin.h:
30669 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30670 (gst_play_bin_set_property), (gen_video_element),
30671 (gen_audio_element), (setup_sinks):
30672 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30673 (gst_stream_info_get_type), (gst_stream_info_class_init),
30674 (gst_stream_info_init), (gst_stream_info_new),
30675 (gst_stream_info_dispose), (stream_info_mute_pad),
30676 (gst_stream_info_set_property), (gst_stream_info_get_property):
30677 * gst/playback/gststreaminfo.h:
30678 Reuse the audio and video bins.
30679 Some internal cleanups in the stream selection code.
30681 2004-10-08 Julien MOUTTE <julien@moutte.net>
30683 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30684 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30685 * sys/ximage/ximagesink.h:
30686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30687 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30688 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30689 not coming from those elements. Moreover these elements should not keep
30690 the xid they have been given when in NULL state.
30692 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30694 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30695 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30696 * sys/ximage/ximagesink.h:
30697 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30698 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30699 * sys/xvimage/xvimagesink.h:
30700 Actually only create a new toplevel window if we're not gonna
30701 embed it right after.
30703 2004-10-07 Wim Taymans <wim@fluendo.com>
30705 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30706 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30707 * gst/playback/gstplaybin.c: (setup_sinks):
30708 Implement muting/unmuting of streams, mute streams that are not
30711 2004-10-07 Wim Taymans <wim@fluendo.com>
30713 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30715 Added lame audio/x-ac3 typefind function.
30717 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30722 === release 0.8.5 ===
30724 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30729 releasing 0.8.5, "Take You On"
30731 2004-10-06 Wim Taymans <wim@fluendo.com>
30733 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30734 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30735 (no_more_pads), (close_link), (type_found):
30736 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30737 * gst/playback/gstplaybin.c: (gen_video_element):
30738 Do not signal the no_more_pads after the first pad when
30739 we are plugging a non dynamic element with multiple
30740 output pads (like swfdec, dvdec, ...).
30742 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30745 bump for prerelease
30747 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30749 * gst/wavparse/gstwavparse.c:
30750 add ATRAC3 to STATIC CAPS to fix a warning
30752 * gst/matroska/ebml-read.c:
30753 * gst-libs/gst/riff/riff-read.c:
30756 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30758 * gst-libs/gst/riff/riff-media.c:
30759 generate caps for ATRAC3 audio streams
30761 * gst/realmedia/rmdemux.c:
30762 generate caps for ATRAC3 audio streams
30764 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30766 * gst/wavparse/Makefile.am
30767 * gst/wavparse/riff.h
30768 * gst/wavparse/wavparse.vcproj
30769 riff.h removal (unused and duplication with riff-ids.h)
30771 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30773 * gst/wavparse/gstwavparse.h
30774 remove duplicated defines for audio codec codes
30776 * gst-libs/gst/riff/riff-ids.h
30777 * gst/wavenc/riff.h:
30778 add "4CC" code for ATRAC3 audio streams
30779 add "4CC" code for ITU_G721_ADPCM (unused for now)
30781 2004-10-06 Wim Taymans <wim@fluendo.com>
30783 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30784 Actually _do_ negotiation. Pass gdouble as arg instead
30785 of guint64 for the framerate.
30787 2004-10-06 Wim Taymans <wim@fluendo.com>
30789 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30790 (find_compatibles), (close_pad_link), (try_to_link_1),
30791 (no_more_pads), (close_link), (type_found):
30792 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30793 * gst/playback/gstplaybin.c: (gen_video_element),
30794 (gen_audio_element):
30795 Set state on newly added element to READY so that negotiation
30797 Addes some more debug info.
30798 Do not try to plug pads with multiple caps structures or ANY
30799 because it is too dangerous since we do not do dynamic
30802 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30804 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30808 add Oriya translation
30810 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30812 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30813 Prevent overwrite of size member. Makes audio sound crappy.
30815 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30817 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30818 Add rmvb to the list of known RealMedia extensions
30820 2004-10-05 Wim Taymans <wim@fluendo.com>
30822 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30823 (mngdec_openstream), (mngdec_closestream),
30824 (mngdec_handle_sink_event), (mngdec_readdata),
30825 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30826 (mngdec_getcanvasline), (mngdec_refresh),
30827 (gst_mngdec_change_state):
30828 Set the framerate correctly.
30830 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30832 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30833 There was something wrong with the index massaging.
30835 2004-10-04 Wim Taymans <wim@fluendo.com>
30837 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30838 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30839 (gst_smokedec_chain):
30840 * ext/jpeg/gstsmokedec.h:
30841 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30842 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30843 * ext/jpeg/gstsmokeenc.h:
30844 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30845 (smokecodec_decode_new), (smokecodec_info_free),
30846 (smokecodec_set_quality), (smokecodec_get_quality),
30847 (smokecodec_set_threshold), (smokecodec_get_threshold),
30848 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30849 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30850 (smokecodec_encode), (smokecodec_parse_id),
30851 (smokecodec_parse_header), (smokecodec_decode):
30852 * ext/jpeg/smokecodec.h:
30853 * ext/jpeg/smokeformat.h:
30854 Updated smoke, new bitstream, allows embedding in ogg.
30856 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30858 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30859 Fix seeking in some files. All this code is no longer needed (and
30860 actually breaks stuff) because we now synchronize the full index
30861 right when reading the header.
30863 2004-10-04 Wim Taymans <wim@fluendo.com>
30866 configure update for libmng.
30868 2004-10-04 Wim Taymans <wim@fluendo.com>
30870 * ext/libmng/Makefile.am:
30871 * ext/libmng/gstmng.c: (plugin_init):
30872 * ext/libmng/gstmng.h:
30873 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30874 (gst_mngdec_base_init), (gst_mngdec_class_init),
30875 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30876 (gst_mngdec_loop), (gst_mngdec_get_property),
30877 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30878 (mngdec_closestream), (mngdec_handle_sink_event),
30879 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30880 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30881 (gst_mngdec_change_state):
30882 * ext/libmng/gstmngdec.h:
30883 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30884 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30885 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30886 (gst_mngenc_chain), (gst_mngenc_get_property),
30887 (gst_mngenc_set_property):
30888 * ext/libmng/gstmngenc.h:
30889 Added basic MNG decoder. Needs more work. The encoder does
30892 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30894 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30895 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30896 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30897 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30900 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30903 you need at least 1.0.4 of speex
30905 2004-10-04 Iain <iaingnome@gmail.com>
30907 * ext/speex/gstspeexdec.h: Revert the includes changes.
30909 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30911 2004-09-30 Iain <iaingnome@gmail.com>
30913 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30914 found during init or set as a property instead of hardcoding /dev/audio
30916 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30918 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30919 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30920 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30921 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30922 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30923 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30924 (gst_rmdemux_dump_data):
30925 Use debug category, fix EOS handling. filesrc ! rmdemux now
30928 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30930 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30931 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30932 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30933 Improve allocation, cutting and sorting of the index. How takes a
30934 few seconds instead of minutes.
30936 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30938 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30941 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30943 * gst-libs/gst/riff/riff-media.c:
30944 (gst_riff_create_video_caps_with_data),
30945 (gst_riff_create_video_template_caps):
30946 Add wing commander format mimetype/fourccs.
30947 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30948 Don't crash if some value is 0.
30950 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30952 * gst-libs/gst/riff/riff-media.c:
30953 (gst_riff_create_video_caps_with_data),
30954 (gst_riff_create_video_template_caps):
30955 Add DIB fourcc (raw, palettized 8-bit RGB).
30956 * gst-libs/gst/riff/riff-read.c:
30957 (gst_riff_read_strf_vids_with_data):
30958 Oops, fix strf_data reading bug.
30959 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30960 Use a non-NULL tag.
30961 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30962 Time for hacks. Sorry Dave. At least one quicktime movie (a
30963 trailer) that I've encountered contains multiple video tracks.
30964 One of those is the actual video track, the other are one-frame
30965 tracks (images). Unfortunately, the number of frames according
30966 to the trak header is 1 for each, so that doesn't help. So
30967 instead, I look at the duration and discard tracks with a
30968 duration shorter than 20% of the length of the stream. Better
30971 2004-10-01 Christian Schaller <christian@fluendo.com>
30973 * ext/ivorbis/vorbis.c:
30974 Patch from Phil Blundell (Bug 152341)
30976 2004-10-01 Wim Taymans <wim@fluendo.com>
30978 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30979 (speex_dec_get_formats), (speex_dec_convert),
30980 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30981 (speex_dec_chain), (gst_speexdec_get_property),
30982 (gst_speexdec_set_property):
30985 2004-10-01 Wim Taymans <wim@fluendo.com>
30987 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30988 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30989 (gst_wavparse_other), (gst_wavparse_loop),
30990 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30991 (gst_wavparse_srcpad_event):
30992 * gst/wavparse/gstwavparse.h:
30993 Added some more debugging info.
30994 Fix the case where the length of the file is 0.
30995 Make sure we seek to sample borders.
30997 2004-10-01 Wim Taymans <wim@fluendo.com>
30999 * gst/playback/README:
31000 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
31001 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
31002 (try_to_link_1), (no_more_pads), (close_link), (type_found):
31003 Add some debug info to decodebin, update README
31005 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31007 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
31008 Don't use g_print(); use GST_DEBUG().
31010 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31012 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31013 (gst_ogg_mux_queue_pads):
31014 Handle EOS properly.
31016 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
31018 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31020 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
31021 (gst_faad_chain), (gst_faad_change_state):
31022 * ext/faad/gstfaad.h:
31023 Allow playback of raw (unframed) MPEG AAC files (#148993).
31025 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
31027 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31029 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31030 Throw error if we didn't recognize the stream. Fixes #152289.
31032 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31034 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
31037 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
31039 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31041 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31044 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
31046 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31048 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
31050 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
31053 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31055 * gst-libs/gst/riff/riff-media.c:
31056 (gst_riff_create_video_caps_with_data),
31057 (gst_riff_create_audio_caps_with_data):
31058 Add codec_data handling (like asfdemux used to do).
31059 * gst/asfdemux/gstasf.c: (plugin_init):
31060 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31061 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31062 Use riff-media for caps creation instead of our own (mostly
31063 broken) copy of its functions.
31065 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31067 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31068 Don't actually error out if we get another return value than
31069 -EINVAL. Opposite to what I first thought, drivers have random
31070 return values for this, although -EINVAL is the expected return
31071 value. Since this is not fatal, we shouldn't use
31072 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31074 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31076 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31077 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31078 (dvdreadsrc_get_property), (_open), (_seek), (_read),
31079 (dvdreadsrc_get), (dvdreadsrc_open_file),
31080 (dvdreadsrc_change_state):
31081 Fix. Don't do one big huge loop around the whole DVD, that will
31082 cache all data and thus eat sizeof(dvd) (several GB) before we
31084 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31085 Actually NULL'ify event after using it.
31086 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31087 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31088 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31089 (gst_ebml_read_seek), (gst_ebml_read_skip):
31091 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31092 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31093 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31094 Fix timing (this will probably break if I seek using menus, but
31095 I didn't get there yet). VOBs and normal DVDs should now work.
31096 Add a mpeg2-only pad with high rank so this get autoplugged for
31098 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31099 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31100 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31101 (gst_mpeg_demux_get_audio_stream),
31102 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31103 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31104 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31105 MPEG-1 but use dvddemux for MPEG-2.
31106 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31107 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31108 (gst_mpeg_parse_parse_packhead):
31109 Timing. Only add pad template if it exists. Add sink template from
31110 class and not from ourselves. This means we will always use the
31111 correct sink template even if it is not the one defined in this
31114 2004-09-29 Wim Taymans <wim@fluendo.com>
31116 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31117 (gst_mpeg_demux_parse_pes):
31118 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31119 Fix playback of mpeg again, timestamps where screwed up by
31122 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31124 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31125 Only return true if we actually filled something in. Prevents
31126 player applications from showing a random length for flac files.
31127 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31128 (gst_riff_read_use_event), (gst_riff_read_handle_event),
31129 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31130 (gst_riff_read_strf_vids_with_data),
31131 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31132 OK, ok, so I implemented event handling. Apparently it's normal
31133 that we receive random events at random points without asking
31135 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31136 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31137 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31138 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31139 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31140 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31141 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31142 * gst/avi/gstavidemux.h:
31143 Implement non-lineair chunk handling and subchunk processing.
31144 The first solves playback of AVI files where the audio and video
31145 data of individual buffers that we read are not synchronized.
31146 This should not happen according to the wonderful AVI specs, but
31147 of course it does happen in reality. It is also a prerequisite for
31148 the second. Subchunk processing allows us to cut chunks in small
31149 pieces and process each of these pieces separately. This is
31150 required because I've seen several AVI files with incredibly large
31151 audio chunks, even some files with only one audio chunk for the
31152 whole file. This allows for proper playback including seeking.
31153 This patch is supposed to fix all AVI A/V sync issues.
31154 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31155 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31157 * gst/modplug/gstmodplug.cc:
31158 Proper return value setting for the query() function.
31159 * gst/playback/gstplaybasebin.c: (setup_source):
31160 Being in non-playing state (after, e.g., EOS) is not necessarily
31161 a bad thing. Allow for that. This fixes playback of short files.
31162 They don't actually playback fully now, because the clock already
31163 runs. This means that small files (<500kB) with a small length
31164 (<2sec) will still not or barely play. Other files, such as mod
31165 or flx, will work correctly, however.
31167 2004-09-28 Wim Taymans <wim@fluendo.com>
31169 * ext/speex/gstspeex.c: (plugin_init):
31170 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31171 (gst_speex_dec_class_init), (speex_dec_get_formats),
31172 (speex_get_event_masks), (speex_get_query_types),
31173 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31174 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31175 (gst_speexdec_get_property), (gst_speexdec_set_property),
31176 (speex_dec_change_state):
31177 * ext/speex/gstspeexdec.h:
31178 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31179 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31180 (gst_speexenc_base_init), (gst_speexenc_class_init),
31181 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31182 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31183 (gst_speexenc_src_query), (gst_speexenc_init),
31184 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31185 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31186 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31187 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31188 (gst_speexenc_chain), (gst_speexenc_get_property),
31189 (gst_speexenc_set_property), (gst_speexenc_change_state):
31190 * ext/speex/gstspeexenc.h:
31191 Rewrote speex encoder, make sure it can be embedded in ogg.
31192 Implemented speex decoder.
31194 2004-09-28 Christian Schaller <christian@fluendo.com>
31197 Remove kioslave plugin. Markey is brewing a new working one
31198 * ext/Makefile.am: Remove kioslave plugin
31200 * gst-plugins.spec.in: remove kio plugin from spec
31202 2004-09-27 Wim Taymans <wim@fluendo.com>
31204 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31205 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31206 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31207 (gst_multifdsink_new_client),
31208 (gst_multifdsink_handle_client_write),
31209 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31210 (gst_multifdsink_handle_clients):
31211 * gst/tcp/gstmultifdsink.h:
31212 Make syncing to keyframes actually work for new clients and lagging
31215 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
31217 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31218 (gst_navigationtest_handle_src_event), (draw_box_planar411),
31219 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31220 * gst/debug/gstnavigationtest.h:
31221 make navigationtest display button-press and button-release events
31223 2004-09-26 Iain <iaingnome@gmail.com>
31225 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31226 the channels have received a new media event.
31227 (interleave_buffered_loop): Compresses a new media event on all
31230 2004-09-26 Iain <iaingnome@gmail.com>
31232 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31233 call the sinkpad's default event handler and not the srcpads. He also
31234 says this is confusing :)
31235 (gst_wavenc_stop_file): Company says that seek events only go upstream
31236 we should send a discontinuous downstream instead.
31238 2004-09-25 Christian Schaller <christian@fluendo.com>
31240 * Update SPEC file to be usable in conjunction with Fedora Core,
31241 Fedora.us and freshrpms packages
31242 * Fix typo in multifilesrc test Makefile
31244 2004-09-24 Wim Taymans <wim@fluendo.com>
31246 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31247 Only signal the no_more_pads signal when we have
31248 added the stream to our list.
31250 2004-09-24 Wim Taymans <wim@fluendo.com>
31252 * gst/playback/gstplaybasebin.c: (remove_prerolls),
31254 * gst/playback/gstplaybasebin.h:
31255 * gst/playback/gstplaybin.c: (setup_sinks):
31256 Don't try to preroll or decode more than one audio/video
31259 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31261 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31262 Throw error if we failed to find a suitable output. This should
31263 throw an error if we successfully set up a pipeline (e.g. because
31264 we recognized a media file) but found no decodable streams in it
31265 (e.g. because it contains only media stream types for which we
31266 have no decoders, or because it's not a media type).
31268 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31270 * ext/dirac/Makefile.am:
31271 * ext/dirac/gstdirac.cc:
31272 * ext/dirac/gstdiracdec.cc:
31273 * ext/dirac/gstdiracdec.h:
31274 Do something. Don't actually know if this works because I don't
31275 have a demuxer yet.
31276 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31277 Add channels=1 to caps returned from _getcaps().
31278 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31279 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31280 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31281 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31282 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31283 (gst_ogm_parse_change_state):
31284 Separate between audio/video so ogmaudioparse actually uses the
31285 audio pad templates. Both audio and video work now, including
31286 autoplugging. Also use sometimes-srcpad hack.
31287 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31288 Handle events better. Don't hang on infinite loops.
31289 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31290 (gst_avi_demux_init), (gst_avi_demux_reset),
31291 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31292 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31293 (gst_avi_demux_change_state):
31294 * gst/avi/gstavidemux.h:
31295 Improve A/V sync. Still not perfect.
31296 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31297 (gst_ebml_read_skip):
31298 Handle events better.
31299 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31300 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31301 (qtdemux_audio_caps):
31302 Add IMA4. Improve event handling. Save offset after a seek when
31303 the headers are at the end of the file so that we don't end up in
31305 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31306 Add low-priority typefind support for files with no length.
31308 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31310 * testsuite/multifilesink/Makefile.am:
31313 2004-09-22 Julien MOUTTE <julien@moutte.net>
31315 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31316 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31317 mistakes from thaytan's patches.
31319 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31321 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31322 For completeness, XSync in the destroy function as xvimage does.
31324 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31326 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31327 Correct caps negotiation
31328 * gst/volume/gstvolume.c: (volume_chain_float),
31329 (volume_chain_int16):
31330 Modify debug output to be little more informative
31331 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31332 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31333 (gst_xvimagesink_xvimage_destroy):
31334 Add XSync calls after detaching from the shared memory segment to
31337 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31339 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31340 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31341 * ext/vorbis/vorbis.c: (plugin_init):
31342 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31343 (gst_vorbisenc_chain):
31344 * ext/vorbis/vorbisenc.h:
31345 remove explicit newmedia support from oggmux and vorbisenc
31346 add debug category to vorbisenc
31347 * gst/multifilesink/gstmultifilesink.c:
31348 (gst_multifilesink_class_init), (gst_multifilesink_init),
31349 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31350 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31351 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31353 * gst/multifilesink/gstmultifilesink.h:
31354 add support for streamheader in multifilesink
31356 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31358 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31359 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31360 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31361 Prevent infinite loops. More correct error reporting.
31362 * gst/auparse/gstauparse.c: (gst_auparse_chain):
31363 Error out if negotiation fails.
31364 * gst/playback/gstplaybasebin.c: (setup_source),
31365 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31366 (gst_play_base_bin_found_tag):
31367 Error/tag forwarding. Pre-roll fixes for source errors on state
31368 changes (e.g. "file does not exist") to prevent hangs.
31370 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31372 * testsuite/multifilesink/Makefile.am:
31373 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31374 (gst_newmedia_class_init), (gst_newmedia_init),
31375 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31376 (newfile_signal), (test_signal), (main):
31377 * testsuite/multifilesink/multifilesrc_test.c: (main):
31378 * testsuite/multifilesink/oggtheora_test.c:
31379 (gst_newmedia_base_init), (gst_newmedia_class_init),
31380 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31381 (test_format), (newfile_signal), (test_signal), (main):
31382 * testsuite/multifilesink/oggvorbis_test.c:
31383 (gst_newmedia_base_init), (gst_newmedia_class_init),
31384 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31385 (test_format), (newfile_signal), (test_signal), (main):
31386 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31387 (gst_newmedia_class_init), (gst_newmedia_init),
31388 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31389 (newfile_signal), (test_signal), (main):
31392 2004-09-20 Christian Schaller <christian@fluendo.com>
31394 * Fix mikmod license to LGPL as they have relicensed
31395 * Move Dirac and Effectv into LGPL section of README_license
31397 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31399 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31400 (gst_mad_change_state):
31401 Allow for mp3 rate/channels changes. However, only very
31402 conservatively. Reason that we *have* to enable this is smiply
31403 because the mad find_sync() function is not good enough, it will
31404 regularly sync on random data as valid frames and therefore make
31405 us provide random caps as *final* caps of the stream. The best fix
31406 I could think of is to simply require several of the same stream
31407 changes in a row before we change caps.
31408 The actual testcase that works now is #
31409 * ext/ogg/Makefile.am:
31410 * ext/ogg/gstogg.c: (plugin_init):
31411 * ext/ogg/gstogmparse.c:
31412 OGM support (video only for now; I need an audio sample file).
31413 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31414 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31415 (gst_asf_demux_add_video_stream):
31417 * gst/playback/gstplaybasebin.c: (unknown_type):
31418 Don't error out on single unknown-types after all. It's wrong.
31419 If we found type of video and audio but not of a subtitle stream,
31420 it will still error out (which is unwanted). Will find a better fix
31422 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31423 (ogmaudio_type_find), (plugin_init):
31426 2004-09-20 Johan Dahlin <johan@gnome.org>
31428 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31429 after setting caps.
31431 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31433 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31434 * gst/wavenc/gstwavenc.h:
31435 Added newmedia support to wavenc
31437 2004-09-17 Wim Taymans <wim@fluendo.com>
31439 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31440 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31441 (gst_fdset_fd_can_write), (gst_fdset_wait):
31442 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31443 (gst_multifdsink_init), (gst_multifdsink_add),
31444 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31445 (gst_multifdsink_remove_client_link),
31446 (gst_multifdsink_client_queue_buffer),
31447 (gst_multifdsink_handle_client_write),
31448 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31449 (gst_multifdsink_close), (gst_multifdsink_change_state):
31450 * gst/tcp/gstmultifdsink.h:
31451 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31452 (gst_tcpserversink_removed):
31453 Small cleanups in fdset.c
31454 Use a hastable to map fd to the client structure for faster
31455 lookup in _remove and get_stats.
31456 Added virtual function to close the fds.
31457 Handle clients even when the select/poll call was unblocked because
31459 Implement syncing to keyframe in the recovery procedure.
31461 2004-09-16 Iain <iaingnome@gmail.com>
31463 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31466 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31468 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31469 Caps are only set if the type of the stream is unknown, but this
31470 is initialized in ->init_stream(), so set to UNKNOWN after calling
31471 ->init_stream() so that capsnego starts.
31473 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31475 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31476 (gst_avi_demux_stream_data):
31477 Just hardcode for raw audio then. AVI audio sucks.
31479 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31481 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31482 * gst/matroska/matroska-mux.c: (audiosink_templ),
31483 (gst_matroska_mux_audio_pad_link):
31484 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31485 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31487 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31489 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31490 (gst_avi_demux_stream_data):
31491 Try to fix a/v sync issues.
31493 2004-09-15 David Schleef <ds@schleef.org>
31495 * configure.ac: remove NASM check, since we don't use it. Update
31497 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31498 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31499 Initialized variables.
31500 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31501 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31502 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31505 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31507 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31508 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31509 * gst/avi/gstavidemux.h:
31510 Fix for compressed audio (mp3) timestamp generation. How did this
31513 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31515 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31516 Volume is a double not a float.
31518 2004-09-15 Wim Taymans <wim@fluendo.com>
31520 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31521 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31522 Don't close the fd in multifdsink as we didn't open it in the
31523 first place. Some cleanups.
31525 2004-09-15 Wim Taymans <wim@fluendo.com>
31527 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31529 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31530 Fix the case where the muxer would mark pages as delta
31531 frames when they are not (vorbis only ogg).
31533 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31535 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31536 (gst_play_base_bin_change_state):
31537 Handle the case where we failed to setup a clear pipeline. This
31538 will throw an error (or EOS, another nice case) and if you don't
31539 catch that, the app will wait for the signal forever (and thus
31542 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31544 * ext/gnomevfs/gstgnomevfssink.c:
31545 (gst_gnomevfssink_uri_get_protocols):
31546 * ext/gnomevfs/gstgnomevfssrc.c:
31547 (gst_gnomevfssrc_uri_get_protocols):
31548 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31549 * ext/gnomevfs/gstgnomevfsuri.h:
31550 Use _uri_new() instead of _open(), so it doesn't take as long and
31551 Christophe's computer won't hang.
31552 * gst/playback/gstplaybasebin.c: (unknown_type):
31553 Throw error on unknown media type, so apps actually display it.
31555 2004-09-14 Brian Cameron <brian.cameron@sun.com
31557 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31558 this script to work on Solaris since bash shell handles echo
31559 differenly than bash.
31561 2004-09-17 Wim Taymans <wim@fluendo.com>
31563 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31564 (setup_source), (gst_play_base_bin_set_property),
31565 (gst_play_base_bin_add_element):
31566 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31567 Some more work on making sure seeking pauses the pipeline and
31568 that changing the uri actually does something.
31570 2004-09-17 Wim Taymans <wim@fluendo.com>
31572 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31573 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31574 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31575 (gst_tcpserversink_close):
31576 Be a bit more paranoid when freeing memory.
31578 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31580 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31581 (qtdemux_parse_trak):
31582 Don't crash by dividing by zero (see sample movie in #126922).
31584 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31586 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31587 Don't touch non-existing data (fixes crash on file in #140147).
31589 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31591 * gst/playback/gstplaybasebin.c:
31592 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31593 Handle double disposals, and proper change of URIs.
31595 2004-09-13 Martin Eikermann <meiker@upb.de>
31597 * gst/mpegstream/gstmpegparse.c:
31598 fix synchronistation for streams recorded from digital PCR
31601 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31603 * ext/gnomevfs/Makefile.am:
31604 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31605 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31606 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31607 (gst_gnomevfssink_uri_get_type),
31608 (gst_gnomevfssink_uri_get_protocols),
31609 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31610 (gst_gnomevfssink_uri_handler_init),
31611 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31612 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31613 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31614 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31615 (gst_gnomevfssrc_uri_get_type),
31616 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31617 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31618 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31619 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31620 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31621 * ext/gnomevfs/gstgnomevfsuri.h:
31622 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31623 of fake URIs to see which this version of Gnome-VFS likes, and
31624 uses that for the Gst-URI interface. Makes playbin support http://
31625 streams. Also fix up some stupid behaviour in gnomevfssrc.
31627 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31629 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31630 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31631 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31632 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31633 Update mixer (to sync with other sessions) if we try to obtain
31634 a new value. This makes alsamixer work accross applications.
31635 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31636 Only call sync functions if we're running, else alsalib asserts.
31637 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31638 Sometimes fails to compile. Possibly a gcc bug.
31639 * gst/playback/gstplaybin.c: (gen_video_element),
31640 (gen_audio_element):
31641 Add a reference to an application-provided object, because we lose
31642 this same reference if we add it to the bin. If we don't do this,
31643 we can only use this object once and thus crash if we go from
31644 ready to playing, back to ready and back to playing again.
31645 Also add an audioscale element because several cheap soundcards -
31646 like mine - don't support all samplerates.
31647 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31648 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31649 Fix wrong order or PAR calls. Makes automatically obtained PAR
31650 from the X server atually being used.
31652 2004-09-12 David Schleef <ds@schleef.org>
31654 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31655 #151887, #152102, #152247.
31656 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31657 * examples/seeking/cdparanoia.c: same
31658 * examples/seeking/cdplayer.c: same
31659 * examples/seeking/seek.c: same
31660 * examples/seeking/spider_seek.c: same
31661 * examples/seeking/vorbisfile.c: same
31662 * examples/stats/mp2ogg.c: same
31663 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31664 (gst_esdsink_dispose): Dispose of element properly.
31665 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31667 * ext/nas/nassink.c: (gst_nassink_class_init),
31668 (gst_nassink_dispose): Dispose of element correctly.
31669 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31670 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31671 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31672 Fix 64-bit warning.
31673 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31674 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31675 Fix 64-bit warning.
31677 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31679 * configure.ac : change speex detection as 1.1.6 now uses
31680 .pc/pkg-config and they changed their headers location.
31682 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31684 * gst/matroska/matroska-mux.h:
31685 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31686 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31687 (gst_matroska_mux_write_data):
31688 Write multiple blocks/frames per cluster.
31689 Write meta-seek information (seek heads).
31691 2004-09-09 Scott Wheeler <wheeler@kde.org>
31693 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31694 (gst_play_bin_set_property), (gst_play_bin_get_property),
31695 (gen_audio_element), (gen_audio_element):
31696 Add a volume element / property to the pipeline.
31698 2004-09-07 Wim Taymans <wim@fluendo.com>
31700 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31701 Copy timestamps from the master pad to the output buffers.
31703 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31705 * ext/raw1394/gstdv1394src.c:
31706 throw errors when applicable
31708 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31710 * gst/matroska/ebml-ids.h:
31711 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31712 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31713 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31714 automatically convert unix time <-> ebml time when reading/writing
31715 a date, use gst_ebml_write_uint to write CUETIME,
31716 not gst_ebml_write_date.
31717 * gst/matroska/matroska-ids.h:
31718 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31719 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31720 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31721 (gst_matroska_mux_write_data):
31722 Write track and segment UIDs, write muxing date, write
31723 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31724 Create cues for audio only files.
31726 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31728 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31729 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31730 Re-commit ALSA switches.
31731 * gst/adder/gstadder.c: (gst_adder_loop):
31732 64-bit fix (#151416).
31733 * gst/debug/progressreport.c: (gst_progressreport_report):
31734 64-bit fix (#151419).
31735 * gst/matroska/matroska-demux.c:
31736 (gst_matroska_demux_parse_contents):
31737 64-bit fix (#151420).
31738 * gst/playback/test3.c: (update_scale):
31739 64-bit fix (#151421).
31741 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31746 === release 0.8.4 ===
31748 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31750 * configure.ac: releasing 0.8.4, "Alias"
31752 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31754 * ext/theora/Makefile.am:
31755 fix makefile. Fixes #151462.
31757 2004-08-30 Wim Taymans <wim@fluendo.com>
31759 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31760 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31761 (gst_multifdsink_remove_client_link),
31762 (gst_multifdsink_client_queue_buffer),
31763 (gst_multifdsink_handle_client_write):
31764 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31765 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31766 Fix some memory leaks.
31768 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31770 Patch by: David Schleef
31774 rename our detection macro for V4L2. Fixes #151236.
31776 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31778 Patch by: David Schleef
31781 check to define LAMEPRESET. Fixes #151232.
31783 2004-08-27 David Schleef <ds@schleef.org>
31785 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31786 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31787 (gst_glimagesink_fixate): Move local variable declarations to
31788 make gcc-2.95 happy.
31790 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31793 bump nano for prerelease
31795 2004-08-27 David Schleef <ds@schleef.org>
31797 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31798 * sys/sunaudio/gstsunaudiosrc.c:
31799 * sys/sunaudio/gstsunaudiosrc.h:
31801 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31803 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31804 handle EOS correctly
31805 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31806 * gst/matroska/matroska-mux.h:
31807 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31808 VFW compatibility mode
31810 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31812 patch by: Zaheer Abbas Merali
31814 * ext/ogg/gstoggmux.c:
31815 * ext/vorbis/vorbisenc.c:
31816 * ext/vorbis/vorbisenc.h:
31819 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31821 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31822 fix byte order reversion on little endian machines.
31823 * gst/matroska/matroska-mux.c: (audiosink_templ),
31824 (gst_matroska_mux_audio_pad_link):
31825 add TTA codec to the list of supported codecs.
31826 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31827 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31828 (gst_matroska_mux_write_data):
31829 * gst/matroska/matroska-mux.h:
31830 write segment duration correctly, write muxing app string, fixes bugs
31831 #140897 and #140898.
31832 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31833 wait for all pads to be negotiated before starting to mux.
31835 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31837 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31838 * ext/lame/gstlame.h:
31839 Added new media support to lame
31841 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31843 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31844 send vorbis headers at the beginning of a stream, fixes bug #141554.
31845 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31847 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31848 (gst_matroska_demux_plugin_init):
31849 * gst/matroska/matroska-ids.h:
31850 enable demuxing of TTA audio streams, fixes bug #148951.
31851 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31852 enable typefinding for TTA audio files, fixes bug #148711.
31853 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31854 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31855 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31857 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31859 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31860 (gst_riff_read_element_data), (gst_riff_read_seek),
31861 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31862 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31865 2004-08-23 Iain <iaingnome@gmail.com>
31867 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31868 tags. They appear to be handled differently to normal.
31869 (tag_list_to_id3_tag_foreach): Ditto.
31871 2004-08-22 Wim Taymans <wim@fluendo.com>
31873 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31874 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31875 Make sure we never send -1 granulepos.
31877 2004-08-20 Wim Taymans <wim@fluendo.com>
31879 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31880 (gst_ogg_mux_loop):
31881 I will accept bitchslappings with non sharp objects.
31883 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31886 Clean up the test for lame presets
31888 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31891 * ext/lame/Makefile.am:
31892 * ext/lame/gstlame.c: (gst_lame_class_init),
31893 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31894 Only enable lame presets if version of lame has presets in API
31896 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31897 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31898 * gst/udp/gstudpsrc.h:
31899 Don't call gst_pad_push in a get function. Fixes #150449
31901 2004-08-18 Wim Taymans <wim@fluendo.com>
31903 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31904 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31905 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31906 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31907 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31909 * gst/tcp/gstfdset.h:
31910 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31911 (gst_multifdsink_client_queue_buffer),
31912 (gst_multifdsink_handle_client_write):
31913 * gst/tcp/gstmultifdsink.h:
31914 Some extra checks in gstfdset.
31915 Only use send() when the fd is a socket. Don't try to
31916 read from write only fds.
31918 2004-08-18 Wim Taymans <wim@fluendo.com>
31920 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31921 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31922 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31923 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31925 Add more locking and bounds checking.
31927 2004-08-18 Wim Taymans <wim@fluendo.com>
31929 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31930 Realloc test fdset in the lock and right before starting
31931 the poll call. Bump the limit to 4096.
31933 2004-08-17 David Schleef <ds@schleef.org>
31935 * sys/sunaudio/Makefile.am:
31936 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31937 of rates and channels. Make debugging less obnoxious.
31939 Patch from Balamurali Viswanathan implementing a mixer for
31940 Sun audio. (bug #144091):
31941 * sys/sunaudio/gstsunelement.c:
31942 * sys/sunaudio/gstsunelement.h:
31943 * sys/sunaudio/gstsunmixer.c:
31944 * sys/sunaudio/gstsunmixer.h:
31946 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31948 * gst/audioscale/gstaudioscale.c:
31949 * gst/audioscale/gstaudioscale.h:
31950 made audioscale resample from any sample rate to any sample rate
31952 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31954 * ext/libpng/gstpngdec.c:
31955 error out on unsupported types
31957 2004-08-17 Iain <iaingnome@gmail.com>
31959 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31960 mid_side and loose_mid_side properties if its a stereo stream.
31962 2004-08-17 Wim Taymans <wim@fluendo.com>
31964 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31965 (theora_get_formats), (theora_dec_src_convert),
31966 (theora_dec_sink_convert), (theora_dec_src_query),
31967 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31970 2004-08-17 Wim Taymans <wim@fluendo.com>
31972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31973 (gst_ogg_pad_push):
31974 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31975 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31976 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31977 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31978 Mark delta units in the muxer.
31979 Try to decode the packet after an out-of-sync error from
31982 2004-08-17 Wim Taymans <wim@fluendo.com>
31984 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31985 (gst_multifdsink_init), (gst_multifdsink_add),
31986 (gst_multifdsink_client_queue_buffer),
31987 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31988 * gst/tcp/gstmultifdsink.h:
31989 Added option to send a keyframe to clients as the first buffer.
31990 Make timeout property writable.
31992 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31994 patch by: Wim Taymans
31996 * gst/tcp/gstfdset.c:
31997 * gst/tcp/gstmultifdsink.c:
31998 fix index comparison, should include 0
32000 2004-08-16 Wim Taymans <wim@fluendo.com>
32002 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
32003 (gst_fdset_add_fd), (gst_fdset_remove_fd),
32004 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
32005 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
32007 copy when reallocing for poll so the select arguments don't get
32008 changed during the call
32010 2004-08-16 Wim Taymans <wim@fluendo.com>
32012 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32013 (gst_theora_enc_class_init), (theora_enc_sink_link),
32014 (theora_buffer_from_packet), (theora_enc_chain):
32015 Fix bug where buffers were not marked as keyframes
32018 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32020 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32021 (gst_lame_preset_get_type), (gst_lame_class_init):
32022 describe the enum values for vbr mode and presets more verbosely
32024 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32026 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
32027 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
32028 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
32029 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
32030 * ext/lame/gstlame.h:
32031 add preset property to lame so it can use lame presets
32033 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32035 * ext/lame/gstlame.c: (gst_lame_get_property):
32036 whoops forgot break, thanks teuf
32038 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32040 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32041 (gst_lame_class_init), (gst_lame_src_getcaps),
32042 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
32043 (gst_lame_get_property), (gst_lame_setup):
32044 * ext/lame/gstlame.h:
32045 fix lame's broken vbr stuff, allow it to resample if need be, and also
32046 make xing header optional
32048 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32050 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
32051 added getcaps function so samplerate doesnt get fixated to silly values
32053 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32055 * ext/lame/gstlame.c: (gst_lame_src_link):
32056 revert previous fix
32058 2004-08-12 Johan Dahlin <johan@gnome.org>
32060 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32061 checks. Doesn't matter what state we are in. Interfaces are a
32062 compile time thing, not runtime. It also broke the python bindings.
32064 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32066 * ext/lame/gstlame.c: (gst_lame_src_link):
32067 made source pad link function check if sinkpad is ok..fixes the problem
32068 where core fixates the output rate of lame stupidly
32070 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32072 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32073 * sys/v4l/v4l_calls.c:
32074 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32075 fix fixate function to handle nonsimple caps.
32076 remove bogus check in _link
32079 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32081 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32082 set default compression ratio parameter to 0.0 so bitrate parameter
32085 2004-08-11 David Schleef <ds@schleef.org>
32087 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32089 2004-08-11 David Schleef <ds@schleef.org>
32091 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32094 2004-08-11 David Schleef <ds@schleef.org>
32096 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32098 2004-08-11 David Schleef <ds@schleef.org>
32100 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32102 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32103 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32105 * gst/auparse/gstauparse.c: Fix plugin license field.
32106 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32107 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32108 * gst/rtp/gstrtp.c: Fix plugin license field.
32110 2004-08-11 Wim Taymans <wim@fluendo.com>
32112 * gst/tcp/Makefile.am:
32113 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32114 (ensure_size), (gst_fdset_new), (gst_fdset_free),
32115 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32116 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32117 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32118 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32119 (gst_fdset_fd_can_write), (gst_fdset_wait):
32120 * gst/tcp/gstfdset.h:
32121 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32122 (gst_multifdsink_class_init), (gst_multifdsink_init),
32123 (gst_multifdsink_add), (gst_multifdsink_remove),
32124 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32125 (gst_multifdsink_remove_client_link),
32126 (gst_multifdsink_handle_client_read),
32127 (gst_multifdsink_client_queue_data),
32128 (gst_multifdsink_client_queue_caps),
32129 (gst_multifdsink_client_queue_buffer),
32130 (gst_multifdsink_handle_client_write),
32131 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32132 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32133 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32134 (gst_multifdsink_close):
32135 * gst/tcp/gstmultifdsink.h:
32136 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32137 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32138 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32139 (gst_tcpserversink_close):
32140 * gst/tcp/gsttcpserversink.h:
32141 Abstracted away the select call, implemented poll (yes we ran into
32142 the 1024 limit in production).
32144 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
32146 * gst/tcp/gsttcp.c:
32147 * gst/tcp/gsttcpplugin.c:
32148 improve debuggging, remove assert
32150 2004-08-10 Wim Taymans <wim@fluendo.com>
32152 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32153 (gst_client_status_get_type), (gst_multifdsink_class_init),
32154 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32155 (gst_multifdsink_handle_client_read),
32156 (gst_multifdsink_handle_client_write),
32157 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32158 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32159 (gst_multifdsink_get_property):
32160 * gst/tcp/gstmultifdsink.h:
32161 * gst/tcp/gsttcp-marshal.list:
32162 Starting to prepare for specifying buffer time in other units
32163 than buffers. Expose remove reason in signal.
32165 2004-08-10 Wim Taymans <wim@fluendo.com>
32167 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32168 (gst_multifdsink_remove), (gst_multifdsink_clear),
32169 (gst_multifdsink_remove_client_link),
32170 (gst_multifdsink_handle_client_read),
32171 (gst_multifdsink_client_queue_data),
32172 (gst_multifdsink_client_queue_buffer),
32173 (gst_multifdsink_handle_client_write),
32174 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32175 (gst_multifdsink_chain), (gst_multifdsink_close):
32176 * gst/tcp/gstmultifdsink.h:
32177 Added more debugging info. Changed the way clients are
32178 removed from the lists. Fixed a bug where a bad file descriptor
32179 could cause many clients to be removed.
32181 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
32183 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32184 allow all pixel-aspect-ratios, not just 1:1
32186 2004-08-09 David Schleef <ds@schleef.org>
32188 * sys/glsink/ARB_multitexture.h: Remove old files.
32189 * sys/glsink/EXT_paletted_texture.h:
32190 * sys/glsink/NV_register_combiners.h:
32191 * sys/glsink/gstgl_nvimage.c:
32192 * sys/glsink/gstgl_pdrimage.c:
32193 * sys/glsink/gstgl_rgbimage.c:
32194 * sys/glsink/gstglsink.c:
32195 * sys/glsink/gstglsink.h:
32196 * sys/glsink/gstglxwindow.c:
32197 * sys/glsink/regcomb_yuvrgb.c:
32199 2004-08-09 David Schleef <ds@schleef.org>
32201 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32202 GL sink plugin. (Bug #147302)
32204 * configure.ac: Test for OpenGL
32205 * sys/Makefile.am: Use test for OpenGL
32206 * sys/glsink/Makefile.am:
32207 * sys/glsink/glimagesink.c: rewrite
32208 * sys/glsink/glimagesink.h: rewrite
32210 2004-08-09 David Schleef <ds@schleef.org>
32212 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
32214 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32216 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32218 2004-08-09 Wim Taymans <wim@fluendo.com>
32220 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32221 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32222 (gst_multifdsink_client_remove),
32223 (gst_multifdsink_handle_client_read),
32224 (gst_multifdsink_handle_client_write),
32225 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32226 Do a bit more logging, make the client_read code more robust.
32228 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32230 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32231 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32232 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32233 (gst_jpegdec_init), (gst_jpegdec_chain):
32234 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32235 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32236 cleanups, debugging fixes and memleak plugging
32238 2004-08-09 Wim Taymans <wim@fluendo.com>
32240 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32241 (theora_get_formats), (theora_dec_src_convert),
32242 (theora_dec_sink_convert), (theora_dec_src_query),
32243 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32244 (theora_dec_change_state):
32245 Don't crash on missing header packets.
32247 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32251 Added Albanian translation (Laurent Dhima)
32255 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32257 * ext/lame/gstlame.c:
32260 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32262 * sys/ximage/ximagesink.c:
32263 * sys/xvimage/xvimagesink.c:
32264 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
32266 2004-08-06 Wim Taymans <wim@fluendo.com>
32268 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32269 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32270 (gst_multifdsink_client_remove),
32271 (gst_multifdsink_handle_client_read),
32272 (gst_multifdsink_handle_client_write),
32273 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32274 Make sure we don't try to read more from a client that what
32275 ioctl says us or we deadlock.
32277 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32279 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32280 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32281 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32282 decouple running_time and n_frames so it can handle changing
32283 framerate while running
32285 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32289 updated translations
32291 2004-08-04 Benjamin Otte <otte@gnome.org>
32293 * gst/videotestsrc/gstvideotestsrc.c:
32294 (gst_videotestsrc_get_capslist), (generate_capslist),
32296 generate the list of supported caps at startup and reuse it instead
32297 of always generating it
32299 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
32301 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32302 whoops, last checkin broke normal build
32304 2004-08-03 Benjamin Otte <otte@gnome.org>
32306 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32307 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32308 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32309 (gst_alsa_mixer_get_option):
32310 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32311 (dvdnavsrc_print_event):
32312 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32313 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32314 (gst_ogg_mux_pad_unlink):
32315 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32316 (gst_multipart_mux_pad_unlink):
32317 * gst/videofilter/gstvideobalance.c:
32318 (gst_videobalance_colorbalance_set_value):
32319 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32320 (gst_videomixer_pad_unlink):
32322 * sys/oss/gstossmixer.c:
32323 * sys/v4l/gstv4lcolorbalance.c:
32324 * sys/v4l/gstv4ltuner.c:
32325 * sys/v4l/v4lsrc_calls.c:
32326 * sys/v4l2/gstv4l2colorbalance.c:
32327 * sys/v4l2/gstv4l2tuner.c:
32328 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32330 2004-08-03 Benjamin Otte <otte@gnome.org>
32332 * examples/dynparams/filter.c: (ui_control_create):
32333 * examples/gstplay/player.c: (print_tag):
32334 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32335 * ext/gdk_pixbuf/gstgdkanimation.c:
32336 (gst_gdk_animation_iter_may_advance):
32337 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32338 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32339 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32340 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32341 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32342 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32343 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32344 * gst/sine/demo-dparams.c: (main):
32345 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32346 * testsuite/alsa/formats.c: (create_pipeline):
32347 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32348 fixes for G_DISABLE_ASSERT and friends
32349 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32350 (mp3_type_frame_length_from_header), (mp3_type_find),
32352 require mp3 typefinding to have at least MIN_HEADERS valid headers
32353 add typefinding for AAC adts files
32355 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
32357 * sys/ximage/ximagesink.c:
32358 (gst_ximagesink_calculate_pixel_aspect_ratio):
32359 * sys/xvimage/xvimagesink.c:
32360 (gst_xvimagesink_calculate_pixel_aspect_ratio):
32361 Make sure we calculate pixel-aspect-ratio using floating point maths
32363 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32366 updated translation
32368 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32370 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32372 add debugging for display PAR calculation
32374 2004-08-02 David Schleef <ds@schleef.org>
32376 * configure.ac: Fix mikmod CFLAGS.
32378 2004-07-27 Benjamin Otte <otte@gnome.org>
32380 * gst/audioscale/gstaudioscale.c:
32381 - fix templates to only support S16, it's the only format that works
32382 - make caps nego code use try_set_caps_nonfixed and fixation instead
32383 of try_set_caps twice, which is not nice for autopluggers
32384 - change rank to secondary, so autopluggers can pick it up after
32387 2004-08-02 Iain <iain@prettypeople.org>
32389 * gst/interleave/interleave.c (interleave_init),
32390 (interleave_request_new_pad),
32391 (interleave_pad_removed),
32392 (interleave_buffered_loop): Use the real pad count, not the artificial
32395 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32397 * configure.ac: bump nano back to development
32399 === release 0.8.3 ===
32401 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32403 * configure.ac: releasing 0.8.3, "Water"
32405 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32407 * sys/xvimage/xvimagesink.c:
32408 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32409 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32410 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32411 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32412 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32413 * sys/xvimage/xvimagesink.h:
32414 apply similar PAR fixes as to ximagesink
32416 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32418 patch from: Benjamin Otte
32420 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32421 add link function to lame. Fixes #148986.
32423 2004-08-02 Johan Dahlin <johan@gnome.org>
32425 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32428 2004-07-30 David Schleef <ds@schleef.org>
32430 * gst/videomixer/Makefile.am: Fix things that should have been
32431 fixed in the last checkin.
32433 2004-07-30 David Schleef <ds@schleef.org>
32435 * gst/multipart/Makefile.am: Fix things that should have been
32436 fixed in the last checkin.
32438 2004-07-30 David Schleef <ds@schleef.org>
32440 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32442 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32445 bump nano for prerelease
32457 2004-07-30 Wim Taymans <wim@fluendo.com>
32459 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32460 (gst_multifdsink_add), (gst_multifdsink_remove),
32461 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32462 (gst_multifdsink_client_remove),
32463 (gst_multifdsink_handle_client_write),
32464 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32465 * gst/tcp/gstmultifdsink.h:
32466 Recover from a select with a bad file descriptor by removing
32469 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32472 fix requirement of core
32473 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32474 (gst_play_pipeline_setup):
32475 don't use colorspace element. do use hermescolorspace element.
32476 make macro to get a colorspace element.
32477 mark strings for translation.
32489 update translations
32491 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32493 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32494 fix default for newmedia flag
32496 2004-07-30 Wim Taymans <wim@fluendo.com>
32498 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32499 (gst_theora_dec_init), (theora_get_formats),
32500 (theora_dec_src_convert), (theora_dec_sink_convert),
32501 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32502 (theora_dec_chain), (theora_dec_set_property),
32503 (theora_dec_get_property):
32504 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32505 (gst_theora_enc_class_init), (gst_theora_enc_init),
32506 (theora_enc_sink_link), (theora_enc_chain),
32507 (theora_enc_set_property), (theora_enc_get_property):
32508 Added cropping option to theora decoder.
32509 Added border option to theora encoder.
32511 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32513 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32514 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32515 (gst_pngenc_set_property):
32516 * ext/libpng/gstpngenc.h:
32517 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
32519 2004-07-30 Wim Taymans <wim@fluendo.com>
32521 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32522 (theora_enc_sink_link), (theora_enc_chain),
32523 (theora_enc_set_property), (theora_enc_get_property):
32524 Fix encoding of non-multiple-of-16 video.
32526 2004-07-29 David Schleef <ds@schleef.org>
32528 * configure.ac: make test for audiofile more strict
32530 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32532 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32533 give different names to typefind functions
32535 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32537 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32538 (gst_ximagesink_calculate_pixel_aspect_ratio),
32539 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32540 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32541 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32542 (gst_ximagesink_get_property), (gst_ximagesink_init):
32543 * sys/ximage/ximagesink.h:
32544 allocate PAR's dynamically.
32545 use autodetected PAR if no object-set PAR is given.
32546 add workaround for directfb's X not setting physical size.
32547 fix to xvimagesink will follow tomorrow.
32549 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32551 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32552 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32553 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32554 (gst_shout2send_class_init), (gst_shout2send_init),
32555 (set_shout_metadata), (gst_shout2send_set_metadata),
32556 (gst_shout2send_chain), (gst_shout2send_set_property),
32557 (gst_shout2send_get_property), (gst_shout2send_connect),
32558 (gst_shout2send_change_state):
32559 * ext/shout2/gstshout2.h:
32560 - fix for sending mp3 audio to icecast2 server, if pad link function not
32561 called before PAUSED state
32562 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32563 - added tagging support for mp3 audio broadcasted
32564 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32567 2004-07-28 Wim Taymans <wim@fluendo.com>
32569 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32570 (gst_ogg_demux_push):
32571 Return query failure when we don't know the length of
32572 an ogg stream insteda of returning TRUE with a bogus value.
32574 2004-07-28 Wim Taymans <wim@fluendo.com>
32576 * ext/theora/theoradec.c: (theora_get_formats),
32577 (theora_dec_src_convert), (theora_dec_sink_convert),
32578 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32579 (theora_dec_chain):
32580 Don't screw up the 1 Chroma for 1 luma sample situation when we
32581 have an odd offset/width by adding a black border in those cases.
32583 2004-07-28 Wim Taymans <wim@fluendo.com>
32585 * ext/theora/theoradec.c: (theora_get_formats),
32586 (theora_dec_src_convert), (theora_dec_sink_convert),
32587 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32588 (theora_dec_chain):
32589 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32590 Added first attempt at cropping of the image as required by the
32591 theora spec. We need more properties in the caps (offset_x,
32592 offset_y,stride) to implement this correctly.
32594 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32596 * ext/dvdnav/README:
32597 Update the README to use dvddemux
32598 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32599 Ensure getcaps returns a subset of the template caps
32600 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32601 (gst_mpeg2subt_init):
32602 Ensure getcaps returns a subset of the template caps
32603 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32604 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32605 (gst_dvd_demux_get_subpicture_stream),
32606 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32607 * gst/mpegstream/gstdvddemux.h:
32608 Set the explicit caps on the current_video pad before pushing
32610 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32611 (gst_mpeg_demux_get_audio_stream):
32612 Free caps used to gst_pad_set_explicit_caps, which takes a const
32615 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32617 * configure.ac: update GStreamer requirement to 0.8.4 because of
32620 2004-07-28 Wim Taymans <wim@fluendo.com>
32622 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32623 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32624 Add the pad to the element after setting up the caps. This
32625 makes it a lot easier to autoplug.
32627 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32629 * gst/median/gstmedian.c:
32630 * gst/mpeg2subt/gstmpeg2subt.c:
32631 * gst/mpegaudioparse/gstmpegaudioparse.c:
32632 * gst/mpegstream/gstdvddemux.c:
32633 * gst/mpegstream/gstmpegdemux.c:
32634 * gst/mpegstream/gstmpegpacketize.c:
32635 * gst/rtjpeg/gstrtjpeg.c:
32636 * gst/rtjpeg/gstrtjpegdec.c:
32637 * gst/rtjpeg/gstrtjpegenc.c:
32638 * gst/sine/gstsinesrc.c:
32639 * gst/smooth/gstsmooth.c:
32640 * gst/smpte/gstsmpte.c:
32641 * gst/smpte/gstsmpte.h:
32642 * gst/stereo/gststereo.c:
32643 * gst/videofilter/gstgamma.c:
32644 * gst/videofilter/gstvideobalance.c:
32645 * gst/videofilter/gstvideofilter.c:
32646 * gst/videofilter/gstvideoflip.c:
32647 * gst/videoscale/gstvideoscale.c:
32648 * gst/videoscale/videoscale.c:
32649 * gst/videotestsrc/gstvideotestsrc.c:
32650 * gst/videotestsrc/videotestsrc.c:
32651 * gst/wavenc/gstwavenc.c:
32652 * gst/wavparse/gstwavparse.c:
32653 fix local includes and 64 bits constants
32655 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32658 * gst-libs/gst/*/*.vcproj:
32660 more working plugins
32662 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32664 * testsuite/alsa/Makefile.am:
32665 * testsuite/alsa/srcstate.c:
32666 add test for alsasrc changing state
32668 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32670 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32672 * gst/silence/gstsilence.h:
32673 fix silence generation for 16bit raw audio
32675 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32677 * gst/matroska/matroska-demux.c:
32678 (gst_matroska_demux_parse_metadata),
32679 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32680 * gst/mpegaudio/common.c:
32681 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32682 (gst_videoscale_getcaps), (gst_videoscale_link),
32683 (gst_videoscale_src_fixate), (gst_videoscale_init),
32684 (gst_videoscale_finalize):
32685 * gst/videoscale/gstvideoscale.h:
32686 * gst/videotestsrc/gstvideotestsrc.c:
32687 (gst_videotestsrc_get_capslist):
32688 * gst/wavenc/gstwavenc.c:
32689 * sys/oss/gstossmixer.c: (fill_labels):
32690 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32691 (gst_ximagesink_handle_xevents),
32692 (gst_ximagesink_calculate_pixel_aspect_ratio),
32693 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32694 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32695 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32696 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32697 (gst_ximagesink_init), (gst_ximagesink_class_init):
32698 * sys/ximage/ximagesink.h:
32699 * sys/xvimage/xvimagesink.c:
32700 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32701 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32702 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32703 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32704 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32705 * sys/xvimage/xvimagesink.h:
32706 first batch of pixel aspect ratio commits.
32708 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32710 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32711 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32712 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32713 handle stride, needs work if we want to move stride handling
32714 upstream, but works correctly for our purposes.
32716 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32718 * gst/videoscale/README:
32719 add testing examples
32720 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32721 (gst_videoscale_chain):
32722 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32723 (gst_videoscale_get_size):
32724 add get_size function that handles stride like videotestsrc.
32725 fixes conversion for YUV formats for as much as I can test them.
32727 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32729 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32730 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32731 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32732 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32733 (gst_xvimagesink_xvimage_put):
32734 further cleanups, logging, error handling and synchronizing
32736 2004-07-27 Wim Taymans <wim@fluendo.com>
32738 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32739 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32740 (gst_videomixer_pad_set_property),
32741 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32742 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32743 (gst_videomixer_class_init), (gst_videomixer_init),
32744 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32745 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32746 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32747 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32748 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32749 (gst_videomixer_loop), (plugin_init):
32750 Be a nicer negotiation citizen and provide a getcaps function on
32751 the srcpad. This also fixes a crash when resizing.
32753 2004-07-27 Julien MOUTTE <julien@moutte.net>
32755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32756 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32758 2004-07-27 Wim Taymans <wim@fluendo.com>
32760 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32761 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32762 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32763 (gst_pngenc_set_property):
32764 * ext/libpng/gstpngenc.h:
32765 Added snapshot property to pngenc.
32766 removed g_print from pngdec
32768 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32770 * gst/ac3parse/ac3parse.vcproj
32771 * gst/adder/adder.vcproj
32772 * gst/alpha/alpha.vcproj
32773 * gst/alpha/alphacolor.vcproj
32774 * gst/asfdemux/asf.vcproj
32775 * gst/audioconvert/audioconvert.vcproj
32776 * gst/audiorate/audiorate.vcproj
32777 * gst/audioscale/audioscale.vcproj
32778 * gst/auparse/auparse.vcproj
32779 * gst/avi/avi.vcproj
32780 * gst/cdxaparse/cdxaparse.vcproj
32781 * gst/chart/chart.vcproj
32782 * gst/colorspace/colorspace.vcproj
32783 * gst/cutter/cutter.vcproj
32784 * gst/debug/debug.vcproj
32785 * gst/debug/efence.vcproj
32786 * gst/debug/navigationtest.vcproj
32787 * gst/deinterlace/deinterlace.vcproj
32788 * gst/effectv/effectv.vcproj
32789 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32790 * gst/filter/filter.vcproj
32791 * gst/flx/flxdec.vcproj
32792 * gst/goom/goom.vcproj
32793 * gst/interleave/interleave.vcproj
32794 * gst/law/alaw.vcproj
32795 * gst/law/mulaw.vcproj
32796 * gst/matroska/matroska.vcproj
32797 * gst/median/median.vcproj
32798 * gst/mixmatrix/mixmatrix.vcproj
32799 * gst/mpeg1sys/mpeg1systemencode.vcproj
32800 * gst/mpeg1videoparse/mp1videoparse.vcproj
32801 * gst/mpeg2sub/mpeg2subt.vcproj
32802 * gst/mpegaudio/mpegaudio.vcproj
32803 * gst/mpegaudioparse/mpegaudioparse.vcproj
32804 * gst/mpegstream/mpegstream.vcproj
32805 * gst/multifilesink/multifilesink.vcproj
32806 * gst/multipart/multipart.vcproj
32807 * gst/oneton/oneton.vcproj
32808 * gst/overlay/overlay.vcproj
32809 * gst/passthrough/passthrough.vcproj
32810 * gst/qtdemux/qtdemux.vcproj
32811 * gst/realmedia/rmdemux.vcproj
32812 * gst/rtjpeg/rtjpeg.vcproj
32813 * gst/rtp/rtp.vcproj
32814 * gst/silence/silence.vcproj
32815 * gst/sine/sinesrc.vcproj
32816 * gst/smooth/smooth.vcproj
32817 * gst/smpte/smpte.vcproj
32818 * gst/spectrum/spectrum.vcproj
32819 * gst/speed/speed.vcproj
32820 * gst/stereo/stereo.vcproj
32821 * gst/switch/switch.vcproj
32822 * gst/tags/tagedit.vcproj
32823 * gst/tcp/tcp.vcproj
32824 * gst/typefind/typefindfunctions.vcproj
32825 * gst/udp/udp.vcproj
32826 * gst/videobox/videobox.vcproj
32827 * gst/videocrop/videocrop.vcproj
32828 * gst/videodrop/videodrop.vcproj
32829 * gst/videofilter/gamma.vcproj
32830 * gst/videofilter/videobalance.vcproj
32831 * gst/videofilter/videofilter.vcproj
32832 * gst/videofilter/videoflip.vcproj
32833 * gst/videoflip/videoflip.vcproj
32834 * gst/videomixer/videomixer.vcproj
32835 * gst/videorate/videorate.vcproj
32836 * gst/videoscale/videoscale.vcproj
32837 * gst/videotestsrc/videotestsrc.vcproj
32838 * gst/virtualdub/virtualdub.vcproj
32839 * gst/volenv/volenv.vcproj
32840 * gst/volume/volume.vcproj
32841 * gst/wavenc/wavenc.vcproj
32842 * gst/wavparse/wavparse.vcproj
32843 * gst/y4m/y4menc.vcproj
32844 * gst-libs/gst/audio/audio.vcproj
32845 * gst-libs/gst/audio/audiofilter.vcproj
32846 * gst-libs/gst/colorbalance/colorbalance.vcproj
32847 * gst-libs/gst/idct/idtc.vcproj
32848 * gst-libs/gst/media-info/media-info.vcproj
32849 * gst-libs/gst/mixer/mixer.vcproj
32850 * gst-libs/gst/navigation/navigation.vcproj
32851 * gst-libs/gst/play/play.vcproj
32852 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32853 * gst-libs/gst/resample/resample.vcproj
32854 * gst-libs/gst/riff/riff.vcproj
32855 * gst-libs/gst/tuner/tuner.vcproj
32856 * gst-libs/gst/video/video.vcproj
32857 * gst-libs/gst/xoverlay/xoverlay.vcproj
32858 avoid problems with math.h, fix release dependancy
32859 rename GStreamer-0.8.lib to libgstreamer.lib
32861 2004-07-27 Julien MOUTTE <julien@moutte.net>
32863 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32864 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32865 the atom is not available we have to unlock the mutex. Fixes #148023
32867 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32869 * gst-libs/gst/media-info/media-info.h:
32870 issue for a vararg macro with MSVC
32872 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32874 * gst/effectv/effectv.vcproj
32875 * gst-libs/gst/idct/idct.vcproj:
32876 * gst-libs/gst/media-info/media-info.vcproj:
32877 * gst-libs/gst/navigation/navigation.vcproj:
32878 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32879 * gst-libs/gst/video/video.vcproj:
32880 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32881 fixes for build problems
32883 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32885 * gst-libs/gst/audio/audio.def:
32886 * gst-libs/gst/audio/riff.def:
32887 add some definitions needed by plugins
32889 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32891 * gst/asfdemux/gstasfmux.c
32892 Fix some 64 bits constants to be glib friendly
32894 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32896 * gst/ac3parse/gstac3parse.c
32897 * gst/audioscale/gstaudioscale.c
32898 * gst/auparse/gstauparse.c
32899 * gst/colorspace/gstcolorspace.c
32900 * gst/colorspace/yuv2rgb.h
32901 local include fixes
32903 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32906 add more plugins to the build
32908 2004-07-26 Julien MOUTTE <julien@moutte.net>
32910 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32911 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32913 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32915 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32916 (gst_level_set_property), (gst_level_get_property),
32917 (gst_level_base_init), (gst_level_class_init):
32918 add debugging categories. cleanups.
32920 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32922 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32923 (gst_videoscale_planar411), (gst_videoscale_planar400),
32924 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32925 (gst_videoscale_scale_nearest_str1),
32926 (gst_videoscale_scale_nearest_str2),
32927 (gst_videoscale_scale_nearest_str4),
32928 (gst_videoscale_scale_nearest_16bit),
32929 (gst_videoscale_scale_nearest_24bit):
32930 fixed stride issues
32931 tested with 320x240 -> 321, 322, 324 x240
32932 tested with YV12, I420, YUY2, UYVY
32933 fixed packed422rev (don't think it could have worked before)
32934 by testing with UYVY
32936 2004-07-26 Benjamin Otte <otte@gnome.org>
32938 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32939 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32941 add debugging category, add error checks like checking return values
32942 of setup calls, make sure it still works after
32943 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32945 2004-07-26 Wim Taymans <wim@fluendo.com>
32947 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32948 (gst_mpeg_demux_get_audio_stream),
32949 (gst_mpeg_demux_process_private):
32950 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32951 Check for error codes from the negotiation functions. Make sure
32952 we really set the pad caps when a new pad is created.
32954 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32956 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32957 (gst_ffmpeg_caps_to_pix_fmt):
32958 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32959 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32960 (gst_ffmpegcolorspace_pad_link):
32961 don't make function do two things at the same time without reason.
32963 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32965 * gst/ac3parse/ac3parse.vcproj
32966 * gst/adder/adder.vcproj
32967 * gst/alpha/alpha.vcproj
32968 * gst/alpha/alphacolor.vcproj
32969 * gst/asfdemux/asf.vcproj
32970 * gst/audioconvert/audioconvert.vcproj
32971 * gst/audiorate/audiorate.vcproj
32972 * gst/audioscale/audioscale.vcproj
32973 * gst/auparse/auparse.vcproj
32974 * gst/avi/avi.vcproj
32975 * gst/cdxaparse/cdxaparse.vcproj
32976 * gst/chart/chart.vcproj
32977 * gst/colorspace/colorspace.vcproj
32978 * gst/cutter/cutter.vcproj
32979 * gst/debug/debug.vcproj
32980 * gst/debug/efence.vcproj
32981 * gst/debug/navigationtest.vcproj
32982 * gst/deinterlace/deinterlace.vcproj
32983 * gst/effectv/effectv.vcproj
32984 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32985 * gst/filter/filter.vcproj
32986 * gst/flx/flxdec.vcproj
32987 * gst/goom/goom.vcproj
32988 * gst/interleave/interleave.vcproj
32989 * gst/law/alaw.vcproj
32990 * gst/law/mulaw.vcproj
32991 * gst/matroska/matroska.vcproj
32992 * gst/median/median.vcproj
32993 * gst/mixmatrix/mixmatrix.vcproj
32994 * gst/mpeg1sys/mpeg1systemencode.vcproj
32995 * gst/mpeg1videoparse/mp1videoparse.vcproj
32996 * gst/mpeg2sub/mpeg2subt.vcproj
32997 * gst/mpegaudio/mpegaudio.vcproj
32998 * gst/mpegaudioparse/mpegaudioparse.vcproj
32999 * gst/mpegstream/mpegstream.vcproj
33000 * gst/multifilesink/multifilesink.vcproj
33001 * gst/multipart/multipart.vcproj
33002 * gst/oneton/oneton.vcproj
33003 * gst/overlay/overlay.vcproj
33004 * gst/passthrough/passthrough.vcproj
33005 * gst/qtdemux/qtdemux.vcproj
33006 * gst/realmedia/rmdemux.vcproj
33007 * gst/rtjpeg/rtjpeg.vcproj
33008 * gst/rtp/rtp.vcproj
33009 * gst/silence/silence.vcproj
33010 * gst/sine/sinesrc.vcproj
33011 * gst/smooth/smooth.vcproj
33012 * gst/smpte/smpte.vcproj
33013 * gst/spectrum/spectrum.vcproj
33014 * gst/speed/speed.vcproj
33015 * gst/stereo/stereo.vcproj
33016 * gst/switch/switch.vcproj
33017 * gst/tags/tagedit.vcproj
33018 * gst/tcp/tcp.vcproj
33019 * gst/typefind/typefindfunctions.vcproj
33020 * gst/udp/udp.vcproj
33021 * gst/videobox/videobox.vcproj
33022 * gst/videocrop/videocrop.vcproj
33023 * gst/videodrop/videodrop.vcproj
33024 * gst/videofilter/gamma.vcproj
33025 * gst/videofilter/videobalance.vcproj
33026 * gst/videofilter/videofilter.vcproj
33027 * gst/videofilter/videoflip.vcproj
33028 * gst/videoflip/videoflip.vcproj
33029 * gst/videomixer/videomixer.vcproj
33030 * gst/videorate/videorate.vcproj
33031 * gst/videoscale/videoscale.vcproj
33032 * gst/videotestsrc/videotestsrc.vcproj
33033 * gst/virtualdub/virtualdub.vcproj
33034 * gst/volenv/volenv.vcproj
33035 * gst/volume/volume.vcproj
33036 * gst/wavenc/wavenc.vcproj
33037 * gst/wavparse/wavparse.vcproj
33038 * gst/y4m/y4menc.vcproj
33039 more plugins supported under windows
33041 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
33043 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33044 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
33045 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
33046 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33047 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
33048 Add debugging statements. Use the sizes as returned by the
33049 *CreateImage calls.
33051 2004-07-26 Johan Dahlin <johan@gnome.org>
33053 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
33054 the pad is negotiated.
33056 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33058 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
33060 * gst-libs/gst/colorbalance/colorbalance.vcproj:
33061 * gst-libs/gst/idct/idct.vcproj:
33062 * gst-libs/gst/media-info/media-info.vcproj:
33063 * gst-libs/gst/mixer/mixer.vcproj:
33064 * gst-libs/gst/navigation/navigation.vcproj:
33065 * gst-libs/gst/play/play.vcproj:
33066 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33067 * gst-libs/gst/resample/resample.vcproj:
33068 * gst-libs/gst/tuner/tuner.vcproj:
33069 * gst-libs/gst/video/video.vcproj:
33070 * gst-libs/gst/xoverlay/xoverlay.vcproj:
33071 more plugins supported under windows
33073 2004-07-25 Iain <iain@prettypeople.org>
33075 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33076 pad now rather than when the pad is created because state changes wipe
33077 explicit caps (fixes #148043).
33079 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
33081 reviewed by Benjamin Otte <otte@gnome.org>
33083 * ext/mad/gstmad.c:
33084 fix mad plugin crashing on Sun (fixes #148289)
33086 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33089 * gst/avi/avi.vcproj:
33090 * gst/matroska/matroska.def:
33091 * gst/matroska/matroska.vcproj:
33092 remove unused .def files
33094 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33096 * gst-libs/gst/audio/gstaudiofilter.c:
33097 Clean the local include
33099 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33102 * gst-libs/gst/audio/audio.def:
33103 * gst-libs/gst/audio/audio.vcproj:
33104 * gst-libs/gst/audio/audiofilter.vcproj:
33105 * gst-libs/gst/audio/riff.def:
33106 * gst-libs/gst/audio/riff.vcproj:
33107 * gst-libs/gst/gst-libs.def:
33108 * gst-libs/gst/gst-libs.vcproj:
33109 * gst/avi/avi.vcproj:
33110 * gst/avi/avi.vcproj:
33111 Copy the files where needed after building, cleaner projects
33113 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33115 * gst/matroska/ebml-write.c:
33116 Fix some 64 bits constants to be glib friendly
33118 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
33121 * gst-libs/gst/gst-libs.def:
33122 * gst-libs/gst/gst-libs.vcproj:
33123 * gst/matroska/matroska.def:
33124 * gst/matroska/matroska.vcproj:
33125 Add the preliminary canvas to build plugins on Win32
33127 2004-07-23 Benjamin Otte <otte@gnome.org>
33129 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33130 don't enfore negotiation from source side, it breaks
33131 sinesrc ! audioconvert ! osssink
33133 2004-07-22 David Schleef <ds@schleef.org>
33135 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33136 for ELF files, since they can easily be recognized as audio/mpeg.
33139 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33141 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33142 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33143 (gst_videoscale_scale_nearest_24bit),
33144 (gst_videoscale_scale_nearest_16bit):
33145 fix 16bit and 24bit for stride (24bit might need testing)
33146 don't pretend we do more than one algorithm
33148 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33152 * gst/multifilesink/Makefile.am:
33153 * gst/multifilesink/gstmultifilesink.c:
33154 (gst_multifilesink_get_formats),
33155 (gst_multifilesink_get_query_types), (_do_init),
33156 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33157 (gst_multifilesink_init), (gst_multifilesink_dispose),
33158 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33159 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33160 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33161 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33162 (gst_multifilesink_chain), (gst_multifilesink_change_state),
33163 (gst_multifilesink_uri_get_type),
33164 (gst_multifilesink_uri_get_protocols),
33165 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33166 (gst_multifilesink_uri_handler_init), (plugin_init):
33167 * gst/multifilesink/gstmultifilesink.h:
33168 * testsuite/Makefile.am:
33169 * testsuite/multifilesink/Makefile.am:
33170 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33171 (gst_newmedia_class_init), (gst_newmedia_init),
33172 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33173 (newfile_signal), (test_signal), (main):
33174 multifilesink plugin for creating new files every time a new media
33175 discontinuity event occurs
33177 2004-07-22 Wim Taymans <wim@fluendo.com>
33179 * gst/alpha/Makefile.am:
33180 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33181 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33182 (gst_alpha_color_init), (gst_alpha_color_set_property),
33183 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33184 (transform), (gst_alpha_color_chain),
33185 (gst_alpha_color_change_state), (plugin_init):
33186 Stupid plugin to to RGBA to AYUV conversion because none of
33187 the colorspace plugins can handle that yet.
33189 2004-07-22 Wim Taymans <wim@fluendo.com>
33191 * examples/seeking/seek.c: (update_scale), (main):
33192 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33193 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33194 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33195 (gst_decode_bin_init), (gst_decode_bin_dispose),
33196 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33197 (no_more_pads), (close_link), (type_found),
33198 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33200 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33201 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33202 (gst_play_base_bin_dispose), (queue_overrun),
33203 (gen_preroll_element), (remove_prerolls), (unknown_type),
33204 (no_more_pads), (new_stream), (setup_source),
33205 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33206 (play_base_eos), (gst_play_base_bin_change_state),
33207 (gst_play_base_bin_add_element),
33208 (gst_play_base_bin_remove_element),
33209 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33210 (gst_play_base_bin_unlink_stream),
33211 (gst_play_base_bin_get_streaminfo):
33212 * gst/playback/gstplaybin.c: (gen_video_element),
33213 (gen_audio_element):
33214 * gst/playback/gststreaminfo.h:
33215 More playback updates, attempt to fix things after the state change
33218 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33220 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33221 (gst_videoscale_scale_nearest_16bit):
33224 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33226 * gst/videotestsrc/gstvideotestsrc.c:
33227 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33228 (gst_videotestsrc_init), (gst_videotestsrc_get),
33229 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33230 (gst_videotestsrc_get_property):
33231 * gst/videotestsrc/gstvideotestsrc.h:
33232 * gst/videotestsrc/videotestsrc.c:
33233 * gst/videotestsrc/videotestsrc.h:
33234 cleanup and commenting
33236 2004-07-21 Wim Taymans <wim@fluendo.com>
33238 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33239 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33240 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33241 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33242 (_find_chain_get_unknown_part), (_find_streams_check),
33243 (gst_ogg_demux_push), (gst_ogg_pad_push):
33244 * ext/theora/theoradec.c: (theora_get_formats),
33245 (theora_dec_src_convert), (theora_dec_sink_convert),
33246 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33247 (theora_dec_chain):
33248 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33249 (vorbis_dec_convert), (vorbis_dec_src_query),
33250 (vorbis_dec_src_event), (vorbis_dec_event):
33251 More seeking fixes, oggdemux now supports seeking to time and
33252 uses the downstream element to convert granulepos to time.
33253 Seeking in theora-only ogg files now works.
33255 2004-07-21 Wim Taymans <wim@fluendo.com>
33257 * ext/theora/theoradec.c: (gst_theora_dec_init),
33258 (theora_get_formats), (theora_get_event_masks),
33259 (theora_get_query_types), (theora_dec_src_convert),
33260 (theora_dec_sink_convert), (theora_dec_src_query),
33261 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33262 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33263 (vorbis_get_event_masks), (vorbis_get_query_types),
33264 (gst_vorbis_dec_init), (vorbis_dec_convert),
33265 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33266 Added query/convert/formats functions to vorbis and theora decoders
33267 so that the outside world can use them too. Fixed seeking on an
33268 ogg/theora/vorbis file by disabling the seeking seeking on the
33271 2004-07-21 Julien MOUTTE <julien@moutte.net>
33273 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33274 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33275 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33276 images creation for both elements. We don't create the image on caps
33277 nego or renego, we just destroy the internal one if present if it does
33278 not match the needs. The chain function takes care of creating a new
33280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33281 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33282 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33283 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33284 the image format information. The buffer pool checks for the context
33285 image format and discard images with different formats.
33286 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33288 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
33290 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33291 (gst_ffmpegcolorspace_chain):
33292 no point in doing any chaining if the pad we want to push from
33295 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
33297 * gst-libs/gst/riff/riff-media.c:
33298 (gst_riff_create_audio_caps_with_data):
33299 Fix double end-to-native symbol conversion (#148021).
33301 2004-07-20 David Schleef <ds@schleef.org>
33303 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33304 Don't use an Atom that doesn't exist.
33306 2004-07-20 Wim Taymans <wim@fluendo.com>
33308 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33309 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33310 (gst_multifdsink_client_remove),
33311 (gst_multifdsink_handle_client_write),
33312 (gst_multifdsink_queue_buffer):
33313 * gst/tcp/gstmultifdsink.h:
33314 More multifdsink stats. Avoid deadlock by releasing locks
33315 before sending out a signal.
33317 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
33321 added Hungarian translation (Laszlo Dvornik)
33323 2004-07-20 Wim Taymans <wim@fluendo.com>
33325 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33326 (gst_multifdsink_add), (gst_multifdsink_client_remove),
33327 (gst_multifdsink_handle_client_write),
33328 (gst_multifdsink_queue_buffer):
33329 * gst/tcp/gsttcp-marshal.list:
33330 Fixed the stupid marshal definition.
33332 2004-07-20 Wim Taymans <wim@fluendo.com>
33334 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33335 (gst_multifdsink_init), (gst_multifdsink_add),
33336 (gst_multifdsink_client_remove),
33337 (gst_multifdsink_handle_client_write),
33338 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33339 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33340 (gst_multifdsink_init_send):
33341 * gst/tcp/gstmultifdsink.h:
33342 Added more stats, added timeout for a client, fixed some typos
33343 and added some comments.
33345 2004-07-20 Wim Taymans <wim@fluendo.com>
33347 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33348 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33349 (gst_multifdsink_client_remove),
33350 (gst_multifdsink_handle_client_write):
33351 * gst/tcp/gstmultifdsink.h:
33352 * gst/tcp/gsttcp-marshal.list:
33353 Added get_stats method that returns a GValueArray of
33356 2004-07-19 Benjamin Otte <otte@gnome.org>
33358 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33359 make sure longname, description and author are valid UTF-8
33361 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
33363 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33364 (gst_ximagesink_set_property):
33365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33366 (gst_xvimagesink_set_property):
33367 make sure SYNCHRONOUS is respected after getting the X context
33369 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33371 * gst/matroska/matroska-demux.c:
33372 (gst_matroska_demux_handle_src_event),
33373 (gst_matroska_demux_parse_blockgroup):
33374 * gst/matroska/matroska-ids.h:
33375 add BlockReference tag and ignore it to clear out log.
33376 ignore NAVIGATION events to clear out log.
33378 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33380 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33381 (gst_matroska_demux_add_stream):
33382 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33383 add debug categories
33385 2004-07-16 Wim Taymans <wim@fluendo.com>
33387 * ext/libpng/Makefile.am:
33388 * ext/libpng/gstpng.c: (plugin_init):
33389 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33390 (gst_pngdec_get_type), (gst_pngdec_base_init),
33391 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33392 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33393 * ext/libpng/gstpngdec.h:
33396 2004-07-16 Julien MOUTTE <julien@moutte.net>
33398 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33399 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33400 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33401 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33402 (gst_ximagesink_buffer_alloc):
33403 * sys/ximage/ximagesink.h:
33404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33405 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33406 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33407 (gst_xvimagesink_buffer_alloc):
33408 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33409 again. Using internal data pointer of the x(v)image to store image's
33410 data to be coherent with the buffer alloc mechanism. Investigated the
33411 image destruction code to be sure that everything gets freed correctly.
33413 2004-07-16 Wim Taymans <wim@fluendo.com>
33415 * gst-libs/gst/riff/riff-read.c:
33416 (gst_riff_read_strf_vids_with_data),
33417 (gst_riff_read_strf_auds_with_data):
33418 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33419 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33420 Make sure we don't create 0 sized subbuffers in riff-read.
33421 Signal the no more pads signal after reading the avi header.
33423 2004-07-16 Wim Taymans <wim@fluendo.com>
33425 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33426 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33427 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33428 (gst_decode_bin_init), (gst_decode_bin_dispose),
33429 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33430 (no_more_pads), (close_link), (type_found),
33431 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33432 (gst_decode_bin_change_state), (plugin_init):
33433 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33434 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33435 (gst_play_base_bin_dispose), (queue_overrun),
33436 (gen_preroll_element), (remove_prerolls), (unknown_type),
33437 (no_more_pads), (new_stream), (setup_source),
33438 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33439 (play_base_eos), (gst_play_base_bin_change_state),
33440 (gst_play_base_bin_add_element),
33441 (gst_play_base_bin_remove_element),
33442 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33443 (gst_play_base_bin_unlink_stream),
33444 (gst_play_base_bin_get_streaminfo):
33445 * gst/playback/gstplaybasebin.h:
33446 Better error recovery. Added configurable preroll queue size. Faster
33447 detection of no-more-pads.
33449 2004-07-16 Wim Taymans <wim@fluendo.com>
33451 * gst-libs/gst/video/video.h:
33452 Added 32 bits RGBA. Not sure if we should use another mime-type
33453 for alpha rgb. Currently the presence of the alpha_mask property
33454 signals an alpha channel.
33456 2004-07-16 Wim Taymans <wim@fluendo.com>
33458 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33459 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33460 FPS seems to be 0.0 to MAX everywhere else.
33462 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33464 * gst-libs/gst/riff/riff-media.c:
33465 (gst_riff_create_video_caps_with_data):
33466 mp42/mp43 (no caps) exist too.
33467 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33468 Set pixel_width/height; we've got them in-caps.
33469 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33470 * gst/wavparse/gstwavparse.c: (plugin_init):
33471 Both are valid primary.
33472 * sys/oss/gstossmixer.c:
33473 Remove i18n hack and enable translations.
33475 2004-07-15 Benjamin Otte <otte@gnome.org>
33477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33478 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33479 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33481 2004-07-15 Benjamin Otte <otte@gnome.org>
33483 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33484 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33485 (gst_alsa_close_audio):
33486 disable some of the debugging code for now. Writing debugging to a
33487 buffer is broken in current alsalib releases.
33489 2004-07-12 Benjamin Otte <otte@gnome.org>
33491 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33494 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33496 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33497 (theora_dec_src_query), (theora_dec_event):
33498 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33499 add debugging categories. Remove \n's.
33501 2004-07-13 Johan Dahlin <johan@gnome.org>
33503 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33504 (gst_play_bin_get_property): Impl.
33506 2004-07-13 Wim Taymans <wim@fluendo.com>
33508 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33509 When trying to find the stream length, seek back N pages
33510 instead of just one, where N is the number of streams in
33513 2004-07-13 Wim Taymans <wim@fluendo.com>
33515 * gst-libs/gst/riff/riff-media.c:
33516 (gst_riff_create_audio_caps_with_data),
33517 (gst_riff_create_audio_caps),
33518 (gst_riff_create_audio_template_caps):
33519 * gst-libs/gst/riff/riff-media.h:
33520 * gst-libs/gst/riff/riff-read.c:
33521 (gst_riff_read_strf_vids_with_data),
33522 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33523 * gst-libs/gst/riff/riff-read.h:
33524 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33525 (gst_avi_demux_add_stream):
33526 Set codec_data on caps for avidemuxer.
33528 2004-07-12 David Schleef <ds@schleef.org>
33530 * configure.ac: Fix test for Objective C
33532 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33533 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33534 (gst_gdk_pixbuf_chain):
33535 Add svg and pcx to template caps, and ensure that getcaps returns a
33536 subset of the template caps.
33537 Copy each row manually for output, as gdkpixbuf may pad the
33538 rowstride to a 32-bit word boundary.
33540 2004-07-12 Wim Taymans <wim@fluendo.com>
33542 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33543 (gst_riff_create_video_template_caps):
33544 Fix the template caps to include some more media types.
33546 2004-07-12 Wim Taymans <wim@fluendo.com>
33548 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33549 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33550 (compare_ranks), (print_feature), (gst_decode_bin_init),
33551 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33552 (try_to_link_1), (new_pad), (close_link), (type_found),
33553 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33554 (gst_decode_bin_change_state), (plugin_init):
33555 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33556 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33557 (gst_play_base_bin_dispose), (queue_overrun),
33558 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33559 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33560 (gst_play_base_bin_get_property), (play_base_eos),
33561 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33562 (gst_play_base_bin_remove_element),
33563 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33564 (gst_play_base_bin_unlink_stream),
33565 (gst_play_base_bin_get_streaminfo):
33566 * gst/playback/gstplaybasebin.h:
33567 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33568 (gst_play_bin_class_init), (gst_play_bin_init),
33569 (gst_play_bin_dispose), (gst_play_bin_set_property),
33570 (gst_play_bin_get_property), (gen_video_element),
33571 (gen_audio_element), (remove_sinks), (setup_sinks),
33572 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33573 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33574 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33575 (gst_play_bin_query), (plugin_init):
33576 * gst/playback/test4.c: (main):
33577 More fixes on reusing of the element.
33579 2004-07-11 Benjamin Otte <otte@gnome.org>
33581 * ext/mad/gstmad.c: (normal_seek):
33582 allow seeking for other methods than just SET
33584 2004-07-11 Andy Wingo <wingo@pobox.com>
33586 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33587 float, "any" caps -> buffer_frames=[0,MAX].
33589 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33590 doesn't intersect our caps with the template any more. Do it
33592 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33594 2004-07-09 Wim Taymans <wim@fluendo.com>
33596 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33597 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33598 (compare_ranks), (print_feature), (gst_decode_bin_init),
33599 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33600 (try_to_link_1), (new_pad), (close_link), (type_found),
33601 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33602 (gst_decode_bin_change_state), (plugin_init):
33603 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33604 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33605 (gst_play_base_bin_dispose), (queue_overrun),
33606 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33607 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33608 (gst_play_base_bin_get_property), (play_base_eos),
33609 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33610 (gst_play_base_bin_remove_element),
33611 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33612 (gst_play_base_bin_unlink_stream),
33613 (gst_play_base_bin_get_streaminfo):
33614 * gst/playback/gstplaybasebin.h:
33615 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33616 (gst_play_bin_class_init), (gst_play_bin_init),
33617 (gst_play_bin_dispose), (gst_play_bin_set_property),
33618 (gst_play_bin_get_property), (gen_video_element),
33619 (gen_audio_element), (remove_sinks), (setup_sinks),
33620 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33621 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33622 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33623 (gst_play_bin_query), (plugin_init):
33624 * gst/playback/test4.c: (main):
33625 Work on object reuse and seeking.
33627 2004-07-09 Wim Taymans <wim@fluendo.com>
33629 * examples/seeking/seek.c: (iterate):
33630 Don't consume all CPU in the idle loop.
33632 2004-07-09 Wim Taymans <wim@fluendo.com>
33634 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33635 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33636 Add pad to element *after* setting the pad functions so that
33637 the scheduler can use the correct ones.
33639 2004-07-09 Wim Taymans <wim@fluendo.com>
33641 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33642 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33643 Sync to keyframe after seek
33645 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33647 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33648 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33649 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33650 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33651 * ext/libvisual/visual.c: (gst_visual_change_state):
33652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33653 * ext/theora/theoradec.c: (theora_dec_change_state):
33654 * ext/theora/theoraenc.c: (theora_enc_change_state):
33655 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33656 * gst-libs/gst/navigation/navigation.c:
33657 * gst/adder/gstadder.c: (gst_adder_change_state):
33658 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33659 (gst_audio_convert_get_buffer):
33660 * gst/multipart/multipartdemux.c:
33661 (gst_multipart_demux_change_state):
33662 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33664 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33665 * gst/videoscale/gstvideoscale.c:
33666 (gst_videoscale_handle_src_event):
33667 * gst/volume/gstvolume.c: (volume_chain_int16):
33668 don't assert in state change, this should be done by the base
33670 various debugging fixes.
33672 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33675 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33676 (gst_play_dispose), (gst_play_set_location),
33677 (gst_play_set_data_src), (gst_play_set_video_sink),
33678 (gst_play_set_audio_sink), (gst_play_set_visualization),
33679 (gst_play_connect_visualization), (gst_play_get_sink_element),
33680 (gst_play_get_all_by_interface):
33681 * gst-libs/gst/play/play.h:
33682 add new method to get elements implementing an interface.
33683 add various error logging
33685 2004-07-08 Wim Taymans <wim@fluendo.com>
33687 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33688 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33689 (make_playerbin_pipeline), (query_durations_elems),
33690 (query_durations_pads), (query_positions_elems),
33691 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33693 Added playbin seeking example.
33695 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33697 * gst-libs/gst/play/play.c: (gst_play_set_location),
33698 (gst_play_set_data_src), (gst_play_set_video_sink),
33699 (gst_play_set_audio_sink), (gst_play_set_visualization),
33700 (gst_play_connect_visualization), (gst_play_get_framerate):
33701 use a macro to look up elements from hash table
33703 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33705 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33706 (gst_play_get_length_callback), (gst_play_set_location),
33707 (gst_play_seek_to_time), (gst_play_set_data_src),
33708 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33709 (gst_play_set_visualization), (gst_play_connect_visualization),
33710 (gst_play_get_sink_element):
33711 - add debugging info
33712 - fix looking up sink elements by iterating over complete caps
33713 - put everything except for source and autoplugger in a complete bin
33715 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33717 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33718 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33719 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33720 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33721 * ext/alsa/gstalsasink.h:
33722 - add debugging info
33723 - clean up schizophrenia of data/buffer/event
33724 - fix double event unref error
33726 2004-07-08 Wim Taymans <wim@fluendo.com>
33728 * gst/playback/Makefile.am:
33729 Add headers to noinst
33731 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33733 * tools/gst-launch-ext-m.m:
33734 * tools/gst-launch-ext.1.in:
33735 convert to the third millenium
33737 2004-07-07 David Schleef <ds@schleef.org>
33739 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33741 2004-07-07 Wim Taymans <wim@fluendo.com>
33743 * gst/playback/Makefile.am:
33744 * gst/playback/README:
33745 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33746 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33747 (compare_ranks), (print_feature), (gst_decode_bin_init),
33748 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33749 (try_to_link_1), (new_pad), (close_link), (type_found),
33750 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33752 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33753 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33754 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33755 (gen_preroll_element), (no_more_pads), (new_stream),
33756 (setup_source), (gst_play_base_bin_set_property),
33757 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33758 (gst_play_base_bin_add_element),
33759 (gst_play_base_bin_remove_element),
33760 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33761 (gst_play_base_bin_unlink_stream),
33762 (gst_play_base_bin_get_streaminfo):
33763 * gst/playback/gstplaybasebin.h:
33764 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33765 (gst_play_bin_class_init), (gst_play_bin_init),
33766 (gst_play_bin_dispose), (gst_play_bin_set_property),
33767 (gst_play_bin_get_property), (gen_video_element),
33768 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33769 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33770 (gst_play_bin_get_formats), (gst_play_bin_convert),
33771 (gst_play_bin_get_query_types), (gst_play_bin_query),
33773 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33774 (gst_stream_info_get_type), (gst_stream_info_class_init),
33775 (gst_stream_info_init), (gst_stream_info_new),
33776 (gst_stream_info_dispose), (gst_stream_info_set_property),
33777 (gst_stream_info_get_property):
33778 * gst/playback/gststreaminfo.h:
33779 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33781 * gst/playback/test2.c: (main):
33782 * gst/playback/test3.c: (update_scale), (main):
33783 More playbin fixes. Added README. Do better element filtering.
33784 Added base class to preroll media. Added test apps.
33786 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33788 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33789 * ext/mpeg2dec/gstmpeg2dec.h:
33790 various debugging improvements. Reset stream to next picture
33791 instead of sequence header, otherwise seeks cannot work.
33793 2004-07-07 Wim Taymans <wim@fluendo.com>
33795 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33796 (gst_video_box_class_init), (gst_video_box_set_property),
33797 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33798 Use pad_alloc where possible.
33800 2004-07-07 Wim Taymans <wim@fluendo.com>
33802 * sys/oss/gstosselement.c: (gst_osselement_reset),
33803 (gst_osselement_parse_caps):
33804 * sys/oss/gstosselement.h:
33805 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33806 Fix offset on osssrc.
33808 2004-07-07 Wim Taymans <wim@fluendo.com>
33810 * ext/theora/theora.c: (plugin_init):
33811 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33812 (theora_dec_src_query), (theora_dec_chain):
33813 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33814 (theora_enc_sink_link), (theora_buffer_from_packet),
33815 (theora_push_packet), (theora_enc_chain):
33816 Fix theora granulepos calculation.
33817 Fix overflow in duration/position calculation.
33818 Bump rank to PRIMARY for theoradec.
33819 Use granulepos of last packet to calculate position.
33820 Set keyframe flag on buffers when needed.
33822 2004-07-06 David Schleef <ds@schleef.org>
33824 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33825 serious? (Fixed, obviously.)
33827 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33831 added Czech translation (Miloslav Trmac)
33833 2004-07-05 Wim Taymans <wim@fluendo.com>
33835 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33836 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33837 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33838 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33839 (close_link), (type_found), (gst_decode_bin_set_property),
33840 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33841 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33842 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33843 (gst_decode_bin_query), (plugin_init):
33844 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33845 (gst_play_bin_class_init), (gst_play_bin_init),
33846 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33847 (get_video_element), (new_pad), (setup_source),
33848 (gst_play_bin_set_property), (gst_play_bin_get_property),
33849 (gst_play_bin_change_state), (gst_play_bin_add_element),
33850 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33851 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33852 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33853 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33854 * gst/playback/test.c: (main):
33855 More fixes, cleaned up playbin, make it use decodebin. Added
33856 threaded property to playbin.
33858 2004-07-05 Wim Taymans <wim@fluendo.com>
33861 * gst/playback/Makefile.am:
33862 * gst/playback/decodetest.c: (main):
33863 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33864 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33865 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33866 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33867 (close_link), (type_found), (gst_decode_bin_set_property),
33868 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33869 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33870 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33871 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33873 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33874 (gst_play_bin_class_init), (gst_play_bin_init),
33875 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33876 (collect_sink_pads), (find_compatibles), (close_pad_link),
33877 (try_to_link_1), (new_pad), (close_link), (type_found),
33878 (setup_source), (gst_play_bin_set_property),
33879 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33880 (compare_ranks), (gst_play_bin_collect_factories),
33881 (gst_play_bin_change_state), (gst_play_bin_add_element),
33882 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33883 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33884 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33885 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33886 * gst/playback/test.c: (main):
33887 Added some playback helper elements and some test apps, very alpha
33890 2004-07-04 Benjamin Otte <otte@gnome.org>
33892 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33893 only restart audio when we indeed have an xrun to fix repeated
33894 xruns. Fix suggested by Giuliano Pochini.
33896 2004-07-03 David Schleef <ds@schleef.org>
33898 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33899 call to gst_debug_log() if debugging is disabled (bug #145118)
33901 2004-07-03 Benjamin Otte <otte@gnome.org>
33903 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33904 use our own functions for restarting the alsa device.
33905 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33906 I should apply patches myself - use MIN for the third argument, not
33907 the second, this fixes seeking
33909 2004-07-02 David Schleef <ds@schleef.org>
33911 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33912 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33915 2004-07-02 David Schleef <ds@schleef.org>
33917 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33918 output buffers. Fix logic mistake. (bug #144866)
33920 2004-07-02 David Schleef <ds@schleef.org>
33922 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33923 on X. (bug #144753)
33925 2004-07-02 David Schleef <ds@schleef.org>
33927 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33928 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33930 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33931 (gst_osselement_rate_probe_check): Add another workaround for
33932 buggy drivers (bug #145336)
33934 2004-07-02 David Schleef <ds@schleef.org>
33936 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33937 Most systems don't have MSG_NOSIGNAL.
33939 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33942 * gst-libs/gst/colorbalance/Makefile.am:
33943 * gst-libs/gst/mixer/Makefile.am:
33944 * gst-libs/gst/play/Makefile.am:
33945 * gst-libs/gst/tuner/Makefile.am:
33946 (hopefully) fix both install and dist and make error message useful.
33947 needs testing across automakes.
33949 2004-07-02 Benjamin Otte <otte@gnome.org>
33951 * ext/ogg/gstogg.c: (plugin_init):
33952 we require bytestream now
33953 * ext/ogg/gstoggdemux.c:
33954 huge diff to implement chain setup in a fast and generic way. This
33955 improves tag reading and startup of huge files (read: Theora videos)
33956 quite a bit. It probably contains bugs, too, so please test.
33957 Seeking is not improved to the fast method.
33959 2004-06-29 Wim Taymans <wim@fluendo.com>
33961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33962 * ext/ogg/gstoggmux.c:
33963 Fix memleak in oggdemux when running unconnected pads.
33964 doc update in mux, start working on keyframe mode.
33966 2004-06-29 Benjamin Otte <otte@gnome.org>
33968 * sys/oss/gstosssink.c:
33969 * sys/oss/gstosssrc.c:
33970 advertise correct template caps - we indeed do non-native endianness
33971 and 8bit audio has no endianness
33972 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33973 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33974 avoid (wrong) duplications in getcaps function and return
33977 2004-06-29 Wim Taymans <wim@fluendo.com>
33979 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33980 (gst_multifdsink_class_init), (gst_multifdsink_add),
33981 (gst_multifdsink_remove), (gst_multifdsink_clear),
33982 (gst_multifdsink_client_remove),
33983 (gst_multifdsink_handle_client_read),
33984 (gst_multifdsink_client_queue_data),
33985 (gst_multifdsink_client_queue_caps),
33986 (gst_multifdsink_client_queue_buffer),
33987 (gst_multifdsink_handle_client_write),
33988 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33989 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33990 (gst_multifdsink_init_send), (gst_multifdsink_close):
33991 Fix wrong GList iteration that could crash the server when
33992 more then 2 clients disconnect at the same time. Read all the
33993 pending commands in one batch to recover from command storms under
33996 2004-06-28 Wim Taymans <wim@fluendo.com>
33998 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33999 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
34000 (gst_videomixer_pad_set_property),
34001 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
34002 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34003 (gst_videomixer_class_init), (gst_videomixer_init),
34004 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
34005 (pad_zorder_compare), (gst_videomixer_sort_pads),
34006 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
34007 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
34008 (gst_videomixer_update_queues), (gst_videomixer_loop),
34010 Avoid divide by zero, choose masterpad as the pad with the highest
34013 2004-06-27 Julien Moutte <julien@moutte.net>
34015 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
34016 (gst_ximagesink_xwindow_new):
34017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
34018 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
34019 function directly. We might want to call it from somewhere else one day.
34021 2004-06-27 Julien Moutte <julien@moutte.net>
34023 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
34024 (gst_ximagesink_xwindow_new):
34025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
34026 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
34027 window decorations.
34029 2004-06-27 Wim Taymans <wim@fluendo.com>
34031 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
34032 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
34033 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
34034 (gst_dvdec_set_property), (gst_dvdec_get_property):
34035 * ext/dv/gstdvdec.h:
34036 Implement drop_factor property to lower the framerate with
34039 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
34041 * gst-libs/gst/colorbalance/Makefile.am:
34042 * gst-libs/gst/mixer/Makefile.am:
34043 * gst-libs/gst/play/Makefile.am:
34044 * gst-libs/gst/tuner/Makefile.am:
34045 unbreak Company's fix that didn't install the -enum.h files
34047 2004-06-27 Wim Taymans <wim@fluendo.com>
34049 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
34050 (gst_dvdec_change_state):
34051 * ext/dv/gstdvdec.h:
34052 Fix timestamp, duration and offset of the buffers.
34054 2004-06-27 Wim Taymans <wim@fluendo.com>
34056 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34057 (gst_multifdsink_class_init), (gst_multifdsink_add),
34058 (gst_multifdsink_remove), (gst_multifdsink_clear),
34059 (gst_multifdsink_client_remove),
34060 (gst_multifdsink_handle_client_read),
34061 (gst_multifdsink_client_queue_data),
34062 (gst_multifdsink_client_queue_caps),
34063 (gst_multifdsink_client_queue_buffer),
34064 (gst_multifdsink_handle_client_write),
34065 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34066 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34067 (gst_multifdsink_init_send), (gst_multifdsink_close):
34068 * gst/tcp/gstmultifdsink.h:
34069 * gst/tcp/gsttcpserversink.c:
34070 (gst_tcpserversink_handle_server_read),
34071 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34072 More multifdsink fixes, more recovery policy fixes.
34073 Removed stupid g_print
34075 2004-06-26 Wim Taymans <wim@fluendo.com>
34077 * gst/tcp/Makefile.am:
34078 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34079 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34080 (gst_multifdsink_class_init), (gst_multifdsink_init),
34081 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34082 (gst_multifdsink_handle_client_read),
34083 (gst_multifdsink_client_queue_data),
34084 (gst_multifdsink_client_queue_caps),
34085 (gst_multifdsink_client_queue_buffer),
34086 (gst_multifdsink_handle_client_write),
34087 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34088 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34089 (gst_multifdsink_chain), (gst_multifdsink_set_property),
34090 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34091 (gst_multifdsink_close), (gst_multifdsink_change_state):
34092 * gst/tcp/gstmultifdsink.h:
34093 * gst/tcp/gsttcpplugin.c: (plugin_init):
34094 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34095 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34096 (gst_tcpserversink_handle_server_read),
34097 (gst_tcpserversink_handle_select),
34098 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34099 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34100 * gst/tcp/gsttcpserversink.h:
34101 Added multifdsink, made tcpserversink a subclass of fdsink, removed
34102 one of the locks, added recovery policy to multifdsink.
34104 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34106 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34107 fix decision for when getting frames with same timestamp
34108 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34109 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34110 (gst_v4lsrc_get_property):
34111 * sys/v4l/gstv4lsrc.h:
34112 add latency offset property
34114 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34116 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34118 fix debugging. add category.
34120 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34122 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34125 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34127 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34128 (gst_alsa_src_get_time), (gst_alsa_src_loop),
34129 (gst_alsa_src_change_state):
34130 return a time that is in sync with the element's processing
34132 2004-06-25 Wim Taymans <wim@fluendo.com>
34134 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34135 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34136 (gst_tcpserversink_client_remove),
34137 (gst_tcpserversink_handle_client_read),
34138 (gst_tcpserversink_client_queue_data),
34139 (gst_tcpserversink_client_queue_caps),
34140 (gst_tcpserversink_client_queue_buffer),
34141 (gst_tcpserversink_handle_client_write),
34142 (gst_tcpserversink_queue_buffer),
34143 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34144 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34145 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34146 (gst_tcpserversink_close):
34147 * gst/tcp/gsttcpserversink.h:
34148 Serversink rewrite. Really do non blocking writes to clients and
34149 maintain an internal queue to handle slower clients while not
34150 disturbing fast clients.
34152 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34154 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34155 better debug, don't override OFFSET and OFFSET_END
34157 2004-06-25 Iain <iain@prettypeople.org>
34159 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34160 name=source for the wavparse pipeline.
34162 2004-06-24 Johan Dahlin <johan@gnome.org>
34164 * ext/theora/theoraenc.c (theora_enc_chain): Call
34165 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34166 streamheader caps are set correctly.
34168 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34170 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34171 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34172 respect minimum bitrate; same could be done for max bitrate
34174 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34176 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34177 (gst_vorbisenc_setup):
34178 fix sample rate range
34180 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34182 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34183 (gst_oggvorbisenc_setup):
34184 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34185 (gst_vorbisenc_setup):
34186 resolve ambiguities in code and description
34188 2004-06-24 Wim Taymans <wim@fluendo.com>
34190 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34191 * ext/alsa/gstalsa.h:
34192 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34193 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34194 Use alsa trigger_tstamp to get the timestamp of the first
34195 sample in the buffer for more precise sync. Some cleanups.
34197 2004-06-24 Wim Taymans <wim@fluendo.com>
34199 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34200 (gst_audiorate_init), (gst_audiorate_chain),
34201 (gst_audiorate_set_property), (gst_audiorate_get_property):
34202 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34203 (gst_videorate_chain):
34204 Added some logging, fixed an overflow bug in videorate.
34206 2004-06-24 Benjamin Otte <otte@gnome.org>
34208 * ext/kio/Makefile.am:
34209 fix for builddir != srcdir and distcheck
34211 2004-06-24 Benjamin Otte <otte@gnome.org>
34213 * gst-libs/gst/colorbalance/Makefile.am:
34214 * gst-libs/gst/mixer/Makefile.am:
34215 * gst-libs/gst/play/Makefile.am:
34216 * gst-libs/gst/tuner/Makefile.am:
34217 * gst/tcp/Makefile.am:
34218 * sys/dxr3/Makefile.am:
34219 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34221 Also add all *.list files that were missing.
34223 add a distcheck hook to ensure the above doesn't happen again.
34225 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
34227 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34229 2004-06-23 Colin Walters <walters@redhat.com>
34231 * m4/Makefile.am: Distribute gst-fionread.m4.
34233 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34235 * configure.ac: back to dev
34237 2004-06-23 Wim Taymans <wim@fluendo.com>
34239 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34240 (gst_alsa_xrun_recovery):
34241 * ext/alsa/gstalsa.h:
34242 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34243 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34244 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34245 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34246 (gst_alsa_src_loop):
34247 Add clock to alsasrc. Take new capture timestamp when
34248 restarting after an overrun. Split up some functions between
34249 alsasrc and alsasink.
34251 === release 0.8.2 ===
34253 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34255 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34256 (gst_alsa_change_state), (gst_alsa_update_avail),
34257 (gst_alsa_xrun_recovery):
34258 * ext/alsa/gstalsa.h:
34259 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34260 merge back changes from release
34262 2004-06-23 Wim Taymans <wim@fluendo.com>
34264 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34265 (gst_audiorate_init), (gst_audiorate_chain),
34266 (gst_audiorate_set_property), (gst_audiorate_get_property):
34267 Implement sample dropping and notify
34269 2004-06-22 Wim Taymans <wim@fluendo.com>
34271 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34272 (theora_enc_sink_link), (theora_buffer_from_packet),
34273 (theora_push_packet), (theora_enc_chain):
34274 Some cleanups, make sure the timestamps are correct.
34276 2004-06-22 Wim Taymans <wim@fluendo.com>
34278 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34279 (gst_alsa_change_state), (gst_alsa_update_avail),
34280 (gst_alsa_xrun_recovery):
34281 * ext/alsa/gstalsa.h:
34282 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34283 Cleanups, take queued samples into account when reporting
34286 2004-06-22 Wim Taymans <wim@fluendo.com>
34288 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34289 (gst_videorate_init):
34290 Initialize the property as well.
34292 2004-06-22 Wim Taymans <wim@fluendo.com>
34294 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34295 (gst_videorate_init), (gst_videorate_chain),
34296 (gst_videorate_set_property), (gst_videorate_get_property):
34297 Add property to make videorate silent.
34298 Add property to prefer new frames over old ones.
34300 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34302 * sys/osxvideo/Makefile.am:
34303 Workaround so that the osxvideo .so file gets linked with the
34304 Cocoa, OpenGL and QuickTime frameworks
34306 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34308 * sys/osxaudio/Makefile.am:
34309 Workaround so that the osxaudio .so file gets linked with the
34310 CoreAudio framework
34312 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34315 Whoops, my fault...fixed build issues
34317 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34320 Add objective-c support if running in Darwin/Mac OS X
34323 * sys/osxvideo/Makefile.am:
34324 * sys/osxvideo/osxvideosink.h:
34325 * sys/osxvideo/osxvideosink.m:
34326 * sys/osxvideo/cocoawindow.h:
34327 * sys/osxvideo/cocoawindow.m:
34328 Add osxvideosink, a cocoa-based osx video sink
34331 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
34332 * ext/dvdnav/gst-dvd:
34333 Grab the gconf key from the right spot
34334 * gst/debug/gstnavseek.c: (gst_navseek_init),
34335 (gst_navseek_segseek), (gst_navseek_handle_src_event),
34336 (gst_navseek_chain):
34337 * gst/debug/gstnavseek.h:
34338 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34339 and loop parameters of a segment seek.
34340 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34341 (gst_videotestsrc_get_event_masks),
34342 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34343 * gst/videotestsrc/gstvideotestsrc.h:
34344 Add seeking support to videotestsrc
34345 Initialise the timestamp_offset variable.
34347 2004-06-18 Wim Taymans <wim@fluendo.com>
34349 * ext/sidplay/gstsiddec.cc:
34350 Fix negotiation and set correct end offset.
34352 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
34354 * configure.ac: branch and prerelease
34356 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34358 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34359 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34360 (gst_tcpclientsrc_init_receive):
34361 * gst/tcp/gsttcpclientsrc.h:
34362 read caps when connecting to server for GDP so we set them correctly
34364 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34366 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34367 notify drops and duplicates
34368 * gst/videoscale/videoscale.c: (videoscale_get_structure):
34369 no good reason to limit ourselves to 100x100
34371 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34373 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34374 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34375 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34376 (gst_v4lsrc_get_property):
34377 * sys/v4l/gstv4lsrc.h:
34378 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34379 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34380 (gst_v4l_set_audio):
34381 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34382 (gst_v4lsrc_try_capture):
34383 * sys/v4l/v4lsrc_calls.h:
34384 change try_palette to more general try_capture
34385 add autoprobe option so we can turn off autoprobing
34388 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34392 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34393 (gst_ximagesink_class_init):
34394 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34395 (gst_xvimagesink_class_init):
34396 run them as finalize, not dispose, since dispose can be invoked
34399 2004-06-17 Wim Taymans <wim@fluendo.com>
34401 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34402 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34403 * ext/alsa/gstalsa.h:
34404 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34405 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34406 (gst_alsa_src_change_state):
34407 * ext/alsa/gstalsasrc.h:
34408 Make the xrun code timestamp and offset the buffers correctly.
34409 moved the clock to the base class, use alsa methods to get time.
34410 Do correct timestamping on outgoing buffers.
34412 2004-06-17 Wim Taymans <wim@fluendo.com>
34414 * gst/audiorate/Makefile.am:
34415 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34416 (gst_audiorate_base_init), (gst_audiorate_class_init),
34417 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34418 (gst_audiorate_set_property), (gst_audiorate_get_property),
34419 (gst_audiorate_change_state), (plugin_init):
34420 Added an audiorate converter that fills in gaps.
34422 2004-06-17 Johan Dahlin <johan@gnome.org>
34424 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34426 2004-06-16 Wim Taymans <wim@fluendo.com>
34428 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34429 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34430 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34431 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34432 (gst_v4lsrc_get_property):
34433 * sys/v4l/gstv4lsrc.h:
34434 Added a copy mode to v4lsrc where it will output a copied version
34435 of its internal hardware buffer.
34436 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34439 2004-06-16 Wim Taymans <wim@fluendo.com>
34441 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34444 2004-06-16 Wim Taymans <wim@fluendo.com>
34446 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34447 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34448 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34449 (gst_v4lsrc_get_property):
34450 * sys/v4l/gstv4lsrc.h:
34451 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34452 Added a sync mode enum property to control v4lsrc timestamp method
34453 Removed the use-fixed-fps property and moved functionality in
34455 Don't error on an error value from v4l-conf, it might not always
34458 2004-06-16 Wim Taymans <wim@fluendo.com>
34460 * gst/videorate/Makefile.am:
34461 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34462 (gst_videorate_base_init), (gst_videorate_class_init),
34463 (gst_videorate_getcaps), (gst_videorate_link),
34464 (gst_videorate_init), (gst_videorate_chain),
34465 (gst_videorate_set_property), (gst_videorate_get_property),
34466 (gst_videorate_change_state), (plugin_init):
34467 Added a video timestamp corrector.
34469 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34471 fixed a potential leak with previous commit
34473 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34475 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34477 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34478 Added missing refcount, fixes bug #144425
34479 Cheers Tim for finding the bug
34481 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34483 * sys/v4l/gstv4l.c: (plugin_init):
34484 * sys/v4l/gstv4lcolorbalance.c:
34485 * sys/v4l/gstv4lcolorbalance.h:
34486 * sys/v4l/gstv4lelement.c:
34487 * sys/v4l/gstv4lelement.h:
34488 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34489 * sys/v4l/gstv4lmjpegsink.h:
34490 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34491 * sys/v4l/gstv4lmjpegsrc.h:
34492 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34493 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34494 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34495 * sys/v4l/gstv4lsrc.h:
34496 * sys/v4l/gstv4ltuner.c:
34497 * sys/v4l/gstv4ltuner.h:
34498 * sys/v4l/gstv4lxoverlay.c:
34499 * sys/v4l/gstv4lxoverlay.h:
34500 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34501 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34502 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34503 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34504 (gst_v4l_set_audio):
34505 * sys/v4l/v4l_calls.h:
34506 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34507 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34508 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34509 (gst_v4lmjpegsink_playback_init),
34510 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34511 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34512 (gst_v4lmjpegsink_playback_stop),
34513 (gst_v4lmjpegsink_playback_deinit):
34514 * sys/v4l/v4lmjpegsink_calls.h:
34515 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34516 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34517 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34518 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34519 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34520 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34521 * sys/v4l/v4lmjpegsrc_calls.h:
34522 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34523 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34524 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34525 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34526 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34527 (gst_v4lsrc_try_palette):
34528 * sys/v4l/v4lsrc_calls.h:
34529 bunch of paranoia cleanups
34531 2004-06-14 David Schleef <ds@schleef.org>
34533 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34534 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34535 Send discont events and change timestamps appropriately when
34536 we get a seek event. (bug #144240)
34537 * ext/cdparanoia/gstcdparanoia.h:
34539 2004-06-14 Benjamin Otte <otte@gnome.org>
34541 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34542 snd_pcm_hw_params_set_rate since the latter fails for no good
34543 reason on some setups.
34545 2004-06-14 David Schleef <ds@schleef.org>
34547 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34548 standard. Thank you for playing.
34550 2004-06-14 Wim Taymans <wim@fluendo.com>
34552 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34553 Patch 1.3 broke the ordering of the colorspace info and
34554 made the plugin basically work by coincidence, reordered
34557 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34559 * ext/lame/gstlame.c:
34560 * ext/mad/gstmad.c:
34561 sync caps. Make sure mad can only output a list of rates, not
34562 a full range. In the future, have three caps lists for each of the
34563 mpeg versions. Change mpegversion to a double as well.
34565 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34567 * gst/volume/.cvsignore:
34568 * gst/volume/Makefile.am:
34569 * gst/volume/demo.c: (value_changed_callback), (idler),
34570 (setup_gui), (main):
34571 added small demo app
34573 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34574 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34575 * ext/esd/esdsink.h:
34576 Close the esd connection on pause, because esd will just wait -
34577 blocking all other esd clients indefinitely.
34579 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34581 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34582 previous commit with GST_DEBUG
34584 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34587 add a header check for a dvdread header in dvdnav. Fixes #133002
34589 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34591 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34592 * gst/tcp/gsttcpclientsink.h:
34593 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34594 * gst/tcp/gsttcpclientsrc.h:
34595 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34596 (gst_tcpserversink_handle_server_read),
34597 (gst_tcpserversink_init_send):
34598 * gst/tcp/gsttcpserversink.h:
34599 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34600 * gst/tcp/gsttcpserversrc.h:
34601 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34604 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34607 Added ogg library so that OSX detects libtheora properly
34609 2004-06-11 Wim Taymans <wim@fluendo.com>
34611 * ext/theora/theoradec.c: (theora_dec_chain),
34612 (theora_dec_change_state):
34613 Don't try to decode frames before we received a keyframe.
34615 2004-06-11 Wim Taymans <wim@fluendo.com>
34617 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34618 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34619 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34620 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34621 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34622 Added property to set the maximum delay of a page.
34624 2004-06-10 Wim Taymans <wim@fluendo.com>
34626 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34627 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34628 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34629 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34630 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34631 Added max-delay property to control the maximum amount
34632 of data to put in one page.
34634 2004-06-10 Wim Taymans <wim@fluendo.com>
34636 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34637 (gst_theora_enc_init), (theora_enc_sink_link),
34638 (theora_buffer_from_packet), (theora_enc_set_property),
34639 (theora_enc_get_property):
34640 Set duration on encoded buffer, added some more properties
34642 2004-06-10 Wim Taymans <wim@fluendo.com>
34644 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34645 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34646 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34647 * ext/theora/theoraenc.c: (theora_enc_chain):
34648 Fix refcounting bugs
34650 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34652 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34653 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34654 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34655 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34656 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34657 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34658 (gst_asf_demux_change_state):
34659 * gst/asfdemux/gstasfdemux.h:
34660 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34661 feels like. I think we should set a new requirement for demuxers
34662 from now on to implement sane loop functions, data loops, query
34663 and seek functions before first commit into CVS. And this commit
34664 fixes all of the above.
34666 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34668 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34669 vorbis comments are properly encoded in UTF-8 before adding them
34672 2004-06-09 Benjamin Otte <otte@gnome.org>
34674 * ext/alsa/gstalsa.c: (add_channels):
34675 handle min <= max correctly
34676 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34677 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34678 add fixation functions so we fixate correctly. No preferring of alaw
34679 anymore because it's the first structure.
34680 * ext/alsa/gstalsa.h:
34681 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34682 (gst_alsa_hw_params_dump):
34683 add functions to ease debugging in alsalib
34684 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34685 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34686 (gst_alsa_start_audio):
34687 only specify hw params if we really setup a format (fixes #134007 -
34688 or at least works around it)
34690 2004-06-09 Wim Taymans <wim@fluendo.com>
34692 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34693 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34694 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34695 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34696 (gst_ogg_mux_loop):
34697 Use stream caps to setup the initial pages in the ogg stream.
34698 Correctly set the streamheader caps on the srcpad.
34700 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34702 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34703 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34704 (gst_v4lsrc_getcaps):
34705 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34706 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34707 add querying of fps lists for webcams. Negotiating to a framerate
34710 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34712 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34713 (theora_push_buffer), (theora_push_packet),
34714 (theora_set_header_on_caps), (theora_enc_chain):
34715 mark buffers and put on streamheader, raw theora streaming
34716 now works too, whee
34718 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34720 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34721 (gst_tcp_gdp_read_caps):
34722 do a looping read for caps and GDP headers too
34724 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34726 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34727 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34728 return EOS instead of NULL in _get
34730 2004-06-08 Wim Taymans <wim@fluendo.com>
34732 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34733 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34734 (gst_tcp_gdp_write_caps):
34735 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34736 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34737 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34740 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34742 * ext/vorbis/Makefile.am:
34743 * ext/vorbis/vorbis.c: (plugin_init):
34744 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34745 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34746 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34747 (vorbis_parse_change_state):
34748 * ext/vorbis/vorbisparse.h:
34749 adding a vorbisparse element that marks the buffers, streaming
34750 raw vorbis using GDP now works, whee
34752 2004-06-08 Wim Taymans <wim@fluendo.com>
34754 * ext/jpeg/Makefile.am:
34756 * ext/jpeg/gstjpeg.c: (plugin_init):
34757 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34758 (gst_smokedec_base_init), (gst_smokedec_class_init),
34759 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34760 * ext/jpeg/gstsmokedec.h:
34761 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34762 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34763 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34764 (gst_smokeenc_resync), (gst_smokeenc_chain),
34765 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34766 * ext/jpeg/gstsmokeenc.h:
34767 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34768 (smokecodec_flush_destination), (smokecodec_term_destination),
34769 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34770 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34771 (smokecodec_term_source), (smokecodec_encode_new),
34772 (smokecodec_decode_new), (smokecodec_info_free),
34773 (smokecodec_set_quality), (smokecodec_get_quality),
34774 (smokecodec_set_threshold), (smokecodec_get_threshold),
34775 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34776 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34777 (smokecodec_parse_header), (smokecodec_decode):
34778 * ext/jpeg/smokecodec.h:
34779 Added a new simple jpeg based codec
34781 2004-06-08 Wim Taymans <wim@fluendo.com>
34783 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34784 (gst_multipart_mux_loop):
34787 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34789 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34790 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34791 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34792 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34793 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34794 * gst/tcp/gsttcpserversink.h:
34795 take streamheader into account
34797 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34799 * gst/level/Makefile.am:
34800 * gst/level/gstlevel.c: (gst_level_class_init):
34801 clean up marshal generation
34803 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34805 * gst/tcp/Makefile.am:
34806 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34807 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34808 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34809 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34810 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34811 (gst_tcpclientsrc_get_property):
34812 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34813 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34814 (gst_tcpserversink_handle_client_read),
34815 (gst_tcpserversink_handle_client_write),
34816 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34817 * gst/tcp/gsttcpserversink.h:
34818 add signals client-added and client-removed
34819 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34820 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34821 (gst_tcpserversrc_get_property):
34822 uniformized, change default protocol to NONE
34823 * gst/tcp/gsttcp-marshal.list: added
34824 2004-06-07 Benjamin Otte <otte@gnome.org>
34826 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34827 handle discont events if they happen before caps nego
34829 2004-06-07 Wim Taymans <wim@fluendo.com>
34831 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34832 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34833 (gst_multipart_demux_plugin_init):
34834 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34835 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34836 (gst_multipart_mux_change_state):
34837 Small updates, fix a memleak
34839 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34841 * configure.ac: OSS portability
34842 * ext/arts/gst_arts.c: idem
34843 * sys/oss/gstosselement.c: idem
34844 * sys/oss/gstossmixer.c: idem
34845 * sys/oss/gstosssink.c: idem
34846 * sys/oss/gstosssrc.c: idem
34847 * sys/oss/oss_probe.c: idem
34848 - check for soundcard.h in different places for some BSD
34850 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34853 Add me to the authors file
34855 Increase the libdv requirement to >= version 0.100
34856 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34857 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34858 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34859 * ext/dv/gstdvdec.h:
34860 Add support for the new_media flag when sending DISCONT events
34861 Make the querying work when video pad is not linked
34863 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34865 reviewed by Benjamin Otte <otte@gnome.org>
34867 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34868 create a NULL-initialized array of pads, so we don't think they
34869 exist already. (fixes #143130)
34871 2004-06-07 Benjamin Otte <otte@gnome.org>
34873 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34874 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34875 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34876 don't use // coments
34878 2004-06-07 Benjamin Otte <otte@gnome.org>
34880 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34881 cast to GstClockTime to get higher granularity
34882 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34883 use gst_element_set_time_delay to get the exact time
34884 * ext/mad/gstmad.c: (gst_mad_chain):
34885 use the negotiated rate instead of the current frame's rate which
34886 might be wrong because of bit errors. This avoids emitting totally
34887 bogus timestamps and screwing sync.
34890 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34892 reviewed by Benjamin Otte <otte@gnome.org>
34894 * gst/adder/gstadder.c: (gst_adder_loop):
34895 properly error out when no negotiation has happened yet. (fixes
34898 2004-06-06 Benjamin Otte <otte@gnome.org>
34900 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34901 forward correctly transformed offset in discont events. Based on
34902 patch by Arwed v. Merkatz. (fixes #142851)
34904 2004-06-06 David Schleef <ds@schleef.org>
34906 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34907 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34908 problems on several systems.
34910 2004-06-06 Benjamin Otte <otte@gnome.org>
34912 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34913 use explicit caps on the srcpad
34914 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34915 properly error out if caps couldn't be set (fixes #142764)
34917 2004-06-06 Benjamin Otte <otte@gnome.org>
34919 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34920 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34921 (gst_alsa_start_audio):
34922 - don't call set_periods_integer anymore, it breaks the
34923 configuration randomly
34924 - call snd_pcm_hw_params_set_access directly instead of using masks
34925 - don't fail if the sw_params can't be set, just use the default
34926 params and hope it works. Alsalib has weird issues when you touch
34927 sw_params and does no proper error reporting about what failed.
34928 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34929 (gst_alsa_close_audio):
34930 make our alsa debugging go via gst debugging and not conditionally
34932 * ext/alsa/gstalsa.h:
34933 add ALSA_DEBUG_FLUSH macro
34934 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34936 wrap alsa errors to be printed via the gst debugging system and not
34939 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34941 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34942 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34943 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34944 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34945 (qtdemux_parse_trak):
34946 * gst/qtdemux/qtdemux.h:
34947 Bitch. Also known as seeking, querying & co.
34948 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34949 (gst_osssink_change_state):
34950 * sys/oss/gstosssink.h:
34951 Resyncing is for weenies, this hack is no longer needed and was
34952 broken anyway (since it - unintendedly - always leaves resync to
34955 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34957 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34958 * gst/tcp/gsttcpclientsrc.h: idem
34959 - define MSG_NOSIGNAL if not done
34960 - include unistd.h for off_t
34963 2004-06-05 Benjamin Otte <otte@gnome.org>
34966 * ext/kio/Makefile.am:
34967 check for qt's moc preprocessor explicitly and use it
34969 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34971 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34972 don't get a signal for EPIPE on socket writes
34973 (somebody check if this works on other platforms)
34975 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34977 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34978 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34979 check error condition on available samples correctly
34981 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34983 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34985 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34986 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34987 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34988 (gst_tcpserversrc_gdp_read_header):
34989 use ssize_t over size_t since the former is signed and thus the
34990 check for error codes can work
34992 2004-06-02 Wim Taymans <wim@fluendo.com>
34996 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34997 (gst_multipart_mux_loop):
35000 2004-06-02 Wim Taymans <wim@fluendo.com>
35002 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
35003 (gst_multipart_mux_init), (gst_multipart_mux_loop),
35004 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35005 (gst_multipart_mux_change_state):
35006 Added configurable boundary specifier, added the value as a
35007 caps field as well.
35009 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35011 * gst/tcp/gsttcp.c:
35012 * gst/tcp/gsttcpclientsrc.c:
35013 * gst/tcp/gsttcpclientsrc.h:
35014 * gst/tcp/gsttcpserversrc.c:
35015 - portability fix, to compile on OSX
35018 * sys/osxaudio/gstosxaudioelement.c:
35019 * sys/osxaudio/gstosxaudiosink.c:
35020 * sys/osxaudio/gstosxaudiosrc.c:
35021 - compilation warnings on OSX
35024 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35026 * ext/vorbis/vorbisdec.c : sign warning fixes
35028 * gst-libs/gst/mixer/mixertrack.c :
35029 do no use defines which are glib 2.4 specific
35031 2004-06-01 Christophe Fergeau <teuf@gnome.org>
35033 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
35034 buffer since libflac doesn't expect it (reports a sync error when
35035 it encounters that)
35038 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
35040 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
35041 * gst-libs/gst/mixer/mixertrack.c:
35042 (gst_mixer_track_get_property), (get_mixer_track_init),
35043 (get_mixer_track_get_property): Added property accessors
35044 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
35045 * gst-libs/gst/mixer/mixeroptions.c:
35046 (gst_mixer_options_get_values): Added
35047 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
35048 * gst-libs/gst/mixer/mixer.c: Fixed comment
35051 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35053 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35054 improve error messages on open
35057 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
35059 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35060 check if v4l-conf is in path
35062 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
35064 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35065 change assert to a more readable error message
35067 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35069 * gst-libs/gst/tuner/tunerchannel.h:
35070 - add a freq_multiplicator field to make the conversion
35071 between internal frequency unit and Hz
35072 * sys/v4l/gstv4lelement.c:
35073 * sys/v4l2/gstv4l2element.c:
35074 - change default video device to /dev/video0
35075 * sys/v4l/v4l_calls.c:
35076 * sys/v4l2/v4l2_calls.c:
35077 - we only expose frequency to the user in Hz instead of
35078 bastard v4lX unit (either 62.5kHz or 62.5Hz)
35080 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
35081 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35082 Initialise b_o_s and e_o_s variables
35083 * gst-libs/gst/riff/riff-media.c:
35084 (gst_riff_create_video_caps_with_data):
35085 Add some unusual fourcc's from mplayer avi's
35086 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35087 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35090 2004-05-28 Wim Taymans <wim@fluendo.com>
35093 * gst/alpha/Makefile.am:
35094 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35095 (gst_alpha_get_type), (gst_alpha_base_init),
35096 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35097 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35098 (gst_alpha_chroma_key), (gst_alpha_chain),
35099 (gst_alpha_change_state), (plugin_init):
35100 A plugin to add an alpha channel to I420 video. Can optionally do
35102 * gst/multipart/Makefile.am:
35103 * gst/multipart/multipart.c: (plugin_init):
35104 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35105 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35106 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35107 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35108 (gst_multipart_demux_change_state),
35109 (gst_multipart_demux_plugin_init):
35110 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35111 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35112 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35113 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35114 (gst_multipart_mux_pad_unlink),
35115 (gst_multipart_mux_request_new_pad),
35116 (gst_multipart_mux_handle_src_event),
35117 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35118 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35119 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35120 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35121 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35122 send multipart jpeg images to a browser.
35123 * gst/videobox/Makefile.am:
35124 * gst/videobox/README:
35125 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35126 (gst_video_box_get_type), (gst_video_box_base_init),
35127 (gst_video_box_class_init), (gst_video_box_init),
35128 (gst_video_box_set_property), (gst_video_box_get_property),
35129 (gst_video_box_sink_link), (gst_video_box_i420),
35130 (gst_video_box_ayuv), (gst_video_box_chain),
35131 (gst_video_box_change_state), (plugin_init):
35132 Crops or adds borders around an image. can do alpha channel
35134 * gst/videomixer/Makefile.am:
35135 * gst/videomixer/README:
35136 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35137 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35138 (gst_videomixer_pad_get_sink_event_masks),
35139 (gst_videomixer_pad_get_property),
35140 (gst_videomixer_pad_set_property),
35141 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35142 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35143 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35144 (gst_videomixer_base_init), (gst_videomixer_class_init),
35145 (gst_videomixer_init), (gst_videomixer_request_new_pad),
35146 (gst_videomixer_handle_src_event),
35147 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35148 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35149 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35150 (gst_videomixer_loop), (gst_videomixer_get_property),
35151 (gst_videomixer_set_property), (gst_videomixer_change_state),
35153 Generic video mixer plugin, can handle multiple inputs all with
35154 different framerates and video sizes. Is fully alpha channel
35157 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35159 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35160 Select first track as master track. Not sure how else to handle
35162 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35163 Discard discont events. Should fix #142962.
35165 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
35167 * ext/alsa/Makefile.am:
35168 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35169 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35170 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35171 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35172 (gst_alsa_mixer_get_option):
35173 * ext/alsa/gstalsamixer.h:
35174 * ext/alsa/gstalsamixeroptions.c:
35175 (gst_alsa_mixer_options_get_type),
35176 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35177 (gst_alsa_mixer_options_new):
35178 * ext/alsa/gstalsamixeroptions.h:
35179 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35180 * ext/alsa/gstalsamixertrack.h:
35181 Add enumerations (as GstMixerOptions). Make correct distinction
35182 between input/output tracks. Add capture/playback private flag.
35183 Use flag to decide on whether to set capture or playback volumes
35184 or switches. Use playback and record switches.
35185 * gst-libs/gst/mixer/Makefile.am:
35186 * gst-libs/gst/mixer/mixer-marshal.list:
35187 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35188 (gst_mixer_set_option), (gst_mixer_get_option),
35189 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35190 (gst_mixer_volume_changed), (gst_mixer_option_changed):
35191 * gst-libs/gst/mixer/mixer.h:
35192 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35193 (gst_mixer_options_class_init), (gst_mixer_options_init),
35194 (gst_mixer_options_dispose):
35195 * gst-libs/gst/mixer/mixeroptions.h:
35196 Add GstMixerOptions.
35197 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35198 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35199 broken device detection on computers with multiple OSS sound
35202 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
35204 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35205 fixate nicely even when the peer is not negotiating
35207 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
35209 * gst/audioconvert/gstaudioconvert.c:
35210 (gst_audio_convert_parse_caps):
35211 make sure we don't allow depth > width
35212 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35213 fixate endianness to G_BYTE_ORDER as default
35214 * gst/audioscale/gstaudioscale.c:
35215 we don't handle another endianness as host-endianness
35217 2004-05-25 David Schleef <ds@schleef.org>
35219 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
35221 2004-05-24 Benjamin Otte <otte@gnome.org>
35223 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35224 (gst_oggvorbisenc_setup):
35225 properly fail when we can't setup the vorbis encoder due to
35226 unsupported settings
35227 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35228 (gst_vorbisenc_setup):
35230 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35231 fix case where warnings occured when one pad was unlinked while the
35232 other's link function was called
35234 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
35236 * gst/tcp/Makefile.am:
35239 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35241 * gst-libs/gst/resample/private.h:
35242 don't use optimizations that are #if 0'ed
35244 2004-05-24 Wim Taymans <wim@fluendo.com>
35246 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35247 Fix potential division by zero error and hopefully get
35248 the position query right to get correct timestamps on avi
35251 2004-05-24 Wim Taymans <wim@fluendo.com>
35253 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35254 (gst_videoscale_scale_nearest_str2),
35255 (gst_videoscale_scale_nearest_str4),
35256 (gst_videoscale_scale_nearest_32bit),
35257 (gst_videoscale_scale_nearest_24bit),
35258 (gst_videoscale_scale_nearest_16bit):
35259 Fix the scaling algorithm and avoid a buffer overflow.
35260 removed the while loop in the scaling function as it
35261 was used for point sampling only.
35263 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35265 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35266 (gst_id3_tag_class_init), (gst_id3_tag_init),
35267 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35268 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35269 (gst_id3_tag_send_tag_event):
35270 lots of fixes to make id3mux work and id3demux work correctly
35272 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35275 add rules to build shout2send (was removed by accident
35276 when this module was no more marked experimental/broken)
35278 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35280 * ext/shout2/gstshout2.c:
35281 * ext/shout2/gstshout2.h:
35282 adding a "connection problem" signal to shout2send
35285 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
35287 * ext/kio/kioreceiver.cpp:
35288 * ext/kio/kioreceiver.h:
35289 fix sign comparison issues
35291 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35293 * gst/cdxaparse/gstcdxaparse.c:
35294 * gst/cdxaparse/gstcdxaparse.h:
35296 add some checks/sanity
35297 prepare for seek addition
35299 * sys/sunaudio/gstsunaudio.c:
35300 remove exported dupe init function
35302 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
35304 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35305 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35306 Fix format conversion and position querying.
35307 * gst/debug/progressreport.c: (gst_progressreport_report):
35308 Don't output a bogus total value that we didn't query.
35309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35310 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35311 only a blank window after xine has been used.
35313 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35316 sync with upstream version to fix test on FC2
35317 readd with -ko to preserve Id header
35319 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35322 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35323 * gst/tcp/gsttcpclientsrc.c: idem
35324 * gst/tcp/gsttcpserversink.c: idem
35325 * gst/tcp/gsttcpserversrc.c: idem
35326 * m4/gst-fionread.m4: idem
35328 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35330 * configure.ac: enable speex plugin for speex 1.1.5+
35331 * ext/speex/gstspeexenc.c: fix cast warning
35333 * ext/esd/README: fix typo
35335 2004-05-20 David Schleef <ds@schleef.org>
35337 * configure.ac: Minor cosmetic change to convince the buildbot to
35339 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35340 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35341 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35342 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35343 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35344 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35345 More hacking. Plays audio now.
35347 2004-05-20 David Schleef <ds@schleef.org>
35352 2004-05-20 David Schleef <ds@schleef.org>
35354 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
35355 * sys/osxaudio/gstosxaudio.c:
35356 * sys/osxaudio/gstosxaudioelement.c:
35357 * sys/osxaudio/gstosxaudioelement.h:
35358 * sys/osxaudio/gstosxaudiosink.c:
35359 * sys/osxaudio/gstosxaudiosink.h:
35360 * sys/osxaudio/gstosxaudiosrc.c:
35361 * sys/osxaudio/gstosxaudiosrc.h:
35363 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35365 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35366 (gst_vorbisenc_chain):
35367 put the codec headers on the caps as streamheader as well as
35370 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35372 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35373 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35374 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35375 split up push_packet into two functions
35377 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35379 * gst/tcp/.cvsignore:
35381 * gst/tcp/Makefile.am:
35383 * gst/tcp/gsttcp.c:
35384 * gst/tcp/gsttcp.h:
35385 * gst/tcp/gsttcpclientsink.c:
35386 * gst/tcp/gsttcpclientsink.h:
35387 * gst/tcp/gsttcpclientsrc.c:
35388 * gst/tcp/gsttcpclientsrc.h:
35389 * gst/tcp/gsttcpplugin.c:
35390 * gst/tcp/gsttcpserversink.c:
35391 * gst/tcp/gsttcpserversink.h:
35392 * gst/tcp/gsttcpserversrc.c:
35393 * gst/tcp/gsttcpserversrc.h:
35394 add new tcp elements
35396 2004-05-19 Wim Taymans <wim@fluendo.com>
35398 * gst/law/mulaw-conversion.c: (mulaw_encode):
35399 Fix overflow bug in ulaw encoding.
35401 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35403 * ext/mad/gstmad.c: (gst_mad_handle_event):
35404 don't unref the event twice
35406 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35409 remove -Wno-sign-compare
35411 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35414 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35415 if you want to work against glib 2.2 and 2.4
35417 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
35419 * gst/tcp/Makefile.am:
35420 * gst/tcp/gsttcp.c:
35421 * gst/tcp/gsttcp.h:
35422 * gst/tcp/gsttcpsink.h:
35423 * gst/tcp/gsttcpsrc.h:
35424 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35426 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35428 * gst/debug/tests.c: (md5_get_value):
35429 fix segfault on gst-inspect
35431 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35433 * gst/debug/testplugin.c:
35434 * gst/debug/tests.c:
35435 * gst/debug/tests.h:
35436 add new extensible and configurable testing element. Current tests
35437 include buffer count, stream length, timestamp/duration matching and
35439 * gst/debug/Makefile.am:
35440 * gst/debug/gstdebug.c: (plugin_init):
35441 add infrastructure for new element
35443 2004-05-19 Johan Dahlin <johan@gnome.org>
35445 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35446 ending of the array. Fixes gst-inspect segfault on ppc.
35448 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35450 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35452 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35454 2004-05-18 David Schleef <ds@schleef.org>
35456 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35457 warnings (bugs, actually) noticed by gcc but not forte.
35459 2004-05-18 David Schleef <ds@schleef.org>
35461 * sys/sunaudio/Makefile.am:
35462 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35464 2004-05-18 David Schleef <ds@schleef.org>
35466 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35467 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35468 to allow qtdemux to use non-seekable streams. (bug #142272)
35470 2004-05-18 David Schleef <ds@schleef.org>
35472 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35473 (gst_resample_sinc_ft_float): Remove use of static temporary
35474 buffer. This code was obviously not supposed to last long, but
35475 it's stuck in our ABI, so it required a little hack to make it
35476 ABI-compatible. Fixes #142585.
35477 * gst-libs/gst/resample/resample.h: same.
35479 2004-05-18 David Schleef <ds@schleef.org>
35481 * configure.ac: Add sunaudio
35482 * examples/Makefile.am: make gstplay depend on gconf
35483 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35484 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35485 (convert_table_lookup), (img_convert): remove c99-isms
35486 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35487 unsigned, to fix a warning on Solaris
35488 * gst/mpeg1sys/systems.c: bcopy->memcpy
35489 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35490 * sys/Makefile.am: Add sunaudio
35492 2004-05-18 Wim Taymans <wim@fluendo.com>
35494 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35495 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35496 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35497 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35498 (gst_ogg_mux_loop):
35499 Fix an ugly memleak where the muxer didn't flush enough ogg
35500 pages. This also resulted in badly muxed ogg files.
35502 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35504 * gst/asfdemux/asfheaders.c :
35505 * gst/asfdemux/asfheaders.h :
35506 * gst/asfdemux/gstasfdemux.c :
35507 - fix ASF_OBJ_PADDING guid
35508 - add 3 new object guids (language list, metadata,
35509 extended stream properties)
35510 - add a function to parse extended header objects
35512 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35514 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35515 remove leftover debugging g_print
35517 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35519 * ext/mad/gstmad.c: (gst_mad_handle_event):
35520 Fix for when the first format in a discont event is not a
35521 byte-based one. Should fix #137710.
35523 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35525 * m4/a52.m4 : fix compilation with -Wall -Werror
35526 * m4/libfame.m4 : idem
35527 * m4/libmikmod.m4 : idem
35529 2004-05-17 Benjamin Otte <otte@gnome.org>
35531 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35532 signal the new tags before giving up the reference
35534 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35536 * ext/shout2/gstshout2.c:
35537 use application/ogg instead of application/x-ogg (patch by Patrick
35538 Guimond, fixes #142432)
35539 * sys/oss/gstosselement.c: (gst_osselement_reset),
35540 (gst_osselement_sync_parms):
35541 don't set fragment size unless specified (fixes #142493)
35543 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35545 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35548 2004-05-17 Benjamin Otte <otte@gnome.org>
35550 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35551 compute offsets correctly for internal buffers so timestamps are set
35552 correctly when we can't seek. Also handle cases where there are no
35553 offsets. (based on a patch by David Moore, fixes #142507)
35555 2004-05-17 Benjamin Otte <otte@gnome.org>
35557 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35558 use correct variable when determining amount of data to skip so we
35559 don't skip into the void and segfault
35561 2004-05-16 Benjamin Otte <otte@gnome.org>
35563 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35566 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35568 * gst/asfdemux/gstasfdemux.c:
35569 - fix a mem leak and always propagate tags
35570 - add WMV3 to known video codecs (but no decoder yet)
35571 - replace "surplus data" at end of audio header for what
35572 it is : codec specific data
35575 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35577 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35579 * gst-libs/gst/audio/audioclock.c:
35580 Fix wrong return type (#142205).
35582 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35584 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35585 Ignore CRCs by default (fixes #142566).
35587 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35589 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35590 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35591 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35592 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35593 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35594 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35595 Fix for cases where we fail to attach to a mixer.
35597 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35599 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35600 Don't touch events after not owning them anymore.
35601 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35602 (gst_wavparse_fmt), (gst_wavparse_other),
35603 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35604 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35605 (gst_wavparse_srcpad_event):
35606 * gst/wavparse/gstwavparse.h:
35607 Add seeking, fix querying.
35609 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35611 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35612 - process comments even if they don't end with \0\0
35613 g_convert would ignore them if present and works well without them
35615 2004-05-16 Benjamin Otte <otte@gnome.org>
35617 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35620 2004-05-16 Benjamin Otte <otte@gnome.org>
35622 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35623 don't write to memory we might not write to - g_convert does that
35624 for us anyway (fixes #142613)
35625 (gst_asf_demux_audio_caps):
35626 comment out gst_util_dump_mem
35628 2004-05-16 Benjamin Otte <otte@gnome.org>
35630 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35631 compute correct expected timestamps after seek (broken since
35633 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35634 rename element and debugging category to gdkpixbufscale
35636 2004-05-16 Benjamin Otte <otte@gnome.org>
35638 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35639 add error checking to snd_pcm_delay and remove duplicate call to
35640 snd_pcm_delay that caused issues (see inline code comments)
35641 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35642 make more readable and fix return value when snd_pcm_delay fails
35645 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35646 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35647 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35648 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35649 (gst_pixbufscale_link), (gst_pixbufscale_init),
35650 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35651 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35652 (gst_pixbufscale_get_property), (pixbufscale_init):
35653 * ext/gdk_pixbuf/pixbufscale.h:
35654 Add these files I forgot earlier
35656 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35657 * ext/gdk_pixbuf/Makefile.am:
35658 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35659 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35660 Add new pixbufscale element to scale RGB video
35661 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35662 and HYPER interpolation correctly.
35663 * ext/theora/theoraenc.c: (theora_enc_chain),
35664 Discard buffer and return if explicit caps could not be set
35665 (theora_enc_get_property):
35666 Make _get return kbps for the bitrate consistent with
35670 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35672 * ext/libvisual/visual.c: (gst_visual_chain):
35673 add missing visual_audio_analyze
35675 2004-05-14 David Schleef <ds@schleef.org>
35677 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35678 is killed while we're playing.
35679 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35680 gst_element_no_more_pads().
35682 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35684 * gst-libs/gst/riff/riff-read.c :
35685 - fix INFO tag extraction in RIFF/AVI files
35686 because gst_event_unref (event) also freed taglist
35689 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35691 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35692 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35694 * gst/auparse/gstauparse.c :
35695 - add code (commented for now) to support audio/x-adpcm on src pad
35696 (we have no decoder for those layout yet)
35698 * gst/cdxaparse/gstcdxaparse.c :
35699 * gst/cdxaparse/gstcdxaparse.h :
35700 - partial rewrite using RiffRead (ripped iain's wavparse code)
35702 * gst/rtp/gstrtpL16enc.c : typo
35703 * gst/rtp/gstrtpgsmenc.c : typo
35705 2004-05-13 Benjamin Otte <otte@gnome.org>
35708 check for exact version of libvisual, it's not supposed to be
35711 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35713 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35714 signal no-more-pads
35716 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35718 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35719 Report which format was used for GST_FORMAT_DEFAULT
35720 * gst/debug/Makefile.am:
35721 * gst/debug/gstdebug.c: (plugin_init):
35722 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35723 (gst_progressreport_class_init), (gst_progressreport_init),
35724 (gst_progressreport_report), (gst_progressreport_set_property),
35725 (gst_progressreport_get_property), (gst_progressreport_chain),
35726 (gst_progressreport_plugin_init):
35727 Add progressreport element for testing.
35729 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35731 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35732 * sys/v4l/gstv4lsrc.h:
35733 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35734 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35735 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35736 (gst_v4lsrc_grab_frame):
35738 send a discont at start
35740 2004-05-12 Colin Walters <walters@redhat.com>
35742 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35743 inflooping if we can't find a chunk. Or in other words, don't blow
35744 chunks if we don't have a chunk to blow.
35746 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35747 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35748 Remove old debug output
35749 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35750 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35751 (gst_dvdec_set_property), (gst_dvdec_get_property):
35752 Change the quality setting to an enum, so it works from gst-launch
35753 Don't renegotiate a non-linked pad. Allows audio only decoding.
35754 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35755 (gst_deinterlace_link), (gst_deinterlace_init):
35756 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35757 (gst_videodrop_link):
35758 Some caps negotiation fixes
35760 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35762 * ext/tarkin/gsttarkin.c :
35763 - Change RANK from NONE to PRIMARY
35764 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35765 - Change RANK from NONE to MARGINAL
35766 * ext/divx/gstdivxenc.c :
35767 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35769 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35771 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35772 (gst_vorbisenc_push_packet):
35773 copy a function that was added between 1.0 and 1.0.1 until we
35774 depend on worthwhile features of post-1.0
35776 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35779 enable shout2 by default
35780 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35781 (gst_shout2send_base_init), (gst_shout2send_init),
35782 (gst_shout2send_connect), (gst_shout2send_change_state):
35783 * ext/shout2/gstshout2.h:
35784 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35786 * ext/theora/theora.c: (plugin_init):
35787 don't set rank on encoders
35789 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35791 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35792 Use codec_data property instead of flag1 and flag2 for wma
35794 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35796 * gst/cdxaparse/gstcdxaparse.c :
35797 - Add mpegversion to CAPS to make it link
35798 - Rank is as GST_RANK_SECONDARY instead of NONE
35799 * gst/auparse/gstauparse.c :
35800 - Document all audio encoding we can encounter from Solaris 9
35801 headers and libsndfile information.
35802 - Increase max. rate from 48000 to 192000 (to match other elements)
35803 - Don't try to play junk data between header and samples
35805 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35807 * ext/libvisual/visual.c: (gst_visual_getcaps):
35808 use the right caps depending on endianness (I hope)
35809 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35810 use GST_RANK_NONE for all non-decoding elements or spider gets
35813 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35815 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35816 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35818 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35820 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35821 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35822 (gst_switch_loop), (gst_switch_get_type):
35823 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35824 HEADERS. Had to be said.
35826 2004-05-10 David Schleef <ds@schleef.org>
35828 * configure.ac: Add prototype Dirac support.
35830 * ext/dirac/Makefile.am:
35831 * ext/dirac/gstdirac.cc:
35832 * ext/dirac/gstdiracdec.cc:
35834 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35836 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35837 (gst_auparse_init), (gst_auparse_chain),
35838 (gst_auparse_change_state):
35839 Hack around spider. Remove me some day please.
35841 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35843 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35844 Fix for some uninitialized variables in previous patch, also
35845 makes it work. Fixes #142286 while we're at it.
35847 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35849 * gst/auparse/gstauparse.c:
35850 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35851 only unsupported formats are ADPCM/CCITT G.72x
35853 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35855 2004-05-10 Wim Taymans <wim@fluendo.com>
35857 * ext/vorbis/Makefile.am:
35858 * ext/vorbis/README:
35859 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35860 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35861 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35862 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35863 (gst_oggvorbisenc_convert_sink),
35864 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35865 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35866 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35867 (get_constraints_string), (update_start_message),
35868 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35869 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35870 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35871 * ext/vorbis/oggvorbisenc.h:
35872 * ext/vorbis/vorbis.c: (plugin_init):
35873 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35874 (raw_caps_factory), (gst_vorbisenc_class_init),
35875 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35876 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35877 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35878 * ext/vorbis/vorbisenc.h:
35879 Added a raw vorbis encoder to be used with the oggmuxer.
35880 We still need the old encoder for some gnome applications,
35881 read the README to find out how that works.
35882 The raw encoder is called "rawvorbisenc" until 0.9.
35884 2004-05-10 Wim Taymans <wim@fluendo.com>
35886 * ext/ogg/gstogg.c: (plugin_init):
35887 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35889 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35890 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35891 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35892 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35893 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35894 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35895 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35896 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35897 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35898 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35899 Added an ogg muxer.
35900 Small typo fixes in the demuxer.
35902 2004-05-10 Wim Taymans <wim@fluendo.com>
35904 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35905 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35906 (theora_enc_change_state), (theora_enc_set_property),
35907 (theora_enc_get_property):
35908 Mark the last packet with an EOS flag which is not really needed
35910 Do some better video framerate initialisation.
35911 Update the buffer timestamp.
35913 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35915 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35916 Return the result of the parent state change call
35918 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35920 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35921 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35922 * gst/law/alaw-encode.c : (idem)
35923 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35924 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35925 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35927 2004-05-09 Benjamin Otte <otte@gnome.org>
35929 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35930 don't use a fixed buffer size when writing variable length data to
35931 it. Fixes memory corruption and makes alsasrc work
35933 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35935 * ext/gnomevfs/gstgnomevfssink.c:
35936 (_gst_boolean_allow_overwrite_accumulator),
35937 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35938 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35939 RUN_LAST, and don't use that to set the accumulator value because
35940 then it's always FALSE.
35942 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35944 * gst-libs/gst/riff/riff-media.c:
35945 (gst_riff_create_video_caps_with_data),
35946 (gst_riff_create_audio_caps),
35947 (gst_riff_create_audio_template_caps):
35948 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35949 Fix for unaligned RIFF files (i.e. where all the chunks together
35950 in a LIST chunk are not of the same size as the size given in
35951 the LIST chunk header). Fixes several odd WAVE files. Also fix
35952 ADPCM (block_align property) in audio, so that wavparse based
35953 on this works now as it used to stand-alone.
35955 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35957 reviewed by Benjamin Otte <otte@gnome.org>
35959 * ext/a52dec/gsta52dec.c:
35960 * ext/divx/gstdivxdec.c:
35961 * ext/divx/gstdivxenc.c:
35962 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35963 * ext/faac/gstfaac.c: (gst_faac_base_init):
35964 * ext/faad/gstfaad.c: (gst_faad_base_init):
35965 * ext/ivorbis/vorbisfile.c:
35966 * ext/lame/gstlame.c:
35967 * ext/libfame/gstlibfame.c:
35968 * ext/mpeg2enc/gstmpeg2enc.cc:
35969 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35970 * ext/sidplay/gstsiddec.cc:
35971 * ext/speex/gstspeexdec.c:
35972 * ext/speex/gstspeexenc.c:
35973 * ext/xvid/gstxviddec.c:
35974 * ext/xvid/gstxvidenc.c:
35975 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35978 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35980 * ext/alsa/gstalsa.c: (device_list),
35981 (gst_alsa_class_probe_devices):
35982 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35983 Fix alsa oddness in mixer after the combination of using mixer
35984 in source/sink elements and using hw:x,y instead of just hw:x.
35986 2004-05-09 Benjamin Otte <otte@gnome.org>
35988 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35989 (gst_wavparse_create_sourcepad):
35990 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35993 2004-05-09 Benjamin Otte <otte@gnome.org>
35995 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35996 allow discont events before caps nego
35998 2004-05-08 Benjamin Otte <otte@gnome.org>
36000 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36003 2004-05-08 Benjamin Otte <otte@gnome.org>
36005 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
36006 (gst_level_change_state), (gst_level_init):
36007 * gst/level/gstlevel.h:
36008 figure out if we're initialized directly instead of keeping a
36009 variable that's wrong in 90% of cases
36010 don't initialize pads and then leak them and use a new unitialized
36011 pad. (fixes #142084)
36012 these were bugs so n00bish I didn't find them for an hour :/
36014 2004-05-08 Iain <iain@prettypeople.org>
36016 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
36017 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
36018 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
36019 return the length that was read.
36020 (gst_riff_read_strf_auds): Allow fmt tags as well.
36022 2004-05-07 David Schleef <ds@schleef.org>
36024 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
36025 signed char assumption in faad.h.
36027 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
36029 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
36030 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
36032 2004-05-07 Colin Walters <walters@redhat.com>
36034 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
36035 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
36037 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
36038 Add dispose function.
36040 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
36041 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
36042 Fix caps nego and pad templates. RGB mode caps should
36044 * ext/dvdnav/gst-dvd:
36045 Move mpeg2dec inside the thread because otherwise the
36046 queue rejects cap changes mid-stream
36047 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36048 (gst_mpeg2dec_flush_decoder):
36049 For mpeg2dec > 0.4.0, call the flush function instead of
36050 manually extracting all in-flight frames.
36051 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
36052 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
36053 Change mime type video/dv go video/x-dv to match the
36054 rest of gst-plugins
36056 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
36058 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36059 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36060 (gst_alsa_sink_class_init):
36061 * ext/alsa/gstalsasink.h:
36062 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36063 (gst_alsa_src_class_init):
36064 * ext/alsa/gstalsasrc.h:
36065 Make alsasink/src a subclass of alsamixer so that mixer stuff
36066 shows up in gst-rec. Needs some finetuning.
36068 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
36070 * ext/lame/gstlame.c: (gst_lame_chain):
36072 * ext/mad/gstmad.c: (gst_mad_handle_event):
36074 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36075 be able to detect mp3 files < 4096 bytes
36077 2004-05-06 Wim Taymans <wim@fluendo.com>
36079 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36080 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36081 (theora_enc_set_property), (theora_enc_get_property):
36082 Also encode the first frame, cleanup some code.
36084 2004-05-06 Wim Taymans <wim@fluendo.com>
36086 * ext/mpeg2enc/gstmpeg2enc.cc:
36087 Forward events first before deciding that negotiation was
36090 2004-05-06 Wim Taymans <wim@fluendo.com>
36092 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36093 First process the events before deciding that negotiation
36096 2004-05-06 Wim Taymans <wim@fluendo.com>
36098 * ext/theora/Makefile.am:
36099 * ext/theora/theora.c: (plugin_init):
36100 * ext/theora/theoradec.c: (theora_dec_change_state):
36101 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36102 (gst_theora_enc_class_init), (gst_theora_enc_init),
36103 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36104 (theora_enc_chain), (theora_enc_change_state),
36105 (theora_enc_set_property), (theora_enc_get_property):
36106 Added a theora encoder, grouped the encoder and decoder into the
36109 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
36111 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36112 (gst_jpegenc_chain):
36113 fix DURATION on outgoing buffers
36114 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36115 debug using time formats
36116 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36117 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36118 (gst_xvimagesink_sink_link):
36119 windows with width/height 0 generate X errors, so don't allow them
36121 2004-05-05 Wim Taymans <wim@fluendo.com>
36123 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36124 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36125 (gst_mpeg2dec_negotiate_format):
36126 * ext/mpeg2dec/gstmpeg2dec.h:
36127 removed the static pad template so that we can add the
36128 more accurate framerate value to the caps.
36131 2004-05-04 Benjamin Otte <otte@gnome.org>
36134 check for kdemacros.h, too (should fix #141821)
36135 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36136 don't crash if no header was sent, but nicely error out (fixes part
36139 2004-05-04 Wim Taymans <wim@fluendo.com>
36141 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36142 parent dispose function to avoid segfault on destroy.
36144 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
36146 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36149 (gst_xvimagesink_sink_link):
36150 clean up debugging caps
36151 also recreate xvimage when format has changed
36153 2004-05-04 Benjamin Otte <otte@gnome.org>
36155 * ext/libvisual/Makefile.am:
36156 * ext/libvisual/visual.c: (gst_visual_class_init),
36157 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36158 (gst_visual_srclink), (gst_visual_chain),
36159 (gst_visual_change_state), (plugin_init):
36160 use a GstAdapter to correctly adapt buffer sizes - allows using a
36163 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36165 * sys/v4l/gstv4lelement.h:
36166 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36167 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36168 (gst_v4lsrc_buffer_free):
36169 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36170 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36171 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36172 (gst_v4lsrc_requeue_frame):
36173 move some debugging categories around
36174 query for fps index and set accordingly if found
36176 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36178 * ext/lame/gstlame.c:
36179 correct defaults that lame_init puts out of range
36181 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36183 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36184 (gst_divxenc_class_init):
36185 fix range since -1 is the default
36186 * gst/mpeg1sys/gstmpeg1systemencode.c:
36187 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36188 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36189 (gst_rtjpegdec_chain):
36190 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36191 (gst_rtjpegenc_chain):
36192 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36193 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36194 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36195 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36196 * sys/v4l/gstv4lsrc.c:
36197 * sys/v4l/v4l_calls.c: (gst_v4l_open):
36198 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36199 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36200 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36201 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36202 remove gst_info calls
36204 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36213 Updated translations
36215 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36217 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36218 refactor/comment code
36220 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
36222 * gst/asfdemux/Makefile.am:
36223 * gst/asfdemux/asfheaders.c:
36224 * gst/asfdemux/asfheaders.h:
36225 * gst/asfdemux/gstasf.c: (plugin_init):
36226 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36227 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36228 (gst_asf_demux_setup_pad):
36229 * gst/asfdemux/gstasfdemux.h:
36230 * gst/asfdemux/gstasfmux.c:
36231 * gst/asfdemux/gstasfmux.h:
36232 Add tagging support to demuxer, split out registration in its own
36233 file instead of in demux (hacky), and prevent having some tables
36234 in our memory multiple times (in asfheaders.h).
36236 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
36238 * gst/matroska/matroska-demux.c:
36239 (gst_matroska_demux_parse_metadata):
36240 * gst/matroska/matroska-ids.h:
36241 Basic tag reading support.
36243 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
36245 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36246 Really detect ac-3 audio.
36247 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36248 really detect matroska files (off-by-1).
36250 2004-04-30 David Schleef <ds@schleef.org>
36252 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36253 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36254 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36255 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36256 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36257 hackage -- parse a lot more atoms, extract a few tags. One might even
36258 mistake this for tag support. Maybe it is.
36259 * gst/qtdemux/qtdemux.h:
36261 2004-04-30 Colin Walters <walters@verbum.org>
36263 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36265 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
36267 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36268 (gst_ffmpegcolorspace_getcaps):
36269 remove broken nego fix
36271 2004-04-30 Benjamin Otte <otte@gnome.org>
36275 * ext/libvisual/Makefile.am:
36276 * ext/libvisual/visual.c:
36277 add initial support for libvisual (http://libvisual.sourceforge.net)
36278 libvisual is still quite alpha, so expect crashes in there :)
36280 2004-04-29 David Schleef <ds@schleef.org>
36282 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36283 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36284 up qtdemux to make it spit out codec_data. Do _not_ look at this
36285 code; you will no longer respect me.
36287 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36289 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36290 * ext/alsa/gstalsa.h :
36291 change alsa pcm device discovery to find more than 1 device
36292 per card. code review by Ronald.
36294 2004-04-29 David Schleef <ds@schleef.org>
36296 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36297 Add a check for a driver bug on FreeBSD. (bug #140565)
36299 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
36301 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36302 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36303 (gst_jpegenc_getcaps):
36304 move format setting to inner loop
36305 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36306 (gst_ffmpegcolorspace_getcaps):
36307 use GST_PAD_CAPS if available so that we use already negotiated
36309 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36310 (qtdemux_parse_moov), (qtdemux_parse):
36312 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36313 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36314 move hardcoded path to DEFINE
36316 2004-04-28 David Schleef <ds@schleef.org>
36318 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
36321 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36323 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36324 Don't probe for playback device if we're a source element. Fixes
36327 2004-04-29 Benjamin Otte <otte@gnome.org>
36329 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36330 (gst_id3_tag_chain):
36331 rewrite buffer offset
36333 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36337 * ext/dts/Makefile.am:
36338 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36339 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36340 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36341 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36342 (gst_dtsdec_loop), (gst_dtsdec_change_state),
36343 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36345 * ext/dts/gstdtsdec.h:
36347 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36348 (gst_faad_srcconnect):
36349 Add ESDS atom handling (.m4a).
36351 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
36353 * ext/divx/gstdivxdec.c: (plugin_init):
36354 Remove comment that makes no sense.
36355 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36356 Fix for obvious typo that resulted in warnings during gst-register.
36357 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36358 (gst_xviddec_sink_link):
36359 Fix caps negotiation a bit better.
36360 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36361 We call this 'codec_data', not 'esds'.
36363 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
36365 * gst/monoscope/gstmonoscope.c:
36366 make sure we only provide 256x128
36367 * gst/monoscope/monoscope.c: (monoscope_init):
36368 assert size of 256x128
36370 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36373 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36374 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36375 fixate to max width and height of device
36377 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36380 * sys/v4l/gstv4l.c:
36381 * sys/v4l/gstv4lsrc.c:
36382 * sys/v4l/v4l_calls.c:
36383 * sys/v4l/v4lsrc_calls.c:
36384 fix for qc-usb driver which fakes having more than one buffer
36385 by handing the same buffer twice, which confused GStreamer's/v4lsrc
36386 buffer_free override
36389 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36392 * gst/videotestsrc/gstvideotestsrc.c:
36393 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36394 (gst_videotestsrc_init), (gst_videotestsrc_get),
36395 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36396 * gst/videotestsrc/gstvideotestsrc.h:
36397 add num-buffers property
36399 2004-04-26 Benjamin Otte <otte@gnome.org>
36401 * ext/mad/gstid3tag.c: (plugin_init):
36402 set id3mux rank to NONE so it doesn't confuse spider
36403 require audio/mpeg,mpegversion=1 in id3mux
36405 2004-04-26 Benjamin Otte <otte@gnome.org>
36408 detect faad correctly as non-working if it's indeed non-working
36410 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
36413 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36414 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36415 fix _getcaps so it only negotiates to its supported format
36417 2004-04-25 Benjamin Otte <otte@gnome.org>
36419 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36422 2004-04-23 Benjamin Otte <otte@gnome.org>
36424 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36425 audio/x-raw-int with height rules! not. Now it's depth.
36427 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
36429 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36430 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36431 (gst_wavparse_loop):
36432 Missing variable initialization. Add handling of DVI ADPCM. Fix
36433 mis-parsing of LIST chunks. This works around a bug where we mis-
36434 parse non-aligning LIST chunks (so LIST chunks where the contents
36435 don't align with the actual LIST size). The correct fix is to use
36436 rifflib, I'm not going to fix wavparse - too much work. All this
36439 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36441 reviewed by Benjamin Otte <otte@gnome.org>
36443 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36444 fix shoutcast not working (fixes #140844)
36446 2004-04-22 Benjamin Otte <otte@gnome.org>
36448 * ext/hermes/gsthermescolorspace.c:
36449 (gst_hermes_colorspace_caps_remove_format_info):
36450 * gst/colorspace/gstcolorspace.c:
36451 (gst_colorspace_caps_remove_format_info):
36452 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36453 (gst_ffmpegcolorspace_caps_remove_format_info):
36454 s/gst_caps_simplify/gst_caps_do_simplify/
36456 2004-04-22 Benjamin Otte <otte@gnome.org>
36458 * gst-libs/gst/riff/riff-media.c:
36459 (gst_riff_create_video_caps_with_data):
36460 mpegversion is an int
36461 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36462 don't try to create pad templates with NULL caps, use any caps
36465 2004-04-20 David Schleef <ds@schleef.org>
36467 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36468 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36471 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36473 reviewed by David Schleef
36475 * ext/mad/gstid3tag.c: Add stdlib.h
36476 * gst/rtp/gstrtpgsmenc.c: same
36477 * gst/tags/gstid3tag.c: same
36478 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36479 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36480 GST_DISABLE_LOADSAVE use.
36481 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36482 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36483 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36485 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36486 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36488 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36489 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36491 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36494 2004-04-20 David Schleef <ds@schleef.org>
36496 * gst/realmedia/rmdemux.c: This was supposed to part of the
36497 last checkin. Same idea.
36499 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36501 reviewed by David Schleef
36503 * configure.ac: bump required gstreamer version to 0.8.1.1
36504 because of following changes [--ds]
36506 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36507 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36508 (gst_riff_read_header): Use GST_READ_UINT*
36509 macros to access possibly unaligned memory.
36511 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36512 (mp3_type_find): Use GST_READ_UINT*
36513 macros to access possibly unaligned memory.
36514 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36515 (speex_type_find): Likewise
36517 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36519 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36520 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36521 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36522 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36523 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36524 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36525 macros to access possibly unaligned memory.
36527 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36530 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36531 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36533 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36536 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36537 (gst_mpeg2subt_chain_subtitle): Likewise.
36539 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36540 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36543 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36546 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36549 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36552 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36555 update required version of GStreamer because of GST_TIME_FORMAT
36557 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36559 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36560 remove leftover g_print
36561 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36562 don't try setting only a subset of the caps. We don't want to kill
36563 autoplugging on purpose
36565 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36567 * sys/ximage/ximagesink.c: (plugin_init):
36568 * sys/xvimage/xvimagesink.c: (plugin_init):
36569 add debugging categories
36571 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36575 Adding en_GB translation (Gareth Owen)
36577 2004-04-20 David Schleef <ds@schleef.org>
36579 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36580 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36581 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36582 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36583 A number of new features and hacks to extract the esds atom and
36584 put it into the caps. (bug #137724)
36586 2004-04-19 David Schleef <ds@schleef.org>
36588 * gconf/Makefile.am: Fix for non-GNU make
36589 * gst-libs/gst/Makefile.am: Change directory order to handle
36590 GstPlay linking with gstinterfaces
36591 * gst-libs/gst/audio/make_filter: make use of tr portable
36592 * gst-libs/gst/play/Makefile.am: Add intended \
36593 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36594 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36595 function prototype instead of void *.
36596 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36598 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36599 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36600 * gst/videofilter/make_filter: make use of tr portable
36601 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36603 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36607 Added Ukrainian translation (Maxim V. Dziumanenko)
36609 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36611 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36612 (gst_gsmdec_link), (gst_gsmdec_chain):
36613 Fix capsnego, simplify chain function slightly.
36614 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36617 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36619 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36620 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36621 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36622 Hack to make wavparse work with spider (always -> sometimes pad).
36623 Fixes #135862 && #140411.
36625 2004-04-18 Benjamin Otte <otte@gnome.org>
36627 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36628 (gst_osselement_rate_probe_check),
36629 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36630 get rid of \n in debug output
36632 2004-04-17 Iain <iain@prettypeople.org>
36634 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36637 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36639 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36640 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36641 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36642 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36643 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36644 (gst_id3_tag_change_state), (plugin_init):
36645 deprecate id3tag element and replace with id3demux/id3mux.
36646 great side effect: this ugly file is now even uglier, yay!
36647 * ext/mad/gstmad.h:
36648 remove non-available function
36649 update for new get_type
36651 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36654 require mpeg2dec >= 0.4.0
36656 2004-04-17 Benjamin Otte <otte@gnome.org>
36658 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36659 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36660 (gst_xvimagesink_set_xwindow_id):
36661 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36662 assorted cleanup fixes.
36664 2004-04-16 David Schleef <ds@schleef.org>
36666 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36667 * sys/xvimage/xvimagesink.h: same
36669 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36671 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36672 Fix GST_ELEMENT_ERROR with (NULL)
36674 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36676 * gst-libs/gst/riff/riff-media.c:
36677 (gst_riff_create_video_caps_with_data):
36678 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36680 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36682 * gst-libs/gst/riff/riff-media.c:
36683 (gst_riff_create_video_caps_with_data),
36684 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36685 (gst_riff_create_video_template_caps),
36686 (gst_riff_create_audio_template_caps):
36687 * gst-libs/gst/riff/riff-media.h:
36688 * gst-libs/gst/riff/riff-read.c:
36689 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36690 * gst-libs/gst/riff/riff-read.h:
36691 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36692 Add MS RLE support. I added some functions to read out strf chunks
36693 into strf chunks and the data behind it. This is usually color
36694 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36695 caps creation. Lastly, add ADPCM (similar to wavparse - which
36696 should eventually be rifflib based).
36697 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36698 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36699 * gst/matroska/matroska-demux.h:
36700 Remove placeholders for some prehistoric tagging system. Didn't add
36701 support for any tag system really anyway.
36702 * gst/qtdemux/qtdemux.c:
36703 Add support for audio/x-m4a (MPEG-4) through spider.
36704 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36705 (gst_wavparse_loop):
36706 ADPCM support (#135862). Increase max. buffer size because we
36707 cannot split buffers for ADPCM (screws references) and I've seen
36708 files with 2048 byte chunks. 4096 seems safe for now.
36710 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36712 * configure.ac: bump nano to 1
36714 === release 0.8.1 ===
36716 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36718 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36720 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36722 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36723 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36726 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36728 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36729 lower rank of dvddemux so that it's not used for mpeg playback.
36731 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36734 save libs correctly when checking mad
36736 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36738 * ext/mad/gstid3tag.c: (plugin_init):
36739 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36741 2004-04-13 David Schleef <ds@schleef.org>
36743 * common/m4/gst-feature.m4: Call -config scripts with
36744 --plugin-libs if it is supported.
36745 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36746 JPEG images are image/jpeg.
36747 * gst/debug/Makefile.am:
36748 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36749 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36750 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36751 (gst_negotiation_plugin_init): Add a property that acts like
36753 * testsuite/gst-lint: Move license checking to be a standard
36756 2004-04-13 David Schleef <ds@schleef.org>
36758 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36759 patch from Sebastien Cote (bug #139958)
36761 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36763 * examples/gstplay/Makefile.am:
36764 * examples/gstplay/player.c: (main):
36765 make the commandline player example use gconf settings
36767 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36769 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36770 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36771 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36772 init/end library during state transition, not object
36773 creation/disposal. get rid of custom dispose handler.
36776 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36778 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36781 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36783 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36784 Handle JUNK chunks inside data section. Prevents warnings.
36786 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36788 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36789 (gst_riff_create_video_template_caps):
36791 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36792 (gst_avi_demux_stream_data):
36793 Add support for "rec-list" chunks.
36795 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36797 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36798 Fix another codecname mismatch.
36800 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36802 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36803 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36804 so that MJPEG plays back.
36806 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36808 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36809 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36810 * gst/mpeg1videoparse/gstmp1videoparse.h:
36811 Fix for some slight mis-cuts in buffer parsing, and for some
36812 potential overflows or faults-causers. Adds disconts. Also fixes
36813 #139105 while we're at it.
36815 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36818 * sys/v4l2/gstv4l2element.h:
36819 Workaround for missing struct v4l2_buffer declaration in Suse 9
36820 and Mandrake 10 linux/videodev2.h header file (#135919).
36822 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36824 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36825 Bail out if no filename was given.
36827 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36829 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36830 (gst_v4l2_fourcc_from_structure):
36831 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36834 2004-04-09 Benjamin Otte <otte@gnome.org>
36836 * ext/gnomevfs/gstgnomevfssink.c:
36837 (_gst_boolean_allow_overwrite_accumulator),
36838 (gst_gnomevfssink_class_init):
36839 fix erase signal - if any handler returns false the file will not be
36840 overwritten. If no handler is connected, the file will not be
36841 overwritten either.
36842 renamed signal to "allow-overwrite"
36843 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36844 free string when adding it to ID3 failed
36845 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36846 unref event when done
36847 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36849 * gst/typefind/gsttypefindfunctions.c:
36850 (mpeg_video_stream_type_find):
36853 2004-04-08 David Schleef <ds@schleef.org>
36855 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36856 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36858 2004-04-08 David Schleef <ds@schleef.org>
36860 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36861 we don't support (bug #139532)
36863 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36865 * ext/mad/gstmad.c: (gst_mad_handle_event),
36866 (gst_mad_check_caps_reset), (gst_mad_chain),
36867 (gst_mad_change_state):
36868 only set explicit caps if they haven't been set before for
36869 this stream. MPEG-audio sample rate/channels aren't allowed
36870 to change in-stream.
36873 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36875 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36876 (_gst_boolean_did_something_accumulator),
36877 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36878 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36879 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36880 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36881 (gst_gnomevfssink_change_state):
36882 Fix erase signal. Don't erase by default. Remove handoff signal.
36883 Remove erase property. Don't segfault. General cleanup.
36885 2004-04-07 Benjamin Otte <otte@gnome.org>
36887 * gst-libs/gst/gconf/test-gconf.c: (main):
36888 add missing gst_init
36890 2004-04-07 Benjamin Otte <otte@gnome.org>
36892 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36893 free the mutexes, too
36895 2004-04-07 Benjamin Otte <otte@gnome.org>
36897 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36898 actually free the URI string
36899 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36900 compute offset correctly when passing discont events
36901 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36902 don't leak discont events
36903 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36904 add some missing breaks so caps aren't copied randomly
36905 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36906 if we realloc memory, we better use it
36908 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36910 * ext/mad/gstmad.c: (normal_seek):
36911 fix GST_FORMAT_TIME usage
36913 2004-04-05 David Schleef <ds@schleef.org>
36915 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36916 a deprecated function (hack!)
36918 2004-04-05 Benjamin Otte <otte@gnome.org>
36920 * ext/esd/esdmon.c: (gst_esdmon_get):
36921 fix nonterminated vararg and memleak
36923 2004-04-05 Benjamin Otte <otte@gnome.org>
36925 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36926 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36927 (gst_ladspa_set_property), (gst_ladspa_get_property),
36928 (gst_ladspa_instantiate), (gst_ladspa_activate),
36929 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36932 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36934 reviewed by Benjamin Otte <otte@gnome.org>
36936 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36937 check for broken LADSPA parameters (fixes #138635)
36939 2004-04-05 Benjamin Otte <otte@gnome.org>
36941 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36942 advertise buffer-frames correctly on sinkpads
36944 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36946 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36947 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36948 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36949 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36950 (gst_mad_check_caps_reset), (gst_mad_chain):
36951 add more debugging, only reset caps when we're not in error state
36953 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36955 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36957 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36959 reviewed by Benjamin Otte <otte@gnome.org>
36962 fix == in test(1) operator
36964 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36966 reviewed by Benjamin Otte <otte@gnome.org>
36969 fix --export-symblos-regex to a working regex.
36971 2004-04-04 Benjamin Otte <otte@gnome.org>
36973 * sys/oss/.cvsignore:
36976 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36978 reviewed by Benjamin Otte <otte@gnome.org>
36980 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36981 add missing 'new_media' argument (fixes #138168)
36982 * gst/matroska/matroska-demux.c:
36983 (gst_matroska_demux_handle_seek_event):
36984 add vararg terminator (fixes #138169)
36986 2004-04-02 David Schleef <ds@schleef.org>
36988 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36989 disted (bug #138914)
36991 2004-04-01 Benjamin Otte <otte@gnome.org>
36993 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36994 (gst_alsa_close_audio):
36995 handle case better where a soundcard can't pause
36996 * ext/ogg/gstoggdemux.c:
36997 don't crash when we get events but don't have pads yet
36999 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
37001 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
37002 throw an error if we couldn't probe any caps.
37004 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
37006 * ext/dvdnav/gst-dvd:
37007 Add a really simple sample DVD player
37009 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
37011 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
37012 (gst_a52dec_push), (gst_a52dec_handle_event),
37013 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
37014 (gst_a52dec_change_state):
37015 * ext/a52dec/gsta52dec.h:
37016 Use a debug category, Output timestamps correctly
37017 Emit tag info, Handle events, tell liba52dec about cpu
37018 capabilities so it can use MMX etc.
37019 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
37020 Fix a crasher accessing invalid memory
37021 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
37022 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
37023 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
37024 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
37026 Some support for byte-format seeking.
37027 Small fixes for still frames and menu button overlays
37028 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
37029 (gst_mpeg2dec_alloc_buffer):
37030 Use a debug category. Adjust the report level of several items to
37031 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
37032 so it doesn't lose the GstBuffer pointer
37033 * gst/debug/Makefile.am:
37034 * gst/debug/gstdebug.c: (plugin_init):
37035 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
37036 (gst_navseek_base_init), (gst_navseek_class_init),
37037 (gst_navseek_init), (gst_navseek_seek),
37038 (gst_navseek_handle_src_event), (gst_navseek_set_property),
37039 (gst_navseek_get_property), (gst_navseek_chain),
37040 (gst_navseek_plugin_init):
37041 * gst/debug/gstnavseek.h:
37042 Add the navseek debug element for seeking back and forth in a
37043 video stream using arrow keys.
37044 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
37045 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
37046 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
37047 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
37048 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
37049 (gst_mpeg2subt_parse_header), (gst_get_nibble),
37050 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
37051 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
37052 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
37053 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
37054 * gst/mpeg2sub/gstmpeg2subt.h:
37055 Pretty much a complete rewrite. Now a loopbased element. May still
37056 require work to properly synchronise subtitle buffers.
37057 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37058 (gst_dvd_demux_send_subbuffer):
37059 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37060 Don't attempt to create subbuffers of size 0
37061 Reduce a couple of error outputs to warnings.
37062 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37063 (gst_y4mencode_chain):
37064 Output the y4m frame header correctly.
37066 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
37068 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37069 throw errors instead of allowing SIGFPE
37071 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
37073 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37074 (gst_gconf_render_bin_from_key):
37075 leak plugging and style fixing
37077 2004-03-31 David Schleef <ds@schleef.org>
37079 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37080 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37082 * gst/debug/Makefile.am:
37083 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37084 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
37086 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37087 (gst_negotiation_base_init), (gst_negotiation_class_init),
37088 (gst_negotiation_init), (gst_negotiation_getcaps),
37089 (gst_negotiation_pad_link), (gst_negotiation_chain),
37090 (gst_negotiation_set_property), (gst_negotiation_get_property),
37091 (gst_negotiation_plugin_init): New element to talk about random
37092 negotiation things happening in a pipeline.
37094 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37096 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37097 fix integer addition with help of Stefan Kost
37099 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37101 * po/nl.po: updated Dutch translation (Elros Cyriatan)
37103 2004-03-30 David Schleef <ds@schleef.org>
37105 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37106 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
37107 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37109 * ext/mpeg2dec/gstmpeg2dec.h:
37111 2004-03-30 David Schleef <ds@schleef.org>
37113 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37115 2004-03-30 David Schleef <ds@schleef.org>
37117 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
37118 Michael Petullo) to handle .mov
37120 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37122 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37123 (gst_osselement_rate_check_rate):
37124 probe caps correctly for sound cards that only support one format
37126 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37128 * ext/kio/kiosrc.cpp: (process_events):
37129 update handling event processing if inside KDE - untested
37131 2004-03-29 David Schleef <ds@schleef.org>
37133 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37134 by 2 to not interfere with other colorspaces.
37135 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37136 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37137 one to not interfere with ffmpeg_colorspace.
37139 2004-03-29 David Schleef <ds@schleef.org>
37141 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37142 aren't in the caps.
37143 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37144 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37146 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37148 * gst-libs/gst/riff/riff-media.c:
37149 fail on error, don't try to set stuff on NULL caps
37151 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37155 * ext/kio/Makefile.am:
37156 * ext/kio/kioreceiver.cpp:
37157 * ext/kio/kioreceiver.h:
37158 * ext/kio/kiosrc.cpp:
37159 * ext/kio/kiosrc.h:
37160 add experimental kiosrc plugin
37161 * ext/alsa/gstalsaplugin.c: (plugin_init):
37162 initialize debugging category only when we're sure registering the
37165 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37167 * examples/gstplay/player.c: (main):
37168 * gst-libs/gst/play/play.c: (gst_play_class_init),
37169 (gst_play_set_location), (gst_play_set_data_src),
37170 (gst_play_set_video_sink), (gst_play_set_audio_sink),
37171 (gst_play_set_visualization), (gst_play_connect_visualization):
37172 check return values of element_set_state and return FALSE where
37175 2004-03-29 Benjamin Otte <otte@gnome.org>
37177 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37178 try harder to check if an event is really a discont
37180 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37182 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37185 2004-03-28 Benjamin Otte <otte@gnome.org>
37187 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37188 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37189 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37190 get rid of non-standard "..." ranges in case statements.
37192 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
37194 * gst/mpegstream/gstmpegdemux.c:
37195 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37196 specific functionality split to the new dvddemux element.
37197 * gst/mpegstream/gstdvddemux.c:
37198 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37199 streams, derived from mpegdemux.
37200 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37201 up. SCR based timestamp rewriting can be turned off (will probably
37202 completely disappear soon).
37203 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37204 hacking. General cleanup. All printf statements replaced by
37205 debugging messages. Almost complete libdvdnav support.
37206 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37207 by events. New properties for audio and subpicture languages.
37208 (dvdnavsrc_update_highlight): Now uses events.
37209 (dvdnavsrc_user_op): Cleaned up.
37210 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37211 based). Lots of cleanup, and propper support for most libdvdnav
37213 (dvdnavsrc_make_dvd_event): New function.
37214 (dvdnavsrc_make_dvd_nav_packet_event): New function.
37215 (dvdnavsrc_make_clut_change_event): New function.
37217 2004-03-26 Benjamin Otte <otte@gnome.org>
37219 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37220 fix bug where typefinding would claim it's theora whenever less then
37221 7 bytes of data were available
37223 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37225 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37226 (gst_alawdec_base_init), (gst_alawdec_class_init),
37227 (gst_alawdec_init), (gst_alawdec_chain):
37228 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37229 (gst_alawenc_base_init), (gst_alawenc_class_init),
37230 (gst_alawenc_init), (gst_alawenc_chain):
37231 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37232 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37233 (gst_mulawdec_init), (gst_mulawdec_chain):
37234 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37235 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37236 (gst_mulawenc_init), (gst_mulawenc_chain):
37237 Fix capsnego in all four, remove the unused property functions and
37238 simplify the chain functions slightly. I guess we could use macros
37239 or something similar for those, since the code is so similar, but
37240 I'm currently too lazy...
37242 2004-03-24 David Schleef <ds@schleef.org>
37244 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37245 (gst_osselement_close_audio), (gst_osselement_probe_caps),
37246 (gst_osselement_get_format_structure),
37247 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37248 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37249 (gst_osselement_rate_int_compare): Add code to handle rate probing
37251 * sys/oss/gstosselement.h: same
37252 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37253 Use rate probing provided by osselement.
37254 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37256 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
37258 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37259 (gst_xvidenc_get_property):
37262 2004-03-24 David Schleef <ds@schleef.org>
37264 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37265 (gst_speexdec_init):
37266 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37267 (gst_speexenc_init): Create the pad template correctly (from
37268 the static pad template, not a NULL pointer.)
37270 2004-03-25 Benjamin Otte <otte@gnome.org>
37272 * gst/debug/Makefile.am:
37273 * gst/debug/breakmydata.c:
37274 add element that quasi-randomly changes bytes in the stream.
37275 Intended use is robustness checking of demuxers and decoders in
37278 2004-03-24 Benjamin Otte <otte@gnome.org>
37280 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37281 (gst_alsa_probe_hw_params):
37282 * ext/alsa/gstalsa.h:
37283 debugging output fixes
37285 2004-03-24 Benjamin Otte <otte@gnome.org>
37287 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37288 don't g_return_if_fail if element is PLAYING, fail silently as every
37290 * gst/effectv/gstquark.c: (gst_quarktv_chain):
37291 only fix needed for cast lvalue issues in gst-plugins
37292 * gst/volenv/gstvolenv.c: (gst_volenv_init):
37295 2004-03-24 Benjamin Otte <otte@gnome.org>
37297 * gst/level/gstlevel.c: (gst_level_init):
37298 add proxying getcaps function, so level doesn't advertise impossible
37301 2004-03-24 David Schleef <ds@schleef.org>
37303 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37304 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37305 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37306 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37307 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37308 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37309 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37310 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37311 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
37312 messages. Divide the chunk size by the compression ratio
37313 (needed for MACE audio)
37315 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37317 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37318 Fix buffer overflow read error.
37320 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37322 * ext/alsa/gstalsa.h:
37323 Remove unused entry.
37324 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37326 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37327 (gst_videodrop_link), (gst_videodrop_chain):
37328 Fix, sort of. Was horribly broken with new capsnego. Bah...
37330 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
37332 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37334 Add a monkeysaudio typefind function
37336 2004-03-23 Johan Dahlin <johan@gnome.org>
37338 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37339 (gst_play_video_fixate): Check so the structure has the field
37340 before trying to fixate them, this makes it possible to have
37341 fakesinks for video and audio output without printing errors on
37342 the output console.
37344 2004-03-22 David Schleef <ds@schleef.org>
37346 * sys/oss/Makefile.am:
37347 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37348 (check_rate), (add_rate): Rate probing test app.
37350 2004-03-21 Benjamin Otte <otte@gnome.org>
37352 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37353 (_fixate_caps_to_int), (gst_audio_convert_fixate):
37354 add a fixation function that pretty much does the right thing (fixes
37357 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
37359 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37361 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
37363 reviewed by: Benjamin Otte <otte@gnome.org>
37365 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37366 terminate gst_event_new_discontinuous correctly (fixes parts of
37369 2004-03-19 David Schleef <ds@schleef.org>
37371 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
37372 since it doesn't depend on X, and it's part of our ABI.
37374 2004-03-19 Iain <iain@prettypeople.org>
37376 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37377 is_int in the structure, not the local variable.
37379 2004-03-19 David Schleef <ds@schleef.org>
37381 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37382 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37383 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37384 Improvements in caps negotiation.
37386 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37390 adding Afrikaans (Petri Jooste)
37392 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37394 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37395 (gst_ffmpegcolorspace_chain):
37396 throw error instead of g_critical (#137588)
37398 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37402 dist common and m4 correctly
37405 2004-03-17 David Schleef <ds@schleef.org>
37407 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
37410 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37414 adding Swedish translation (Christian Rose)
37416 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37418 * Makefile.am: use release.mak
37420 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37422 * common/ChangeLog:
37423 * common/gst-autogen.sh:
37424 add some explanation about the version detection
37428 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37430 * configure.ac: bump nano to 1
37432 === release 0.8.0 ===
37434 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37436 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37438 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37441 update libtool version
37442 * gst-libs/gst/media-info/Makefile.am:
37443 actually use libtool version
37445 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37447 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37449 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37452 * gst-plugins.spec.in:
37453 * pkgconfig/Makefile.am:
37454 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37455 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37456 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37457 * pkgconfig/gstreamer-libs.pc.in:
37458 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37459 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37460 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37461 * pkgconfig/gstreamer-plugins.pc.in:
37462 remove @VERSION@ from some of the pc files since core and plugins
37464 created gstreamer-plugins.pc as it's a better name, but keeping
37465 -libs around for now to get fixes upstream done first.
37467 2004-03-15 Julien MOUTTE <julien@moutte.net>
37469 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37470 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37471 * gst-libs/gst/play/play.h:
37473 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37475 * *.c, *.cc: don't mix tabs and spaces
37477 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37479 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37480 use the new ffmpegcolorspace
37481 * gst-plugins.spec.in:
37482 package new colorspace and media-info
37484 * pkgconfig/Makefile.am:
37485 fix some more disting issues
37486 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37487 * pkgconfig/gstreamer-media-info.pc.in:
37488 generate media-info pc files
37490 2004-03-15 Johan Dahlin <johan@gnome.org>
37492 * *.h: Revert indenting
37494 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37497 adding ffmpegcolorspace element
37498 * gst/ffmpegcolorspace/Makefile.am:
37499 * gst/ffmpegcolorspace/avcodec.h:
37500 * gst/ffmpegcolorspace/common.h:
37501 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37502 * gst/ffmpegcolorspace/dsputil.h:
37503 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37504 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37505 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37506 (gst_ffmpeg_caps_to_pix_fmt):
37507 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37508 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37509 (gst_ffmpegcolorspace_caps_remove_format_info),
37510 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37511 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37512 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37513 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37514 (gst_ffmpegcolorspace_set_property),
37515 (gst_ffmpegcolorspace_get_property),
37516 (gst_ffmpegcolorspace_register):
37517 * gst/ffmpegcolorspace/imgconvert.c:
37518 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37519 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37520 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37521 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37522 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37523 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37524 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37525 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37526 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37527 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37528 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37529 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37530 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37531 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37532 (img_get_alpha_info), (deinterlace_line),
37533 (deinterlace_line_inplace), (deinterlace_bottom_field),
37534 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37535 * gst/ffmpegcolorspace/imgconvert_template.h:
37536 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37537 * gst/ffmpegcolorspace/mmx.h:
37538 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37539 adding ffmpegcolorspace element supplied by Ronald after cleaning
37540 up and pulling in the right bits of upstream source.
37541 I'm sure a better C/compiler wizard could do some cleaning up (for
37542 example use GLIB's malloc stuff), but as a first pass this
37545 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37547 * ext/alsa/gstalsa.h:
37548 I assume Ronald forgot to commit the change to have cardname
37549 as a struct member. Expect some public spanking at the next
37552 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37554 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37555 (gst_alsa_open_audio), (gst_alsa_close_audio):
37556 * ext/alsa/gstalsa.c:
37557 Don't open the device if we're a mixer (= padless).
37558 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37559 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37560 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37561 Open mixer during state change rather than during object
37562 initialization. Also, get a device name. Currently in a somewhat
37563 hackish fashion, but I didn't really find something better.
37565 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37567 * *.c, *.h: run gst-indent
37569 2004-03-14 Benjamin Otte <otte@gnome.org>
37571 * gst/modplug/gstmodplug.cc:
37572 * gst/modplug/gstmodplug.h:
37573 set correct timestamps on outgoing buffers
37575 2004-03-14 Benjamin Otte <otte@gnome.org>
37577 * gst/modplug/gstmodplug.cc:
37578 handle events - don't do crap when a discont arrives that's not
37580 This allows correct loading and playback of mods in Rhythmbox
37582 2004-03-14 Benjamin Otte <otte@gnome.org>
37585 * gst-libs/gst/gconf/Makefile.am:
37586 * pkgconfig/Makefile.am:
37587 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37588 they get rebuilt properly
37590 when checking for vorbis, try pkgconfig first.
37591 * gst/modplug/gstmodplug.cc:
37592 add fixate function
37594 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37596 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37597 Fix for obvious mistake, where we first shift the offset and then
37598 read a samplesize element assuming the old offset. Note that this
37599 part still has something weird, i.e. my movies containing those
37600 don't actually play well, but at least there's something that looks
37603 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37604 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37606 Add a typefind function for speex format
37608 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37610 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37611 (gst_asf_demux_setup_pad):
37612 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37613 instead of 0. Reason is simple: some elements have a fps range
37614 of 1-max instead of 0-max. So now ASF video actually works.
37616 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37620 adding serbian as a language
37622 2004-03-13 Benjamin Otte <otte@gnome.org>
37624 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37625 return taglist correctly from _get function, don't gst_pad_push it.
37628 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37629 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37631 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37633 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37634 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37635 (gst_alsa_mixer_track_new):
37636 * ext/alsa/gstalsamixertrack.h:
37637 Fix ancient leftovers... MixerTrack is a GObject.
37639 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37641 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37642 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37643 Don't block during probing...
37645 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37647 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37648 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37649 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37650 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37651 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37652 (gst_alsa_open_audio), (gst_alsa_close_audio):
37653 * ext/alsa/gstalsa.h:
37654 Add propertyprobe interface implementation, add some device-name
37655 property, all this so that it looks good in gnome-volume-control.
37657 2004-03-12 David Schleef <ds@schleef.org>
37659 * configure.ac: the Hermes library controls hermescolorspace, not
37661 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37662 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37664 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37665 * ext/sdl/sdlvideosink.h: ditto.
37666 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37668 2004-03-12 Benjamin Otte <otte@gnome.org>
37670 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37671 (gst_x_overlay_got_xwindow_id):
37672 * gst-libs/gst/xoverlay/xoverlay.h:
37673 replace XID with unsigned long to get rid of the xlibs dependency in
37674 XOverlay (fixes #137004)
37676 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37677 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37678 (gst_agingtv_setup):
37679 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37680 (gst_dicetv_base_init), (gst_dicetv_class_init),
37681 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37682 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37683 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37684 (gst_edgetv_setup), (gst_edgetv_rgb32):
37685 * gst/effectv/gsteffectv.c:
37686 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37687 (gst_quarktv_set_property):
37688 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37689 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37690 (gst_revtv_setup), (gst_revtv_rgb32):
37691 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37692 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37693 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37694 (gst_shagadelictv_rgb32):
37695 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37696 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37697 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37698 * gst/effectv/gstwarp.c:
37699 Port everything that can be ported to videofilter and fix up the caps.
37700 Can someone with a big-endian machine please check these?
37702 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37704 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37705 (gst_osssink_chain), (gst_osssink_change_state):
37706 Latest fixes for A/V sync, audio playback and such. This is about
37707 all... MPEG playback issues are mostly related to the async build-
37708 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37710 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37712 patch from: Stephane Loeuillet
37715 use pkg-config for some libraries, falling back to the old .m4 way
37720 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37723 * tools/Makefile.am:
37724 * tools/Makefile.in:
37725 * tools/gst-launch-ext-m.m:
37726 * tools/gst-launch-ext.1.in:
37727 * tools/gst-visualise-m.m:
37728 * tools/gst-visualise.1:
37729 * tools/gst-visualise.1.in:
37730 reorganizing generation of script tools
37732 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37734 * ext/divx/gstdivxdec.c:
37735 Downgrade priority. We prefer ffdec_mpeg4.
37736 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37737 (gst_faad_chain), (gst_faad_change_state):
37738 Fix capsnego. Doesn't work for some sounds because we don't have
37739 a 5:1 to stereo element.
37740 * ext/xvid/gstxvid.c: (plugin_init):
37742 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37743 (gst_osssink_change_state):
37744 Add discont handling.
37746 2004-03-09 Colin Walters <walters@verbum.org>
37748 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37751 2004-03-09 Benjamin Otte <otte@gnome.org>
37753 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37754 the signals take 2 arguments
37756 2004-03-09 David Schleef <ds@schleef.org>
37758 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37759 (gst_alsa_fixate): Add fixate function. (bug #136686)
37760 * ext/alsa/gstalsa.h:
37761 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37763 2004-03-09 Benjamin Otte <otte@gnome.org>
37765 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37766 (gst_mikmod_change_state):
37767 * ext/mikmod/gstmikmod.h:
37768 make mikmod's loop function not loop infinitely and call
37769 gst_element_yield anymore
37770 * gst/modplug/gstmodplug.cc:
37771 fix pad negotiation (fixes #136590)
37773 2004-03-09 David Schleef <ds@schleef.org>
37775 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37776 doesn't conflict with the internal colorspace plugin.
37777 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37778 satisfy the crappy-ass shell shipped by a certain vendor.
37779 * gst/videofilter/make_filter: same (bug #135299)
37781 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37783 * configure.ac: bump nano to 1
37785 === release 0.7.6 ===
37787 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37789 * configure.in: releasing 0.7.6, "There"
37791 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37793 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37794 * pkgconfig/gstreamer-play.pc.in:
37795 synchronize the two
37797 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37799 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37800 (cdparanoia_open), (cdparanoia_event):
37801 fix/add error handling
37803 add cdparanoia source
37804 * tools/Makefile.am:
37805 make scripts executable
37807 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37810 * ext/vorbis/Makefile.am:
37812 remove id3types, vorbisfile and xvideosink from the build (#133783)
37814 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37816 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37817 Fix metadata read crash (#136537).
37819 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37821 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37822 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37823 adding mime types, fixing the one-stop function
37825 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37827 * ext/nas/nassink.c and /ext/nas/nassink.h:
37828 More NAS love from Arwed von Merkatz
37829 So lets all sing 'Can you feel the NAS tonight'
37831 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37833 * tools/gst-launch-ext.in:
37834 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37836 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37838 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37839 (gst_mpeg2dec_init):
37840 remove the user_data pad for now, because it is being used in
37841 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37842 If someone knows how to fix this properly, please do.
37844 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37846 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37847 (gst_osssink_get_time):
37848 add a warning, IMO this won't get triggered anymore, remove later
37850 2004-03-07 David Schleef <ds@schleef.org>
37852 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37853 format (bug #136470)
37855 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37857 * gst-libs/Makefile.am:
37858 * gst-libs/gst/media-info/Makefile.am:
37859 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37860 (error_callback), (gst_media_info_error_create),
37861 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37862 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37863 * gst-libs/gst/media-info/media-info-priv.h:
37864 * gst-libs/gst/media-info/media-info-test.c: (main):
37865 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37866 (gst_media_info_class_init), (gst_media_info_instance_init),
37867 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37868 (gst_media_info_read_idler), (gst_media_info_read):
37869 * gst-libs/gst/media-info/media-info.h:
37870 fixed, should work now
37872 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37874 * ext/nas/nassink.c:
37875 A bunch of NAS fixes from Arwed von Merkatz
37877 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37879 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37880 (qtdemux_parse_trak):
37881 Fix crash (j might be greater than n_samples, in which case we're
37882 writing outside the allocated space for the array) and memleak.
37884 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37886 * sys/oss/gstosssink.c: (gst_osssink_chain):
37887 And another caller that couldn't handle delay < 0 (unsigned
37888 integer overflow). Video now continues playing on an audio
37889 buffer underrun, and the clock continues working. Audio still
37892 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37894 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37895 (gst_osssink_get_time):
37896 get_delay() may return values lower than 0. In those cases, we
37897 should not actually cast to *unsigned* int64, that will break
37898 stuff horribly. In my case, it screwed up A/V sync in movies
37899 in totem rather badly.
37901 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37903 * ext/faac/gstfaac.c: (gst_faac_chain):
37904 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37905 * ext/libpng/gstpngenc.c: (user_write_data):
37906 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37907 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37908 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37909 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37910 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37911 of any buffer), should fix some leaks. I hope I didn't unref buffers
37912 that shouldn't be...
37914 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37916 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37917 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37918 (error_callback), (gmi_reset), (gmi_seek_to_track),
37919 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37920 (gmip_find_type_post), (gmip_find_stream_post),
37921 (gmip_find_track_streaminfo_post):
37922 * gst-libs/gst/media-info/media-info-priv.h:
37923 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37924 (info_print), (main):
37925 * gst-libs/gst/media-info/media-info.c:
37926 (gst_media_info_error_create), (gst_media_info_error_element),
37927 (gst_media_info_instance_init), (gst_media_info_get_property),
37928 (gst_media_info_new), (gst_media_info_set_source),
37929 (gst_media_info_read_idler), (gst_media_info_read):
37930 * gst-libs/gst/media-info/media-info.h:
37931 first pass at making this work again. This seems to work on
37932 tagged ogg/vorbis and mp3 files.
37934 2004-03-06 Benjamin Otte <otte@gnome.org>
37936 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37937 fix huge leak: gst_buffer_merge doesn't unref the first argument
37940 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37942 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37943 report layer/mode/emphasis
37945 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37947 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37949 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37951 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37954 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37956 * ext/vorbis/vorbis.c: (plugin_init):
37957 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37958 (gst_vorbis_dec_init), (vorbis_dec_event):
37960 make vorbisdec handle _BYTE and _TIME queries
37962 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37964 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37965 from the xing header
37967 2004-03-06 Benjamin Otte <otte@gnome.org>
37969 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37970 (gst_audio_convert_link), (gst_audio_convert_change_state),
37971 (gst_audio_convert_buffer_from_default_format):
37972 do conversions from/to float correctly, fix some caps nego errors,
37973 export correct supported caps in template and getcaps, use correct
37974 caps in try_set_caps functions
37976 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37978 For some reason, I only committed a ChangeLog entry yesterday and
37979 not the corresponding code...
37980 * ext/mad/gstmad.c: Fix detection of Xing headers
37981 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37983 2004-03-06 Benjamin Otte <otte@gnome.org>
37985 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37986 (gst_ogg_demux_src_query):
37987 make sure to handle the case where there's no current chain
37990 2004-03-05 David Schleef <ds@schleef.org>
37992 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37993 Add fixate function. (bug #131128)
37994 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37995 (gst_sdlvideosink_fixate): Add fixate function.
37996 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37997 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37998 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37999 Fix missing break that was causing ulaw to be interpreted as
38002 2004-03-05 David Schleef <ds@schleef.org>
38004 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
38005 Fix code that ignores return value of gst_buffer_merge().
38007 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
38008 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
38009 * testsuite/gst-lint: Check for above.
38011 2004-03-05 David Schleef <ds@schleef.org>
38013 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
38014 caps and throw an element error. (bug #136334)
38016 2004-03-05 David Schleef <ds@schleef.org>
38018 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
38019 (gst_faad_chain): Fix negotiation.
38020 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
38021 key and button events.
38022 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
38024 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
38026 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
38027 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38028 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
38029 function to encourage better negotiation, particularly between
38030 audioconvert and osssink.
38031 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38032 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
38034 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
38036 * gst/vbidec/vbiscreen.c: Add glib header
38037 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
38039 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
38041 * ext/mad/gstmad.c: Fix detection of Xing headers
38042 * gst/tags/gstid3tag.c: Changes to support TLEN tags
38044 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
38046 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38047 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
38050 2004-03-06 Christophe Fergeau <teuf@gnome.org>
38052 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38053 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
38054 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
38055 files, and report the parsed length as a GST_TAG_DURATION tag.
38056 * gst/tags/gstid3tag.c: support TLEN (duration) tag
38058 2004-03-05 Benjamin Otte <otte@gnome.org>
38060 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38061 convert channels correctly. convert correctly to unsigned.
38063 2004-03-05 Julien MOUTTE <julien@moutte.net>
38065 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38066 we have a window before clearing it.
38068 2004-03-05 Julien MOUTTE <julien@moutte.net>
38070 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38071 have a window before clearing it.
38073 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
38075 * gconf/gstreamer.schemas.in:
38076 * gst-libs/gst/gconf/Makefile.am:
38077 version installation path the same way as for 0.6
38078 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38079 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38080 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38081 remove comment that was fixed
38083 2004-03-05 David Schleef <ds@schleef.org>
38085 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38086 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38087 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38088 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38089 Add prototype code for handling seeking and querying.
38091 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38093 * examples/gstplay/player.c: (main):
38094 Initialize variables to NULL. Prevents a segfault because the
38095 (uninitialized) variable is not NULL, resulting in a crash on
38096 trying to reach error->message.
38098 2004-03-05 Benjamin Otte <otte@gnome.org>
38100 * gst/audioconvert/gstaudioconvert.c:
38101 (gst_audio_convert_buffer_to_default_format):
38102 make float=>int conversion work correctly even in cornercases.
38104 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
38106 * debian/README.Debian:
38107 * debian/build-deps:
38108 * debian/changelog:
38110 * debian/control.in:
38111 * debian/copyright:
38112 * debian/gstreamer-a52dec.files:
38113 * debian/gstreamer-aa.files:
38114 * debian/gstreamer-alsa.files:
38115 * debian/gstreamer-alsa.manpages:
38116 * debian/gstreamer-arts.files:
38117 * debian/gstreamer-artsd.files:
38118 * debian/gstreamer-audiofile.files:
38119 * debian/gstreamer-avifile.files:
38120 * debian/gstreamer-cdparanoia.files:
38121 * debian/gstreamer-colorspace.files:
38122 * debian/gstreamer-doc.files:
38123 * debian/gstreamer-dv.files:
38124 * debian/gstreamer-dvd.files:
38125 * debian/gstreamer-esd.files:
38126 * debian/gstreamer-festival.files:
38127 * debian/gstreamer-flac.files:
38128 * debian/gstreamer-gconf.conffiles:
38129 * debian/gstreamer-gconf.files:
38130 * debian/gstreamer-gconf.postinst:
38131 * debian/gstreamer-gnomevfs.files:
38132 * debian/gstreamer-gsm.files:
38133 * debian/gstreamer-http.files:
38134 * debian/gstreamer-jack.files:
38135 * debian/gstreamer-jpeg.files:
38136 * debian/gstreamer-mad.files:
38137 * debian/gstreamer-mikmod.files:
38138 * debian/gstreamer-misc.files:
38139 * debian/gstreamer-mpeg2dec.files:
38140 * debian/gstreamer-oss.files:
38141 * debian/gstreamer-plugin-apps.files:
38142 * debian/gstreamer-plugin-apps.manpages:
38143 * debian/gstreamer-plugin-libs-dev.files:
38144 * debian/gstreamer-plugin-libs.files:
38145 * debian/gstreamer-plugin-template.postinst:
38146 * debian/gstreamer-plugin-template.postrm:
38147 * debian/gstreamer-sdl.files:
38148 * debian/gstreamer-sid.files:
38149 * debian/gstreamer-vorbis.files:
38150 * debian/gstreamer-x.files:
38151 * debian/mk.control:
38153 Debian package info not maintained here.
38155 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
38157 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38158 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38159 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38160 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38161 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38162 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38163 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38164 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38165 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38166 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38167 * gst-libs/gst/colorbalance/colorbalance.c:
38168 (gst_color_balance_class_init):
38169 * gst-libs/gst/colorbalance/colorbalancechannel.c:
38170 (gst_color_balance_channel_class_init):
38171 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38172 * gst-libs/gst/play/play.c: (gst_play_class_init):
38173 * gst-libs/gst/propertyprobe/propertyprobe.c:
38174 (gst_property_probe_iface_init):
38175 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38176 * gst-libs/gst/tuner/tunerchannel.c:
38177 (gst_tuner_channel_class_init):
38178 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38179 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38180 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38181 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38182 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38183 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38184 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38185 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38186 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38187 fix signals to use - instead of _
38188 * ext/libcaca/gstcacasink.h:
38189 * ext/sdl/sdlvideosink.h:
38192 2004-03-04 David Schleef <ds@schleef.org>
38194 * testsuite/gst-lint: Add a check for bad signal names.
38196 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
38198 reviewed by David Schleef
38200 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38201 modified the alpha channel and caused a warning. (bug #136192)
38203 2004-04-03 Christian Schaller <Uraeus@gnome.org>
38205 * gst-plugins.spec.in:
38206 Change names of plugins to actually be correct. Try to keep things
38207 alphabetical to avoid getting beat up by Thomas
38209 2004-03-03 Julien MOUTTE <julien@moutte.net>
38211 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38212 Using ximagesink as a default if no gconf key found. We should
38213 probably consider using alsasink instead of osssink for the audio
38216 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38219 fix --with-plugins, don't think it ever worked before
38220 * gst-plugins.spec.in:
38223 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
38225 * ext/sdl/sdlvideosink.h:
38226 * sys/ximage/ximagesink.h:
38227 * sys/xvideo/xvideosink.h:
38228 * sys/xvimage/xvimagesink.h:
38229 Fix for move of gstvideosink.h -> videosink.h.
38231 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38233 * gst-libs/gst/xwindowlistener/Makefile.am:
38234 this is a plugin library, not a library
38236 2004-03-01 David Schleef <ds@schleef.org>
38238 * AUTHORS: Added some names. Add yourself if you're still
38241 2004-03-01 David Schleef <ds@schleef.org>
38245 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38247 * gst-plugins.spec.in: clean up spec file
38249 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38251 * gst-libs/gst/video/Makefile.am:
38252 * gst-libs/gst/video/gstvideosink.c:
38253 * gst-libs/gst/video/gstvideosink.h:
38254 rename gstvideosink.h to videosink.h to match other headers
38255 * gst/mixmatrix/Makefile.am:
38256 fix plugin filename
38257 * gst/tags/Makefile.am: fix plugin filename
38259 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38261 * gst/tags/Makefile.am: fix plugin filename
38263 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38265 * examples/gstplay/player.c: (got_time_tick), (main):
38267 display time_tick more readably
38268 * gst/mixmatrix/Makefile.am:
38269 fix plugin file name
38271 2004-02-29 Christophe Fergeau <teuf@gnome.org>
38273 * sys/oss/gstosselement.c: (gst_osselement_probe),
38274 (device_combination_append), (gst_osselement_class_probe_devices):
38275 * sys/oss/gstosselement.h:
38276 Reworked enumeration of oss dsps and mixers so that gst-mixer works
38277 on my system using alsa oss emulation, fixes bug #135597
38279 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
38281 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38282 (gst_videodrop_chain), (gst_videodrop_change_state):
38283 * gst/videodrop/gstvideodrop.h:
38284 Work based on timestamp of input data, not based on the expected
38285 framerate from the input. The consequence is that this element now
38286 not only scales framerates, but also functions as a framerate
38287 corrector or framerate stabilizer/constantizer.
38289 2004-02-27 David Schleef <ds@schleef.org>
38291 patches from jmmv@menta.net (Julio M. Merino Vidal)
38293 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38294 GST_ELEMENT_ERROR call (bug #135634)
38295 * gst/interleave/interleave.c: (interleave_buffered_loop),
38296 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38297 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38298 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38299 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38300 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38301 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38302 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38303 Fix GST_ELEMENT_ERROR call.
38304 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38305 GST_ELEMENT_ERROR call.
38307 2004-02-27 Benjamin Otte <otte@gnome.org>
38309 * gst-libs/gst/audio/audio.h:
38310 add macro to make sure header isn't included twice
38311 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38312 don't use gst_buffer_free
38313 * gst/playondemand/filter.func:
38314 don't use gst_data_free. Free data only once.
38316 2004-02-26 David Schleef <ds@schleef.org>
38318 * gst-libs/gst/colorbalance/Makefile.am:
38319 * gst-libs/gst/mixer/Makefile.am:
38320 * gst-libs/gst/tuner/Makefile.am:
38321 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38322 should not be disted, -marshal.h files should not be installed,
38323 and -enum.h files _should_ be installed. Fix to make this the
38326 === release 0.7.5 ===
38328 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
38330 * configure.ac: release 0.7.5, "Under The Sea"
38332 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38334 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38335 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38336 * gst/videoscale/gstvideoscale.c:
38337 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38338 assorted debug/warning fixes
38340 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38342 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38343 (gst_videoscale_init), (gst_videoscale_chain),
38344 (gst_videoscale_set_property), (plugin_init):
38345 * gst/videoscale/gstvideoscale.h:
38346 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38347 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38348 (gst_videoscale_planar400), (gst_videoscale_packed422),
38349 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38350 (gst_videoscale_24bit), (gst_videoscale_16bit),
38351 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38352 (gst_videoscale_scale_plane_slow),
38353 (gst_videoscale_scale_point_sample),
38354 (gst_videoscale_scale_nearest),
38355 (gst_videoscale_scale_nearest_str2),
38356 (gst_videoscale_scale_nearest_str4),
38357 (gst_videoscale_scale_nearest_32bit),
38358 (gst_videoscale_scale_nearest_24bit),
38359 (gst_videoscale_scale_nearest_16bit):
38360 add debugging category and use it properly
38361 fix use of GST_PTR_FORMAT
38363 2004-02-25 Andy Wingo <wingo@pobox.com>
38365 * gst/interleave/interleave.c (interleave_buffered_loop): Always
38366 push only when channel->buffer is NULL. Prevents segfaults doing
38367 the state change after a nonlocal exit, like a scheme exception.
38369 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38370 Handle the case where the intersected caps is empty.
38372 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38374 * gst/law/mulaw-decode.c: (mulawdec_link):
38375 * gst/law/mulaw.c: (plugin_init):
38376 fix mulawdec so it actually works again
38378 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
38380 reviewed by: David Schleef <ds@schleef.org>
38382 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38383 (gst_gamma_init), (gst_gamma_set_property),
38384 (gst_gamma_get_property), (gst_gamma_calculate_tables),
38385 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
38386 for RGB, with separate r g and b correction factors. (#131167)
38388 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
38390 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38391 only signal tags for bitrate if they're > 0 (#134894)
38393 2004-02-24 David Schleef <ds@schleef.org>
38395 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38396 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38397 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38398 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38399 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38400 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38401 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38402 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38403 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
38404 category. Attempt to fix timestamp calculation.
38406 2004-02-24 Johan Dahlin <johan@gnome.org>
38408 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38410 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
38413 * gconf/Makefile.am:
38414 * gconf/gstreamer.schemas:
38415 * gst-libs/gst/gconf/Makefile.am:
38416 * gst-libs/gst/gconf/gconf.c:
38417 version gconf schemas and install locations
38419 2004-02-23 Benjamin Otte <otte@gnome.org>
38421 * ext/xine/xineinput.c: (gst_xine_input_dispose):
38422 (gst_xine_input_subclass_init):
38423 call parent dispose.
38424 change pad template for CD reader correctly
38425 * ext/xine/Makefile.am:
38426 * ext/xine/gstxine.h:
38427 * ext/xine/xine.c: (plugin_init):
38428 * ext/xine/xineaudiosink.c:
38429 wrap audio sinks, too
38430 * gst-libs/gst/resample/private.h:
38431 * gst-libs/gst/resample/resample.c: (gst_resample_init),
38432 (gst_resample_reinit), (gst_resample_scale),
38433 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38434 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38435 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38436 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38437 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38438 * gst-libs/gst/resample/resample.h:
38439 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38440 (gst_audioscale_class_init), (gst_audioscale_link),
38441 (gst_audioscale_get_buffer), (gst_audioscale_init),
38442 (gst_audioscale_chain), (gst_audioscale_set_property),
38443 (gst_audioscale_get_property):
38444 * gst/audioscale/gstaudioscale.h:
38445 s/resample_*/gst_resample_*/i to not clobber namespaces
38447 2004-02-23 Julien MOUTTE <julien@moutte.net>
38449 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38450 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38451 (gst_riff_create_video_template_caps),
38452 (gst_riff_create_audio_template_caps),
38453 (gst_riff_create_iavs_template_caps):
38454 * gst-libs/gst/riff/riff-media.h:
38455 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38456 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38457 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38458 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38459 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38460 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38461 (gst_matroska_demux_plugin_init): First batch implementing audio and
38462 video codec tags in demuxers.
38464 2004-02-22 Benjamin Otte <otte@gnome.org>
38466 * ext/xine/Makefile.am:
38467 * ext/xine/gstxine.h:
38468 * ext/xine/xine.c: (plugin_init):
38469 * ext/xine/xineinput.c:
38470 add input plugin wrapper. Playback from files, http, mms and cdda
38472 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38473 remove leftover G_GNUC_UNUSED
38474 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38475 (gst_asf_demux_identify_guid):
38476 improve debugging output
38478 2004-02-22 Benjamin Otte <otte@gnome.org>
38480 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38483 replace test -e with test -x for mkinstalldirs to be more portable.
38486 2004-02-22 Benjamin Otte <otte@gnome.org>
38488 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38490 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38491 set rank to PRIMARY
38492 * gst/volume/gstvolume.c: (plugin_init):
38496 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38498 reviewed by Benjamin Otte <otte@gnome.org>
38500 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38501 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38503 2004-02-22 Benjamin Otte <otte@gnome.org>
38506 export [_]*{gst,Gst,GST}.* symbols from plugins
38508 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38510 reviewed by: Benjamin Otte <otte@gnome.org>
38512 * ext/lame/gstlame.c: (add_one_tag):
38513 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38514 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38515 (gst_vorbisenc_metadata_set1):
38516 * gst/tags/gstid3tag.c:
38517 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38518 apply fixes from bugs #135042 (lame can't write tags) and #133817
38519 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38521 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38523 * configure.ac: Export only gst_plugin_desc from plugins.
38524 Note that this change only makes any effect with Linux using libtool
38525 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38526 fine. And don't try to have several versions of libtool in different
38529 2004-02-20 Andy Wingo <wingo@pobox.com>
38531 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38532 interleave respectively.
38534 * gst/interleave/deinterleave.c: New plugin: deinterleave
38535 (replaces on oneton).
38536 * gst/interleave/interleave.c: New plugin: interleave.
38537 * gst/interleave/plugin.h: Support file.
38538 * gst/interleave/plugin.c: Support file.
38540 * configure.ac: Remove intfloat and oneton, add interleave.
38542 * ext/sndfile/gstsf.c: Handle events better.
38544 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38545 and float2int operation. int2float has scheduling problems as
38546 noted in in2float_chain.
38548 2004-02-20 Benjamin Otte <otte@gnome.org>
38550 * ext/xine/Makefile.am:
38551 * ext/xine/gstxine.h:
38553 * ext/xine/xineaudiodec.c:
38554 * ext/xine/xinecaps.c:
38555 add first version of xine plugin wrapper. Currently only wraps the
38556 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38559 add xine plugin wrapper, disabled by default. Use --enable-xine to
38560 build. Note that it'll segfault on gst-register if you don't remove
38561 the goom and tvtime post plugins from xine.
38562 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38563 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38564 add extradata parsing for QDM2.
38565 change around debugging prints.
38567 2004-02-19 Benjamin Otte <otte@gnome.org>
38569 * ext/lame/gstlame.c: (gst_lame_chain):
38570 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38571 use gst_tag_list_insert when you want to insert tags
38573 2004-02-18 David Schleef <ds@schleef.org>
38575 * configure.ac: Move massink to gst-rotten
38577 * ext/mas/Makefile.am:
38578 * ext/mas/massink.c:
38579 * ext/mas/massink.h:
38581 2004-02-18 David Schleef <ds@schleef.org>
38583 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38584 typefinding, since it seems to be worse than nothing.
38585 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38586 atom to recognize .mp4 and .m4a files as video/quicktime.
38588 2004-02-18 David Schleef <ds@schleef.org>
38590 * gst/sine/demo-dparams.c: (quit_live),
38591 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38592 Use double dparams, not float.
38593 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38594 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38595 sync'd elements don't really work correctly.
38596 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38597 (volume_update_volume), (volume_get_property): Change dparam
38600 2004-02-18 Julien MOUTTE <julien@moutte.net>
38602 * sys/ximage/ximagesink.c:
38603 (gst_ximagesink_xwindow_update_geometry),
38604 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38605 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38606 (gst_ximagesink_init): Rework the way software video scaling works. So
38607 now we check on each chain call if the video frames are feeling the
38608 window. If not we try to renegotiate caps. On failure we memorize that
38609 and we won't try again for that PLAYING sessions.
38610 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38615 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38617 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38618 break up _link so we can give a better debug message for errors
38620 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38622 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38623 set up debug category
38625 2004-02-18 Julien MOUTTE <julien@moutte.net>
38627 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38628 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38629 the way renegotiation work. The event handling function is not taking
38630 care of external windows and renegotiate method check for pad flags
38631 NEGOTIATING. Should fix : #133209
38633 2004-02-17 Julien MOUTTE <julien@moutte.net>
38635 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38636 pad is negotiating before trying renegotiation.
38638 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38640 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38641 pass on all possible mime types as typefind hints
38643 2004-02-17 Julien MOUTTE <julien@moutte.net>
38645 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38646 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38647 possible SHM leak if we crash. All other apps using XShm are doing
38650 2004-02-17 Julien MOUTTE <julien@moutte.net>
38652 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38653 (gst_ximagesink_expose): Renegotiate size on expose.
38654 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38657 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38659 * testsuite/alsa/sinesrc.c:
38660 cosmetic fix to fix compile issue with gcc 2.95.4
38662 2004-02-16 Julien MOUTTE <julien@moutte.net>
38664 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38665 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38666 failed opening the audio device.
38667 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38668 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38669 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38670 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38671 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38672 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38673 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38674 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38675 Removing some useless g_return_if_fail like wingo suggested.
38676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38677 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38678 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38679 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38680 (gst_xvimagesink_update_colorbalance),
38681 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38682 (gst_xvimagesink_xcontext_clear),
38683 (gst_xvimagesink_get_fourcc_from_caps),
38684 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38685 (gst_xvimagesink_set_xwindow_id),
38686 (gst_xvimagesink_colorbalance_list_channels),
38687 (gst_xvimagesink_colorbalance_set_value),
38688 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38689 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38691 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38693 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38694 throw error when not negotiated instead of asserting
38696 2004-02-15 Julien MOUTTE <julien@moutte.net>
38698 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38699 correct data refcounting.
38701 2004-02-15 Julien MOUTTE <julien@moutte.net>
38703 * gst/switch/gstswitch.c: (gst_switch_change_state),
38704 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38705 change, mostly the EOS flag.
38707 2004-02-15 Julien MOUTTE <julien@moutte.net>
38709 * examples/gstplay/player.c: (got_eos), (main): Adding some
38710 output for debugging.
38711 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38712 timeouts if we go to any state different from PLAYING.
38713 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38714 more EOS bugs in riff lib.
38716 2004-02-14 Julien MOUTTE <julien@moutte.net>
38718 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38719 visualization until i find a way to fix switch correctly.
38720 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38722 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38723 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38724 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38725 Reworked switch to get a more correct behaviour with events and refing
38726 of data stored in sinkpads.
38727 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38728 we don't pull from a pad in EOS.
38730 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38732 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38733 remove v1 tag even if we can't read it (makes sure we don't detect
38736 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38738 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38739 (gst_alsa_xrun_recovery):
38740 * ext/alsa/gstalsa.h:
38741 try xrun recovery when wait failed. Make xrun recovery function
38742 return TRUE/FALSE to indicate success. (might fix #134354)
38744 2004-02-13 David Schleef <ds@schleef.org>
38746 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38747 (dynparm_value_changed), (main): Convert from float to double.
38748 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38750 2004-02-13 David Schleef <ds@schleef.org>
38752 * gst/silence/gstsilence.c: (gst_silence_class_init),
38753 (gst_silence_set_clock), (gst_silence_get),
38754 (gst_silence_set_property), (gst_silence_get_property):
38755 * gst/silence/gstsilence.h: Add sync property.
38756 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38757 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38758 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38759 * gst/sine/gstsinesrc.h: Add sync property.
38761 2004-02-13 David Schleef <ds@schleef.org>
38763 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38764 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38766 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38770 * gst-libs/ext/Makefile.am:
38771 move ffmpeg plugin to gst-ffmpeg module
38773 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38775 * configure.ac: use GST_ARCH to detect architecture
38777 2004-02-12 Julien MOUTTE <julien@moutte.net>
38779 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38781 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38783 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38784 classify LADSPA plugins based on number of src/sink pads
38785 (#133663, Stefan Kost)
38786 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38787 fix dparams registration
38788 (#133528, Stefan Kost)
38789 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38790 fix use of isprint and use g_ascii_isprint instead
38791 (#133316, Stefan Kost)
38793 2004-02-11 David Schleef <ds@schleef.org>
38795 Convert a few inner loops to use liboil. This is currently
38796 optional, and is only enabled if liboil is present (duh!).
38797 * configure.ac: Check for liboil-0.1
38798 * gst/intfloat/Makefile.am:
38799 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38800 (gst_int2float_chain_gint16):
38801 * gst/videofilter/Makefile.am:
38802 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38803 (tablelookup_u8), (gst_videobalance_planar411):
38804 * gst/videotestsrc/Makefile.am:
38805 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38806 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38807 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38808 (paint_hline_RGB565), (paint_hline_xRGB1555):
38810 2004-02-11 David Schleef <ds@schleef.org>
38812 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38813 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38814 (gst_colorspace_getcaps), (gst_colorspace_link),
38815 (gst_colorspace_base_init), (gst_colorspace_init),
38816 (gst_colorspace_chain), (gst_colorspace_change_state),
38817 (plugin_init): Merge Ronald's patch (bug #117897) and update
38818 for new caps and negotiation. Seems to work, although it
38819 shows off bugs in lcs.
38821 2004-02-11 David Schleef <ds@schleef.org>
38823 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38824 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38826 2004-02-11 David Schleef <ds@schleef.org>
38828 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38829 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38830 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38831 Add server and port properties
38833 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38838 * m4/as-liblame.m4:
38839 * m4/as-slurp-ffmpeg.m4:
38840 * m4/check-libheader.m4:
38847 * m4/gst-ivorbis.m4:
38848 * m4/gst-matroska.m4:
38850 * m4/gst-shout2.m4:
38858 fix underquotedness of macros (#133800)
38859 * m4/as-avifile.m4:
38861 removed because no longer used
38863 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38866 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38867 by autopoint (fixes #132996)
38869 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38871 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38872 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38873 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38874 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38877 2004-02-11 David Schleef <ds@schleef.org>
38879 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38880 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38881 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38882 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38883 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38884 (gst_jpegenc_class_init), (gst_jpegenc_init),
38885 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38886 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38887 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38888 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38890 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38892 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38893 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38894 * ext/mikmod/gstmikmod.h:
38895 fix caps negotiation in mikmod
38896 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38897 output debug information
38899 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38901 * gst-libs/gst/colorbalance/Makefile.am:
38902 * gst-libs/gst/navigation/Makefile.am:
38903 * gst-libs/gst/xoverlay/Makefile.am:
38904 remove unused GST_OPT_CFLAGS from Makefiles
38905 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38907 2004-02-07 David Schleef <ds@schleef.org>
38909 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38910 push events to pads that haven't been created (#133508)
38912 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38914 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38915 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38916 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38917 (gst_dvdec_loop), (gst_dvdec_change_state):
38918 Second attempt at committing a working dvdec element.
38920 2004-02-06 David Schleef <ds@schleef.org>
38922 Build fixes for OS X: (see #129600)
38923 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38924 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38925 (gst_riff_read_strf_iavs):
38926 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38927 (gst_avi_demux_stream_odml):
38928 * gst/playondemand/Makefile.am:
38929 * gst/rtp/rtp-packet.c:
38931 2004-02-05 David Schleef <ds@schleef.org>
38933 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38934 last change, because it Just Doesn't Compile.
38936 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38938 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38939 skip undecodable id3v2 tag instead of keeping it
38941 2004-02-05 David Schleef <ds@schleef.org>
38943 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38944 Unref leaked buffer. (Noticed by Ronald)
38946 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38948 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38949 Sync requires with other checks. >= vs =.
38951 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38953 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38954 (gst_dvdec_video_link), (gst_dvdec_loop):
38955 * ext/dv/gstdvdec.h:
38956 rework the caps negotiation so that dvdec works again instead
38957 of just segfaulting.
38959 === release 0.7.4 ===
38961 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38963 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38964 * configure.ac: changed for release
38966 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38968 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38969 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38970 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38971 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38972 reworked patch by David Lehn to fix libdir and includedir for
38973 uninstalled libraries
38974 removed play and gconf from gstreamer-libs since they have their
38975 own pkgconfig files
38977 2004-02-04 David Schleef <ds@schleef.org>
38979 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38982 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38984 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38985 use correct GST_TAG_ENCODER tag
38987 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38989 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38990 be sure to stop the clock when going to paused
38991 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38992 reset number of transmitted when going to ready.
38995 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38997 reviewed by Benjamin Otte
38999 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
39000 extract track count (fixes #133410)
39002 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
39004 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39005 that should be !=, not == (fixes #132519)
39007 2004-02-04 David Schleef <ds@schleef.org>
39009 Make sure set_explicit_caps() is called before adding pad.
39010 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39011 * gst/id3/gstid3types.c: (gst_id3types_loop):
39012 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39013 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39015 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
39018 bump nano to 2, first prerelease
39019 put back AM_PROG_LIBTOOL
39021 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
39023 * testsuite/alsa/Makefile.am:
39024 these are user test apps, not automatic testsuite tests
39026 2004-02-04 David Schleef <ds@schleef.org>
39028 Convert GST_DEBUG_CAPS() to GST_DEBUG():
39029 * gst/mpeg1videoparse/gstmp1videoparse.c:
39030 (mp1videoparse_parse_seq):
39031 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39032 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39033 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
39034 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39035 (gst_xvideosink_getcaps):
39036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39037 * testsuite/gst-lint: more tests
39039 2004-02-04 David Schleef <ds@schleef.org>
39041 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
39042 with the code that they would expand to.
39043 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
39044 (gst_flacdec_get_src_query_types),
39045 (gst_flacdec_get_src_event_masks):
39046 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
39047 (gst_gnomevfssrc_get_query_types),
39048 (gst_gnomevfssrc_get_event_mask):
39050 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
39052 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
39053 (gst_sinesrc_dispose):
39054 fix memleak by properly disposing sinesrc
39056 2004-02-04 Julien MOUTTE <julien@moutte.net>
39058 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39059 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39060 an overlay to redraw the image because it has been exposed.
39061 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39062 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39063 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39064 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39066 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39067 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39068 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39069 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39072 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39074 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39075 more memleak fixage
39077 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39079 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39080 * gst/typefind/gsttypefindfunctions.c:
39081 fix memleaks shown by gst-typefind
39083 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39085 * common/glib-gen.mak:
39086 add hack rule to touch .Plo files
39087 * gst-libs/gst/colorbalance/Makefile.am:
39088 * gst-libs/gst/mixer/Makefile.am:
39089 * gst-libs/gst/play/Makefile.am:
39090 * gst-libs/gst/tuner/Makefile.am:
39091 remove glib_root variable
39093 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39095 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39096 set explicit caps before adding the element, so the autopluggers can
39098 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39099 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39100 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39102 fix memleaks in typefind functions. gst_type_find_suggest takes a const
39105 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39107 * gst-libs/gst/colorbalance/Makefile.am:
39108 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39109 * gst-libs/gst/colorbalance/colorbalance.c:
39110 * gst-libs/gst/colorbalance/colorbalance.h:
39111 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39112 * gst-libs/gst/mixer/Makefile.am:
39113 * gst-libs/gst/mixer/mixer-marshal.list:
39114 * gst-libs/gst/mixer/mixer.c:
39115 * gst-libs/gst/mixer/mixer.h:
39116 * gst-libs/gst/mixer/mixermarshal.list:
39117 * gst-libs/gst/play/Makefile.am:
39118 * gst-libs/gst/play/play.h:
39119 * gst-libs/gst/tuner/Makefile.am:
39120 * gst-libs/gst/tuner/tuner-marshal.list:
39121 * gst-libs/gst/tuner/tuner.c:
39122 * gst-libs/gst/tuner/tuner.h:
39123 * gst-libs/gst/tuner/tunermarshal.list:
39124 use new glib-gen.mak snippet to clean up Makefile.am
39125 fix various bugs in Makefile.am's
39127 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39129 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39130 handle chain parsing correctly in the multichain case
39131 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39132 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39133 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39134 (theora_dec_chain):
39135 handle events and queries correctly
39137 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39140 Ignore generated file _stdint.h.
39142 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39144 * gst-libs/gst/colorbalance/Makefile.am:
39145 * gst-libs/gst/colorbalance/colorbalance.h:
39146 * gst-libs/gst/mixer/Makefile.am:
39147 * gst-libs/gst/mixer/mixer.h:
39148 * gst-libs/gst/play/Makefile.am:
39149 * gst-libs/gst/play/play.h:
39150 * gst-libs/gst/tuner/Makefile.am:
39151 * gst-libs/gst/tuner/tuner.h:
39152 Generate enum type code with glib-mkenums.
39153 * gst-libs/gst/colorbalance/.cvsignore:
39154 * gst-libs/gst/mixer/.cvsignore:
39155 * gst-libs/gst/play/.cvsignore:
39156 * gst-libs/gst/tuner/.cvsignore:
39157 Ignore generated files.
39159 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39161 * gst-libs/gst/audio/.cvsignore:
39162 Ignore generated file.
39163 * gst-libs/gst/audio/Makefile.am:
39164 Do not install example filter.
39166 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39168 * examples/switch/.cvsignore:
39169 Ignore generated file.
39171 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39173 * common/m4/ax_create_stdint_h.m4:
39175 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39178 remove generated _stdint.h in DISTCLEANFILES
39179 * ext/a52dec/gsta52dec.c:
39180 include _stdint.h for a52dec. (should fix #133064)
39182 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39184 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39185 (gst_tag_to_vorbis_comments):
39186 Add replaygain support to vorbistag
39188 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39189 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39190 (gst_ffmpeg_caps_to_extradata):
39191 Fix SVQ3 caps flag properties
39192 Use glib macro for bytes swap
39194 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39196 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39197 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39198 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39199 * ext/sndfile/gstsf.c: (plugin_init):
39200 * gst/avi/gstavi.c: (plugin_init):
39201 * sys/dxr3/dxr3init.c: (plugin_init):
39202 * sys/oss/gstossaudio.c: (plugin_init):
39203 * sys/v4l/gstv4l.c: (plugin_init):
39204 * sys/v4l2/gstv4l2.c: (plugin_init):
39205 remove textdomain calls
39207 update Dutch translation
39209 2004-02-02 Julien MOUTTE <julien@moutte.net>
39211 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39212 (gst_play_set_audio_sink): Moving volume in the audio thread for
39213 instantaneous volume change. Maybe i will add another volume in front
39214 of visualization later, not sure yet though.
39216 2004-02-02 Julien MOUTTE <julien@moutte.net>
39218 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39219 (gst_ximagesink_handle_xevents): Better X events handling, only take
39220 the latest events for configure and motion.
39221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39223 2004-02-02 Jon Trowbridge <trow@gnu.org>
39225 reviewed by: David Schleef <ds@schleef.org>
39228 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39229 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39231 2004-02-02 David Schleef <ds@schleef.org>
39233 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
39235 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39236 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39237 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39238 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39239 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39240 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39241 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39242 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39243 (gst_float2_2_int_link):
39244 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39245 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39246 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39247 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39248 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39249 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39250 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39251 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39252 * testsuite/gst-lint: Add tests for bzero and ;;
39254 2004-02-02 David Schleef <ds@schleef.org>
39256 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39258 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39260 * ext/aalib/gstaasink.c: (gst_aasink_open):
39261 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39262 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39263 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39264 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39265 (gst_afsink_close_file):
39266 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39267 (gst_afsrc_close_file):
39268 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39269 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39270 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39271 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39272 * ext/esd/esdmon.c: (gst_esdmon_get):
39273 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39274 * ext/faac/gstfaac.c: (gst_faac_chain):
39275 * ext/faad/gstfaad.c: (gst_faad_chain):
39276 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39277 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39278 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39279 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39280 (gst_flacdec_loop):
39281 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39282 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39283 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39284 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39285 (gst_gnomevfssink_close_file):
39286 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39287 (gst_gnomevfssrc_open_file):
39288 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39289 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39290 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39291 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39292 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39293 * ext/mad/gstmad.c: (gst_mad_chain):
39294 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39295 * ext/mpeg2dec/gstmpeg2dec.c:
39296 * ext/mpeg2enc/gstmpeg2enc.cc:
39297 * ext/mplex/gstmplex.cc:
39298 * ext/mplex/gstmplexibitstream.cc:
39299 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39300 (gst_ogg_demux_push):
39301 * ext/raw1394/gstdv1394src.c:
39302 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39303 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39304 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39306 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39307 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39308 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39309 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39310 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39311 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39312 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39313 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39314 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39315 (gst_riff_read_element_data), (gst_riff_read_seek),
39316 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39317 * gst/adder/gstadder.c: (gst_adder_loop):
39318 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39319 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39320 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39321 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39322 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39323 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39324 * gst/goom/gstgoom.c: (gst_goom_chain):
39325 * gst/id3/gstid3types.c: (gst_id3types_loop):
39326 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39327 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39328 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39329 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39330 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39331 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39332 (gst_ebml_read_float), (gst_ebml_read_header):
39333 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39334 (gst_matroska_demux_parse_blockgroup):
39335 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39336 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39337 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39338 * gst/silence/gstsilence.c: (gst_silence_get):
39339 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39340 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39341 * gst/speed/gstspeed.c: (speed_loop):
39342 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39343 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39344 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39345 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39346 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39347 (gst_wavparse_loop):
39348 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39349 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39350 (dxr3audiosink_close):
39351 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39352 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39353 (dxr3videosink_close), (dxr3videosink_write_data):
39354 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39355 * sys/oss/gstosssink.c: (gst_osssink_chain):
39356 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39357 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39358 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39359 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39360 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39361 (gst_v4l_set_window), (gst_v4l_enable_overlay):
39362 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39363 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39364 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39365 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39366 (gst_v4l_set_audio):
39367 * sys/v4l/v4l_calls.h:
39368 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39369 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39370 (gst_v4lmjpegsink_playback_init),
39371 (gst_v4lmjpegsink_playback_start):
39372 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39373 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39374 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39375 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39376 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39377 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39378 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39379 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39380 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39381 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39382 (gst_v4l2_get_output), (gst_v4l2_set_output),
39383 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39384 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39385 (gst_v4l2_set_attribute):
39386 * sys/v4l2/v4l2_calls.h:
39387 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39388 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39389 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39390 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39391 (gst_v4l2src_capture_stop):
39392 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39393 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39394 (gst_ximagesink_chain):
39395 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39396 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39397 (gst_xvideosink_xwindow_new):
39398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39399 (gst_xvimagesink_chain):
39401 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39403 * gst/volume/gstvolume.c: (gst_volume_set_volume),
39404 (gst_volume_get_volume), (volume_class_init), (volume_init),
39405 (volume_chain_int16), (volume_update_volume):
39406 * gst/volume/gstvolume.h:
39407 make code more readable by removing magic numbers
39408 make mixer interface export 0-100 range
39409 make it internally map to 0.0-1.0 range so users don't distort
39410 output by putting the sliders at full volume
39412 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39414 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39415 (gst_play_state_change), (gst_play_seek_to_time):
39416 block the tick callback for 0.5 secs after doing a seek
39418 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39420 * gst-libs/gst/play/play.c: (gst_play_new):
39423 2004-02-01 Julien MOUTTE <julien@moutte.net>
39425 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39426 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39427 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39428 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39429 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39430 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39432 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
39435 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39436 check for a function added in vorbis 1.1
39438 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39440 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39441 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39442 really start/stop clock only on PLAYING <=> PAUSED
39443 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39444 remove \n from debugging lines
39445 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39446 make it work when seeking does not
39447 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39450 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39452 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39453 start clock on PAUSED=>PLAYING, not later
39454 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39455 extract correct time for different discont formats
39456 (gst_alsa_sink_get_time):
39457 don't segfault when no format is negotiated yet, just return 0
39458 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39459 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39460 (gst_ogg_pad_push):
39461 handle flush and discont events correctly
39462 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39463 handle discont events correctly
39465 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39467 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39468 (gst_play_error_create), (gst_play_error_plugin),
39469 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39470 * gst-libs/gst/play/play.h:
39471 add error handling during creation
39472 * examples/gstplay/player.c: (main):
39473 use new gst_play_new
39476 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39478 * ext/theora/theoradec.c: (theora_dec_chain):
39480 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39481 (vorbis_dec_src_event), (vorbis_dec_chain):
39482 add encoder tag, fix tag reading to be more error tolerant, change
39483 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39484 gst_pad_event_default.
39485 * gst/tags/gstvorbistag.c:
39486 (gst_tag_list_from_vorbiscomment_buffer):
39487 undefine function specific define at end of function
39489 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39491 * ext/flac/gstflac.c: (plugin_init):
39492 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39493 * ext/flac/gstflacdec.h:
39494 * ext/flac/gstflacenc.h:
39497 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39499 * examples/gstplay/player.c: s/gstplay.h/play.h/
39501 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39503 * gst-libs/gst/play/Makefile.am:
39504 * gst-libs/gst/play/gstplay.c:
39505 * gst-libs/gst/play/gstplay.h:
39506 * gst-libs/gst/play/play.c:
39507 more surgery, operation complete
39509 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39511 * gst-libs/gst/play/play.old.c:
39512 * gst-libs/gst/play/play.old.h:
39513 after CVS surgery by moving, remove
39514 * gst-libs/gst/play/playpipelines.c:
39517 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39518 add negotiation error
39520 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39522 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39523 (gst_ogg_demux_push):
39524 add some seeking debug info
39525 send a flush when seeking
39527 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39533 * ext/theora/Makefile.am:
39534 * ext/theora/theoradec.c:
39535 add theora video decoder. Does just do simple decoding for now and
39536 has been tested against Theora cvs only. It only works when theora
39537 is compiled with --enable-static.
39538 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39539 always reset packetno on DISCONT
39541 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39543 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39546 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39548 * gst/mpegaudioparse/gstmpegaudioparse.c:
39549 (mp3_type_frame_length_from_header):
39550 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39552 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39554 * ext/esd/esdsink.c: (gst_esdsink_init):
39555 Since we have static pad template caps, we don't need to negotiate;
39556 either the core errors out or we know the format.
39558 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39560 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39561 (gst_riff_read_seek):
39562 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39563 (gst_ebml_read_seek):
39564 Fix event handling.
39566 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39568 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39569 removee video/x-theora from vp3 decoder, it doesn't handle raw
39571 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39572 fix bug with finalizing element that never went to PAUSED
39573 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39574 length and position queries were swapped
39575 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39576 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39577 (vorbis_dec_src_event):
39578 implement querying time and bytes
39580 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39582 * just about every source file:
39583 gst_element_error -> GST_ELEMENT_ERROR
39585 2004-01-29 Julien MOUTTE <julien@moutte.net>
39587 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39588 emiting FLUSH and even before DISCONT.
39589 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39590 get the best instant seeking as possible yay!
39592 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39594 * gst/mpeg1videoparse/gstmp1videoparse.c:
39595 (gst_mp1videoparse_real_chain):
39596 Committed wrong version last week... Grr... Didn't notice until now.
39598 2004-01-29 Julien MOUTTE <julien@moutte.net>
39600 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39601 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39602 have_xwindow_id signal in xwindow_create.
39604 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39606 * ext/ogg/gstoggdemux.c:
39607 lots of changes - mainly support for chained bitstreams, seeking,
39608 querying and bugfixes of course
39609 * ext/vorbis/Makefile.am:
39610 * ext/vorbis/vorbisdec.c:
39611 * ext/vorbis/vorbisdec.h:
39612 add vorbisdec raw vorbis decoder
39613 * ext/vorbis/vorbis.c: (plugin_init):
39614 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39615 * gst/intfloat/Makefile.am:
39616 * gst/intfloat/float22int.c:
39617 * gst/intfloat/float22int.h:
39618 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39619 add float2intnew plugin. It converts multichannel interleaved float to
39620 multichannel interleaved int. The name should probably be changed.
39621 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39623 add typefinding for raw theora video so oggdemux can detect it.
39625 2004-01-28 Julien MOUTTE <julien@moutte.net>
39627 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39628 sink element first.
39629 * gst/videoscale/gstvideoscale.c:
39630 (gst_videoscale_handle_src_event): Fixing src event handler.
39632 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39634 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39635 (gst_v4lsrc_open), (gst_v4lsrc_close),
39636 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39637 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39638 * sys/v4l/gstv4lsrc.h:
39639 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39640 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39641 Implement resizing... Hack. But that's why v4l is b0rked...
39643 2004-01-28 Julien MOUTTE <julien@moutte.net>
39645 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39646 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39647 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39648 (gst_ximagesink_xwindow_destroy):
39649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39650 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39651 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39652 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39653 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39654 correctly cleaning the image created to check xshm calls on succes,
39655 added a lot of XSync calls in X11 functions, and fixed a segfault when
39656 no image format was defined before negotiation happened.
39658 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39660 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39661 use gst_element_get_time to get correct time
39663 2004-01-28 Julien MOUTTE <julien@moutte.net>
39665 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39666 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39667 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39669 (gst_xvimagesink_check_xshm_calls),
39670 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39671 X plugins are now able to detect that XShm calls will fail even if the
39672 server claims that it has XShm support (remote displays most of the
39673 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39674 so that we use non XShm functions. This feature is almost useless for
39675 xvimagesink as Xv is not supported on remote displays anyway, but
39676 it might happen than even on the local display XShm calls fail.
39678 2004-01-27 David Schleef <ds@schleef.org>
39680 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39681 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39682 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39683 changed esdsink to only use 44100,16,2, since esd sucks at rate
39684 conversion and esdsink has had difficulty negotiating.
39686 2004-01-27 Julien MOUTTE <julien@moutte.net>
39688 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39689 (gst_play_seek_to_time): Fixing the way to get current position.
39691 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39693 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39694 use gst_element_get_time to get correct time
39696 2004-01-27 Julien MOUTTE <julien@moutte.net>
39698 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39699 fix ever... Inverting 2 lines of code make spider autoplug correctly
39702 2004-01-27 David Schleef <ds@schleef.org>
39704 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39705 Use gst_pad_try_set_caps_nonfixed().
39707 2004-01-27 David Schleef <ds@schleef.org>
39709 * gst/ac3parse/gstac3parse.c: update to checklist 5
39710 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39711 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39712 * gst/audioscale/gstaudioscale.c: same
39713 * gst/auparse/gstauparse.c: same
39714 * gst/avi/gstavidemux.c: same
39716 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39718 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39719 stop processing after EOS
39721 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39723 * gst/asfdemux/asfheaders.h:
39724 * gst/asfdemux/gstasfdemux.c:
39725 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39726 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39727 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39728 lot's of fixes to make data extraction simpler and get the code
39729 architecture and compiler independant. Add debugging category
39730 * gst/goom/gstgoom.c: (gst_goom_change_state):
39731 reset channel count on PAUSED=>READY, not READY=>PAUSED
39733 2004-01-26 Colin Walters <walters@verbum.org>
39735 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39736 code to pull a bigger buffer in iradio mode. This as a side effect
39737 makes typefinding work.
39739 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39741 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39742 Fix SVQ3 decoding on PPC
39744 2004-01-26 Julien MOUTTE <julien@moutte.net>
39746 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39747 that one managed to stay there... Fixed.
39749 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39751 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39752 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39753 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39754 (qtdemux_video_caps):
39755 * gst/qtdemux/qtdemux.h:
39756 Add SVQ3 specific flags to qtdemux and ffmpeg
39758 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39760 * gst-libs/gst/audio/audio.h:
39761 remove buffer-frames from audio caps
39762 * gst/audioconvert/gstaudioconvert.c:
39763 fix plugin to really work.
39765 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39767 * gst-libs/gst/mixer/mixer.c:
39768 * gst-libs/gst/propertyprobe/propertyprobe.c:
39769 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39770 (gst_tuner_find_channel_by_name):
39771 * gst-libs/gst/tuner/tuner.h:
39772 Add gtk-doc style comments. Also fix a function name.
39774 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39776 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39777 (gst_divxdec_negotiate):
39778 Fix for new capsnego - also fixes gst-player with divxdec.
39780 2004-01-25 Julien MOUTTE <julien@moutte.net>
39782 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39783 (gst_play_identity_handoff), (gst_play_set_location),
39784 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39785 try in visualization implementation. Still have an issue with switch
39786 blocking when pulling from video_queue and only audio comes out of
39788 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39789 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39790 release method. And check if the pad is usable before pulling.
39792 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39794 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39795 (gst_videobalance_init),
39796 (gst_videobalance_colorbalance_list_channels),
39797 (gst_videobalance_colorbalance_set_value),
39798 (gst_videobalance_colorbalance_get_value),
39799 (gst_videobalance_update_properties),
39800 (gst_videobalance_update_tables_planar411),
39801 (gst_videobalance_planar411):
39802 * gst/videofilter/gstvideobalance.h:
39803 Implement lookup-tables. +/- 10x faster.
39805 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39807 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39808 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39809 The index reading was broken. The rest worked fine, but the whole
39810 goal of my rewrite was to make avidemux readable, and this was
39811 not at all readable. Please use typed variables.
39813 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39815 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39816 Additional pad usability check.
39817 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39818 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39819 (gst_mp1videoparse_real_chain):
39820 Fix MPEG video stream parsing. The original plugin had several
39821 issues, including not timestamping streams where the source was
39822 not timestamped (this happens with PTS values in mpeg system
39823 streams, but MPEG video is also a valid stream on its own so
39824 that needs timestamps too). We use the display time code for that
39825 for now. Also, if one incoming buffer contains multiple valid
39826 frames, we push them all on correctly now, including proper EOS
39827 handling. Lastly, several potential segfaults were fixed, and we
39828 properly sync on new sequence/gop headers to include them in next,
39829 not previous frames (since they're header for the next frame, not
39830 the previous). Also see #119206.
39831 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39833 Move caps setting so we only do it after finding several valid
39834 MPEG-1 fraes sequentially, not right after the first one (which
39835 might be coincidental).
39836 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39837 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39839 Add unsynced MPEG video stream typefinding, and change some
39840 probability values so we detect streams rightly. The idea is as
39841 follows: I can have an unsynced system stream which contains
39842 video. In the current code, I would randomly get a type for either
39843 system or video stream type found, because the probabilities are
39844 being calculated rather randomly. I now use fixed values, so we
39845 always prefer system stream if that was found (and that is how it
39846 should be). If no system stream was found, we can still identity the stream as video-only.
39848 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39850 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39851 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39852 don't write to buffer. Extract data without the need of
39853 __attribute__ ((packed))
39855 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39857 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39858 (mpeg1_sys_type_find):
39859 Fix MPEG-1 stream typefinding.
39861 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39863 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39864 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39866 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39868 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39869 * ext/esd/gstesd.c: (plugin_init):
39870 private debugging, better error reporting
39872 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39874 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39875 (gst_riff_read_init), (gst_riff_read_change_state):
39876 * gst-libs/gst/riff/riff-read.h:
39877 Remove stuff fromold metadata system.
39879 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39881 * ext/ogg/gstoggdemux.c:
39882 Fix wrong file comment.
39883 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39884 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39885 Add metadata reading properly.
39887 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39890 Fix nas DIST_SUBDIRS
39892 Fix bug where make distcheck doesn't get run on adding stuff to
39895 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39897 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39898 * ext/divx/gstdivxdec.h:
39899 Fix divx3 ("msmpeg4") playback using divxdec.
39901 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39903 * gst/typefind/gsttypefindfunctions.c:
39904 (mp3_type_frame_length_from_header): fix bug in length computation
39905 (mp3_type_find): improve debugging output
39907 2004-01-23 Julien MOUTTE <julien@moutte.net>
39909 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39910 (gst_play_set_location), (gst_play_seek_to_time),
39911 (gst_play_set_audio_sink), (gst_play_set_visualization),
39912 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39913 the pipeline from scratch. Visualization is back and switch went out as
39914 i realized it was not possible to use the way i wanted.
39915 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39916 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39917 clearing in state change from READY to NULL. So that one can clean the
39918 X ressources keeping the element.
39919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39920 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39921 (gst_xvimagesink_colorbalance_set_value),
39922 (gst_xvimagesink_colorbalance_get_value),
39923 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39924 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39925 change from READY to NULL and fixed some stupid bugs in colorbalance
39926 get/set values. Also added the following feature : when nobody tries to
39927 set some values to the colorbalance levels before the xcontext is
39928 grabbed, then when creating channels list from Xv attributes we set the
39929 internal values to the Xv defaults. This way we handle buggy Xv drivers
39930 that set default hue values far from the middle of the range (Thanks
39931 to Jon Trowbridge for pointing that issue).
39932 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39933 colorbalance levels have been set before xcontext is grabbed.
39935 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39937 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39938 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39939 it might block operations (which is bad for a mixer).
39941 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39943 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39944 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39945 (gmip_find_type_pre):
39946 * gst-libs/gst/media-info/media-info-priv.h:
39947 * gst-libs/gst/media-info/media-info.c:
39948 (gst_media_info_instance_init), (gst_media_info_read_idler):
39949 add fakesink to get caps on decoder src pad again
39950 fix callback prototype to match new have_type signal signature
39952 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39954 * gst/adder/gstadder.c: (gst_adder_link):
39955 fix non-compile and cut-n-paste code
39957 2004-01-21 David Schleef <ds@schleef.org>
39959 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39960 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39961 (gst_swfdec_init), (gst_swfdec_change_state):
39962 * ext/swfdec/gstswfdec.h:
39964 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39965 (gst_adder_request_new_pad): Fix negotiation.
39966 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39967 Add a fixate function.
39968 * gst/intfloat/gstfloat2int.c:
39969 * gst/intfloat/gstfloat2int.h:
39970 * gst/intfloat/gstint2float.c:
39971 * gst/intfloat/gstint2float.h:
39972 Completely rewrite the negotiation. Doesn't quite work yet,
39973 due to some buffer-frames problem.
39975 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39977 * ext/gnomevfs/gstgnomevfssrc.c:
39978 * sys/v4l2/v4l2_calls.h:
39979 fix includes for distcheck
39981 2004-01-21 Christian Schaller <uraeus@gnome.org>
39984 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39985 based on earlier patch from Laurent Vivier
39987 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39989 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39990 Fix wma caps property
39991 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39992 Fix typo (flags1 and flags2)
39994 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39996 * gst-libs/gst/media-info/media-info-priv.c:
39997 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39998 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39999 (gmip_find_stream), (gmip_find_track_metadata),
40000 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
40001 (gmip_find_track_format):
40002 * gst-libs/gst/media-info/media-info-priv.h:
40003 * gst-libs/gst/media-info/media-info-test.c: (main):
40004 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
40005 (gst_media_info_read_idler), (gst_media_info_read):
40006 * gst-libs/gst/media-info/media-info.h:
40007 register debugging category and use it for debugging
40009 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
40011 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
40012 (gst_vorbisfile_new_link):
40013 signal streaminfo through tags
40015 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40017 * ext/mplex/gstmplex.cc:
40018 * ext/mplex/gstmplexibitstream.cc:
40019 g++ doesn't like NULL in our i18n/error macros, should be
40020 either (NULL) or ("").
40022 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40024 * sys/dxr3/dxr3audiosink.c:
40025 * sys/dxr3/dxr3init.c:
40026 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
40027 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
40028 Fix more error error error errors (missing includes here).
40030 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40032 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40033 fix thomas' error errors.
40035 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
40037 * ext/mpeg2enc/gstmpeg2enc.cc:
40040 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40042 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40043 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40044 Fix for new error system.
40046 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
40048 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40049 fix for new error reporting
40051 2004-01-20 David Schleef <ds@schleef.org>
40053 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40054 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
40055 (gst_ximagesink_set_xwindow_id): Change to using a framerate
40056 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40057 and neither is 100+, most likely.
40058 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40059 (gst_xvimagesink_getcaps): same
40061 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
40064 Up version requirement to 2.0.3 (not yet released) to avoid symbol
40065 clashes with ffmpeg.
40067 2004-01-20 Julien MOUTTE <julien@moutte.net>
40069 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40070 (gst_switch_init): Fixed switch element : proxying link and setting
40071 caps from src to sink on request.
40073 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40075 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40076 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40077 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40080 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40082 * sys/v4l/v4l_calls.h:
40083 * sys/v4l2/v4l2_calls.h:
40084 element_error fixes
40086 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40088 * gst-libs/gst/gst-i18n-plugin.h:
40090 remove config.h inclusion
40092 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40095 adding autopoint invocation
40098 * gst-libs/gst/gettext.h:
40099 adding gettext bits
40100 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40101 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40102 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40103 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40104 (gst_gnomevfssink_close_file):
40105 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40106 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40107 * gst-libs/gst/gst-i18n-plugin.h:
40108 * gst/avi/gstavi.c: (plugin_init):
40109 * sys/dxr3/dxr3init.c: (plugin_init):
40110 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40111 * sys/oss/gstossaudio.c: (plugin_init):
40112 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40113 * sys/v4l/gstv4l.c: (plugin_init):
40114 * sys/v4l/v4l_calls.c: (gst_v4l_open):
40115 * sys/v4l2/gstv4l2.c: (plugin_init):
40116 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40117 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40118 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40119 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40120 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40121 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40122 make sure locale and translation domain are set
40123 fix translated strings
40129 put translation files into place
40130 * sys/xvideo/imagetest.c: (main):
40131 * ext/dv/demo-play.c: (main):
40132 fix unnecessary translations
40134 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
40136 * ext/sndfile/gstsf.c:
40137 * gst/avi/gstavimux.c:
40138 * ext/audiofile/gstafsink.c:
40139 * ext/audiofile/gstafsrc.c:
40140 * ext/gnomevfs/gstgnomevfssink.c:
40141 * ext/gnomevfs/gstgnomevfssrc.c:
40142 * sys/oss/gstosselement.c:
40143 * sys/v4l/v4l_calls.h:
40146 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40148 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40149 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40150 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40151 (gst_v4l2_get_output), (gst_v4l2_set_output),
40152 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40153 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40154 (gst_v4l2_set_attribute):
40155 update to new error handling
40157 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40159 * ext/sidplay/gstsiddec.cc:
40160 * gst/modplug/gstmodplug.cc:
40161 parenthese NULL because C++ seems angry about it
40163 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40165 * gst-libs/gst/gst-i18n-plugin.h:
40166 add skeleton i18n stuff, but needs to be further implemented
40168 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
40170 * examples/gstplay/player.c: (main):
40171 * ext/aalib/gstaasink.c: (gst_aasink_open):
40172 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40173 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40174 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40175 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40176 (gst_afsink_close_file):
40177 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40178 (gst_afsrc_close_file):
40179 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40180 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40181 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40182 * ext/esd/esdmon.c: (gst_esdmon_get):
40183 * ext/esd/esdsink.c: (gst_esdsink_chain):
40184 * ext/faac/gstfaac.c: (gst_faac_chain):
40185 * ext/faad/gstfaad.c: (gst_faad_chain):
40186 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40187 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40188 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40189 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40190 (gst_flacdec_loop):
40191 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40192 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40193 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40194 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40195 (gst_gnomevfssink_close_file):
40196 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40197 (gst_gnomevfssrc_open_file):
40198 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40199 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40200 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40201 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40202 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40203 * ext/mad/gstmad.c: (gst_mad_chain):
40204 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40205 * ext/mpeg2dec/gstmpeg2dec.c:
40206 * ext/mpeg2enc/gstmpeg2enc.cc:
40207 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40208 * ext/mplex/gstmplex.cc:
40209 * ext/mplex/gstmplexibitstream.cc:
40210 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40211 (gst_ogg_demux_push), (gst_ogg_pad_push):
40212 * ext/raw1394/gstdv1394src.c:
40213 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40214 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40215 * ext/sidplay/gstsiddec.cc:
40216 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40218 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40219 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40220 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40221 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40222 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40223 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40224 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40225 * gst-libs/gst/Makefile.am:
40226 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40227 (gst_riff_read_element_data), (gst_riff_read_seek),
40228 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40229 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40230 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40231 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40232 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40233 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40234 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40235 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40236 * gst/goom/gstgoom.c: (gst_goom_chain):
40237 * gst/id3/gstid3types.c: (gst_id3types_loop):
40238 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40239 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40240 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40241 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40242 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40243 (gst_ebml_read_float), (gst_ebml_read_header):
40244 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40245 (gst_matroska_demux_parse_blockgroup):
40246 * gst/modplug/gstmodplug.cc:
40247 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40248 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40249 * gst/oneton/gstoneton.c: (gst_oneton_chain):
40250 * gst/silence/gstsilence.c: (gst_silence_get):
40251 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40252 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40253 * gst/speed/gstspeed.c: (speed_loop):
40254 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40255 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40256 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40257 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40258 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40259 (gst_wavparse_loop):
40260 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40261 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40262 (dxr3audiosink_close):
40263 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40264 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40265 (dxr3videosink_close), (dxr3videosink_write_data):
40266 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40267 * sys/oss/gstosselement.h:
40268 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40269 (gst_osssink_chain):
40270 * sys/oss/gstosssrc.c: (gst_osssrc_get):
40271 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40272 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40273 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40274 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40275 (gst_v4l_enable_overlay):
40276 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40277 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40278 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40279 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40280 (gst_v4l_set_audio):
40281 * sys/v4l/v4l_calls.h:
40282 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40283 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40284 (gst_v4lmjpegsink_playback_init),
40285 (gst_v4lmjpegsink_playback_start):
40286 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40287 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40288 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40289 (gst_v4lmjpegsrc_requeue_frame):
40290 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40291 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40292 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40293 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40294 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40295 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40296 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40297 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40298 (gst_v4l2src_capture_stop):
40299 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40300 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40301 (gst_ximagesink_chain):
40302 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40303 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40304 (gst_xvideosink_xwindow_new):
40305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40306 (gst_xvimagesink_chain):
40307 use new error signal, function and categories
40309 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
40313 * ext/musicbrainz/gsttrm.c:
40314 * ext/musicbrainz/gsttrm.h:
40315 * ext/musicbrainz/Makefile.am:
40318 2004-01-18 Julien MOUTTE <julien@moutte.net>
40320 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40321 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40322 synchronous property for debugging.
40323 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40325 (gst_xvimagesink_set_property): Moving a pointer declaration to a
40326 smaller block, fixing indent.
40328 2004-01-16 David Schleef <ds@schleef.org>
40330 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40331 property affects the video stream.
40332 * sys/xvimage/xvimagesink.c:
40333 * sys/xvimage/xvimagesink.h:
40334 Add synchronous property for debugging. Should probably be
40335 disabled in non-CVS builds. Make sure that the Xv attribute
40336 exists before we set it (crash!). Fix a silly float bug that
40337 caused colorbalance to just not work.
40339 2004-01-17 Christian Schaller <Uraeus@gnome.org>
40341 * tools/gst-launch-ext.in - update for new plugins
40343 2004-01-16 David Schleef <ds@schleef.org>
40345 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40346 already-freed caps.
40348 2994-01-16 Christian Schaller <Uraeus@gnome.org>
40350 * Update spec for new colorspace plugin and libcaca plugin
40351 * Fix compilation of libcaca plugin (clock -> id)
40353 2004-01-16 Julien MOUTTE <julien@moutte.net>
40355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40356 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40357 (gst_xvimagesink_set_xwindow_id),
40358 (gst_xvimagesink_colorbalance_set_value),
40359 (gst_xvimagesink_colorbalance_get_value),
40360 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40361 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40362 correct colorbalance properties. They can now be set when the element
40363 is still in NULL state. The values will be committed to the Xv Port
40364 when xcontext is initialized.
40365 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40366 brightness int values in the GstXvImagesink structure.
40368 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40370 * gst-libs/gst/Makefile.am:
40371 restructure so having local patches works easier.
40373 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40375 * ext/mpeg2enc/Makefile.am:
40376 * ext/mpeg2enc/gstmpeg2enc.cc:
40377 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40378 Bugfix with respect to EOS handling.
40380 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40382 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40383 Link with right caps (else, it segfaults).
40384 * ext/mplex/gstmplexjob.cc:
40385 Fix for slight API change in 1.6.1.93 release of mjpegtools.
40387 2004-01-15 David Schleef <ds@schleef.org>
40389 * gst-libs/gst/audio/Makefile.am:
40390 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40392 * gst-libs/gst/audio/gstaudiofilter.c:
40393 * gst-libs/gst/audio/gstaudiofilter.h:
40394 Add bytes_per_sample and size and n_samples calculation.
40395 * gst-libs/gst/audio/gstaudiofilterexample.c:
40396 Remove, now autogenerated.
40397 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40398 Moved from gstaudiofilterexample, object name changed, code added
40399 so that it actually works.
40400 * gst-libs/gst/audio/make_filter:
40401 Script to build an audiofilter subclass from the template.
40402 * gst/colorspace/Makefile.am:
40403 * gst/colorspace/yuv2yuv.c:
40404 Remove file, since it's GPL, and we don't use it.
40406 2004-01-15 Julien MOUTTE <julien@moutte.net>
40408 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40410 them use the buffer free function to test how the buffer was allocated.
40412 2004-01-15 David Schleef <ds@schleef.org>
40414 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40415 that handles osssink fallback.
40416 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40417 (gst_audio_convert_getcaps):
40418 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40419 Add audio/x-qdm2 for QDM2 audio.
40420 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40421 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40422 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40423 Decrease minimum size to 16x16.
40424 * gst/wavparse/gstwavparse.c:
40425 Convert disabled pad template caps to new caps.
40426 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40427 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40428 (gst_xvimagesink_chain): Throw element error when display cannot
40429 be opened. Increase minimum framerate to 1.0. Check the data
40430 free function on a buffer to make sure it is the type we expect
40431 before manipulating it.
40433 2004-01-15 Julien MOUTTE <julien@moutte.net>
40435 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40436 (gst_videobalance_colorbalance_set_value): Implement passthru if
40437 settings are in the middle.
40438 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40440 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40442 * gst/videofilter/Makefile.am:
40443 * gst/volume/Makefile.am:
40444 Since we use videofilter symbols, link to it.
40446 2004-01-15 Julien MOUTTE <julien@moutte.net>
40448 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40449 mixer interface type to HARDWARE.
40450 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40452 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40453 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40454 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40455 (gst_volume_interface_init), (gst_volume_list_tracks),
40456 (gst_volume_set_volume), (gst_volume_get_volume),
40457 (gst_volume_set_mute), (gst_volume_mixer_init),
40458 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40459 (volume_init): Implementing mixer interface.
40460 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40461 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40462 (gst_osselement_change_state): Removing some trailing commas in
40464 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40465 interface type to HARDWARE.
40466 * sys/v4l/gstv4lcolorbalance.c:
40467 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40469 * sys/v4l2/gstv4l2colorbalance.c:
40470 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40471 interface type to HARDWARE.
40472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40473 same code than ximagesink for event handling.
40475 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40477 * ext/snapshot/Makefile.am:
40478 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40479 (gst_snapshot_chain):
40480 * ext/snapshot/gstsnapshot.h:
40481 This has to be a joke... Snapshot should be connected to a tee,
40482 colorspace element before it and EOS after that, where the other
40483 src of the tee receives normal data.
40484 The current way is *wrong*.
40486 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40488 * ext/hermes/gsthermescolorspace.c:
40489 Fix another compile error. Same as below.
40491 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40493 * gst/colorspace/gstcolorspace.c:
40494 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40495 (gst_colorspace_i420_to_yv12):
40496 Fix compiling... Didn't test if it actually works.
40498 2004-01-15 David Schleef <ds@schleef.org>
40501 * gst/colorspace/Makefile.am:
40502 * gst/colorspace/gstcolorspace.c:
40503 * gst/colorspace/gstcolorspace.h:
40504 * gst/colorspace/yuv2rgb.c:
40505 * gst/colorspace/yuv2rgb.h:
40506 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40507 code and GPL code. Fix for new caps negotiation. Rewrite
40508 much of the format handling code, and some of the conversion
40509 code. Basically, rewrote almost everything. This element
40510 handles I420, YV12 to RGB conversions.
40511 * ext/hermes/Makefile.am:
40512 * ext/hermes/gsthermescolorspace.c:
40513 Rename colorspace to hermescolorspace. Fix negotiation issues.
40514 Remove non-Hermes related code. This element handles lots of
40515 RGB to RGB conversions, but no YUV.
40516 * ext/hermes/gstcolorspace.c:
40517 * ext/hermes/gstcolorspace.h:
40518 * ext/hermes/rgb2yuv.c:
40519 * ext/hermes/yuv2rgb.c:
40520 * ext/hermes/yuv2rgb.h:
40521 * ext/hermes/yuv2rgb_mmx16.s:
40522 * ext/hermes/yuv2yuv.c:
40523 * ext/hermes/yuv2yuv.h:
40526 2004-01-14 Colin Walters <walters@verbum.org>
40528 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40529 they've already been.
40531 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40533 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40534 assume tag mode when pad is not connected
40536 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40538 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40539 Don't update the time of the clock
40540 (gst_alsa_sink_loop):
40541 sync to the clock given to alsasink, not the own clock
40542 * sys/oss/gstosssink.c: (gst_osssink_chain):
40544 (gst_osssink_change_state):
40546 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40548 remove bogus code that made DISCONT events unhandled
40549 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40550 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40552 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40553 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40554 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40555 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40556 2nd warning in bug #131502)
40558 2004-01-14 Julien MOUTTE <julien@moutte.net>
40560 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40561 (gst_videobalance_colorbalance_set_value),
40562 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40563 for colorbalance interface implementation.
40564 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40565 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40566 (gst_ximagesink_dispose), (gst_ximagesink_init),
40567 (gst_ximagesink_class_init): Adding DISPLAY property.
40568 * sys/ximage/ximagesink.h: Adding display_name to store display.
40569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40570 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40571 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40572 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40573 properties (they still need polishing though for gst-launch use : no
40574 xcontext yet, i ll do that tomorrow).
40575 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40577 2004-01-14 Julien MOUTTE <julien@moutte.net>
40579 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40580 (gst_play_set_location), (gst_play_set_visualization): Preparing
40581 switch integration, adding videobalance in the pipeline.
40583 2004-01-14 Julien MOUTTE <julien@moutte.net>
40585 * gst-libs/gst/colorbalance/colorbalance.c:
40586 (gst_color_balance_class_init): Adding a default type.
40587 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40589 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40590 (gst_videobalance_dispose), (gst_videobalance_class_init),
40591 (gst_videobalance_init), (gst_videobalance_interface_supported),
40592 (gst_videobalance_interface_init),
40593 (gst_videobalance_colorbalance_list_channels),
40594 (gst_videobalance_colorbalance_set_value),
40595 (gst_videobalance_colorbalance_get_value),
40596 (gst_videobalance_colorbalance_init): Implementing colorbalance
40598 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40600 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40601 bug which was triggering a BadAccess X error when setting an overlay
40602 before pad was really negotiated.
40603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40604 Using the colorbalance type macro.
40606 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40608 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40609 (gst_flacenc_chain):
40610 handle tags correctly
40611 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40612 extract ID3v1 tags correctly
40614 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40616 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40618 Improve matroska typefinding for odd-typed headers...
40620 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40622 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40623 Fix for using incremental number on padnames.
40625 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40627 * ext/divx/gstdivxdec.c:
40628 * ext/divx/gstdivxenc.c:
40629 Set category to divx4linux instead of divx (too generic).
40630 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40631 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40632 (gst_wavparse_loop), (gst_wavparse_change_state):
40633 * gst/wavparse/gstwavparse.h:
40634 fix parsing of WAV files with non-standard fmt-tag size and fix
40635 skipping of unrecognized chunks... Someone please fix this thing
40636 to use rifflib so all this is automated.
40637 * sys/v4l/Makefile.am:
40638 * sys/v4l2/Makefile.am:
40639 Add X_CFLAGS because we depend on X (for overlay).
40641 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40643 * ext/mpeg2dec/gstmpeg2dec.c:
40644 Don't issue a timestamp unless we tagged the frame
40647 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40649 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40650 Query the audio element to get the time, not the clock. We're
40651 interested in the element's time here.
40653 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40655 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40656 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40657 * ext/esd/esdsink.c: (gst_esdsink_chain):
40658 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40659 * ext/mas/massink.c: (gst_massink_chain):
40660 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40661 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40662 (gst_matroska_demux_parse_metadata):
40663 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40664 (gst_mpeg_parse_release_locks):
40665 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40666 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40667 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40668 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40669 (gst_osssink_change_state):
40670 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40671 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40672 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40673 (gst_xvideosink_release_locks):
40674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40676 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40677 (gst_alsa_clock_stop):
40678 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40679 (gst_audio_clock_get_internal_time):
40680 simplify for use with new clocking code.
40681 * testsuite/alsa/Makefile.am:
40682 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40683 fix testsuite for new caps system
40685 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40687 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40688 * ext/flac/gstflacenc.c: (add_one_tag):
40689 length is already host endian, no need to convert. Fixes playback of
40690 tagged files on PPC. (bug #128384)
40692 2004-01-13 Julien MOUTTE <julien@moutte.net>
40694 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40695 colorbalance interface stating if it is hardware based or software
40697 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40698 Removing a trailing comma.
40699 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40700 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40701 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40702 the documentation seems to be wrong on the -1000 to 1000 interval.
40704 2004-01-12 David Schleef <ds@schleef.org>
40706 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40707 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40708 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40709 Fix negotiation. Add a bufferalloc function for the sink pad,
40710 and generally clean up some of the code.
40712 2004-01-12 Julien MOUTTE <julien@moutte.net>
40714 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40715 (gst_color_balance_channel_dispose): Adding safety check in dispose
40717 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40718 (gst_xvimagesink_xcontext_clear),
40719 (gst_xvimagesink_interface_supported),
40720 (gst_xvimagesink_colorbalance_list_channels),
40721 (gst_xvimagesink_colorbalance_set_value),
40722 (gst_xvimagesink_colorbalance_get_value),
40723 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40724 Adding colorbalance interface support to set XV parameters such as
40725 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40726 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40729 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40731 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40732 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40733 (gst_audio_convert_init), (gst_audio_convert_set_property),
40734 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40735 (gst_audio_convert_link),
40736 (gst_audio_convert_buffer_to_default_format),
40737 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40738 - implement _getcaps and use it
40740 - remove float caps since no float conversion is actually done
40741 - remove properties and arguments that were to be used for rate
40744 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40746 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40747 (gst_audio_structure_set_int):
40748 * gst-libs/gst/audio/audio.h:
40749 add helper functions for _getcaps matching the standard audio
40752 2004-01-12 David Schleef <ds@schleef.org>
40754 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40755 Test that pad is negotiated before getting its caps.
40757 2004-01-12 Julien MOUTTE <julien@moutte.net>
40759 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40760 analyzing the pads of an element the bin is mostly in READY state so
40761 no caps were negotiated. This helper function needs to work with
40762 _get_caps directly then. I was not freeing them though, added that to
40765 2004-01-12 Julien MOUTTE <julien@moutte.net>
40767 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40768 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40769 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40770 than the free_func.
40772 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40774 * sys/oss/gstossaudio.c: (plugin_init):
40775 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40776 * sys/oss/gstosselement.h:
40777 make an oss debugging category
40778 make failure more descriptive
40780 2004-01-11 David Schleef <ds@schleef.org>
40782 * ext/ffmpeg/gstffmpeg.c:
40783 * ext/ffmpeg/gstffmpegcodecmap.c:
40784 * ext/ffmpeg/gstffmpegdec.c:
40785 * ext/ffmpeg/gstffmpegenc.c:
40786 * ext/ffmpeg/gstffmpegprotocol.c:
40787 * ext/gdk_pixbuf/gstgdkanimation.c:
40788 * ext/jpeg/gstjpeg.c:
40789 * ext/libpng/gstpng.c:
40790 * ext/mpeg2dec/perftest.c:
40791 * ext/speex/gstspeex.c:
40792 * gst-libs/gst/resample/dtos.c:
40793 * gst/intfloat/gstintfloatconvert.c:
40794 * gst/oneton/gstoneton.c:
40795 * gst/rtjpeg/RTjpeg.c:
40796 * gst/rtp/gstrtp.c:
40797 * sys/dxr3/dxr3init.c:
40798 * sys/glsink/gstgl_nvimage.c:
40799 * sys/glsink/gstgl_pdrimage.c:
40800 * sys/glsink/gstglsink.c:
40801 * testsuite/gst-lint:
40802 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40804 2004-01-11 David Schleef <ds@schleef.org>
40806 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40807 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40808 * ext/gdk_pixbuf/gstgdkanimation.c:
40809 (gst_gdk_animation_iter_create_pixbuf):
40810 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40811 (gst_gdk_pixbuf_chain):
40812 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40813 * ext/jack/gstjack.c: (gst_jack_change_state):
40814 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40815 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40816 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40817 * gst/videofilter/gstvideofilter.c:
40818 (gst_videofilter_set_output_size):
40819 Remove all usage of gst_pad_get_caps(), and replace it with
40820 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40822 2004-01-11 David Schleef <ds@schleef.org>
40825 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40826 * ext/divx/gstdivxdec.c:
40827 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40828 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40829 handle images that span multiple buffers. Now work with both
40830 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40831 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40832 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40833 video/video.h changes
40834 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40835 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40836 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40837 of GstData free function.
40838 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40841 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40843 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40844 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40845 (gst_v4l2element_get_property):
40846 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40847 add norm, channel and frequency properties.
40848 * sys/v4l2/gstv4l2tuner.c:
40849 fixes for tuner interface changes
40850 * sys/v4l2/gstv4l2element.h:
40851 * sys/v4l2/gstv4l2src.c:
40852 * sys/v4l2/gstv4l2src.h:
40853 * sys/v4l2/v4l2src_calls.c:
40854 * sys/v4l2/v4l2src_calls.h:
40855 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40857 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40859 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40860 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40861 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40862 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40863 * gst-libs/gst/tuner/tuner.h:
40864 GObjects aren't const.
40865 Add find_by_name functions.
40866 Add checks to _changed functions.
40867 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40868 (gst_v4l_tuner_get_norm):
40871 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40873 * gst-libs/gst/video/video.h:
40874 Fix caps template names to be understandable.
40875 Prefix everything with GST_VIDEO.
40876 * ext/aalib/gstaasink.c:
40877 * ext/divx/gstdivxdec.c:
40878 * ext/divx/gstdivxenc.c:
40879 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40880 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40881 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40882 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40883 * ext/libcaca/gstcacasink.c:
40884 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40885 * ext/snapshot/gstsnapshot.c:
40886 * ext/swfdec/gstswfdec.c:
40887 * ext/xvid/gstxviddec.c:
40888 * ext/xvid/gstxvidenc.c:
40889 * gst/chart/gstchart.c:
40890 * gst/deinterlace/gstdeinterlace.c:
40891 * gst/effectv/gsteffectv.c:
40892 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40893 * gst/goom/gstgoom.c:
40894 * gst/median/gstmedian.c:
40895 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40896 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40897 * gst/overlay/gstoverlay.c:
40898 * gst/smooth/gstsmooth.c:
40899 * gst/smpte/gstsmpte.c:
40900 * gst/synaesthesia/gstsynaesthesia.c:
40901 * gst/videocrop/gstvideocrop.c:
40902 * gst/videodrop/gstvideodrop.c:
40903 * gst/y4m/gsty4mencode.c:
40904 * sys/qcam/gstqcamsrc.c:
40905 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40906 Make them work with new video.h file.
40907 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40908 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40909 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40910 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40911 Make it work with new buffer allocation system.
40913 2004-01-11 Julien MOUTTE <julien@moutte.net>
40915 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40916 pad_alloc_buffer implementation to use ->srcpad
40917 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40918 pad_alloc_buffer implementation to use ->srcpad
40919 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40920 pad_alloc_buffer implementation to use ->srcpad
40921 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40922 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40923 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40924 a reference to everything we need.
40925 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40926 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40927 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40928 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40929 a reference to everything we need.
40930 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40932 2004-01-11 David Schleef <ds@schleef.org>
40934 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40935 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40936 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40938 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40939 value during a resize/renegotiation.
40940 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40941 gst_pad_alloc_buffer();
40942 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40943 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40945 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40946 Fix for rename of buffer private structure members.
40947 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40948 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40949 Fix for rename of buffer private structure members.
40950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40951 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40952 Fix for rename of buffer private structure members.
40954 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40956 reviewed by: David Schleef <ds@schleef.org>
40958 * gst/videofilter/Makefile.am:
40959 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40960 from the patch by ds to fit in with recent make_filter changes.
40962 2004-01-11 Julien MOUTTE <julien@moutte.net>
40964 * configure.ac: Adding examples/switch/Makefile
40965 * examples/Makefile.am: Adding examples/switch
40966 * examples/switch/Makefile.am: Adding switcher example.
40967 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40968 (switch_timer), (main): Adding an example demonstrating switch usage
40969 with 2 videotestsrc showing different patterns.
40970 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40971 (gst_switch_init): Fixing switch with the new caps system.
40973 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40975 * gst-libs/gst/video/video.h:
40976 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40977 They should probably be like
40978 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40980 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40982 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40983 (qtdemux_parse_trak):
40984 fix audio chunk size/timestamp calculation
40986 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40988 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40991 2004-01-11 Steve Baker <steve@stevebaker.org>
40993 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40994 (gst_agingtv_base_init), (gst_agingtv_class_init),
40995 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40996 (gst_agingtv_set_property), (gst_agingtv_get_property):
40997 Port agingTV to videofilter
40999 2004-01-09 Julien MOUTTE <julien@moutte.net>
41001 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
41002 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41004 2004-01-09 Julien MOUTTE <julien@moutte.net>
41006 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
41007 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41008 * gst-libs/gst/xoverlay/xoverlay.c:
41009 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
41010 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
41011 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41012 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41013 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41014 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
41015 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
41016 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
41017 the bufferalloc_function to replace bufferpools, fixing the XOverlay
41018 interface implementation to handle xid being 0 and fix some bugs
41019 triggered by Benjamin's testcase.
41020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
41021 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
41022 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
41023 the bufferalloc_function to replace bufferpools, fixing the XOverlay
41024 interface implementation to handle xid being 0 and fix some bugs
41025 triggered by Benjamin's testcase.
41027 2004-01-09 David Schleef <ds@schleef.org>
41029 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
41030 mouse pointer events. It works.
41032 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
41034 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
41035 Use explicit caps - fix capsnego.
41036 * ext/xvid/gstxviddec.c:
41037 * ext/xvid/gstxvidenc.c:
41038 Remove macro-inside-macro which caused compile errors.
41039 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
41040 Error out if it's not a RIFF file. Else we error out without
41041 gst_element_error() which is not good...
41043 2004-01-08 David Schleef <ds@schleef.org>
41045 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
41046 Fix pad_link function to handle formats that ffmpeg returns
41047 as multiple caps structures.
41048 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
41049 Only complain if source buffer is _smaller_ than expected.
41050 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
41051 (gst_videoscale_handle_src_event): Resize navigation events
41052 when passing them upstream.
41053 * gst/videotestsrc/gstvideotestsrc.c:
41054 * gst/videotestsrc/gstvideotestsrc.h:
41055 * gst/videotestsrc/videotestsrc.c:
41056 * gst/videotestsrc/videotestsrc.h:
41057 Rewrite many of the buffer painting functions to handle odd
41058 sizes (for many formats, size%4!=0 or size%8!=0). Most have
41059 been verified to work with my video card.
41060 * testsuite/gst-lint: Add check for elements calling
41061 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41063 2004-01-08 David Schleef <ds@schleef.org>
41065 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41066 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41068 2004-01-08 Julien MOUTTE <julien@moutte.net>
41070 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41071 configure event is not emiting the desired size signal. That fixes
41072 aspect ratio issues with gst-player.
41074 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
41076 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41079 2004-01-08 Julien MOUTTE <julien@moutte.net>
41081 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41082 public method to fire size signal.
41084 2004-01-07 Julien MOUTTE <julien@moutte.net>
41086 * examples/gstplay/Makefile.am: Adding the interface library.
41087 * gst-libs/gst/play/Makefile.am: Adding the interface library.
41088 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
41089 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41090 GST_IS_X_OVERLAY before signal connect.
41091 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41092 Removing the have_video_size signal.
41093 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41094 and associated public method.
41095 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41096 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41098 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41099 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41102 Using XOverlay public method to fire size signal.
41104 2004-01-07 David Schleef <ds@schleef.org>
41106 * gst/videofilter/Makefile.am:
41107 * gst/videofilter/gstvideotemplate.c:
41108 * gst/videofilter/make_filter:
41109 Create gstvideoexample.c in a srcdir!=builddir friendly way.
41110 Convert make_filter to /bin/sh script.
41112 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
41114 * gst/modplug/gstmodplug.cc: fix element description
41116 2004-01-07 Julien MOUTTE <julien@moutte.net>
41118 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41119 (got_video_size): Adding some new lines in g_print calls.
41120 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41121 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41122 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41123 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41124 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41125 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41126 Complete code review, reverting some stuff i disagree with, adding
41127 some fixes : time synchronization on invalid timestamps, renegotiation
41129 * sys/ximage/ximagesink.h:
41130 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41131 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41132 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41133 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41134 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41135 (gst_xvimagesink_buffer_new),
41136 (gst_xvimagesink_navigation_send_event),
41137 (gst_xvimagesink_set_xwindow_id),
41138 (gst_xvimagesink_get_desired_size),
41139 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41140 stuff i disagree with, adding some fixes : Renegotiation of private
41141 window, implementing get_desired_size.
41143 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
41145 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41146 (gst_afsink_handle_event):
41147 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41148 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41149 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41150 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41151 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41152 Fix for instantiate-test (see core). Also remove dead code from
41153 jpegenc (which still needs fixing, but that's lower on my TODO
41155 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41156 Never return NULL as caps.
41158 2004-01-07 David Schleef <ds@schleef.org>
41162 * ext/librfb/Makefile.am:
41163 * ext/librfb/gstrfbsrc.c:
41164 New source plugin based on librfb-0.1. RFB (remote framebuffer)
41165 is the protocol used by VNC.
41167 2004-01-07 David Schleef <ds@schleef.org>
41169 * gst/videofilter/gstvideotemplate.c:
41170 * gst/videofilter/gstvideotemplate.h:
41171 * gst/videofilter/make_filter:
41172 Merge videotemplate header into source file.
41173 * gst/effectv/Makefile.am:
41174 * gst/effectv/gsteffectv.c: (plugin_init):
41175 * gst/effectv/gstwarp.c:
41176 Make warpTV a subclass of videofilter.
41178 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41180 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41181 Add guard against invalid utf-8 conversions in mad. Just in case.
41183 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41185 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41186 Fix for bug shown by poisoning
41188 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41190 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41191 (gst_v4lmjpegsrc_buffer_free):
41192 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41193 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41194 (gst_v4lsrc_buffer_free):
41195 Fix for removed bufferpools.
41197 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41199 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41200 Fix caps negotiation.
41202 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41203 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41204 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41206 * ext/mpeg2dec/gstmpeg2dec.c:
41207 * gst-libs/gst/navigation/navigation.c:
41208 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41209 * gst-libs/gst/navigation/navigation.h:
41210 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41211 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41213 Super-simple first version of mouse and keyboard events. Clicking
41214 on a DVD menu now works, although it may not take you where you
41217 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41218 * gst/videotestsrc/gstvideotestsrc.c:
41219 (gst_videotestsrc_src_fixate):
41220 These fixate functions were broken - they never actually
41223 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41225 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41226 (gst_icecastsend_init):
41227 fix for new caps system.
41228 * gst-libs/gst/mixer/mixertrack.h:
41229 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41230 Add 'master track' flag (for tools like ACME that only want to
41231 change the main volume).
41233 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41235 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41236 (gst_xvid_csp_to_caps):
41237 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41238 * ext/xvid/gstxvidenc.c:
41239 ifdef out ARGB type when it isn't available
41240 in xvidcore 1.0.0beta2
41242 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41244 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41245 When we have received a new SCR right in the first buffer after
41246 a seek (so in the same cycle that handles the discont), we should
41247 handle the buffer instead of unreffing it, else we lose data.
41249 2004-01-06 Iain <iain@prettypeople.org>
41251 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41252 buffer-frames caps too.
41254 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41255 caps that we need, don't destroy them all and rebuild them. And when
41256 creating src pads, use the src pad template rather than the sink...
41258 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
41260 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41261 Add pad to element *after* setting functions such as event handler.
41262 Without this, the scheduler (opt) will link pads, set the event
41263 handler from the default event function (dispatcher in gstpad.c)
41264 and *after* that, we will set our own event function, which will
41265 thus never be used (and thus mpegdemux doesn't handle events).
41267 2004-01-04 David Schleef <ds@schleef.org>
41269 Fix the fixate functions to handle new prototype:
41270 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41271 * gst/videotestsrc/gstvideotestsrc.c:
41272 (gst_videotestsrc_src_fixate):
41273 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41274 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41277 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41279 * sys/ximage/ximagesink.h:
41280 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41281 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41282 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41283 (gst_ximagesink_xoverlay_init):
41284 assorted fixes to make (re)embedding work
41285 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41286 (gst_ximagesink_get_desired_size):
41287 implement desired size additions to XOverlay
41289 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41291 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41292 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41293 (gst_x_overlay_got_desired_size):
41294 * gst-libs/gst/xoverlay/xoverlay.h:
41295 Add optional "desired size" signal and querying.
41297 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41299 * gst/matroska/matroska-demux.c:
41300 (gst_matroska_demux_parse_blockgroup):
41301 Fix EBML-laced block parsing. Diffs are relative to previous
41302 lace, not the first lace. Thanks to Mosu from the Matroska
41303 team for detecting this.
41304 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41305 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41306 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41307 (gst_wavparse_change_state):
41308 * gst/wavparse/gstwavparse.h:
41309 Quickfix for capsnego.
41311 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41313 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41314 Fix indenting, fix pad creation.
41316 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41318 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41319 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41320 (gst_xviddec_sink_link):
41321 Implement src_getcaps() so proper size caps is negotiated.
41323 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41325 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41326 Finish flac decoder on EOS. See #116178.
41328 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41330 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41331 (gst_matroska_demux_add_stream):
41332 * gst/matroska/matroska-ids.h:
41333 Add getcaps() function to fix capsnego...
41335 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41337 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41338 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41339 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41340 Fix more integer overflows. Again, see #126967.
41342 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41344 * ext/mpeg2dec/gstmpeg2dec.c:
41345 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41348 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41351 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41352 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41353 * ext/xvid/gstxvid.h:
41354 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41355 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41356 (gst_xviddec_src_link), (gst_xviddec_sink_link),
41357 (gst_xviddec_change_state):
41358 * ext/xvid/gstxviddec.h:
41359 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41360 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41361 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41362 (gst_xvidenc_link), (gst_xvidenc_set_property),
41363 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41364 * ext/xvid/gstxvidenc.h:
41365 Update xvid plugin to latest xvid (1.0.0-beta3) API.
41367 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41369 * gst/rtp/rtp-packet.c:
41370 Add sys/types.h include, since OS X doesn't define in_addr_t
41371 in netinet/in.h, like it does on Linux (see #129600).
41373 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
41375 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
41377 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41378 Correct logic of dispose function (see #129306).
41380 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41382 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41383 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41384 (gst_mpeg_parse_init):
41385 * gst/mpegstream/gstmpegparse.h:
41386 Remove clock (which was never provided, i.e. dead code), and
41387 also fix integer overflows at high PTS values (see #126967).
41389 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41391 * ext/flac/gstflacdec.c:
41392 * ext/libpng/gstpngenc.h:
41393 * ext/mikmod/gstmikmod.h:
41394 OS X fixes (see #126628).
41396 2004-01-02 David Schleef <ds@schleef.org>
41398 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41399 (gst_alsa_src_base_init): Remove bogus "src" request pad.
41400 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41401 (gst_mpeg_parse_class_init): Move pad template registration
41402 to class_init, since the derived class (mpegdemux) doesn't
41405 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41407 * sys/ximage/Makefile.am:
41408 * sys/xvideo/Makefile.am:
41409 * sys/xvimage/Makefile.am:
41410 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41411 after installation (see #127664).
41413 2004-01-02 David Schleef <ds@schleef.org>
41415 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41416 (gst_ffmpegenc_connect): Negotiation fixes.
41417 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41418 Remove inappropriate gst_caps_free().
41419 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41420 Reenable Ronald's internal resize code, since the core handles
41423 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41425 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41426 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41427 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41428 Fix pad template stuff.
41430 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41432 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41433 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41434 fix signed integer reading/writing.
41436 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
41439 Remove outdated document
41441 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41443 * gst/cutter/gstcutter.c: (gst_cutter_init):
41444 src pad was being created twice - oops.
41446 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41448 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41449 Comment out internal resize. It doesn't handle the resulting
41450 XEvent internally, does another try_set_caps() which leads to
41451 a really nice loop.
41452 Real fix will come when Julien and Dave are awake. ;).
41454 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41456 * ext/mpeg2enc/gstmpeg2enc.cc:
41457 fix const/nonconst compile issue.
41459 2004-01-02 David Schleef <ds@schleef.org>
41461 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41462 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41463 Add fixate function and a check for bad formats.
41465 2004-01-01 David Schleef <ds@schleef.org>
41468 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41469 (gst_audiofilter_init):
41470 * gst/debug/efence.c: (gst_efence_init):
41471 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41472 (gst_deinterlace_init):
41473 * gst/volume/gstvolume.c: (volume_connect):
41475 2004-01-01 David Schleef <ds@schleef.org>
41477 Convert elements to use gst_pad_use_explicit_caps() where
41479 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41480 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41481 (gst_afparse_open_file):
41482 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41483 (gst_afsrc_open_file):
41484 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41485 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41486 (gst_ffmpegdec_chain):
41487 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41488 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41489 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41490 (gst_gdk_pixbuf_chain):
41491 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41492 (gst_jpegdec_chain):
41493 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41494 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41495 (gst_mikmod_negotiate):
41496 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41497 (gst_mpeg2dec_negotiate_format):
41498 * ext/mpeg2enc/gstmpeg2enc.cc:
41499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41500 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41501 (gst_speexdec_sinkconnect):
41502 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41503 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41504 (gst_vorbisfile_new_link):
41505 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41506 (gst_ac3parse_chain):
41507 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41508 (gst_asf_demux_setup_pad):
41509 * gst/auparse/gstauparse.c: (gst_auparse_init),
41510 (gst_auparse_chain):
41511 * gst/id3/gstid3types.c: (gst_id3types_loop):
41512 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41513 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41514 (mp1videoparse_parse_seq):
41515 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41517 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41518 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41519 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41520 (gst_mpeg_parse_send_data):
41521 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41522 (gst_qtdemux_add_stream):
41523 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41524 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41525 (gst_wavparse_parse_fmt):
41527 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41530 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41531 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41532 it therefore uses the wrong include paths. Too bad... Note
41533 that 1.6.1.93 is not release yet. ;).
41534 Also add a check for mplex, which is now using the lib'ified
41535 mplex from mjpegtools, too.
41536 * ext/ffmpeg/gstffmpegcodecmap.c:
41537 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41538 issues. I don't think ffmpeg handles 3ivx correctly, so this
41539 probably won't work. But it won't hurt either.
41540 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41541 (gst_ffmpegdec_chain):
41542 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41543 (gst_ffmpegenc_chain_audio):
41544 Fix memleak in audio encoding. Close codec if open fails, this
41545 calls the cleanup routines so we can re-use the context.
41546 * ext/mpeg2enc/gstmpeg2enc.cc:
41547 Fix pad template names/types, fix memory issue with getcaps().
41548 * ext/mpeg2enc/gstmpeg2encoder.cc:
41549 * ext/mpeg2enc/gstmpeg2encoder.hh:
41550 Fix compile issue with new caps system (const thingy).
41551 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41552 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41553 We read a first frame right on initing, so that we have a caps
41554 when we init the output. This caps is cached in padprivate and
41555 read as first frame.
41556 * ext/mplex/Makefile.am:
41557 * ext/mplex/gstmplex.cc:
41558 * ext/mplex/gstmplex.h:
41559 * ext/mplex/gstmplex.hh:
41560 * ext/mplex/gstmplexibitstream.cc:
41561 * ext/mplex/gstmplexibitstream.hh:
41562 * ext/mplex/gstmplexjob.cc:
41563 * ext/mplex/gstmplexjob.hh:
41564 * ext/mplex/gstmplexoutputstream.cc:
41565 * ext/mplex/gstmplexoutputstream.hh:
41566 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41567 had issues, didn't do capsnego, supported only a subset of the
41568 mplex features and required a mplex fork in our local CVS. Plus
41569 that it worked agaist a very old mplex version. Rewriting was
41570 faster than updating it.
41571 * gst-libs/ext/Makefile.am:
41572 * gst-libs/ext/mplex/INSTRUCT:
41573 * gst-libs/ext/mplex/Makefile.am:
41574 * gst-libs/ext/mplex/README:
41575 * gst-libs/ext/mplex/TODO:
41576 * gst-libs/ext/mplex/ac3strm_in.cc:
41577 * gst-libs/ext/mplex/audiostrm.hh:
41578 * gst-libs/ext/mplex/audiostrm_out.cc:
41579 * gst-libs/ext/mplex/aunit.hh:
41580 * gst-libs/ext/mplex/bits.cc:
41581 * gst-libs/ext/mplex/bits.hh:
41582 * gst-libs/ext/mplex/buffer.cc:
41583 * gst-libs/ext/mplex/buffer.hh:
41584 * gst-libs/ext/mplex/fastintfns.h:
41585 * gst-libs/ext/mplex/format_codes.h:
41586 * gst-libs/ext/mplex/inputstrm.cc:
41587 * gst-libs/ext/mplex/inputstrm.hh:
41588 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41589 * gst-libs/ext/mplex/mjpeg_logging.cc:
41590 * gst-libs/ext/mplex/mjpeg_logging.h:
41591 * gst-libs/ext/mplex/mjpeg_types.h:
41592 * gst-libs/ext/mplex/mpastrm_in.cc:
41593 * gst-libs/ext/mplex/mpegconsts.cc:
41594 * gst-libs/ext/mplex/mpegconsts.h:
41595 * gst-libs/ext/mplex/mplexconsts.hh:
41596 * gst-libs/ext/mplex/multplex.cc:
41597 * gst-libs/ext/mplex/outputstream.hh:
41598 * gst-libs/ext/mplex/padstrm.cc:
41599 * gst-libs/ext/mplex/padstrm.hh:
41600 * gst-libs/ext/mplex/stillsstream.cc:
41601 * gst-libs/ext/mplex/stillsstream.hh:
41602 * gst-libs/ext/mplex/systems.cc:
41603 * gst-libs/ext/mplex/systems.hh:
41604 * gst-libs/ext/mplex/vector.cc:
41605 * gst-libs/ext/mplex/vector.hh:
41606 * gst-libs/ext/mplex/videostrm.hh:
41607 * gst-libs/ext/mplex/videostrm_in.cc:
41608 * gst-libs/ext/mplex/videostrm_out.cc:
41609 * gst-libs/ext/mplex/yuv4mpeg.cc:
41610 * gst-libs/ext/mplex/yuv4mpeg.h:
41611 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41612 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41613 We don't fork mjpegtools' mplex in our CVS anymore.
41614 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41615 (gst_avi_demux_add_stream):
41616 * gst/avi/gstavidemux.h:
41617 Add getcaps() function for proper caps nego. This makes some
41618 parts of AVI playback/reading work.
41619 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41620 Resize window on new capsnego. This is probably wrong, but
41621 I'm still committing it because with current capsnego, the
41622 first successfull capsnego is auto-fixated, therefore rounded
41623 down to the lowest values in the caps. this results in a 16x16
41624 XWindow that is not reized when real capsnego finishes.
41625 Dave, I see more cases of this, do you know a proper solution?
41626 * tools/gst-launch-ext.in:
41627 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41629 2003-12-31 David Schleef <ds@schleef.org>
41631 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41632 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41633 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41635 2003-12-30 David Schleef <ds@schleef.org>
41637 * ext/ffmpeg/gstffmpegcolorspace.c:
41638 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41639 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41640 (gst_ffmpegcsp_chain): Negotiation fixes
41641 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41642 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41643 (gst_audio_convert_link), (gst_audio_convert_channels):
41644 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41645 (gst_audioscale_link), (gst_audioscale_get_buffer),
41646 (gst_audioscale_chain): Negotiation fixes
41647 * gst/audioscale/gstaudioscale.h:
41648 * gst/videofilter/gstvideofilter.c:
41649 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41650 (gst_videofilter_link), (gst_videofilter_init),
41651 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41652 (gst_videofilter_find_format_by_structure):
41653 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41654 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41655 (gst_videoscale_link):
41656 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41657 (videoscale_find_by_structure), (gst_videoscale_setup):
41658 * gst/videoscale/videoscale.h: Negotiation fixes
41659 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41660 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41661 function, restrict resizing to a multiple of 4 (hack until
41662 everyone supports odd sizes correctly).
41664 2003-12-29 Colin Walters <walters@verbum.org>
41666 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41669 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41671 * ext/sndfile/gstsf.c: (gst_sf_loop):
41672 Fix warning about discarding const qualifier
41674 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41676 * gst/cutter/gstcutter.c:
41677 * gst/videoscale/gstvideoscale.c:
41678 * gst/volenv/gstvolenv.c:
41679 * gst-libs/gst/audio/audio.c:
41680 * gst-libs/gst/video/video.c:
41683 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41685 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41686 Don't send ALSA debugging to stderr.
41687 * ext/alsa/gstalsa.h:
41688 Use GST_WARNING instead of g_warning when ALSA functions fail.
41690 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41692 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41693 Free XVAdapterInfo correctly.
41695 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41697 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41698 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41699 Make id3tag use correct caps nego.
41701 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41703 * ext/ivorbis/vorbis.c:
41704 * ext/ivorbis/vorbisenc.h:
41705 * ext/ivorbis/vorbisfile.c:
41706 Modify so that it uses the new caps things
41708 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41710 * testsuite/spider/spider1.c: (main):
41711 * testsuite/spider/spider2.c: (main):
41712 * testsuite/spider/spider3.c: (main):
41713 Make tests compile again. They probably don't work.
41715 2003-12-24 Colin Walters <walters@verbum.org>
41717 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41718 we can't fixate the caps anymore.
41720 2003-12-23 David Schleef <ds@schleef.org>
41722 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41723 * sys/oss/gstosssink.c: (gst_osssink_init),
41724 (gst_osssink_sink_fixate): Add fixate function.
41726 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41728 * ext/ffmpeg/gstffmpegcodecmap.c:
41729 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41730 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41731 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41732 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41733 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41734 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41735 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41736 fix typo in RGB masks, and move back to "old" colorspace
41737 capsnego code until whoever wrote this new crap has actually
41738 tested it so that it works.
41739 And yes, this works, keep it that way please.
41741 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41743 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41744 (gst_divxdec_init), (gst_divxdec_negotiate):
41745 * ext/divx/gstdivxdec.h:
41746 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41747 (gst_divxenc_init):
41748 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41749 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41750 * ext/mpeg2enc/gstmpeg2enc.cc:
41751 * ext/mpeg2enc/gstmpeg2encoder.cc:
41752 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41753 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41754 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41755 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41756 (dxr3spusink_init):
41757 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41758 (dxr3videosink_init):
41759 Fix caps breakage after Dave's caps branch merge.
41761 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41763 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41764 Fix for 24bpp display.
41766 2003-12-23 Colin Walters <walters@verbum.org>
41768 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41769 a GnomeVFSHandle directly.
41771 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41773 * gst/volume/Makefile.am:
41774 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41775 (volume_base_init), (volume_init):
41776 Reenable volume element and fix to work with new caps stuff.
41777 Rhythmbox needs this.
41779 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41781 * gst/qtdemux/qtdemux.c: (plugin_init):
41782 qtdemux requires bytestream
41784 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41786 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41787 Fix remaining caps handling errors due to CAPS merge.
41789 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41791 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41792 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41793 (gst_faad_srcconnect):
41794 Port to new caps system.
41796 2003-12-21 Julien MOUTTE <julien@moutte.net>
41798 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41799 (got_video_size), (main): using g_print instead of g_message.
41800 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41801 signal which was not emitted because of "switch" element added to the
41802 bin but not connected. (Removing from the bin temporarily)
41804 2003-12-21 Julien MOUTTE <julien@moutte.net>
41806 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41807 find X development files. I don't understand the previous tests and
41808 they fail on my debian/ppc unstable. This one works.
41809 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41811 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41812 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41813 (gst_play_set_visualization): Add some safety checks in set_ methods
41814 and state_change. This was throwing some ugly CRITICAL messages when
41815 pipeline was getting disposed and casts were failing.
41817 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41820 Improve mpeg2enc detection. This is for distributions that do
41821 ship mjpegtools, but without mpeg2enc. Also does object check
41822 for might there ever be ABI incompatibility.
41823 * ext/mpeg2enc/gstmpeg2enc.cc:
41824 Add Andrew as second maintainer (he's helping me), and also add
41825 an error if no caps was set. This happens if I pull before capsnego
41826 and that's something I should solve sometime else.
41827 * gst/matroska/matroska-demux.c:
41828 (gst_matroska_demux_parse_blockgroup):
41830 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41831 (gst_matroska_mux_track_header):
41832 Add caps to templates.
41833 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41834 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41835 * gst/mpegstream/gstmpegdemux.c:
41836 Remove layer since it causes warnings about unfixed caps.
41837 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41838 Fix obvious typo (we error out if caps were set, we should of
41839 course error out if *no* caps were set).
41840 * sys/oss/gstosselement.c: (gst_osselement_convert):
41841 Fix format conversion, we confused bits/bytes.
41842 * sys/oss/gstosselement.h:
41843 Improve documentation for 'bps'.
41845 Remove stuff about plugins that need removing - this was done
41847 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41848 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41849 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41850 (gst_v4lsrc_src_query):
41851 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41852 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41853 Add get_query_types(), get_formats() and query() functions.
41855 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41857 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41858 * moved CVS to freedesktop.org